From 905348803770a23c3278f6d2371327665f3ee1cc Mon Sep 17 00:00:00 2001 From: colawwj Date: Sat, 18 Sep 2021 11:25:14 +0800 Subject: [PATCH 1/9] cosmosdb-track2 --- sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md | 14 + .../arm-cosmosdb/{LICENSE.txt => LICENSE} | 2 +- sdk/cosmosdb/arm-cosmosdb/README.md | 148 +- sdk/cosmosdb/arm-cosmosdb/_meta.json | 7 + sdk/cosmosdb/arm-cosmosdb/api-extractor.json | 18 + sdk/cosmosdb/arm-cosmosdb/package.json | 85 +- ...ecording_cassandraresources_create_test.js | 399 + ...ecording_cassandraresources_delete_test.js | 291 + .../recording_cassandraresources_get_test.js | 147 + .../recording_cassandraresources_list_test.js | 147 + ...assandraresources_migratecassandra_test.js | 327 + ...ecording_cassandraresources_update_test.js | 327 + ...g_databaseaccounts_checknameexists_test.js | 111 + ...unts_create_for_cassandraresources_test.js | 2599 ++ ...counts_create_for_mongodbresources_test.js | 5947 ++++ .../recording_databaseaccounts_create_test.js | 4435 +++ ...unts_delete_for_cassandraresources_test.js | 13863 ++++++++ ...counts_delete_for_mongodbresources_test.js | 28155 ++++++++++++++++ .../recording_databaseaccounts_delete_test.js | 18327 ++++++++++ .../recording_databaseaccounts_get_test.js | 147 + .../recording_databaseaccounts_list_test.js | 147 + .../recording_mongodbresources_create_test.js | 507 + .../recording_mongodbresources_delete_test.js | 399 + .../recording_mongodbresources_get_test.js | 183 + .../recording_mongodbresources_list_test.js | 147 + ...recording_mongodbresources_migrate_test.js | 507 + .../recording_mongodbresources_update_test.js | 471 + .../arm-cosmosdb/review/arm-cosmosdb.api.md | 3889 +++ sdk/cosmosdb/arm-cosmosdb/rollup.config.js | 211 +- .../src/cosmosDBManagementClient.ts | 337 +- .../src/cosmosDBManagementClientContext.ts | 87 +- sdk/cosmosdb/arm-cosmosdb/src/index.ts | 13 + sdk/cosmosdb/arm-cosmosdb/src/lroImpl.ts | 34 + .../src/models/cassandraResourcesMappers.ts | 135 - .../src/models/collectionMappers.ts | 24 - .../src/models/collectionPartitionMappers.ts | 21 - .../collectionPartitionRegionMappers.ts | 18 - .../src/models/collectionRegionMappers.ts | 18 - .../models/databaseAccountRegionMappers.ts | 18 - .../src/models/databaseAccountsMappers.ts | 155 - .../src/models/databaseMappers.ts | 24 - .../src/models/gremlinResourcesMappers.ts | 135 - sdk/cosmosdb/arm-cosmosdb/src/models/index.ts | 10240 +++--- .../arm-cosmosdb/src/models/mappers.ts | 7277 ++-- .../src/models/mongoDBResourcesMappers.ts | 135 - .../src/models/notebookWorkspacesMappers.ts | 135 - .../src/models/operationsMappers.ts | 15 - .../arm-cosmosdb/src/models/parameters.ts | 591 +- .../src/models/partitionKeyRangeIdMappers.ts | 18 - .../partitionKeyRangeIdRegionMappers.ts | 18 - .../src/models/percentileMappers.ts | 17 - .../models/percentileSourceTargetMappers.ts | 17 - .../src/models/percentileTargetMappers.ts | 17 - .../privateEndpointConnectionsMappers.ts | 135 - .../src/models/privateLinkResourcesMappers.ts | 134 - .../restorableDatabaseAccountsMappers.ts | 16 - .../restorableMongodbCollectionsMappers.ts | 16 - .../restorableMongodbDatabasesMappers.ts | 16 - .../restorableMongodbResourcesMappers.ts | 15 - .../models/restorableSqlContainersMappers.ts | 27 - .../models/restorableSqlDatabasesMappers.ts | 17 - .../models/restorableSqlResourcesMappers.ts | 15 - .../src/models/sqlResourcesMappers.ts | 145 - .../src/models/tableResourcesMappers.ts | 134 - .../src/operations/cassandraClusters.ts | 958 + .../src/operations/cassandraDataCenters.ts | 543 + .../src/operations/cassandraResources.ts | 2603 +- .../arm-cosmosdb/src/operations/collection.ts | 450 +- .../src/operations/collectionPartition.ts | 310 +- .../operations/collectionPartitionRegion.ts | 191 +- .../src/operations/collectionRegion.ts | 190 +- .../arm-cosmosdb/src/operations/database.ts | 425 +- .../src/operations/databaseAccountRegion.ts | 171 +- .../src/operations/databaseAccounts.ts | 1925 +- .../src/operations/graphResources.ts | 411 + .../src/operations/gremlinResources.ts | 1946 +- .../arm-cosmosdb/src/operations/index.ts | 7 +- .../src/operations/mongoDBResources.ts | 1931 +- .../src/operations/notebookWorkspaces.ts | 757 +- .../arm-cosmosdb/src/operations/operations.ts | 158 +- .../src/operations/partitionKeyRangeId.ts | 181 +- .../operations/partitionKeyRangeIdRegion.ts | 194 +- .../arm-cosmosdb/src/operations/percentile.ts | 162 +- .../src/operations/percentileSourceTarget.ts | 191 +- .../src/operations/percentileTarget.ts | 185 +- .../operations/privateEndpointConnections.ts | 454 +- .../src/operations/privateLinkResources.ts | 205 +- .../operations/restorableDatabaseAccounts.ts | 263 +- .../restorableMongodbCollections.ts | 132 +- .../operations/restorableMongodbDatabases.ts | 129 +- .../operations/restorableMongodbResources.ts | 141 +- .../src/operations/restorableSqlContainers.ts | 141 +- .../src/operations/restorableSqlDatabases.ts | 128 +- .../src/operations/restorableSqlResources.ts | 140 +- .../arm-cosmosdb/src/operations/service.ts | 414 + .../src/operations/sqlResources.ts | 4856 ++- .../src/operations/tableResources.ts | 938 +- .../operationsInterfaces/cassandraClusters.ts | 225 + .../cassandraDataCenters.ts | 148 + .../cassandraResources.ts | 739 + .../src/operationsInterfaces/collection.ts | 71 + .../collectionPartition.ts | 54 + .../collectionPartitionRegion.ts | 40 + .../operationsInterfaces/collectionRegion.ts | 37 + .../src/operationsInterfaces/database.ts | 65 + .../databaseAccountRegion.ts | 35 + .../operationsInterfaces/databaseAccounts.ts | 366 + .../operationsInterfaces/graphResources.ts | 110 + .../operationsInterfaces/gremlinResources.ts | 485 + .../src/operationsInterfaces/index.ts | 40 + .../operationsInterfaces/mongoDBResources.ts | 491 + .../notebookWorkspaces.ts | 182 + .../src/operationsInterfaces/operations.ts | 22 + .../partitionKeyRangeId.ts | 39 + .../partitionKeyRangeIdRegion.ts | 42 + .../src/operationsInterfaces/percentile.ts | 34 + .../percentileSourceTarget.ts | 40 + .../operationsInterfaces/percentileTarget.ts | 37 + .../privateEndpointConnections.ts | 109 + .../privateLinkResources.ts | 44 + .../restorableDatabaseAccounts.ts | 52 + .../restorableMongodbCollections.ts | 31 + .../restorableMongodbDatabases.ts | 32 + .../restorableMongodbResources.ts | 31 + .../restorableSqlContainers.ts | 31 + .../restorableSqlDatabases.ts | 32 + .../restorableSqlResources.ts | 31 + .../src/operationsInterfaces/service.ts | 107 + .../src/operationsInterfaces/sqlResources.ts | 1066 + .../operationsInterfaces/tableResources.ts | 232 + .../test/cosmosdb_cassandra_examples.ts | 137 + .../arm-cosmosdb/test/cosmosdb_examples.ts | 108 + .../test/cosmosdb_mongodb_examples.ts | 132 + sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts | 57 + sdk/cosmosdb/arm-cosmosdb/tsconfig.json | 6 +- 135 files changed, 111316 insertions(+), 18180 deletions(-) create mode 100644 sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md rename sdk/cosmosdb/arm-cosmosdb/{LICENSE.txt => LICENSE} (99%) create mode 100644 sdk/cosmosdb/arm-cosmosdb/_meta.json create mode 100644 sdk/cosmosdb/arm-cosmosdb/api-extractor.json create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_create_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_delete_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_get_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_list_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_migratecassandra_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_update_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_checknameexists_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_cassandraresources_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_cassandraresources_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_get_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_list_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_create_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_delete_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_get_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_list_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_migrate_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_update_test.js create mode 100644 sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/index.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/lroImpl.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/cassandraResourcesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/collectionMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionRegionMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/collectionRegionMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountRegionMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountsMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/databaseMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/gremlinResourcesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/mongoDBResourcesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/notebookWorkspacesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/operationsMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdRegionMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/percentileMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/percentileSourceTargetMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/percentileTargetMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/privateEndpointConnectionsMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/privateLinkResourcesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/restorableDatabaseAccountsMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbCollectionsMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbDatabasesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbResourcesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlContainersMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlDatabasesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlResourcesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/sqlResourcesMappers.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/models/tableResourcesMappers.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraDataCenters.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operations/graphResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operations/service.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraDataCenters.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collection.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartition.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartitionRegion.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionRegion.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/database.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccountRegion.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccounts.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/graphResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/gremlinResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/mongoDBResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/notebookWorkspaces.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/operations.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeId.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeIdRegion.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentile.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileSourceTarget.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileTarget.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateEndpointConnections.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateLinkResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableDatabaseAccounts.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbCollections.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbDatabases.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlContainers.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlDatabases.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/service.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/sqlResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/tableResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts diff --git a/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md b/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md new file mode 100644 index 000000000000..2b3beab8568a --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md @@ -0,0 +1,14 @@ +## 30.0.0-beta.1 (2021-09-17) + +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..f8f2dfccd261 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/_meta.json @@ -0,0 +1,7 @@ +{ + "commit": "e07d7900e7e02c9bb6caba0ee15f0e280e97b8f5", + "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.13", + "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", + "use": "@autorest/typescript@6.0.0-beta.13" +} \ 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..68966e154abc 100644 --- a/sdk/cosmosdb/arm-cosmosdb/package.json +++ b/sdk/cosmosdb/arm-cosmosdb/package.json @@ -1,13 +1,20 @@ { "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": "30.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.1.1", + "@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", @@ -17,15 +24,24 @@ "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.7.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.0-beta.6", + "@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": { @@ -40,19 +56,46 @@ "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": "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", + "prebuild": "echo skipped", + "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/my_test/recording_cassandraresources_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_create_test.js new file mode 100644 index 000000000000..3a9eab132f47 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_create_test.js @@ -0,0 +1,399 @@ +let nock = require('nock'); + +module.exports.hash = "94f81d63daba53caf2243ed784e7794b"; + +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', + 'a076d1d1-560a-48fb-9456-9b1d5a820600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=Atm65oc_frJHpuS0EllOYVs; expires=Mon, 18-Oct-2021 02:19:20 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrm9gSoSy3Zdnh7tBk5j--h-M6J2RVjFTdVJ00XxUoBYbCw_s_QyHjaSODUA0MSvrMxifdziqdDSMMuD4asGzutSTSCXNIaYcn8kJeA2wSsfNN_noNVoyWFyKdocBwnis44MYDTOY-tIXiBa6ISL6XKFjKYh77vlY9-Y3zhJ1CATkgAA; 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', + 'Sat, 18 Sep 2021 02:19:20 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', + 'ed0a3277-61c9-4a4d-9caa-ea587ff50500', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Avas2tNrQURLn6iaO4Kuvqw; expires=Mon, 18-Oct-2021 02:19:20 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr1QpL6MO5IEOOD7DzZLDa1Fvd0Wrq9krHvHLyZzx58ZL2B4GLVyiaWh4526oemry3-DVW26tGPipVHzza5mTKX6pcCrJujYDm2HXXTwj_NCQLcmWB-ONOda6phjZV84DCBwvKI2Y2wgn7VLZ2fGixPpIxjlopWLtFeitxsDNaY6IgAA; 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', + 'Sat, 18 Sep 2021 02:19:20 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.1&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=6d496cc9-6cfd-4bac-a523-adc9814d6ddb&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', + '376d603d-f241-4374-86fc-f7255b170700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=ArbjhPdKuJBApGIM_ha9FecWPr5BAQAAAKhD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:20 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', + 'Sat, 18 Sep 2021 02:19:20 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/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/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/operationResults/bcc89dc5-401b-4e5c-a0f7-51b59a783150?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150?api-version=2021-07-01-preview', + 'x-ms-request-id', + 'bcc89dc5-401b-4e5c-a0f7-51b59a783150', + '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', + '65fc63a8-1619-4ce9-ad10-0878eadbccf5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021921Z:65fc63a8-1619-4ce9-ad10-0878eadbccf5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .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', + '11931', + 'x-ms-request-id', + 'a48b4151-d353-41e3-9901-09340febdb09', + 'x-ms-correlation-request-id', + 'a48b4151-d353-41e3-9901-09340febdb09', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021921Z:a48b4151-d353-41e3-9901-09340febdb09', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .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', + '11930', + 'x-ms-request-id', + 'dec9e1f7-acfc-47d7-9e02-14a703742551', + 'x-ms-correlation-request-id', + 'dec9e1f7-acfc-47d7-9e02-14a703742551', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021924Z:dec9e1f7-acfc-47d7-9e02-14a703742551', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cc3ab1fe-48d3-4250-a52a-d00ecd58285d', + 'x-ms-correlation-request-id', + 'cc3ab1fe-48d3-4250-a52a-d00ecd58285d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021926Z:cc3ab1fe-48d3-4250-a52a-d00ecd58285d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4be4698e-cdf9-4fba-ae00-586819dd1a64', + 'x-ms-correlation-request-id', + '4be4698e-cdf9-4fba-ae00-586819dd1a64', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021928Z:4be4698e-cdf9-4fba-ae00-586819dd1a64', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5107b1f4-03d3-4537-b9e3-bfea8ead9606', + 'x-ms-correlation-request-id', + '5107b1f4-03d3-4537-b9e3-bfea8ead9606', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021931Z:5107b1f4-03d3-4537-b9e3-bfea8ead9606', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .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', + '11926', + 'x-ms-request-id', + '8f06374b-5f64-4f8c-86c5-5c8eee31a605', + 'x-ms-correlation-request-id', + '8f06374b-5f64-4f8c-86c5-5c8eee31a605', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021933Z:8f06374b-5f64-4f8c-86c5-5c8eee31a605', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357ffcd5e7e5b3e3e3cf3ec327799b5dd047bfef473b781eeeec6dd38f9ded9d5dfc43cff6a7bbfbf7f7a713fa7567e7f7fd08afb4d4d9eea7f7761fdedbbdffe9c12ff925","bfe4ff01dc321dce93010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '174aaf0a-0505-4867-85d0-e6f6dd90e736', + 'x-ms-correlation-request-id', + '174aaf0a-0505-4867-85d0-e6f6dd90e736', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021935Z:174aaf0a-0505-4867-85d0-e6f6dd90e736', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:35 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_delete_test.js new file mode 100644 index 000000000000..e892394899de --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_delete_test.js @@ -0,0 +1,291 @@ +let nock = require('nock'); + +module.exports.hash = "4c2da9d93c7cc1b9d6a5819ecc9162e0"; + +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', + '6a31f479-c0ec-4e0f-9e71-eb03a1d60600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AtF37N5mFmhNq1H8Pvgn_X8; expires=Mon, 18-Oct-2021 02:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrizAb3DwUBESStDCGlKmmQU6awjCjX-1MsEQwt6VIcSKO2iV2zMW5eV_TpIs_DeLn1Qc_6meFdUlPA4zBQARoAO6wXpNcYW0YBVbuXx2EKT1OOMhNUi9QfK1wxTb-jA-IdxBCd-3Q2ZZ5e9rQ0EnjEKZ6LNwcUzLfkPvhNUqmfrsgAA; 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', + 'Sat, 18 Sep 2021 02:19:58 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', + 'a076d1d1-560a-48fb-9456-9b1d2d830600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AlIDvpI7Ft9FpIdz7EfNS90; expires=Mon, 18-Oct-2021 02:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrS-QF6nFFpc7RgeN4Mkvzc4ZAFsbWA8gazjZHoh-zwNVTfaDpNb-WUfvljJ3Ng7rVuZCdiu1H6SHjyEo0vtBYZCpau5jdR-TUPk4dPpLuyM0C1tOKuNrIXkU3BJyhSJTDk1Az7GTwFDuT_qXeAAw8-y4vcDhuyk-ACEydFMVvMnYgAA; 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', + 'Sat, 18 Sep 2021 02:19:58 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.1&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=bd0a51c6-1ed2-42d3-a9ae-75252fe2f0c9&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', + '6a31f479-c0ec-4e0f-9e71-eb03a3d60600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AoQCL0g9JmRIvaBMnh9eABkWPr5BAQAAAM5D19gOAAAA; expires=Mon, 18-Oct-2021 02:19:59 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', + 'Sat, 18 Sep 2021 02:19:58 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/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/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/operationResults/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d?api-version=2021-07-01-preview', + 'x-ms-request-id', + 'c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d', + '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', + '32484cea-5f0d-474a-a813-28be0cf8765d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021959Z:32484cea-5f0d-474a-a813-28be0cf8765d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .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', + '11912', + 'x-ms-request-id', + '0ba579f7-ddf2-4923-baea-6602be6abf23', + 'x-ms-correlation-request-id', + '0ba579f7-ddf2-4923-baea-6602be6abf23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022000Z:0ba579f7-ddf2-4923-baea-6602be6abf23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .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', + '11911', + 'x-ms-request-id', + 'a1bb7bef-91f8-4a8f-8f69-00cee1d713fa', + 'x-ms-correlation-request-id', + 'a1bb7bef-91f8-4a8f-8f69-00cee1d713fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022002Z:a1bb7bef-91f8-4a8f-8f69-00cee1d713fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f68f79d1-98a1-4962-975b-17b1b60da993', + 'x-ms-correlation-request-id', + 'f68f79d1-98a1-4962-975b-17b1b60da993', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022004Z:f68f79d1-98a1-4962-975b-17b1b60da993', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .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', + '11909', + 'x-ms-request-id', + 'b600f121-72d1-49bb-afdd-7814b9ea0c84', + 'x-ms-correlation-request-id', + 'b600f121-72d1-49bb-afdd-7814b9ea0c84', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022007Z:b600f121-72d1-49bb-afdd-7814b9ea0c84', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:06 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_get_test.js new file mode 100644 index 000000000000..e71687502f8f --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_get_test.js @@ -0,0 +1,147 @@ +let nock = require('nock'); + +module.exports.hash = "cc1bee43b898e5d5c316db0559938f2d"; + +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', + 'ed0a3277-61c9-4a4d-9caa-ea5810f60500', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AvfOT917QxtIofOD4qzHXgc; expires=Mon, 18-Oct-2021 02:19:46 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevry6mnqbVFuY0o080Bu_D6H37Jy5rLpmSne3tIkoUepykuTYFrNPEGRp7ulhM5ZsML6MPQXeoGOgFT8kIvM8ETViis6lUf1BxoHZtFE6nTYYPRa9gNv8FtYAukfSzEQqmIVD442JQpo7-nuCI3CsFuy28xMdhdO1ysmrbZSO9YL-UgAA; 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', + 'Sat, 18 Sep 2021 02:19:46 GMT', + 'Content-Length', + '980' +]); + +nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) + .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') + .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ + 'Cache-Control', + 'max-age=86400, private', + 'Content-Type', + 'application/json; charset=utf-8', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'X-Content-Type-Options', + 'nosniff', + 'Access-Control-Allow-Origin', + '*', + 'Access-Control-Allow-Methods', + 'GET, OPTIONS', + 'P3P', + 'CP="DSP CUR OTPi IND OTRi ONL FIN"', + 'x-ms-request-id', + '376d603d-f241-4374-86fc-f725e8170700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=ApdxeV5MQYJKoeQL5fzMAJs; expires=Mon, 18-Oct-2021 02:19:46 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrDjTlRBb2nj-092fl6zMkoDTbblpyCJfDQqhmHnY4RycP78M1MVpUb0zs5stU0fgp-axnLSL_aXT2Nx9WfDF-ja1El5p7NkXK-Qs8s3ogPx11SrCrWzbp3p_VSVNJv72krvPkHUW4J69IOc28RemAEVZbplGH_zZ_WoX7i7fzGXIgAA; 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', + 'Sat, 18 Sep 2021 02:19:46 GMT', + 'Content-Length', + '1753' +]); + +nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) + .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=687907b8-8562-4b28-928d-e30f5acb5db6&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', + '04f3d58f-e9c8-450f-ae54-61fd71fc0500', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AqnLkh4NthJEjJIAuaeoAlgWPr5BAQAAAMJD19gOAAAA; expires=Mon, 18-Oct-2021 02:19: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', + 'Sat, 18 Sep 2021 02:19:46 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b007db97ef782fea2e1adf2ba2df2e6a347bff8234304fcee5efee8d1fececee8a345b12c16ebc51beff38fe88b8f7ec92ff9","25ff0ff0721d6478010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7063ab58-bd4f-47a1-9cdc-79e10d8c7643', + 'x-ms-correlation-request-id', + '7063ab58-bd4f-47a1-9cdc-79e10d8c7643', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021947Z:7063ab58-bd4f-47a1-9cdc-79e10d8c7643', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:47 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_list_test.js new file mode 100644 index 000000000000..e3052d2767e3 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_list_test.js @@ -0,0 +1,147 @@ +let nock = require('nock'); + +module.exports.hash = "70bdc0c25bcde21728fa2f400f13d484"; + +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', + '2d052f42-b736-4f4f-8aeb-f8ff92ec0500', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Al1kpdol0YpEjAfgbmYggSg; expires=Mon, 18-Oct-2021 02:19:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7N3W26wywoxuFt6aGHHQ-BNqb5QDJ111ATsRCVzlKRrvp0CCsaJoKKVouvRSVGzeJvlYYXEoUK0auuDBKHNCRzPVade6AS1oK8etDWHA6nHoZgDF3x3pSSsC6eerBeb_TsjHD4-Wc6k8Q0U_K4hdwku2zkLb2XY4bcXL8PQPbSogAA; 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', + 'Sat, 18 Sep 2021 02:19:47 GMT', + 'Content-Length', + '980' +]); + +nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) + .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') + .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ + 'Cache-Control', + 'max-age=86400, private', + 'Content-Length', + '1753', + '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', + '6a31f479-c0ec-4e0f-9e71-eb036dd60600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Apkc4BrVOV9Klt9wXbVQGeQ; expires=Mon, 18-Oct-2021 02:19:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrn_tZpNm9v243QUAuiyb2jsMQTWTRuX1V19oM_oykgaikdqKg0Vss5looN__dCVccX1EQ8KnlOvLgAYUgCo7NmM9aVjR82RtmLtQODdmfejayto7wswNnwHnWxBoPgi2K0TEQmIS1m5PEQC6vJHzaAjvGb0KjdLNCLlqvs7_hnrMgAA; 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', + 'Sat, 18 Sep 2021 02:19:47 GMT' +]); + +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.1&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=4cdf16e9-3506-4419-8b00-4eb8b2400fbe&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', + 'fc05375a-c426-4911-9649-f2dbad980700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AnXaJQFDymtHgtGdSpx69uAWPr5BAQAAAMJD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', + 'Set-Cookie', + 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', + 'Date', + 'Sat, 18 Sep 2021 02:19:47 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbddbbd3ac69b2e5acce7eaffcba5965d31c0ddeeaefd4e2a3d147edf58a50ffe876d0fbf008c2325b0042173061becaebb6a0368f7ef147667cf89d89d46dfefbd7fcf1579f97cf8e8f3ffb0c9fe46d76411ffdbe1fede079b8b3b74d3f76b67776f10f3ddb9feeeedfdf9f4ee8d79d9ddff723bcd25267bb9fdedb7d786ff7fea707bfe497fc92ef","ff92ff0750c20a1e9f010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2b67e07b-7062-46e1-a2a2-af3dde3779f1', + 'x-ms-correlation-request-id', + '2b67e07b-7062-46e1-a2a2-af3dde3779f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021948Z:2b67e07b-7062-46e1-a2a2-af3dde3779f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:47 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_migratecassandra_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_migratecassandra_test.js new file mode 100644 index 000000000000..8ac85288b771 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_migratecassandra_test.js @@ -0,0 +1,327 @@ +let nock = require('nock'); + +module.exports.hash = "f1451f6e868b6182c325fc6ebe5d4e0b"; + +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-Length', + '980', + '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', + '04f3d58f-e9c8-450f-ae54-61fd7afc0500', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AgnGkNZevjhDh5vwkK7Gn24; expires=Mon, 18-Oct-2021 02:19:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrA-eovzPmczqgVZ8OUOveBDcAaLGs6XbasRgsveu8Gf9kbs2lENGrN2abICiMUOtVGTwr7MnI0Gr6VLRulqT-_P9nt0Ah2wIOLfDbJkj3h3iEO_Yf-57Bic_amHN0SOL-Yfd15AKJR3zTWIQ-KSp_74nBU_Dk1syiGjidXm0kFnggAA; 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', + 'Sat, 18 Sep 2021 02:19:47 GMT' +]); + +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', + '63ac17d8-9547-4088-b25b-f926e02e0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Ahrw05EDEwdLsO4cZ54jKaU; expires=Mon, 18-Oct-2021 02:19:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrBPVGB2qBKzzGn_P8XMGCu7CEVTH54ThOo4mSdkvga5SL6csjnDfQQBZ3w80BGQx9urzU9LU-AL4c2ifyxO4WiRT4YRnt4-6SPEHEVF-Dw3SxhH0_bo0AIXb8wvvaNCQ-yMgI8EXMtml2lJfafrcnJD2rmNlPz17Pj_4qd74R-HQgAA; 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', + 'Sat, 18 Sep 2021 02:19:48 GMT', + 'Content-Length', + '1753' +]); + +nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) + .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=e8b7a256-7b5f-4e29-a048-69baa85cc98b&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', + '04f3d58f-e9c8-450f-ae54-61fd7cfc0500', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=Aiu2GvT4N-pJkzKMse1f-X0WPr5BAQAAAMRD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', + 'Set-Cookie', + 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', + 'Date', + 'Sat, 18 Sep 2021 02:19:48 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .post('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/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/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/160623d1-ddab-4c94-bfd5-ee49869b04ed?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed?api-version=2021-07-01-preview', + 'x-ms-request-id', + '160623d1-ddab-4c94-bfd5-ee49869b04ed', + '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', + '49cb5f83-e2c9-4469-81dd-42b2948cbea5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021949Z:49cb5f83-e2c9-4469-81dd-42b2948cbea5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .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', + '11917', + 'x-ms-request-id', + '060bb178-8fed-4ef3-a4d8-f246f9ef19b6', + 'x-ms-correlation-request-id', + '060bb178-8fed-4ef3-a4d8-f246f9ef19b6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021949Z:060bb178-8fed-4ef3-a4d8-f246f9ef19b6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .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', + '11916', + 'x-ms-request-id', + '54de6367-2f90-4157-b3d5-829c58f79e61', + 'x-ms-correlation-request-id', + '54de6367-2f90-4157-b3d5-829c58f79e61', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021951Z:54de6367-2f90-4157-b3d5-829c58f79e61', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0ea93909-3d1e-435d-b0ca-3074faaddb3d', + 'x-ms-correlation-request-id', + '0ea93909-3d1e-435d-b0ca-3074faaddb3d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021954Z:0ea93909-3d1e-435d-b0ca-3074faaddb3d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .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', + '11914', + 'x-ms-request-id', + '883be70f-49d2-44e5-b804-9bbe4474b900', + 'x-ms-correlation-request-id', + '883be70f-49d2-44e5-b804-9bbe4474b900', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021956Z:883be70f-49d2-44e5-b804-9bbe4474b900', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2bdbb282eeaaccddf54c7ebb66aa659997f34faa8bd5ee534c2dbe112e93dd25fb49f65b6403f2fd7ef5ed05f4484555eb745de7cf4e8177f644885df1dbc8f1eedefec8c3eca0c10031fad16d9bb3761c39d5f32fa68512c8bc57ae17ff311befae897fc925f","f2ff0040cb653bca010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3d17167f-f92c-4276-96c5-6cd7e2c5191f', + 'x-ms-correlation-request-id', + '3d17167f-f92c-4276-96c5-6cd7e2c5191f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021958Z:3d17167f-f92c-4276-96c5-6cd7e2c5191f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:58 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_update_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_update_test.js new file mode 100644 index 000000000000..6e857a1ad7b9 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_update_test.js @@ -0,0 +1,327 @@ +let nock = require('nock'); + +module.exports.hash = "1fa560719609029219b7948c0d7ac9da"; + +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', + '376d603d-f241-4374-86fc-f725b1170700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=Agm1awGNH_tKg1yKaprZEP8; expires=Mon, 18-Oct-2021 02:19:35 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAy2y0Kks1sIT1izDrlWvTjc37Sap18Pgzo2syyR2bGh167CR1CzW4gNJeAWYOx6LkDe0MzzyzTHGFpPc8kMezT6rSFSzkLo15SOcH4NgYEAFfPGv2zW_Kjyx2B0wCtN16DrTOMu_mTXPXJjut_L29dHulzrnFacloZVDz6uemg4gAA; 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', + 'Sat, 18 Sep 2021 02:19:35 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', + '376d603d-f241-4374-86fc-f725b2170700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AhQz4BrNkixOvnpIihbGV9I; expires=Mon, 18-Oct-2021 02:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrjDP5BLFHiOXg3bzHW58doWUUfo02LrzeU5Vyb7Ea7vhSk317TzF6dQZqPf_SfuBgwDi2wMeGtR_at1P6I4hjokPWxWi7rz1QdabAwuqBAoB-RKUt5V_YwZdkVA4iZ5XmHTZBx1UsKjOi6q5Y3rgBbYaNkpt2W-apiePranNJ4KIgAA; 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', + 'Sat, 18 Sep 2021 02:19:35 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.1&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=d2a2d1a6-53dd-4189-8c4f-fa4e69de1f57&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', + '63ac17d8-9547-4088-b25b-f9269e2e0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AontPtDYXSRKsjQtuOERdTcWPr5BAQAAALdD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:36 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', + 'Sat, 18 Sep 2021 02:19:35 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/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/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/operationResults/ee4e2c78-f853-4ba6-a928-bbbb25cfd090?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090?api-version=2021-07-01-preview', + 'x-ms-request-id', + 'ee4e2c78-f853-4ba6-a928-bbbb25cfd090', + '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', + '8987721a-2efb-498f-af79-506996738143', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021936Z:8987721a-2efb-498f-af79-506996738143', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .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', + '11924', + 'x-ms-request-id', + 'fceac986-1903-4cf3-b3e8-6334e004b2af', + 'x-ms-correlation-request-id', + 'fceac986-1903-4cf3-b3e8-6334e004b2af', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021937Z:fceac986-1903-4cf3-b3e8-6334e004b2af', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .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', + '11923', + 'x-ms-request-id', + 'd191cea9-8dd8-4f69-8c57-97c6c375a521', + 'x-ms-correlation-request-id', + 'd191cea9-8dd8-4f69-8c57-97c6c375a521', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021939Z:d191cea9-8dd8-4f69-8c57-97c6c375a521', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5bf15ad8-f2e4-4d4d-955e-952c59400b00', + 'x-ms-correlation-request-id', + '5bf15ad8-f2e4-4d4d-955e-952c59400b00', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021941Z:5bf15ad8-f2e4-4d4d-955e-952c59400b00', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .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', + '11921', + 'x-ms-request-id', + 'b568c079-572a-4734-bf05-b06823f3a7cf', + 'x-ms-correlation-request-id', + 'b568c079-572a-4734-bf05-b06823f3a7cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021944Z:b568c079-572a-4734-bf05-b06823f3a7cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b007db97ef782fea2e1adf2ba2df2e6a347bff8234304fcee5efee8d1fececee8a345b12c16ebc51beff38fe88b8f7ec92ff9","25ff0ff0721d6478010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dbff64c2-20c3-4025-b52b-ff9b9510c892', + 'x-ms-correlation-request-id', + 'dbff64c2-20c3-4025-b52b-ff9b9510c892', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021946Z:dbff64c2-20c3-4025-b52b-ff9b9510c892', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:46 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_checknameexists_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_checknameexists_test.js new file mode 100644 index 000000000000..fbe1888d7686 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_checknameexists_test.js @@ -0,0 +1,111 @@ +let nock = require('nock'); + +module.exports.hash = "a8b3225eb2025e96429af4e996d93592"; + +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', + '222f64b2-4eb1-48e2-ba62-9ca2b8d80600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AgfBQhNrVpVOvkKgsrOtkBM; expires=Mon, 18-Oct-2021 02:39:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUz1rUejorK-1q4i9QSeY_NZcu7UY5EIF6h9HviynwhUO_6sACjYhQyojW1s2lBmNUixi8BMafwiqy1BMxrXpj-5fz8b3vmjdq4wj658JP-i9pd2ekBz2A5Xo7u-DbVp4Vd2r9oDyoMChjzxfajAeJwY39SksWqY4UH_ZwG5XC_AgAA; 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', + 'Sat, 18 Sep 2021 02:39: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', + '2d052f42-b736-4f4f-8aeb-f8ffc7080600', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Avv7MMIPROpMpzanjXnwNcs; expires=Mon, 18-Oct-2021 02:39:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrh-A9swtPL6gdEa90XTGI3dfWwKNzZXD8fXfgnvdFIME-7Io14O_9zPkAi966MhJ4PMtqeACuqOw6Hf6jsv8C3hmcE6MFSf5x3zhhOefj1v8Xw_FgefR_AeEyz7zzUUxGKuVicP66a-cAy5rGy5kPPR01mZwfC18nwwJQ7LiDTlsgAA; 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', + 'Sat, 18 Sep 2021 02:39: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.1&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=da457cba-a18f-474c-a8f7-382eaeb2d08f&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', + '376d603d-f241-4374-86fc-f7252a340700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AhRpcKAI-sBKmL0hy55CFv0WPr5BAQAAAGpI19gOAAAA; expires=Mon, 18-Oct-2021 02:39: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', + 'Sat, 18 Sep 2021 02:39:38 GMT', + 'Content-Length', + '1351' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_cassandraresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_cassandraresources_test.js new file mode 100644 index 000000000000..f2fd2c261e64 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_cassandraresources_test.js @@ -0,0 +1,2599 @@ +let nock = require('nock'); + +module.exports.hash = "efd52ef91c682ff9f8cd1bc8a21d9a9a"; + +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', + '0c18c534-d46e-4b5f-b694-cd26e6f00600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AguFCs_q_hFCiTtPwg0ezjM; expires=Mon, 18-Oct-2021 02:16:32 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7QO-27BHGm8OhSP0jaQ5NjnUtSVokBZIEb3Nqu9TVtctaaMJbWeH8UYUmt8MYHy4IcUG2MgPyYoPpBlFAYI7AqTmKZH-kRDhqGWZEwl9jHx3bc2RqHdjtxfqjxD1ZPxAJITQ6tCNCNRaX5ztHy5Zr02wdwQ0T2RrdGBjzHn5Mq4gAA; 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', + 'Sat, 18 Sep 2021 02:16:31 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', + 'c3521c9c-78d4-4f40-bf0e-bf9b81230700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AiQqqEtZhiZJvxE5QqGd1JQ; expires=Mon, 18-Oct-2021 02:16:32 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrcxCqdUYuE6C_4TSt9F3xDNFjV0owFwkALMqdqHXxpvNVpbV1b2JBezzJmATxFdnacYaWSLdJu18JPx2vAWOPasc0jnnkA4LpLyCaEIf6daGksjo2H_FNiIa0CSSSbKB2AedgNQaoS0mGHj6Wlzxyx9JrxXrw70GDwp0IdccDr24gAA; 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', + 'Sat, 18 Sep 2021 02:16:31 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.1&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=877821b4-0711-4bb1-a3e1-6bfb1f8f435a&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', + '1ab39349-0faa-49d2-bb61-c62a4a680700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AklDy3m4zD9GvEm9cpqENKsWPr5BAQAAAABD19gOAAAA; expires=Mon, 18-Oct-2021 02:16:32 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', + 'Sat, 18 Sep 2021 02:16:31 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1', {"location":"eastus","kind":"GlobalDocumentDB","properties":{"locations":[{"locationName":"eastus","failoverPriority":0,"isZoneRedundant":false}],"databaseAccountOfferType":"Standard","capabilities":[{"name":"EnableCassandra"}],"apiProperties":{},"createMode":"Default"}}) + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef763f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97bb4fbe9a3fdddf1fd7bf7ee3dd87ff8531fd19b34f0555eb7450e48f8ebb26808e16279f1ba252004e104d0e86fea70b59e94c5f445de5e55f55b42316fe8ad8f4e97d9a4cc67f47dcebf1dafdb6a41af4c9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b850850d0e8654648e18bdf2bbffe82f0692b07a6687eb2a8db75562a26cf8ab2cd6b8386697519b479b52e31c4ef7d7f64f03d5e156f6826e8c38f4eb2a6c996b33aa331cc8a065f53b74f681e665fe46d86496164cd90b507c1f4599de76f8ade288f9759794d44c8cad7847b7641a4d4efb3ee3727d5f2bcb858d74c084c43339de78b0cd81172dfcdcbf2697e5e2c696c3461c5b269b3e5343fa3917e743ebbb79f3fd8c9b61fe6fb7bdbfb3bbbe7db0f773eddddfe747a7fff7e76fe693edb7b8031d1003caefaf2fc3caf153acdf27296d598bd597e9ed1d49ccdf22591fe9abea40f9742bee369f9e47a4564a24f5f54cb9cbe514261024b9af2b91ddf9466b3207e5c4eaf5f56c42f04e9171be03454f3ddf3fc322f09dc6b2229c63dfa6891bd3b5bd24c5e66e5d9f2754e7066d4df7dfe82f02cf325357d59132dde7df468776787a8416d1ce9be245eab498ae92508c515a60ce8e13bfaec7baa370221ddceb3a65d43ce8cacbe105176f27a83509c2b97bfac8b8a7aa4d1eed02c353f45547a95cfd644dd250922d3e69710f7d18bb3ffd72165baf97f0d42b639188895d3d7c5cb42721da383695503287ecb56d9a42849d96837aacb454d38d580b78a95a74726d9f4ed7ac51812d45f6cf4facb9c7a9a1553ea9b342bfffa4535cb5f068a56de75dcfe45b15c9321fae8d1de3ed145be7d95939c604caed9b7c97851a303d3441588a120f0f8e86c494d8954bf8444a02bbdafd4fc9d41b0308659915d2cab86b4d1f3eae275de62b6e8ab5fac4aecd9ba2cdfe4efda9f58e73560b3e803304919a1066ada71eb","77ff0f8bd9fff89d070000"], [ + '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/myaccountxxx1/operationResults/e70c9b7f-17ab-4ec8-a649-0102c4f2c243?api-version=2021-07-01-preview', + 'Vary', + 'Accept-Encoding', + 'x-ms-request-id', + 'e70c9b7f-17ab-4ec8-a649-0102c4f2c243', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243?api-version=2021-07-01-preview', + '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', + '818b8013-88c3-41b2-95c4-fd6cdb80a4d5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021644Z:818b8013-88c3-41b2-95c4-fd6cdb80a4d5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .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', + '0da2994b-efd8-4d38-b6e5-3d5e0ee996a1', + 'x-ms-correlation-request-id', + '0da2994b-efd8-4d38-b6e5-3d5e0ee996a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021644Z:0da2994b-efd8-4d38-b6e5-3d5e0ee996a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b491f655-6e13-48f6-ac9e-6f81a15bf76d', + 'x-ms-correlation-request-id', + 'b491f655-6e13-48f6-ac9e-6f81a15bf76d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021646Z:b491f655-6e13-48f6-ac9e-6f81a15bf76d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2b91e819-959a-43b6-bf8e-ac84353a860f', + 'x-ms-correlation-request-id', + '2b91e819-959a-43b6-bf8e-ac84353a860f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021649Z:2b91e819-959a-43b6-bf8e-ac84353a860f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63ee3d4e-07ed-4e41-b92e-465d9cbd3604', + 'x-ms-correlation-request-id', + '63ee3d4e-07ed-4e41-b92e-465d9cbd3604', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021651Z:63ee3d4e-07ed-4e41-b92e-465d9cbd3604', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7aef0146-206b-4826-adcf-3fe364ca968f', + 'x-ms-correlation-request-id', + '7aef0146-206b-4826-adcf-3fe364ca968f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021653Z:7aef0146-206b-4826-adcf-3fe364ca968f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dea52f4d-302f-4688-8f5d-e6ed9581e23c', + 'x-ms-correlation-request-id', + 'dea52f4d-302f-4688-8f5d-e6ed9581e23c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021656Z:dea52f4d-302f-4688-8f5d-e6ed9581e23c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eefa8bfa-8269-4d7d-a5ef-8572d290111c', + 'x-ms-correlation-request-id', + 'eefa8bfa-8269-4d7d-a5ef-8572d290111c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021658Z:eefa8bfa-8269-4d7d-a5ef-8572d290111c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:16:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b4011424-dd3f-4732-976a-9df4a15b46a1', + 'x-ms-correlation-request-id', + 'b4011424-dd3f-4732-976a-9df4a15b46a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021700Z:b4011424-dd3f-4732-976a-9df4a15b46a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '56579e21-3792-4420-ab8c-226d8474ba8b', + 'x-ms-correlation-request-id', + '56579e21-3792-4420-ab8c-226d8474ba8b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021703Z:56579e21-3792-4420-ab8c-226d8474ba8b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1abf4618-4014-4dbb-900f-a8c49226d623', + 'x-ms-correlation-request-id', + '1abf4618-4014-4dbb-900f-a8c49226d623', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021705Z:1abf4618-4014-4dbb-900f-a8c49226d623', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f20cd0a1-d121-4fcc-8f17-286a3dc86ccb', + 'x-ms-correlation-request-id', + 'f20cd0a1-d121-4fcc-8f17-286a3dc86ccb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021707Z:f20cd0a1-d121-4fcc-8f17-286a3dc86ccb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ea60217-3114-4e5e-83f0-745630e16bf3', + 'x-ms-correlation-request-id', + '1ea60217-3114-4e5e-83f0-745630e16bf3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021710Z:1ea60217-3114-4e5e-83f0-745630e16bf3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ac8b24e-3b7e-42f8-b048-a19cf00647c7', + 'x-ms-correlation-request-id', + '9ac8b24e-3b7e-42f8-b048-a19cf00647c7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021712Z:9ac8b24e-3b7e-42f8-b048-a19cf00647c7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca5c2287-a04e-4657-8350-bd03b3d78fed', + 'x-ms-correlation-request-id', + 'ca5c2287-a04e-4657-8350-bd03b3d78fed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021714Z:ca5c2287-a04e-4657-8350-bd03b3d78fed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6038fd2e-59dc-4f10-9a00-240e06e91f0c', + 'x-ms-correlation-request-id', + '6038fd2e-59dc-4f10-9a00-240e06e91f0c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021717Z:6038fd2e-59dc-4f10-9a00-240e06e91f0c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'de85d5ed-295b-4b0d-84eb-96b8aa4467bf', + 'x-ms-correlation-request-id', + 'de85d5ed-295b-4b0d-84eb-96b8aa4467bf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021719Z:de85d5ed-295b-4b0d-84eb-96b8aa4467bf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25f9ad76-58dc-4cbd-9af9-175f9e01d457', + 'x-ms-correlation-request-id', + '25f9ad76-58dc-4cbd-9af9-175f9e01d457', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021721Z:25f9ad76-58dc-4cbd-9af9-175f9e01d457', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd887cea-4769-4db8-a3db-c8b17fc9d101', + 'x-ms-correlation-request-id', + 'bd887cea-4769-4db8-a3db-c8b17fc9d101', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021724Z:bd887cea-4769-4db8-a3db-c8b17fc9d101', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1a8cd2d2-cc5e-4bde-bdd7-4baec64104b8', + 'x-ms-correlation-request-id', + '1a8cd2d2-cc5e-4bde-bdd7-4baec64104b8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021726Z:1a8cd2d2-cc5e-4bde-bdd7-4baec64104b8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cb9246d6-9e27-43d7-aeae-9b980d961284', + 'x-ms-correlation-request-id', + 'cb9246d6-9e27-43d7-aeae-9b980d961284', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021728Z:cb9246d6-9e27-43d7-aeae-9b980d961284', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '38169bcb-8861-416d-afee-b5f3a7196a11', + 'x-ms-correlation-request-id', + '38169bcb-8861-416d-afee-b5f3a7196a11', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021730Z:38169bcb-8861-416d-afee-b5f3a7196a11', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '839fed84-5d79-4d17-a76e-ed490b097a1e', + 'x-ms-correlation-request-id', + '839fed84-5d79-4d17-a76e-ed490b097a1e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021733Z:839fed84-5d79-4d17-a76e-ed490b097a1e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c56d011-cd9e-4b91-90a9-67890392a2f6', + 'x-ms-correlation-request-id', + '4c56d011-cd9e-4b91-90a9-67890392a2f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021735Z:4c56d011-cd9e-4b91-90a9-67890392a2f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd9095367-cfaf-4b80-9817-cca77fe648c2', + 'x-ms-correlation-request-id', + 'd9095367-cfaf-4b80-9817-cca77fe648c2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021737Z:d9095367-cfaf-4b80-9817-cca77fe648c2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2661d955-2032-474c-9bda-a3d97f6d6a55', + 'x-ms-correlation-request-id', + '2661d955-2032-474c-9bda-a3d97f6d6a55', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021740Z:2661d955-2032-474c-9bda-a3d97f6d6a55', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f4d7e428-0b74-4055-8131-2eb7dbd17784', + 'x-ms-correlation-request-id', + 'f4d7e428-0b74-4055-8131-2eb7dbd17784', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021742Z:f4d7e428-0b74-4055-8131-2eb7dbd17784', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e19a8c7-98aa-473a-b607-987a2f71f705', + 'x-ms-correlation-request-id', + '7e19a8c7-98aa-473a-b607-987a2f71f705', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021744Z:7e19a8c7-98aa-473a-b607-987a2f71f705', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8ce64d9b-a5f1-4b53-98ad-d01dbd1c041b', + 'x-ms-correlation-request-id', + '8ce64d9b-a5f1-4b53-98ad-d01dbd1c041b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021747Z:8ce64d9b-a5f1-4b53-98ad-d01dbd1c041b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4ab3ac10-6cf3-4636-a49a-c0bc3cce0e2e', + 'x-ms-correlation-request-id', + '4ab3ac10-6cf3-4636-a49a-c0bc3cce0e2e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021749Z:4ab3ac10-6cf3-4636-a49a-c0bc3cce0e2e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '837edf6c-6fea-47db-b82f-1f4d19269c8b', + 'x-ms-correlation-request-id', + '837edf6c-6fea-47db-b82f-1f4d19269c8b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021751Z:837edf6c-6fea-47db-b82f-1f4d19269c8b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '40484b92-3bb0-42e9-8f6f-ee70a8e99bbd', + 'x-ms-correlation-request-id', + '40484b92-3bb0-42e9-8f6f-ee70a8e99bbd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021754Z:40484b92-3bb0-42e9-8f6f-ee70a8e99bbd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6f4391a-7a30-4141-a8df-8da1910be6a9', + 'x-ms-correlation-request-id', + 'e6f4391a-7a30-4141-a8df-8da1910be6a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021756Z:e6f4391a-7a30-4141-a8df-8da1910be6a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fcdb8c00-1a95-4f53-9b12-72486dd2efcf', + 'x-ms-correlation-request-id', + 'fcdb8c00-1a95-4f53-9b12-72486dd2efcf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021758Z:fcdb8c00-1a95-4f53-9b12-72486dd2efcf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:17:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f8287e3-c98b-4b54-a681-fcb19a10546c', + 'x-ms-correlation-request-id', + '4f8287e3-c98b-4b54-a681-fcb19a10546c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021801Z:4f8287e3-c98b-4b54-a681-fcb19a10546c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '834698d8-3ab4-4260-9b8a-c57c7c4bf533', + 'x-ms-correlation-request-id', + '834698d8-3ab4-4260-9b8a-c57c7c4bf533', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021803Z:834698d8-3ab4-4260-9b8a-c57c7c4bf533', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '65711b4f-2984-409e-a7cf-b07cf6aa5652', + 'x-ms-correlation-request-id', + '65711b4f-2984-409e-a7cf-b07cf6aa5652', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021805Z:65711b4f-2984-409e-a7cf-b07cf6aa5652', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'df921395-86e1-449f-ad60-9eb5258b7d1a', + 'x-ms-correlation-request-id', + 'df921395-86e1-449f-ad60-9eb5258b7d1a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021808Z:df921395-86e1-449f-ad60-9eb5258b7d1a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bea3cee4-c912-4b05-bad9-39c9e0cb2908', + 'x-ms-correlation-request-id', + 'bea3cee4-c912-4b05-bad9-39c9e0cb2908', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021810Z:bea3cee4-c912-4b05-bad9-39c9e0cb2908', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '04aae70b-a54b-4ff0-a638-d63ec355a72c', + 'x-ms-correlation-request-id', + '04aae70b-a54b-4ff0-a638-d63ec355a72c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021812Z:04aae70b-a54b-4ff0-a638-d63ec355a72c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0c700ea9-e31f-448e-a9ec-82016eb8a29f', + 'x-ms-correlation-request-id', + '0c700ea9-e31f-448e-a9ec-82016eb8a29f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021815Z:0c700ea9-e31f-448e-a9ec-82016eb8a29f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '96f0401e-4d13-499c-9ed5-ed11993bcd7d', + 'x-ms-correlation-request-id', + '96f0401e-4d13-499c-9ed5-ed11993bcd7d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021817Z:96f0401e-4d13-499c-9ed5-ed11993bcd7d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '101de34f-638e-4c45-b1ff-ea2d8ac21890', + 'x-ms-correlation-request-id', + '101de34f-638e-4c45-b1ff-ea2d8ac21890', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021819Z:101de34f-638e-4c45-b1ff-ea2d8ac21890', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eae6ec63-d10c-4366-8175-5a17f8d3dd9e', + 'x-ms-correlation-request-id', + 'eae6ec63-d10c-4366-8175-5a17f8d3dd9e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021822Z:eae6ec63-d10c-4366-8175-5a17f8d3dd9e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '16721dc9-bff1-4047-adcc-b315aa3cba07', + 'x-ms-correlation-request-id', + '16721dc9-bff1-4047-adcc-b315aa3cba07', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021824Z:16721dc9-bff1-4047-adcc-b315aa3cba07', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c45eb17-fd15-4b96-99c9-ee5f68ffca7d', + 'x-ms-correlation-request-id', + '3c45eb17-fd15-4b96-99c9-ee5f68ffca7d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021826Z:3c45eb17-fd15-4b96-99c9-ee5f68ffca7d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c23e27b4-7b7f-4554-91ae-4e08bc133ab7', + 'x-ms-correlation-request-id', + 'c23e27b4-7b7f-4554-91ae-4e08bc133ab7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021829Z:c23e27b4-7b7f-4554-91ae-4e08bc133ab7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2fee25f1-e91f-48c0-8a3e-5629f511bda9', + 'x-ms-correlation-request-id', + '2fee25f1-e91f-48c0-8a3e-5629f511bda9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021831Z:2fee25f1-e91f-48c0-8a3e-5629f511bda9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd2da86c-99ff-413a-b613-553d853915dc', + 'x-ms-correlation-request-id', + 'bd2da86c-99ff-413a-b613-553d853915dc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021833Z:bd2da86c-99ff-413a-b613-553d853915dc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a7e4c678-0bb8-4a2b-8a4e-1c35fe14bb06', + 'x-ms-correlation-request-id', + 'a7e4c678-0bb8-4a2b-8a4e-1c35fe14bb06', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021836Z:a7e4c678-0bb8-4a2b-8a4e-1c35fe14bb06', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b6ac29e6-c3c0-4f8c-8f09-ae0de86957a3', + 'x-ms-correlation-request-id', + 'b6ac29e6-c3c0-4f8c-8f09-ae0de86957a3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021838Z:b6ac29e6-c3c0-4f8c-8f09-ae0de86957a3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4533176f-60ae-493c-a88d-a0502414bf27', + 'x-ms-correlation-request-id', + '4533176f-60ae-493c-a88d-a0502414bf27', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021840Z:4533176f-60ae-493c-a88d-a0502414bf27', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a212518a-0228-4cb1-b8fb-bd0fa1ecfe7f', + 'x-ms-correlation-request-id', + 'a212518a-0228-4cb1-b8fb-bd0fa1ecfe7f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021842Z:a212518a-0228-4cb1-b8fb-bd0fa1ecfe7f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ba6b146b-ec09-4d3b-9f60-f1fe4816341f', + 'x-ms-correlation-request-id', + 'ba6b146b-ec09-4d3b-9f60-f1fe4816341f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021845Z:ba6b146b-ec09-4d3b-9f60-f1fe4816341f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8222a297-0bf3-4948-925b-0c612dd393aa', + 'x-ms-correlation-request-id', + '8222a297-0bf3-4948-925b-0c612dd393aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021847Z:8222a297-0bf3-4948-925b-0c612dd393aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd68bf19b-d5cf-43e0-a4a9-1fe6e3a73f97', + 'x-ms-correlation-request-id', + 'd68bf19b-d5cf-43e0-a4a9-1fe6e3a73f97', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021849Z:d68bf19b-d5cf-43e0-a4a9-1fe6e3a73f97', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6377c35d-85fc-45df-bd29-6c61b9a74b8f', + 'x-ms-correlation-request-id', + '6377c35d-85fc-45df-bd29-6c61b9a74b8f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021852Z:6377c35d-85fc-45df-bd29-6c61b9a74b8f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd191db1a-0e65-4317-8541-c9c62d74cd8e', + 'x-ms-correlation-request-id', + 'd191db1a-0e65-4317-8541-c9c62d74cd8e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021854Z:d191db1a-0e65-4317-8541-c9c62d74cd8e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '50e55649-176c-4280-a4d2-3fe286dc6c2d', + 'x-ms-correlation-request-id', + '50e55649-176c-4280-a4d2-3fe286dc6c2d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021856Z:50e55649-176c-4280-a4d2-3fe286dc6c2d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7a72dd04-9c50-48df-b804-ddbeef0402d1', + 'x-ms-correlation-request-id', + '7a72dd04-9c50-48df-b804-ddbeef0402d1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021859Z:7a72dd04-9c50-48df-b804-ddbeef0402d1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:18:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b836b6d8-de5c-4184-82aa-b54824291482', + 'x-ms-correlation-request-id', + 'b836b6d8-de5c-4184-82aa-b54824291482', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021901Z:b836b6d8-de5c-4184-82aa-b54824291482', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2473d2f6-f277-4d19-bce1-d795a7d434d7', + 'x-ms-correlation-request-id', + '2473d2f6-f277-4d19-bce1-d795a7d434d7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021903Z:2473d2f6-f277-4d19-bce1-d795a7d434d7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '812da7a4-5533-4886-9aad-d10f99583539', + 'x-ms-correlation-request-id', + '812da7a4-5533-4886-9aad-d10f99583539', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021906Z:812da7a4-5533-4886-9aad-d10f99583539', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'de927236-af78-47f4-9cfe-e0bb2edeec21', + 'x-ms-correlation-request-id', + 'de927236-af78-47f4-9cfe-e0bb2edeec21', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021908Z:de927236-af78-47f4-9cfe-e0bb2edeec21', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e5e5ea8-cfca-457c-9f0f-9f3fd9478c2f', + 'x-ms-correlation-request-id', + '7e5e5ea8-cfca-457c-9f0f-9f3fd9478c2f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021910Z:7e5e5ea8-cfca-457c-9f0f-9f3fd9478c2f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9885695-75c3-4275-96c1-09a9d5c038e3', + 'x-ms-correlation-request-id', + 'a9885695-75c3-4275-96c1-09a9d5c038e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021913Z:a9885695-75c3-4275-96c1-09a9d5c038e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd3db3eed-9686-4a18-8597-4b913b08f139', + 'x-ms-correlation-request-id', + 'd3db3eed-9686-4a18-8597-4b913b08f139', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021915Z:d3db3eed-9686-4a18-8597-4b913b08f139', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .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', + '11933', + 'x-ms-request-id', + '07c88a71-762b-4111-876f-f1849c67d7e6', + 'x-ms-correlation-request-id', + '07c88a71-762b-4111-876f-f1849c67d7e6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021917Z:07c88a71-762b-4111-876f-f1849c67d7e6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef763f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97bb47bf0e8febdf1c383fbbb0f1f3cf8a98fe84d1af82aafdb220724fc7559348470b1bc78dd121082f07a3d9de6f92c9f518f33edfe74395b55c5121dccdb76d53cba1b52646c1a36e3ec07eb3a1f4fabc5a3fdfd7b7709c6346b9a6c39abb31b81d896f47ab3a822b056eb49594c5fe4ed5555bf259ae50d0de3a3d365362919df9c7f3b5eb7d582e661fa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5ca78c00058d5e6644257cf17be5d75f1081daca81299a9f2cea769d958ac9b3a26cf3daa0615a5d066d5ead4bd0fc7bdf1f197c8f57c51b620dfaf0a31333721ac3ac68f03575fb841863f645de66e01246d60c597b104c9fd579fea6e88df2789995d74484ac7c4db8671734b7fa7dd6fde6a45a9e1717eb9a0901be68a6f37c91013b42eebb79593ecdcf8b258d8d38a858366db69ce66734d28fce67f7f6f3073bd9f6c37c7f6f7b7f67f77cfbe1cea7bbdb9f4eefefdfcfce3fcd677b0f30261a80c7e65f9e9fe7b54227b65bceb21ab337cbcf339a9ab3193152d15ed397cf8aba693113d7f643923d21e8f1b47c72bd22c251bb17d532a76f947498d29298606e473ca5f92d486496d3eb97157110c1fec5a63b1abcf9ee797e999704ee35111994187db4c8de9d2d696e2fb3f26cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12f7d5a468e825c8ed152611e8e13bfaec7baada0239d8ceb3a65d43151875f242b48d532946dc6e122905b5493c6f5201e72a432feba222ec89723bc403cd4f11c55fe5b335cd1dba673aff12e26d5245b3ff5f0fd0a0fcffcbc1d9e61012b6115f778c1692eb181d4cab1a40f15bb6ca2645492a56bb51932acad12944bc55ac3ced39c9a66fd72bc690a0fe62635e5fe6d4d3ac9852df64e0f8d72faa59fe32b077f2ae93e82f8ae59afc818f1eeded135de4db5739e9028cc935fb36f910d4e8c03451b56928083c3efa3caf3efa2524e25dedf44a3d9033280ee03f2bb28b65d590fe7d5e5dbccedb96a68ebefac5aab69fadcbf24dfeaefd89755e032eab3600262d4268819276ccfa","ddff03a84f660920090000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3dada6aa-6c49-494a-a026-f938faff1f53', + 'x-ms-correlation-request-id', + '3dada6aa-6c49-494a-a026-f938faff1f53', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T021920Z:3dada6aa-6c49-494a-a026-f938faff1f53', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:19:20 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js new file mode 100644 index 000000000000..f280a4a036ef --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js @@ -0,0 +1,5947 @@ +let nock = require('nock'); + +module.exports.hash = "349b29c7f6043f69f060daa928dcff28"; + +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', + '1ab39349-0faa-49d2-bb61-c62a06a60700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=ArSVYITDugZCg5cxNBjJxv4; expires=Mon, 18-Oct-2021 02:59:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7HOghfv35kydXMWzLMwGVPqjdXGd0n2fYjfedvbV7CMTcifa6nq8I3LmGNcl_iRUIskK1bj46dsyqKwX0srm71jZUx-nSfkdN3xBkDW14mh7vG_CtdCgEXpsaHTeNxAlweXjHtBGyyjwuTdtcnronELtwh3xckJJdQzlEIyXtbAgAA; 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', + 'Sat, 18 Sep 2021 02:59:39 GMT', + 'Content-Length', + '980' +]); + +nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) + .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') + .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ + 'Cache-Control', + 'max-age=86400, private', + 'Content-Type', + 'application/json; charset=utf-8', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'X-Content-Type-Options', + 'nosniff', + 'Access-Control-Allow-Origin', + '*', + 'Access-Control-Allow-Methods', + 'GET, OPTIONS', + 'P3P', + 'CP="DSP CUR OTPi IND OTRi ONL FIN"', + 'x-ms-request-id', + '5efc7de9-c93e-44e3-a672-bf92c5b30700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AnnIYJXQWmBJj01abAcb4r8; expires=Mon, 18-Oct-2021 02:59:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr3iQADpX3f265HT3__bkjcl_9qaRn2TYB4f7sL3K01iiei-RJSjUoSG362o4arsBe1aEajVdvytSNtpqsDqFZAKTZEfCpNnQYOgqT8VOMsqugAtMfIJgbkzAkCcUkjxQ2yCg8W6OCBw2STP22xCNBzf6oxVGWFpIsy75eNOfWXSAgAA; 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', + 'Sat, 18 Sep 2021 02:59:40 GMT', + 'Content-Length', + '1753' +]); + +nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) + .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=69fd3ebc-b75b-44e0-9303-1135cbda2353&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', + '94efe042-aad7-4ddf-8c02-8a0cb2840700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AtFN-8OqMeBGmFwnN5N3x5AWPr5BAQAAABxN19gOAAAA; expires=Mon, 18-Oct-2021 02:59:40 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', + 'Sat, 18 Sep 2021 02:59:40 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '661051d4-93e6-4ce4-b845-8a5599cbc4dc', + 'x-ms-correlation-request-id', + '661051d4-93e6-4ce4-b845-8a5599cbc4dc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025943Z:661051d4-93e6-4ce4-b845-8a5599cbc4dc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fb957857-4147-46c9-8373-82a9491a0237', + 'x-ms-correlation-request-id', + 'fb957857-4147-46c9-8373-82a9491a0237', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025946Z:fb957857-4147-46c9-8373-82a9491a0237', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5a6af034-dd87-4dbf-b5fa-81c83e75c1b8', + 'x-ms-correlation-request-id', + '5a6af034-dd87-4dbf-b5fa-81c83e75c1b8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025948Z:5a6af034-dd87-4dbf-b5fa-81c83e75c1b8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx', {"location":"eastus","kind":"MongoDB","properties":{"locations":[{"locationName":"eastus","failoverPriority":0,"isZoneRedundant":false}],"databaseAccountOfferType":"Standard","apiProperties":{},"createMode":"Default"}}) + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3e1a7db4cc163961d4f9b4aca61970a36f4eb3a64dbf7a4d1fb6d72b34bd5537d4fc6db1c458bfa89617d5d327f4419b5d341f3dfac5bf64f451734db82f9ed23bf4f747d33acfda7c76dc52ebbd9dbddded9d87dbbb076f76f61edd7ff868ffd3f1fec1fe839d4feffdd447f4268d7695d76d910312feba2c1ac2b3585ebc6e090841380134fa9b3a5cad2765317d91b75755fd9630cb1b7aeba3d3653629f3197d9ff36fc7ebb65ad02bd3675951569779fdd1a3f3ac6c72f3fd17ebb22d5665feddba68f3e74a180214347a991152f8e2f7caaf69c4455b393045f39345ddaeb352317956946d5e1b344cabcba0cdab7589217eeffb2383eff1aa784313401f7a249d150dbea44e9f10f1675fe46d86996054cd8015bee0f9accef337456f8cc7cbacbc261264e56bc23cbb2042eaf759f79b936a795e5cac6b260326a199cef34506dc08b567ebb27c46ec5816ed35e6ab58366db69ce66734d08fce770ef6a71362ecec41467c7e2fdfdb9e1cec65dbf7ee4d270f76f3070f1f1eec635034028f97be3c3fcf6b054f93bc9c6535266f969f67343367b37c4994bfa62fe9c3a550ef785a3eb95e6518fd472faa654edf28a5307f25cdf8dc0e704a9359103b2ea7d72f2b621782f48b0d701aabf9ee797e999704ee35d114031f7db4c8de9d2d69222fb3f26cf93a273833eaef3e7f417896f9929abeacf3f3e2dd478f767776881ad9aa7819307043afe7f54f92f402e6a38fee8d3f05d50896a3f197d4a22692e205faee0a738b61e03bfaec7baa537c09deceb3a65d43088d20bf103177c27c83e89cab2cbcac8b8a3a24a2ecd064363f45c47c95cfd634094b125726e12f211ea51767ff6fc3c974f3ff167c6c737019cfffd744cb0272fd02feb4aa0113bf65ab6c5290089a5e54c98b2661edf111de28569e9a9964d3b7eb152347107fb1d1f62f73ea65564ca95fe25bfef58b6a96876c2cef3a69f8a258aec9387df4686f9f4822dfbeca498e301ed7ecdb64d0a8d18169a21ac6100f787c74b6a4a644a55f42acdf95ee576a12cf207818c3acc82e965543eaea7975f13a6f3151f4d52f562d07e5f4267fd7fec43aaf019b5503009374116aa0a41db7","7ef7ff00c9709c97b1070000"], [ + '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/myaccountxxx/operationResults/32f742a5-7f71-4f19-8e8b-ed314ed28f6b?api-version=2021-07-01-preview', + 'Vary', + 'Accept-Encoding', + 'x-ms-request-id', + '32f742a5-7f71-4f19-8e8b-ed314ed28f6b', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b?api-version=2021-07-01-preview', + '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', + 'd9ed80ae-a9d9-4937-9ecf-64cc212b087d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025950Z:d9ed80ae-a9d9-4937-9ecf-64cc212b087d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .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', + '11996', + 'x-ms-request-id', + '940d2620-1b8b-46de-beab-92360fb8f892', + 'x-ms-correlation-request-id', + '940d2620-1b8b-46de-beab-92360fb8f892', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025950Z:940d2620-1b8b-46de-beab-92360fb8f892', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6e6c061c-9909-45a9-8be3-ff8688768d0e', + 'x-ms-correlation-request-id', + '6e6c061c-9909-45a9-8be3-ff8688768d0e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025950Z:6e6c061c-9909-45a9-8be3-ff8688768d0e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8095719a-acf5-4bc9-b690-d6fac3af742e', + 'x-ms-correlation-request-id', + '8095719a-acf5-4bc9-b690-d6fac3af742e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025953Z:8095719a-acf5-4bc9-b690-d6fac3af742e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd90e7782-d85c-497c-a137-520cd2f9c3e1', + 'x-ms-correlation-request-id', + 'd90e7782-d85c-497c-a137-520cd2f9c3e1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025953Z:d90e7782-d85c-497c-a137-520cd2f9c3e1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6830b635-21f4-413f-8e64-989450c1e5ad', + 'x-ms-correlation-request-id', + '6830b635-21f4-413f-8e64-989450c1e5ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025955Z:6830b635-21f4-413f-8e64-989450c1e5ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9c6359f9-9cc3-427e-89ef-5008da6dbdba', + 'x-ms-correlation-request-id', + '9c6359f9-9cc3-427e-89ef-5008da6dbdba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025955Z:9c6359f9-9cc3-427e-89ef-5008da6dbdba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '41fde725-d5ef-4f68-ab7f-26831bd95011', + 'x-ms-correlation-request-id', + '41fde725-d5ef-4f68-ab7f-26831bd95011', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025957Z:41fde725-d5ef-4f68-ab7f-26831bd95011', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6842b7cd-38b8-4845-b8f8-13169c46f366', + 'x-ms-correlation-request-id', + '6842b7cd-38b8-4845-b8f8-13169c46f366', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025957Z:6842b7cd-38b8-4845-b8f8-13169c46f366', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '839f349c-463c-4a40-884c-a0c79485ca43', + 'x-ms-correlation-request-id', + '839f349c-463c-4a40-884c-a0c79485ca43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025959Z:839f349c-463c-4a40-884c-a0c79485ca43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '26fbf780-3f75-4c81-8834-4750115df3a1', + 'x-ms-correlation-request-id', + '26fbf780-3f75-4c81-8834-4750115df3a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025959Z:26fbf780-3f75-4c81-8834-4750115df3a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ebd0f8d6-2305-40c2-a538-dba7591d1044', + 'x-ms-correlation-request-id', + 'ebd0f8d6-2305-40c2-a538-dba7591d1044', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030002Z:ebd0f8d6-2305-40c2-a538-dba7591d1044', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '62b3a056-5203-4dc4-afa0-69fb28114ea1', + 'x-ms-correlation-request-id', + '62b3a056-5203-4dc4-afa0-69fb28114ea1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030002Z:62b3a056-5203-4dc4-afa0-69fb28114ea1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0ec09877-4292-44ed-9640-fc14480a3594', + 'x-ms-correlation-request-id', + '0ec09877-4292-44ed-9640-fc14480a3594', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030004Z:0ec09877-4292-44ed-9640-fc14480a3594', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd468e05f-cc39-40f0-9e5c-52888d910960', + 'x-ms-correlation-request-id', + 'd468e05f-cc39-40f0-9e5c-52888d910960', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030004Z:d468e05f-cc39-40f0-9e5c-52888d910960', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f3992b14-b8c8-4499-8d49-089516caedd9', + 'x-ms-correlation-request-id', + 'f3992b14-b8c8-4499-8d49-089516caedd9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030006Z:f3992b14-b8c8-4499-8d49-089516caedd9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '13b62362-b07d-4713-b5aa-f98b3e591849', + 'x-ms-correlation-request-id', + '13b62362-b07d-4713-b5aa-f98b3e591849', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030007Z:13b62362-b07d-4713-b5aa-f98b3e591849', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5649c55b-0123-4068-9f49-a645a17f5a3d', + 'x-ms-correlation-request-id', + '5649c55b-0123-4068-9f49-a645a17f5a3d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030009Z:5649c55b-0123-4068-9f49-a645a17f5a3d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f334c5f0-a539-4cb5-b095-45d2936a23de', + 'x-ms-correlation-request-id', + 'f334c5f0-a539-4cb5-b095-45d2936a23de', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030010Z:f334c5f0-a539-4cb5-b095-45d2936a23de', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a220745c-9c9d-4e00-b9bc-792044d5787d', + 'x-ms-correlation-request-id', + 'a220745c-9c9d-4e00-b9bc-792044d5787d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030011Z:a220745c-9c9d-4e00-b9bc-792044d5787d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '88424ab5-65ff-4647-bce3-0db2a31f7765', + 'x-ms-correlation-request-id', + '88424ab5-65ff-4647-bce3-0db2a31f7765', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030012Z:88424ab5-65ff-4647-bce3-0db2a31f7765', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '587606fc-e524-4203-92b5-df972f06f5ee', + 'x-ms-correlation-request-id', + '587606fc-e524-4203-92b5-df972f06f5ee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030013Z:587606fc-e524-4203-92b5-df972f06f5ee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cd6e28d3-caae-43d0-912f-9feec2396be3', + 'x-ms-correlation-request-id', + 'cd6e28d3-caae-43d0-912f-9feec2396be3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030014Z:cd6e28d3-caae-43d0-912f-9feec2396be3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '43f558df-7353-4e77-b5ee-85a3b3aea50e', + 'x-ms-correlation-request-id', + '43f558df-7353-4e77-b5ee-85a3b3aea50e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030016Z:43f558df-7353-4e77-b5ee-85a3b3aea50e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f4e31f9-d09b-48eb-b20b-46fa59e95340', + 'x-ms-correlation-request-id', + '1f4e31f9-d09b-48eb-b20b-46fa59e95340', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030017Z:1f4e31f9-d09b-48eb-b20b-46fa59e95340', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fec90a1e-e220-4fe7-b906-91fcf9fb4a21', + 'x-ms-correlation-request-id', + 'fec90a1e-e220-4fe7-b906-91fcf9fb4a21', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030018Z:fec90a1e-e220-4fe7-b906-91fcf9fb4a21', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'febdee3b-0df4-4873-a9d6-0b83bce38232', + 'x-ms-correlation-request-id', + 'febdee3b-0df4-4873-a9d6-0b83bce38232', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030019Z:febdee3b-0df4-4873-a9d6-0b83bce38232', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '88f06731-b0e6-46b3-a9e3-64d4bd0e4dd4', + 'x-ms-correlation-request-id', + '88f06731-b0e6-46b3-a9e3-64d4bd0e4dd4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030020Z:88f06731-b0e6-46b3-a9e3-64d4bd0e4dd4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '424f3c87-8253-45f3-87b8-de12f54931b5', + 'x-ms-correlation-request-id', + '424f3c87-8253-45f3-87b8-de12f54931b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030021Z:424f3c87-8253-45f3-87b8-de12f54931b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '614c9706-88f1-4cfc-aaa5-44cfec46eb7e', + 'x-ms-correlation-request-id', + '614c9706-88f1-4cfc-aaa5-44cfec46eb7e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030023Z:614c9706-88f1-4cfc-aaa5-44cfec46eb7e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '36d3fc96-e6c8-4a30-8ac6-9552087f34da', + 'x-ms-correlation-request-id', + '36d3fc96-e6c8-4a30-8ac6-9552087f34da', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030023Z:36d3fc96-e6c8-4a30-8ac6-9552087f34da', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1d0f6f70-d7f4-4927-a508-ea61581630d5', + 'x-ms-correlation-request-id', + '1d0f6f70-d7f4-4927-a508-ea61581630d5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030025Z:1d0f6f70-d7f4-4927-a508-ea61581630d5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eabb1c74-6019-43ce-af17-76523fc2e6b4', + 'x-ms-correlation-request-id', + 'eabb1c74-6019-43ce-af17-76523fc2e6b4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030026Z:eabb1c74-6019-43ce-af17-76523fc2e6b4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a13ce32e-3178-4582-a9eb-771f3b40d9a8', + 'x-ms-correlation-request-id', + 'a13ce32e-3178-4582-a9eb-771f3b40d9a8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030027Z:a13ce32e-3178-4582-a9eb-771f3b40d9a8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ad684aa-d4cf-460b-9f10-fd78f55572d0', + 'x-ms-correlation-request-id', + '2ad684aa-d4cf-460b-9f10-fd78f55572d0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030028Z:2ad684aa-d4cf-460b-9f10-fd78f55572d0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f81f615b-4b41-414e-98ab-124bbc9b37e0', + 'x-ms-correlation-request-id', + 'f81f615b-4b41-414e-98ab-124bbc9b37e0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030030Z:f81f615b-4b41-414e-98ab-124bbc9b37e0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9088857f-b659-4786-9273-2203ac77a43b', + 'x-ms-correlation-request-id', + '9088857f-b659-4786-9273-2203ac77a43b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030030Z:9088857f-b659-4786-9273-2203ac77a43b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5591ec04-8774-42b0-a4a6-c7dd5699d8e3', + 'x-ms-correlation-request-id', + '5591ec04-8774-42b0-a4a6-c7dd5699d8e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030032Z:5591ec04-8774-42b0-a4a6-c7dd5699d8e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd12855a-fc9a-4679-94bc-36f8262d93c3', + 'x-ms-correlation-request-id', + 'bd12855a-fc9a-4679-94bc-36f8262d93c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030033Z:bd12855a-fc9a-4679-94bc-36f8262d93c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0badb672-b0ce-430f-aaaf-61c319510dd1', + 'x-ms-correlation-request-id', + '0badb672-b0ce-430f-aaaf-61c319510dd1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030034Z:0badb672-b0ce-430f-aaaf-61c319510dd1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7eb4c03e-9037-4847-8bb5-c4c92996ff30', + 'x-ms-correlation-request-id', + '7eb4c03e-9037-4847-8bb5-c4c92996ff30', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030035Z:7eb4c03e-9037-4847-8bb5-c4c92996ff30', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e30b92ad-03ed-44e9-a54b-f65551433653', + 'x-ms-correlation-request-id', + 'e30b92ad-03ed-44e9-a54b-f65551433653', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030037Z:e30b92ad-03ed-44e9-a54b-f65551433653', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0c4b4dcf-74e5-4b5f-bf61-53cac7775ba4', + 'x-ms-correlation-request-id', + '0c4b4dcf-74e5-4b5f-bf61-53cac7775ba4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030038Z:0c4b4dcf-74e5-4b5f-bf61-53cac7775ba4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cfed23f9-98a3-4678-bb87-548d17e4193a', + 'x-ms-correlation-request-id', + 'cfed23f9-98a3-4678-bb87-548d17e4193a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030039Z:cfed23f9-98a3-4678-bb87-548d17e4193a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3fa7aef1-a1e0-4015-81f5-e76a89b36a57', + 'x-ms-correlation-request-id', + '3fa7aef1-a1e0-4015-81f5-e76a89b36a57', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030040Z:3fa7aef1-a1e0-4015-81f5-e76a89b36a57', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f6c4b12a-4ef7-433e-8a12-801f6e6d8ad3', + 'x-ms-correlation-request-id', + 'f6c4b12a-4ef7-433e-8a12-801f6e6d8ad3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030041Z:f6c4b12a-4ef7-433e-8a12-801f6e6d8ad3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9da30141-c3f4-4ea9-ac73-7e1fa3899981', + 'x-ms-correlation-request-id', + '9da30141-c3f4-4ea9-ac73-7e1fa3899981', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030042Z:9da30141-c3f4-4ea9-ac73-7e1fa3899981', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ba7dda41-d24f-48f4-99d0-f8c2a9c9e173', + 'x-ms-correlation-request-id', + 'ba7dda41-d24f-48f4-99d0-f8c2a9c9e173', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030044Z:ba7dda41-d24f-48f4-99d0-f8c2a9c9e173', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aebba170-b578-4612-943b-e65eea93c3f3', + 'x-ms-correlation-request-id', + 'aebba170-b578-4612-943b-e65eea93c3f3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030045Z:aebba170-b578-4612-943b-e65eea93c3f3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '70c550a9-e422-4da7-babb-8901e9860fc7', + 'x-ms-correlation-request-id', + '70c550a9-e422-4da7-babb-8901e9860fc7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030047Z:70c550a9-e422-4da7-babb-8901e9860fc7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '793d1512-5116-4964-a9d4-5b353577bc6f', + 'x-ms-correlation-request-id', + '793d1512-5116-4964-a9d4-5b353577bc6f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030047Z:793d1512-5116-4964-a9d4-5b353577bc6f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cb78eae3-46cc-4274-8217-6b013824a1d3', + 'x-ms-correlation-request-id', + 'cb78eae3-46cc-4274-8217-6b013824a1d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030049Z:cb78eae3-46cc-4274-8217-6b013824a1d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b183a178-65f8-4513-b839-d95ed41f97c0', + 'x-ms-correlation-request-id', + 'b183a178-65f8-4513-b839-d95ed41f97c0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030049Z:b183a178-65f8-4513-b839-d95ed41f97c0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '762fc10d-35ae-4db9-a619-38b6eb6e7c15', + 'x-ms-correlation-request-id', + '762fc10d-35ae-4db9-a619-38b6eb6e7c15', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030051Z:762fc10d-35ae-4db9-a619-38b6eb6e7c15', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9fc5efab-a647-4685-9da3-79c2000071bc', + 'x-ms-correlation-request-id', + '9fc5efab-a647-4685-9da3-79c2000071bc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030052Z:9fc5efab-a647-4685-9da3-79c2000071bc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd8be4c32-8d92-411c-b078-719032c71640', + 'x-ms-correlation-request-id', + 'd8be4c32-8d92-411c-b078-719032c71640', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030054Z:d8be4c32-8d92-411c-b078-719032c71640', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f5840958-5a0e-4598-88e3-b516f333f74e', + 'x-ms-correlation-request-id', + 'f5840958-5a0e-4598-88e3-b516f333f74e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030054Z:f5840958-5a0e-4598-88e3-b516f333f74e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64470a8d-4a3a-4c56-b219-f2b7936de35b', + 'x-ms-correlation-request-id', + '64470a8d-4a3a-4c56-b219-f2b7936de35b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030056Z:64470a8d-4a3a-4c56-b219-f2b7936de35b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4fd0820a-9f14-4a03-a65a-1100d63dc05f', + 'x-ms-correlation-request-id', + '4fd0820a-9f14-4a03-a65a-1100d63dc05f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030056Z:4fd0820a-9f14-4a03-a65a-1100d63dc05f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '35e821f2-26e7-46ef-90ec-743227570bcf', + 'x-ms-correlation-request-id', + '35e821f2-26e7-46ef-90ec-743227570bcf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030058Z:35e821f2-26e7-46ef-90ec-743227570bcf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6171e637-2cb0-4e9c-8cb5-02049f9a8878', + 'x-ms-correlation-request-id', + '6171e637-2cb0-4e9c-8cb5-02049f9a8878', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030058Z:6171e637-2cb0-4e9c-8cb5-02049f9a8878', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:00:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '69db9539-7e02-41ce-b190-d5ddea2beae0', + 'x-ms-correlation-request-id', + '69db9539-7e02-41ce-b190-d5ddea2beae0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030101Z:69db9539-7e02-41ce-b190-d5ddea2beae0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b56b4afe-bdbf-4a9a-a784-a03c30b79d3c', + 'x-ms-correlation-request-id', + 'b56b4afe-bdbf-4a9a-a784-a03c30b79d3c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030101Z:b56b4afe-bdbf-4a9a-a784-a03c30b79d3c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '53e1ef6e-b623-4ded-8c30-87e3d7fa6acc', + 'x-ms-correlation-request-id', + '53e1ef6e-b623-4ded-8c30-87e3d7fa6acc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030103Z:53e1ef6e-b623-4ded-8c30-87e3d7fa6acc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '416a6847-80de-4915-8698-35dc5d0f3940', + 'x-ms-correlation-request-id', + '416a6847-80de-4915-8698-35dc5d0f3940', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030103Z:416a6847-80de-4915-8698-35dc5d0f3940', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5ce64ef4-8ed2-43a4-9f0d-a6e28fbd1b2b', + 'x-ms-correlation-request-id', + '5ce64ef4-8ed2-43a4-9f0d-a6e28fbd1b2b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030105Z:5ce64ef4-8ed2-43a4-9f0d-a6e28fbd1b2b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3dfc8afd-d3be-4fb9-af4d-21d094cf8d5b', + 'x-ms-correlation-request-id', + '3dfc8afd-d3be-4fb9-af4d-21d094cf8d5b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030105Z:3dfc8afd-d3be-4fb9-af4d-21d094cf8d5b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c010996-0253-487e-8406-11740242da27', + 'x-ms-correlation-request-id', + '4c010996-0253-487e-8406-11740242da27', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030108Z:4c010996-0253-487e-8406-11740242da27', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34c060d6-6643-4bbe-a60b-83354f0d6c42', + 'x-ms-correlation-request-id', + '34c060d6-6643-4bbe-a60b-83354f0d6c42', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030108Z:34c060d6-6643-4bbe-a60b-83354f0d6c42', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bafaed9b-9a13-4438-bf1a-61f0c3a0c86e', + 'x-ms-correlation-request-id', + 'bafaed9b-9a13-4438-bf1a-61f0c3a0c86e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030110Z:bafaed9b-9a13-4438-bf1a-61f0c3a0c86e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b96035e2-2a84-473f-978e-03729a514998', + 'x-ms-correlation-request-id', + 'b96035e2-2a84-473f-978e-03729a514998', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030111Z:b96035e2-2a84-473f-978e-03729a514998', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '21dab1bd-c92d-4595-88c0-078f4389b8b7', + 'x-ms-correlation-request-id', + '21dab1bd-c92d-4595-88c0-078f4389b8b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030112Z:21dab1bd-c92d-4595-88c0-078f4389b8b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '54415b49-3eaa-416d-9ca3-b79db93acc78', + 'x-ms-correlation-request-id', + '54415b49-3eaa-416d-9ca3-b79db93acc78', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030113Z:54415b49-3eaa-416d-9ca3-b79db93acc78', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9cdfb7ec-68e8-4840-8653-de46e31a25d4', + 'x-ms-correlation-request-id', + '9cdfb7ec-68e8-4840-8653-de46e31a25d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030115Z:9cdfb7ec-68e8-4840-8653-de46e31a25d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ab08a560-e402-41e4-ad6a-31f3a5edf709', + 'x-ms-correlation-request-id', + 'ab08a560-e402-41e4-ad6a-31f3a5edf709', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030115Z:ab08a560-e402-41e4-ad6a-31f3a5edf709', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '86c241ea-e52b-4c2f-bf1a-dc685b8e2245', + 'x-ms-correlation-request-id', + '86c241ea-e52b-4c2f-bf1a-dc685b8e2245', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030117Z:86c241ea-e52b-4c2f-bf1a-dc685b8e2245', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd3621a89-0fad-4ccd-b34d-e358da3f7131', + 'x-ms-correlation-request-id', + 'd3621a89-0fad-4ccd-b34d-e358da3f7131', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030118Z:d3621a89-0fad-4ccd-b34d-e358da3f7131', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd648c4f9-d2b2-4807-bf9e-c1db3f6967c6', + 'x-ms-correlation-request-id', + 'd648c4f9-d2b2-4807-bf9e-c1db3f6967c6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030119Z:d648c4f9-d2b2-4807-bf9e-c1db3f6967c6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd598ee1-66ad-408a-bc03-d514cd09f6ce', + 'x-ms-correlation-request-id', + 'dd598ee1-66ad-408a-bc03-d514cd09f6ce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030120Z:dd598ee1-66ad-408a-bc03-d514cd09f6ce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5b66188-ee0d-44a4-abde-51d79ebcc057', + 'x-ms-correlation-request-id', + 'b5b66188-ee0d-44a4-abde-51d79ebcc057', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030122Z:b5b66188-ee0d-44a4-abde-51d79ebcc057', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7ade066b-ed28-41d3-8e56-a9199bc23fab', + 'x-ms-correlation-request-id', + '7ade066b-ed28-41d3-8e56-a9199bc23fab', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030122Z:7ade066b-ed28-41d3-8e56-a9199bc23fab', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8fa043a9-4661-4796-a035-dbed6421df01', + 'x-ms-correlation-request-id', + '8fa043a9-4661-4796-a035-dbed6421df01', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030124Z:8fa043a9-4661-4796-a035-dbed6421df01', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'affd33ff-524d-4b4d-9339-d12fcbde7715', + 'x-ms-correlation-request-id', + 'affd33ff-524d-4b4d-9339-d12fcbde7715', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030125Z:affd33ff-524d-4b4d-9339-d12fcbde7715', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '052a5018-cb09-4e11-99d0-32cb3a11d0b4', + 'x-ms-correlation-request-id', + '052a5018-cb09-4e11-99d0-32cb3a11d0b4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030126Z:052a5018-cb09-4e11-99d0-32cb3a11d0b4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b81022c2-8bd9-4ef8-bfdd-11f4fa1d430b', + 'x-ms-correlation-request-id', + 'b81022c2-8bd9-4ef8-bfdd-11f4fa1d430b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030127Z:b81022c2-8bd9-4ef8-bfdd-11f4fa1d430b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f96a7a5-1079-44df-a098-14642eb9a6f0', + 'x-ms-correlation-request-id', + '8f96a7a5-1079-44df-a098-14642eb9a6f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030129Z:8f96a7a5-1079-44df-a098-14642eb9a6f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8507545a-65ec-4cef-a894-cf6a9a38244b', + 'x-ms-correlation-request-id', + '8507545a-65ec-4cef-a894-cf6a9a38244b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030129Z:8507545a-65ec-4cef-a894-cf6a9a38244b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '28c72d72-e012-4164-bfbd-e3bb546d46a4', + 'x-ms-correlation-request-id', + '28c72d72-e012-4164-bfbd-e3bb546d46a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030131Z:28c72d72-e012-4164-bfbd-e3bb546d46a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '40503fca-2f2d-479a-8d9b-6d9c77e0f565', + 'x-ms-correlation-request-id', + '40503fca-2f2d-479a-8d9b-6d9c77e0f565', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030132Z:40503fca-2f2d-479a-8d9b-6d9c77e0f565', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '69e4f0ee-6824-40a1-92dd-b09669811b26', + 'x-ms-correlation-request-id', + '69e4f0ee-6824-40a1-92dd-b09669811b26', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030133Z:69e4f0ee-6824-40a1-92dd-b09669811b26', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8985469e-e293-4a6e-a6c3-57bd29293956', + 'x-ms-correlation-request-id', + '8985469e-e293-4a6e-a6c3-57bd29293956', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030134Z:8985469e-e293-4a6e-a6c3-57bd29293956', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6830b3f3-aa55-4bc6-b32e-e7da4a31f228', + 'x-ms-correlation-request-id', + '6830b3f3-aa55-4bc6-b32e-e7da4a31f228', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030136Z:6830b3f3-aa55-4bc6-b32e-e7da4a31f228', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd9c520aa-6c10-4702-9c9d-43f3f89df0fa', + 'x-ms-correlation-request-id', + 'd9c520aa-6c10-4702-9c9d-43f3f89df0fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030136Z:d9c520aa-6c10-4702-9c9d-43f3f89df0fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '73012180-6e09-4335-93e7-59a41f9befad', + 'x-ms-correlation-request-id', + '73012180-6e09-4335-93e7-59a41f9befad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030138Z:73012180-6e09-4335-93e7-59a41f9befad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '810799b1-1cc1-458c-ae95-4c4fc5167ec2', + 'x-ms-correlation-request-id', + '810799b1-1cc1-458c-ae95-4c4fc5167ec2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030139Z:810799b1-1cc1-458c-ae95-4c4fc5167ec2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bf0caf7d-db52-4889-ae26-60607340525f', + 'x-ms-correlation-request-id', + 'bf0caf7d-db52-4889-ae26-60607340525f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030140Z:bf0caf7d-db52-4889-ae26-60607340525f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8b07af83-dd2f-47c8-92e1-b1d576831d4b', + 'x-ms-correlation-request-id', + '8b07af83-dd2f-47c8-92e1-b1d576831d4b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030141Z:8b07af83-dd2f-47c8-92e1-b1d576831d4b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5aaa728-55cb-4e4d-8554-459ff2705086', + 'x-ms-correlation-request-id', + 'b5aaa728-55cb-4e4d-8554-459ff2705086', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030142Z:b5aaa728-55cb-4e4d-8554-459ff2705086', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c304d16-3c18-4f0e-9785-55b048183dd6', + 'x-ms-correlation-request-id', + '7c304d16-3c18-4f0e-9785-55b048183dd6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030143Z:7c304d16-3c18-4f0e-9785-55b048183dd6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2e166e0d-7192-406e-a6b8-ded8be2a3bbe', + 'x-ms-correlation-request-id', + '2e166e0d-7192-406e-a6b8-ded8be2a3bbe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030146Z:2e166e0d-7192-406e-a6b8-ded8be2a3bbe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd9ae995c-d99a-4c9f-bd03-24a56306cd2c', + 'x-ms-correlation-request-id', + 'd9ae995c-d99a-4c9f-bd03-24a56306cd2c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030146Z:d9ae995c-d99a-4c9f-bd03-24a56306cd2c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3fb41b61-3d5c-44a9-9059-a7c3aca7e8b0', + 'x-ms-correlation-request-id', + '3fb41b61-3d5c-44a9-9059-a7c3aca7e8b0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030148Z:3fb41b61-3d5c-44a9-9059-a7c3aca7e8b0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ae6607f-f63c-4d58-a78e-280f51f7c1ba', + 'x-ms-correlation-request-id', + '2ae6607f-f63c-4d58-a78e-280f51f7c1ba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030148Z:2ae6607f-f63c-4d58-a78e-280f51f7c1ba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '242edcf8-6aa6-4db6-9b94-69c197118c0d', + 'x-ms-correlation-request-id', + '242edcf8-6aa6-4db6-9b94-69c197118c0d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030150Z:242edcf8-6aa6-4db6-9b94-69c197118c0d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec2be3c3-9834-4089-9c14-7a70b8115c01', + 'x-ms-correlation-request-id', + 'ec2be3c3-9834-4089-9c14-7a70b8115c01', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030150Z:ec2be3c3-9834-4089-9c14-7a70b8115c01', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a89c2c00-57cd-48a2-b0ad-ae4409ffab1a', + 'x-ms-correlation-request-id', + 'a89c2c00-57cd-48a2-b0ad-ae4409ffab1a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030152Z:a89c2c00-57cd-48a2-b0ad-ae4409ffab1a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c4f98ffc-bdd7-46a7-8748-fa6edf04efd7', + 'x-ms-correlation-request-id', + 'c4f98ffc-bdd7-46a7-8748-fa6edf04efd7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030153Z:c4f98ffc-bdd7-46a7-8748-fa6edf04efd7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2acb94bf-c8a6-4651-bcb2-23ac0ca44905', + 'x-ms-correlation-request-id', + '2acb94bf-c8a6-4651-bcb2-23ac0ca44905', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030155Z:2acb94bf-c8a6-4651-bcb2-23ac0ca44905', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbf9bd08-bbb7-4d1d-aa5c-dd6494d1e92d', + 'x-ms-correlation-request-id', + 'fbf9bd08-bbb7-4d1d-aa5c-dd6494d1e92d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030155Z:fbf9bd08-bbb7-4d1d-aa5c-dd6494d1e92d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4b2a0ec8-4794-40c1-b60f-9c36074aa6ba', + 'x-ms-correlation-request-id', + '4b2a0ec8-4794-40c1-b60f-9c36074aa6ba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030157Z:4b2a0ec8-4794-40c1-b60f-9c36074aa6ba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0308f04a-784b-451d-9973-e9b63dcf1d75', + 'x-ms-correlation-request-id', + '0308f04a-784b-451d-9973-e9b63dcf1d75', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030157Z:0308f04a-784b-451d-9973-e9b63dcf1d75', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b78909b8-35c8-4bf9-8226-f46eab6ee6e4', + 'x-ms-correlation-request-id', + 'b78909b8-35c8-4bf9-8226-f46eab6ee6e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030159Z:b78909b8-35c8-4bf9-8226-f46eab6ee6e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '901ee89d-d5f2-4b7d-9bd9-1373d85c0b17', + 'x-ms-correlation-request-id', + '901ee89d-d5f2-4b7d-9bd9-1373d85c0b17', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030200Z:901ee89d-d5f2-4b7d-9bd9-1373d85c0b17', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:01:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd08aa73b-2596-4566-8e13-a106353a010d', + 'x-ms-correlation-request-id', + 'd08aa73b-2596-4566-8e13-a106353a010d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030202Z:d08aa73b-2596-4566-8e13-a106353a010d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8170ac75-adb8-41b1-9ad5-dbc7ae4e4fed', + 'x-ms-correlation-request-id', + '8170ac75-adb8-41b1-9ad5-dbc7ae4e4fed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030202Z:8170ac75-adb8-41b1-9ad5-dbc7ae4e4fed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2736b64e-80ee-47d9-b5b2-ddabcbb2e033', + 'x-ms-correlation-request-id', + '2736b64e-80ee-47d9-b5b2-ddabcbb2e033', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030204Z:2736b64e-80ee-47d9-b5b2-ddabcbb2e033', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e713a46e-5a89-4550-aa11-2660230b77ef', + 'x-ms-correlation-request-id', + 'e713a46e-5a89-4550-aa11-2660230b77ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030204Z:e713a46e-5a89-4550-aa11-2660230b77ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '113177e0-efbf-4c4c-a0f9-f0093348e299', + 'x-ms-correlation-request-id', + '113177e0-efbf-4c4c-a0f9-f0093348e299', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030206Z:113177e0-efbf-4c4c-a0f9-f0093348e299', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '094e45c4-6d68-4c52-8c9c-398582dbe179', + 'x-ms-correlation-request-id', + '094e45c4-6d68-4c52-8c9c-398582dbe179', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030207Z:094e45c4-6d68-4c52-8c9c-398582dbe179', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '26ff5607-8865-4988-80ff-429fa92ff306', + 'x-ms-correlation-request-id', + '26ff5607-8865-4988-80ff-429fa92ff306', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030209Z:26ff5607-8865-4988-80ff-429fa92ff306', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8d6f513d-f6f3-486f-8d60-7fc9acbe7ad8', + 'x-ms-correlation-request-id', + '8d6f513d-f6f3-486f-8d60-7fc9acbe7ad8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030210Z:8d6f513d-f6f3-486f-8d60-7fc9acbe7ad8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6f366a9e-2aae-4d4f-bfc9-9239e486c78c', + 'x-ms-correlation-request-id', + '6f366a9e-2aae-4d4f-bfc9-9239e486c78c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030211Z:6f366a9e-2aae-4d4f-bfc9-9239e486c78c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5f69ebdc-525d-49ca-9105-1a3a86c76d41', + 'x-ms-correlation-request-id', + '5f69ebdc-525d-49ca-9105-1a3a86c76d41', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030212Z:5f69ebdc-525d-49ca-9105-1a3a86c76d41', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0bb0b94c-228a-4d90-b0d5-61fbe9994020', + 'x-ms-correlation-request-id', + '0bb0b94c-228a-4d90-b0d5-61fbe9994020', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030213Z:0bb0b94c-228a-4d90-b0d5-61fbe9994020', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7de47b52-5737-4e8c-a8ce-3d089d2e100e', + 'x-ms-correlation-request-id', + '7de47b52-5737-4e8c-a8ce-3d089d2e100e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030214Z:7de47b52-5737-4e8c-a8ce-3d089d2e100e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c1f3a482-dc2b-44b4-9cd6-0a8f2b95dc4b', + 'x-ms-correlation-request-id', + 'c1f3a482-dc2b-44b4-9cd6-0a8f2b95dc4b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030216Z:c1f3a482-dc2b-44b4-9cd6-0a8f2b95dc4b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'edfbb2e7-22d2-4ff3-8fbe-c9f3951eab4d', + 'x-ms-correlation-request-id', + 'edfbb2e7-22d2-4ff3-8fbe-c9f3951eab4d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030217Z:edfbb2e7-22d2-4ff3-8fbe-c9f3951eab4d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4872626a-df90-49cd-ae41-0756836b1bc6', + 'x-ms-correlation-request-id', + '4872626a-df90-49cd-ae41-0756836b1bc6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030218Z:4872626a-df90-49cd-ae41-0756836b1bc6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e4a3e317-ef88-4d1b-b0b8-75fd40aab5c8', + 'x-ms-correlation-request-id', + 'e4a3e317-ef88-4d1b-b0b8-75fd40aab5c8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030219Z:e4a3e317-ef88-4d1b-b0b8-75fd40aab5c8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd9f1da3-988c-4569-aae2-f6ab4708538c', + 'x-ms-correlation-request-id', + 'dd9f1da3-988c-4569-aae2-f6ab4708538c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030220Z:dd9f1da3-988c-4569-aae2-f6ab4708538c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '69f40d77-1cd4-4414-b20c-90974bd43962', + 'x-ms-correlation-request-id', + '69f40d77-1cd4-4414-b20c-90974bd43962', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030221Z:69f40d77-1cd4-4414-b20c-90974bd43962', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4161addd-bc5f-4236-bf29-aefea40a6905', + 'x-ms-correlation-request-id', + '4161addd-bc5f-4236-bf29-aefea40a6905', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030223Z:4161addd-bc5f-4236-bf29-aefea40a6905', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ff62ca67-0d26-4fc2-ba8a-d822340e39b7', + 'x-ms-correlation-request-id', + 'ff62ca67-0d26-4fc2-ba8a-d822340e39b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030224Z:ff62ca67-0d26-4fc2-ba8a-d822340e39b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '081be860-f3b5-4760-b70c-19e048ca84f5', + 'x-ms-correlation-request-id', + '081be860-f3b5-4760-b70c-19e048ca84f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030225Z:081be860-f3b5-4760-b70c-19e048ca84f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd2dadee-4bbd-4afe-b428-23ef3fe4c7ad', + 'x-ms-correlation-request-id', + 'dd2dadee-4bbd-4afe-b428-23ef3fe4c7ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030226Z:dd2dadee-4bbd-4afe-b428-23ef3fe4c7ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ed0de3c-c6cf-4584-a17e-2da2d085f54a', + 'x-ms-correlation-request-id', + '3ed0de3c-c6cf-4584-a17e-2da2d085f54a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030227Z:3ed0de3c-c6cf-4584-a17e-2da2d085f54a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ea7ae42-cb8c-46f9-9b24-91f0bfbdfba1', + 'x-ms-correlation-request-id', + '2ea7ae42-cb8c-46f9-9b24-91f0bfbdfba1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030228Z:2ea7ae42-cb8c-46f9-9b24-91f0bfbdfba1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '014b420c-1571-422e-bac5-d8b0c1ee37fc', + 'x-ms-correlation-request-id', + '014b420c-1571-422e-bac5-d8b0c1ee37fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030230Z:014b420c-1571-422e-bac5-d8b0c1ee37fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'be808d1d-cdf6-400c-a4ba-20b14d45ba6f', + 'x-ms-correlation-request-id', + 'be808d1d-cdf6-400c-a4ba-20b14d45ba6f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030230Z:be808d1d-cdf6-400c-a4ba-20b14d45ba6f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd029497a-d200-4b49-b0c4-f863054fb805', + 'x-ms-correlation-request-id', + 'd029497a-d200-4b49-b0c4-f863054fb805', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030232Z:d029497a-d200-4b49-b0c4-f863054fb805', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5b7897d4-52f8-4da3-ab5e-a8f78f3fc204', + 'x-ms-correlation-request-id', + '5b7897d4-52f8-4da3-ab5e-a8f78f3fc204', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030233Z:5b7897d4-52f8-4da3-ab5e-a8f78f3fc204', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f92c0bad-0b14-40c4-9dba-fa257941a481', + 'x-ms-correlation-request-id', + 'f92c0bad-0b14-40c4-9dba-fa257941a481', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030234Z:f92c0bad-0b14-40c4-9dba-fa257941a481', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d6605e1-a111-4598-8acd-4ef9bb2f4f72', + 'x-ms-correlation-request-id', + '0d6605e1-a111-4598-8acd-4ef9bb2f4f72', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030235Z:0d6605e1-a111-4598-8acd-4ef9bb2f4f72', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b3750ea6-04ab-4683-aee3-ebeb08592ed2', + 'x-ms-correlation-request-id', + 'b3750ea6-04ab-4683-aee3-ebeb08592ed2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030237Z:b3750ea6-04ab-4683-aee3-ebeb08592ed2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1aeda521-d08e-4a33-8fef-8d2687bb27a2', + 'x-ms-correlation-request-id', + '1aeda521-d08e-4a33-8fef-8d2687bb27a2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030237Z:1aeda521-d08e-4a33-8fef-8d2687bb27a2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5750665-7a39-467c-9e3d-3286a21f5bcb', + 'x-ms-correlation-request-id', + 'd5750665-7a39-467c-9e3d-3286a21f5bcb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030239Z:d5750665-7a39-467c-9e3d-3286a21f5bcb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ebda5979-2951-49d5-8f80-41a6d001e713', + 'x-ms-correlation-request-id', + 'ebda5979-2951-49d5-8f80-41a6d001e713', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030240Z:ebda5979-2951-49d5-8f80-41a6d001e713', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9c0ed63e-c689-45c3-b61f-114e2fe2b74d', + 'x-ms-correlation-request-id', + '9c0ed63e-c689-45c3-b61f-114e2fe2b74d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030241Z:9c0ed63e-c689-45c3-b61f-114e2fe2b74d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a8aa5d3b-cb6e-45d7-91c6-f27058ca44e2', + 'x-ms-correlation-request-id', + 'a8aa5d3b-cb6e-45d7-91c6-f27058ca44e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030242Z:a8aa5d3b-cb6e-45d7-91c6-f27058ca44e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1d21bb0b-082d-4ad0-8484-c8c5dc959bfd', + 'x-ms-correlation-request-id', + '1d21bb0b-082d-4ad0-8484-c8c5dc959bfd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030244Z:1d21bb0b-082d-4ad0-8484-c8c5dc959bfd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '45591b86-8f8a-406f-b9a0-35f7143b42dd', + 'x-ms-correlation-request-id', + '45591b86-8f8a-406f-b9a0-35f7143b42dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030244Z:45591b86-8f8a-406f-b9a0-35f7143b42dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20b425b7-db71-4170-8f82-04cc08c0af53', + 'x-ms-correlation-request-id', + '20b425b7-db71-4170-8f82-04cc08c0af53', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030246Z:20b425b7-db71-4170-8f82-04cc08c0af53', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '49ec717d-48f4-4316-857d-aae15a145ef8', + 'x-ms-correlation-request-id', + '49ec717d-48f4-4316-857d-aae15a145ef8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030247Z:49ec717d-48f4-4316-857d-aae15a145ef8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6c20308-273f-47da-a59c-3b502808b646', + 'x-ms-correlation-request-id', + 'e6c20308-273f-47da-a59c-3b502808b646', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030249Z:e6c20308-273f-47da-a59c-3b502808b646', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'af7ae401-680b-4e4f-bec8-eb3a59ef195d', + 'x-ms-correlation-request-id', + 'af7ae401-680b-4e4f-bec8-eb3a59ef195d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030249Z:af7ae401-680b-4e4f-bec8-eb3a59ef195d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0a0ddd00-6719-45e1-8f95-61fe85aa29b0', + 'x-ms-correlation-request-id', + '0a0ddd00-6719-45e1-8f95-61fe85aa29b0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030251Z:0a0ddd00-6719-45e1-8f95-61fe85aa29b0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') + .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', + '11919', + 'x-ms-request-id', + '63d068c9-281b-4d04-952c-004a24b35433', + 'x-ms-correlation-request-id', + '63d068c9-281b-4d04-952c-004a24b35433', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030252Z:63d068c9-281b-4d04-952c-004a24b35433', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0826097-b307-475b-b1c0-e7114d61ef9c', + 'x-ms-correlation-request-id', + 'd0826097-b307-475b-b1c0-e7114d61ef9c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030254Z:d0826097-b307-475b-b1c0-e7114d61ef9c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3e1a7db4cc163961d4f9b4aca61970a36f4eb3a64dbf7a4d1fb6d72b34bd5537d4fc6db1c458bfa89617d5d327f4419b5d341f3dfac5bf64f451734db82f9ed23bf4f747d33acfda7c76dc52ebbd9dbddded9d87dbbb076f76ee3ddad97bb4fb70bcffe0d3fbfb0f7eea237a9106bbcaebb6c801087f5d160da1592c2f5eb7048300bc5e4fa7793ecb67d4e14cf13b5dce5655b104fc79dbae9a4777032a8c4dbb669cfd605de7e369b578b4bf7fef2e815800fb9bdee746f456b3a8222056eb49594c5fe4ed5555bf25fae40d21ffd1e9329b948c65cebf1dafdb6a41349f3ecb8ab2bacceb8f1e9d6765939befbf58976db12af3efd6459b3fd7e9214041a39719d1065ffc5ef935d1bd682b07a6687eb2a8db75562a26cf8ab2cd6b8386697519b479b52e41e9ef7d7f64f03d5e156f880de8436f626745832fa9d327c402b32ff236033f30aa66c00a5ff07c56e7f99ba237c6e365565e1309b2f235619e5dd07ceaf759f79b936a795e5cac6b260378a199cef34506dc08b567ebb27c46425116ed35d8a658366db69ce66734d08fce770ef6a71312afec4146d2762fdfdb9e1cec65dbf7ee4d270f76f3070f1f1eec635034028fa3bf3c3fcf6b054fbcb69c6535266f969f6734336733621f74467d1775d36222aeed87246542cfe369f9e47a95811e1fbda896397da3b4c38c96c403733be4294d6f4162b29c5ebfac888108f62f36ddd1e8cd77cff3cbbc2470af89ca2005b16cf6ee6c49537b999567cbd739c199517ff7f90bc2bccc97d4f4659d9f17ef3e7ab4bbb343f4c956c5cb40b21a7a3daf7f92b40a603efae8def853d0916039aa7f492d6a2232bf20ecf1a4a996af7922e89d37f53ac74b5760038c0f2f51e3efa912f445683bcf9a760dad6134cf0bd14b4efb1821bd411815d22699be496d9cab04beac8b8a7027c2ef100b353f4513f62a9fad69ead13b4fd32f21c920ed35fbfff1f00cc6ff3f1c9a6d0ef962ceff9a23b4805cbf803fad6ac0c46fd92a9b14a48e4c2f6a76456c58937e84378a95a77227d9f4ed7ac5c811c45f6cecefcb9c7a991553ea9724967ffda29ae5a100cbbb4e0f7c512cd7e42e7cf4686f9f4822dfbeca4983603caed9b7c9c5a04607a6896a5b433ce0f1d1e739e14a72ddd569afd4413983ba01feb322bb58560da9ede7d5c5ebbc6d69d6e8ab5facda1e4afa4dfeaefd89755e032e2b4400269d4268818a76ccfa","ddff03b4b702dd3f090000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2bfddb3b-6059-415b-a22d-22312d42cd0a', + 'x-ms-correlation-request-id', + '2bfddb3b-6059-415b-a22d-22312d42cd0a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030254Z:2bfddb3b-6059-415b-a22d-22312d42cd0a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:53 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_test.js new file mode 100644 index 000000000000..46bceb7560c7 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_test.js @@ -0,0 +1,4435 @@ +let nock = require('nock'); + +module.exports.hash = "02faa01482d6114ab159e499732c6eef"; + +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', + '0456d74f-d41a-4432-8023-94b070470700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AsgQVYQI4fJDu2hrVDOtHmI; expires=Mon, 18-Oct-2021 02:34:53 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrmUiDQopCUCKyf68p8Cqa5ZhF_u8h2-QUhizm3rtHc671rKavX0wfZbZuMJpAwPJI61_VlAm042dYsU0GkDPBavvyrIfH4WJPzf7yJoAp2ETvZhQimczyKIslFD9etVAR039mgsHaC8ZpvRSOS-aCWT5l6ChXiu13bWsTCR0DXpsgAA; 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', + 'Sat, 18 Sep 2021 02:34: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', + '3d995943-fe96-466c-9201-1821b9cd0600', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AoKuD9AyIQRBqH2hK2ToYNc; expires=Mon, 18-Oct-2021 02:34:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYs18D8wrreGo6OydJt9FTLzljh78Qgq87RLVio0VdyP1F0bZKR9m7MlNS-DWkatntfnUo5M2d0KMgyhpZq9zBOaoHWUXK-AT7Fh9gxzCksvNNuEqsbBYuTBDp5EMIG9Ac9t3CByar1UjOR0uctYyFmfr177iuMqW088rfgWwm5MgAA; 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', + 'Sat, 18 Sep 2021 02:34: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.1&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=6b83341b-cedc-4480-8131-a1902df755c0&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', + '9cf6f9ea-378e-4326-a607-3f8cd58f0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AhMRGFWHRApLsdsoJfIGIscWPr5BAQAAAE1H19gOAAAA; expires=Mon, 18-Oct-2021 02:34: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', + 'Sat, 18 Sep 2021 02:34:53 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2', {"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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63e1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97b746fffd1fd07e3073b9fdebbbf7fefa73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c209a0d1dfd4e16a3d298be98bbcbdaaeab78462ded05b1f9d2eb34999cfe8fb9c7f3b5eb7d5825e993ecb8ab2bacceb8f1e9d6765939befbf58976db12af3efd6459b3f570a11a0a0d1cb8c90c217bf577efd05e1d3560e4cd1fc6451b7ebac544c9e15659bd7060dd3ea3268f36a5d6288dffbfec8e07bbc2aded04cd0871fbdfe4525613f2b1a7c411d3ea119987d91b719a683d1348355d882e3b33acfdf14bdf11d2fb3f29a869f95af09ebec8288a8df67dd6f4eaae57971b1ae99049880663acf1719f022b4be9b97e5d3fcbc58d2a868aa8a65d366cb697e4663fc283fcf1f9ce7fbf7b6cff7efef6fefefdc9b6d67bbd9eef674f7fe83c983079383fc601f63a20178fcf4e5f9795e2b749adfe52cab316fb3fc3ca349399be54b22fa357d491f2e8570c7d3f2c9f52ac3e03f7a512d73fa460985a92b69b2e7767c539ac782387139bd7e5911a710a45f6c80d350cd77cff3cbbc2470af89a418f7e8a345f6ee6c497378999567cbd739c199517ff7f90bc2b3cc97d4f4654db478f7d1a3dd9d1da206b571a4fb92b8ac26f9a597200e579832a087efe8b3efa9c608c473fb8a047f0d093352fa4284f8bbf4b948ea0de270aefcfdb22e2aea9146bb43b3d4fc1451e9553e5b13759724824c9b5f427c472fcefe5f8794e9e6ff3508d9e66020564b5f172f0bc9758c0ea6550da0f82d5b6593a22435c3ddd027c5cad313936cfa76bd623ce8dd5f6cf4f6cb9ce0cd8a29f5409a937ffda29ae52f03452aef3a9efea258aec9d07cf4686f9f462fdfbeca491a80b96bf66d324ed4e8c034513561e8043c3e3a5b525322c82f2146efcae82b356f67101f8c61566417cbaa219df3bcba789db79813faea17abaa7ab62ecb37f9bbf627d6790dd82ce0004cb244a8816676dcfa","ddff0349ac4a867d070000"], [ + '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/myaccountxxx2/operationResults/a00ce5ec-3192-432e-a50f-999879f14036?api-version=2021-07-01-preview', + 'Vary', + 'Accept-Encoding', + 'x-ms-request-id', + 'a00ce5ec-3192-432e-a50f-999879f14036', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036?api-version=2021-07-01-preview', + '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', + '3606d612-7acf-4416-822a-2669b0b3b288', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023502Z:3606d612-7acf-4416-822a-2669b0b3b288', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .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', + '11527', + 'x-ms-request-id', + '5c8ba781-3cea-480c-9109-0a251482d990', + 'x-ms-correlation-request-id', + '5c8ba781-3cea-480c-9109-0a251482d990', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023502Z:5c8ba781-3cea-480c-9109-0a251482d990', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c00d325-5f9e-49a8-b0e1-78dcee22126d', + 'x-ms-correlation-request-id', + '4c00d325-5f9e-49a8-b0e1-78dcee22126d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023504Z:4c00d325-5f9e-49a8-b0e1-78dcee22126d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '166715f1-a797-4ae4-8118-52ab98ca0ca6', + 'x-ms-correlation-request-id', + '166715f1-a797-4ae4-8118-52ab98ca0ca6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023507Z:166715f1-a797-4ae4-8118-52ab98ca0ca6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f31d6e25-2b85-4f03-ac82-93fa7c46e158', + 'x-ms-correlation-request-id', + 'f31d6e25-2b85-4f03-ac82-93fa7c46e158', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023509Z:f31d6e25-2b85-4f03-ac82-93fa7c46e158', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ab99640a-f5b4-4b5b-824b-c72037ccd17b', + 'x-ms-correlation-request-id', + 'ab99640a-f5b4-4b5b-824b-c72037ccd17b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023511Z:ab99640a-f5b4-4b5b-824b-c72037ccd17b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bbcd23bc-be5e-49d3-a6b8-815ed3e74fce', + 'x-ms-correlation-request-id', + 'bbcd23bc-be5e-49d3-a6b8-815ed3e74fce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023514Z:bbcd23bc-be5e-49d3-a6b8-815ed3e74fce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '85b74687-1727-4ce4-a946-0f3cd5c20006', + 'x-ms-correlation-request-id', + '85b74687-1727-4ce4-a946-0f3cd5c20006', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023516Z:85b74687-1727-4ce4-a946-0f3cd5c20006', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20d998b3-7c44-49cc-8b46-3697ecd8d411', + 'x-ms-correlation-request-id', + '20d998b3-7c44-49cc-8b46-3697ecd8d411', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023518Z:20d998b3-7c44-49cc-8b46-3697ecd8d411', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '975c8efb-6d61-423f-86b9-bd603cfd1fb2', + 'x-ms-correlation-request-id', + '975c8efb-6d61-423f-86b9-bd603cfd1fb2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023520Z:975c8efb-6d61-423f-86b9-bd603cfd1fb2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c4651d07-c908-4b0e-9b9d-fb7e6bf86483', + 'x-ms-correlation-request-id', + 'c4651d07-c908-4b0e-9b9d-fb7e6bf86483', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023523Z:c4651d07-c908-4b0e-9b9d-fb7e6bf86483', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd61a6fb3-20e6-4c5b-8260-232b8aa58321', + 'x-ms-correlation-request-id', + 'd61a6fb3-20e6-4c5b-8260-232b8aa58321', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023525Z:d61a6fb3-20e6-4c5b-8260-232b8aa58321', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7ae9f61-c43c-4e0d-a398-fab49bf5e8a0', + 'x-ms-correlation-request-id', + 'd7ae9f61-c43c-4e0d-a398-fab49bf5e8a0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023527Z:d7ae9f61-c43c-4e0d-a398-fab49bf5e8a0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6aa4f41b-3395-457a-a5f7-74a5e3c4526d', + 'x-ms-correlation-request-id', + '6aa4f41b-3395-457a-a5f7-74a5e3c4526d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023530Z:6aa4f41b-3395-457a-a5f7-74a5e3c4526d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6c118d2d-6984-4270-b288-b408b298d2b7', + 'x-ms-correlation-request-id', + '6c118d2d-6984-4270-b288-b408b298d2b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023532Z:6c118d2d-6984-4270-b288-b408b298d2b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7240752b-5df4-4da0-b174-7c87c6169942', + 'x-ms-correlation-request-id', + '7240752b-5df4-4da0-b174-7c87c6169942', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023534Z:7240752b-5df4-4da0-b174-7c87c6169942', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9df35a0c-2aa5-45ba-bbc1-f6f870dd0d92', + 'x-ms-correlation-request-id', + '9df35a0c-2aa5-45ba-bbc1-f6f870dd0d92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023537Z:9df35a0c-2aa5-45ba-bbc1-f6f870dd0d92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '91d07240-45d3-405e-bf75-ea6a309da2d0', + 'x-ms-correlation-request-id', + '91d07240-45d3-405e-bf75-ea6a309da2d0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023539Z:91d07240-45d3-405e-bf75-ea6a309da2d0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6ac4ed1b-7700-40c7-8432-d4097dc9c5d4', + 'x-ms-correlation-request-id', + '6ac4ed1b-7700-40c7-8432-d4097dc9c5d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023541Z:6ac4ed1b-7700-40c7-8432-d4097dc9c5d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7788312-609a-4467-8faf-211bf63636cd', + 'x-ms-correlation-request-id', + 'f7788312-609a-4467-8faf-211bf63636cd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023544Z:f7788312-609a-4467-8faf-211bf63636cd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec41cfb5-8731-4144-a1f6-0fff77b3df52', + 'x-ms-correlation-request-id', + 'ec41cfb5-8731-4144-a1f6-0fff77b3df52', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023546Z:ec41cfb5-8731-4144-a1f6-0fff77b3df52', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '07bf9480-6626-498e-b8e0-5b9d3afad6f9', + 'x-ms-correlation-request-id', + '07bf9480-6626-498e-b8e0-5b9d3afad6f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023548Z:07bf9480-6626-498e-b8e0-5b9d3afad6f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e55b55be-7382-4d7d-b60b-eafeb37cd3e8', + 'x-ms-correlation-request-id', + 'e55b55be-7382-4d7d-b60b-eafeb37cd3e8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023551Z:e55b55be-7382-4d7d-b60b-eafeb37cd3e8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '849b6910-0a36-4efd-bea1-f6961547beff', + 'x-ms-correlation-request-id', + '849b6910-0a36-4efd-bea1-f6961547beff', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023553Z:849b6910-0a36-4efd-bea1-f6961547beff', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca8ec145-e0a7-4104-ab59-e68cebc6445d', + 'x-ms-correlation-request-id', + 'ca8ec145-e0a7-4104-ab59-e68cebc6445d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023555Z:ca8ec145-e0a7-4104-ab59-e68cebc6445d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '85834bb0-adc1-4678-8f43-728137f4a6c0', + 'x-ms-correlation-request-id', + '85834bb0-adc1-4678-8f43-728137f4a6c0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023558Z:85834bb0-adc1-4678-8f43-728137f4a6c0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a91dc68a-2f57-402b-8fdc-994f39111e86', + 'x-ms-correlation-request-id', + 'a91dc68a-2f57-402b-8fdc-994f39111e86', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023600Z:a91dc68a-2f57-402b-8fdc-994f39111e86', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:35:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '02b512a2-568d-475c-962b-e06464626dd5', + 'x-ms-correlation-request-id', + '02b512a2-568d-475c-962b-e06464626dd5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023602Z:02b512a2-568d-475c-962b-e06464626dd5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a5360ccf-23cd-47dc-a5dc-76f4d803ec32', + 'x-ms-correlation-request-id', + 'a5360ccf-23cd-47dc-a5dc-76f4d803ec32', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023605Z:a5360ccf-23cd-47dc-a5dc-76f4d803ec32', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '26f3c1e4-71df-4824-adfe-95793d73c023', + 'x-ms-correlation-request-id', + '26f3c1e4-71df-4824-adfe-95793d73c023', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023607Z:26f3c1e4-71df-4824-adfe-95793d73c023', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e31b0bc-6678-42aa-aa32-9931ebacf49e', + 'x-ms-correlation-request-id', + '3e31b0bc-6678-42aa-aa32-9931ebacf49e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023609Z:3e31b0bc-6678-42aa-aa32-9931ebacf49e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3f89ce9e-0c4a-49e4-840f-629e3625fb6f', + 'x-ms-correlation-request-id', + '3f89ce9e-0c4a-49e4-840f-629e3625fb6f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023611Z:3f89ce9e-0c4a-49e4-840f-629e3625fb6f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f2d530fb-3cf4-4d05-beca-0f458ea83af3', + 'x-ms-correlation-request-id', + 'f2d530fb-3cf4-4d05-beca-0f458ea83af3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023614Z:f2d530fb-3cf4-4d05-beca-0f458ea83af3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4015f2fe-d13c-4c3f-946e-f86f805a1b67', + 'x-ms-correlation-request-id', + '4015f2fe-d13c-4c3f-946e-f86f805a1b67', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023616Z:4015f2fe-d13c-4c3f-946e-f86f805a1b67', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f71f411d-a867-4ac8-870b-43e0f77ed023', + 'x-ms-correlation-request-id', + 'f71f411d-a867-4ac8-870b-43e0f77ed023', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023618Z:f71f411d-a867-4ac8-870b-43e0f77ed023', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1fa4a9db-1309-44d7-b00b-814d94485479', + 'x-ms-correlation-request-id', + '1fa4a9db-1309-44d7-b00b-814d94485479', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023621Z:1fa4a9db-1309-44d7-b00b-814d94485479', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e5d90607-223d-40b5-923c-e307974fafd7', + 'x-ms-correlation-request-id', + 'e5d90607-223d-40b5-923c-e307974fafd7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023623Z:e5d90607-223d-40b5-923c-e307974fafd7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5bb3116b-471d-40ff-a4e7-3a99656d4d52', + 'x-ms-correlation-request-id', + '5bb3116b-471d-40ff-a4e7-3a99656d4d52', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023625Z:5bb3116b-471d-40ff-a4e7-3a99656d4d52', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9d1b3417-2d19-448c-82d4-c09aed7c82b4', + 'x-ms-correlation-request-id', + '9d1b3417-2d19-448c-82d4-c09aed7c82b4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023628Z:9d1b3417-2d19-448c-82d4-c09aed7c82b4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2fdbb3b6-1565-4c8d-b96e-6a7695fa56ba', + 'x-ms-correlation-request-id', + '2fdbb3b6-1565-4c8d-b96e-6a7695fa56ba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023630Z:2fdbb3b6-1565-4c8d-b96e-6a7695fa56ba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c4d24af-d55d-4b22-9176-2a26850ccb78', + 'x-ms-correlation-request-id', + '7c4d24af-d55d-4b22-9176-2a26850ccb78', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023632Z:7c4d24af-d55d-4b22-9176-2a26850ccb78', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0f45c9a2-39b1-4a95-ab67-35a6d8b69566', + 'x-ms-correlation-request-id', + '0f45c9a2-39b1-4a95-ab67-35a6d8b69566', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023635Z:0f45c9a2-39b1-4a95-ab67-35a6d8b69566', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dce86a32-8a03-4cda-a408-c727a43562e2', + 'x-ms-correlation-request-id', + 'dce86a32-8a03-4cda-a408-c727a43562e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023637Z:dce86a32-8a03-4cda-a408-c727a43562e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f6a79ac-c89c-45eb-b0b9-1b11e5b2d1a9', + 'x-ms-correlation-request-id', + '4f6a79ac-c89c-45eb-b0b9-1b11e5b2d1a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023639Z:4f6a79ac-c89c-45eb-b0b9-1b11e5b2d1a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '55332fe2-c88f-4e71-8c24-ff035f7f04ee', + 'x-ms-correlation-request-id', + '55332fe2-c88f-4e71-8c24-ff035f7f04ee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023642Z:55332fe2-c88f-4e71-8c24-ff035f7f04ee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9a25024f-c217-4c2c-af9e-904197dbfa77', + 'x-ms-correlation-request-id', + '9a25024f-c217-4c2c-af9e-904197dbfa77', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023644Z:9a25024f-c217-4c2c-af9e-904197dbfa77', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ccd6a73-9b1f-4355-be71-e576ced42f34', + 'x-ms-correlation-request-id', + '3ccd6a73-9b1f-4355-be71-e576ced42f34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023646Z:3ccd6a73-9b1f-4355-be71-e576ced42f34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25d0bba4-a766-472e-84bf-b2b6074a78ad', + 'x-ms-correlation-request-id', + '25d0bba4-a766-472e-84bf-b2b6074a78ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023649Z:25d0bba4-a766-472e-84bf-b2b6074a78ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1227c757-77ff-4aea-92fd-0e3f9becf871', + 'x-ms-correlation-request-id', + '1227c757-77ff-4aea-92fd-0e3f9becf871', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023651Z:1227c757-77ff-4aea-92fd-0e3f9becf871', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6385b92d-f762-4237-937a-d4f2e942cf5a', + 'x-ms-correlation-request-id', + '6385b92d-f762-4237-937a-d4f2e942cf5a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023653Z:6385b92d-f762-4237-937a-d4f2e942cf5a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd8b8d5f-b94b-42d8-9a26-ca8f04dd13b0', + 'x-ms-correlation-request-id', + 'dd8b8d5f-b94b-42d8-9a26-ca8f04dd13b0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023656Z:dd8b8d5f-b94b-42d8-9a26-ca8f04dd13b0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1a9d4827-87f5-4735-8eb7-1b597a49e6c1', + 'x-ms-correlation-request-id', + '1a9d4827-87f5-4735-8eb7-1b597a49e6c1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023658Z:1a9d4827-87f5-4735-8eb7-1b597a49e6c1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f883b74b-ab26-4341-b40f-f314441305d3', + 'x-ms-correlation-request-id', + 'f883b74b-ab26-4341-b40f-f314441305d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023700Z:f883b74b-ab26-4341-b40f-f314441305d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:36:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1a47b3c5-a8ad-4d20-aaa9-409ad79b41ef', + 'x-ms-correlation-request-id', + '1a47b3c5-a8ad-4d20-aaa9-409ad79b41ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023702Z:1a47b3c5-a8ad-4d20-aaa9-409ad79b41ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1a9ff596-deb4-4d77-b5ab-94ad5bbd202f', + 'x-ms-correlation-request-id', + '1a9ff596-deb4-4d77-b5ab-94ad5bbd202f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023705Z:1a9ff596-deb4-4d77-b5ab-94ad5bbd202f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4ecc3c7d-f1ce-4463-8874-828c26cd2b25', + 'x-ms-correlation-request-id', + '4ecc3c7d-f1ce-4463-8874-828c26cd2b25', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023707Z:4ecc3c7d-f1ce-4463-8874-828c26cd2b25', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f1ef6bb-632f-4229-9f36-a133315c89e3', + 'x-ms-correlation-request-id', + '8f1ef6bb-632f-4229-9f36-a133315c89e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023709Z:8f1ef6bb-632f-4229-9f36-a133315c89e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '67eb1cfd-71e5-4845-ad2d-7a22de73d426', + 'x-ms-correlation-request-id', + '67eb1cfd-71e5-4845-ad2d-7a22de73d426', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023712Z:67eb1cfd-71e5-4845-ad2d-7a22de73d426', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9511aa0-17f5-4877-b172-7d2a01d0924e', + 'x-ms-correlation-request-id', + 'e9511aa0-17f5-4877-b172-7d2a01d0924e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023714Z:e9511aa0-17f5-4877-b172-7d2a01d0924e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc9c33ea-093c-43a1-bdaa-16950c8577f1', + 'x-ms-correlation-request-id', + 'bc9c33ea-093c-43a1-bdaa-16950c8577f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023716Z:bc9c33ea-093c-43a1-bdaa-16950c8577f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7145ec71-7e87-4ad5-b4c4-1d0059923ae5', + 'x-ms-correlation-request-id', + '7145ec71-7e87-4ad5-b4c4-1d0059923ae5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023719Z:7145ec71-7e87-4ad5-b4c4-1d0059923ae5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d54b37b-810a-44d0-a261-ffc900cf67b9', + 'x-ms-correlation-request-id', + '5d54b37b-810a-44d0-a261-ffc900cf67b9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023721Z:5d54b37b-810a-44d0-a261-ffc900cf67b9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c8d49b1-8f51-4756-af59-55af8e7fdf11', + 'x-ms-correlation-request-id', + '7c8d49b1-8f51-4756-af59-55af8e7fdf11', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023723Z:7c8d49b1-8f51-4756-af59-55af8e7fdf11', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c568a5c-eaab-49b6-a2ca-e90d8074af09', + 'x-ms-correlation-request-id', + '8c568a5c-eaab-49b6-a2ca-e90d8074af09', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023726Z:8c568a5c-eaab-49b6-a2ca-e90d8074af09', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'acbd7960-235c-4c2f-a9b7-e541bb3b85f5', + 'x-ms-correlation-request-id', + 'acbd7960-235c-4c2f-a9b7-e541bb3b85f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023728Z:acbd7960-235c-4c2f-a9b7-e541bb3b85f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd8036154-db84-415d-a294-d09e2f299d6f', + 'x-ms-correlation-request-id', + 'd8036154-db84-415d-a294-d09e2f299d6f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023730Z:d8036154-db84-415d-a294-d09e2f299d6f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '50e5ff5d-051f-479f-a223-057128cdb473', + 'x-ms-correlation-request-id', + '50e5ff5d-051f-479f-a223-057128cdb473', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023733Z:50e5ff5d-051f-479f-a223-057128cdb473', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6e3086a6-05ea-47b8-9102-6c71a65d8166', + 'x-ms-correlation-request-id', + '6e3086a6-05ea-47b8-9102-6c71a65d8166', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023735Z:6e3086a6-05ea-47b8-9102-6c71a65d8166', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4ba90455-7f82-4719-8c8f-2b473cc8759c', + 'x-ms-correlation-request-id', + '4ba90455-7f82-4719-8c8f-2b473cc8759c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023737Z:4ba90455-7f82-4719-8c8f-2b473cc8759c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b6156e0d-5da2-4932-a771-5c48c90637f5', + 'x-ms-correlation-request-id', + 'b6156e0d-5da2-4932-a771-5c48c90637f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023739Z:b6156e0d-5da2-4932-a771-5c48c90637f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '80b52962-39c5-4426-b2bb-c4753dd7fb1a', + 'x-ms-correlation-request-id', + '80b52962-39c5-4426-b2bb-c4753dd7fb1a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023742Z:80b52962-39c5-4426-b2bb-c4753dd7fb1a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4b956f93-7194-4f05-86c8-da9039968ba7', + 'x-ms-correlation-request-id', + '4b956f93-7194-4f05-86c8-da9039968ba7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023744Z:4b956f93-7194-4f05-86c8-da9039968ba7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '76c36eaf-a919-4021-a984-e398710db67c', + 'x-ms-correlation-request-id', + '76c36eaf-a919-4021-a984-e398710db67c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023746Z:76c36eaf-a919-4021-a984-e398710db67c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1468220e-e834-4724-b99d-cc7ffc328c90', + 'x-ms-correlation-request-id', + '1468220e-e834-4724-b99d-cc7ffc328c90', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023749Z:1468220e-e834-4724-b99d-cc7ffc328c90', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef8adaf7-b60e-4bc6-aa64-58362f76ba10', + 'x-ms-correlation-request-id', + 'ef8adaf7-b60e-4bc6-aa64-58362f76ba10', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023751Z:ef8adaf7-b60e-4bc6-aa64-58362f76ba10', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '562b70eb-7244-4b63-817c-92b0d62e4c36', + 'x-ms-correlation-request-id', + '562b70eb-7244-4b63-817c-92b0d62e4c36', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023753Z:562b70eb-7244-4b63-817c-92b0d62e4c36', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9a5fa61b-1722-44c6-bb3e-b3bf45238121', + 'x-ms-correlation-request-id', + '9a5fa61b-1722-44c6-bb3e-b3bf45238121', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023756Z:9a5fa61b-1722-44c6-bb3e-b3bf45238121', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6f7f1ba-34aa-4a52-abf1-a2fd851c7b24', + 'x-ms-correlation-request-id', + 'e6f7f1ba-34aa-4a52-abf1-a2fd851c7b24', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023758Z:e6f7f1ba-34aa-4a52-abf1-a2fd851c7b24', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbb6ea30-9e03-4ae1-a751-d579ec9740d0', + 'x-ms-correlation-request-id', + 'fbb6ea30-9e03-4ae1-a751-d579ec9740d0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023800Z:fbb6ea30-9e03-4ae1-a751-d579ec9740d0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:37:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '09c61de6-571a-4418-9e3b-f27c815ba2db', + 'x-ms-correlation-request-id', + '09c61de6-571a-4418-9e3b-f27c815ba2db', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023803Z:09c61de6-571a-4418-9e3b-f27c815ba2db', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '593fb7af-6e22-42ea-aded-cf729dfb5b83', + 'x-ms-correlation-request-id', + '593fb7af-6e22-42ea-aded-cf729dfb5b83', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023805Z:593fb7af-6e22-42ea-aded-cf729dfb5b83', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '010879dd-206a-4ccc-9b35-b96004d45b1c', + 'x-ms-correlation-request-id', + '010879dd-206a-4ccc-9b35-b96004d45b1c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023808Z:010879dd-206a-4ccc-9b35-b96004d45b1c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9a4d8c25-9e84-4e99-864b-68ffe5c6d05b', + 'x-ms-correlation-request-id', + '9a4d8c25-9e84-4e99-864b-68ffe5c6d05b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023810Z:9a4d8c25-9e84-4e99-864b-68ffe5c6d05b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0423e007-3251-414d-bc82-746aeaaae5c1', + 'x-ms-correlation-request-id', + '0423e007-3251-414d-bc82-746aeaaae5c1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023813Z:0423e007-3251-414d-bc82-746aeaaae5c1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a6a433e6-eaa5-460c-8617-d0cf208c03fc', + 'x-ms-correlation-request-id', + 'a6a433e6-eaa5-460c-8617-d0cf208c03fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023815Z:a6a433e6-eaa5-460c-8617-d0cf208c03fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ed28a00e-f3c3-4f10-ae51-7f2d0426a716', + 'x-ms-correlation-request-id', + 'ed28a00e-f3c3-4f10-ae51-7f2d0426a716', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023817Z:ed28a00e-f3c3-4f10-ae51-7f2d0426a716', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '75f5ee76-6759-4201-b6e8-e1b62c2c4dba', + 'x-ms-correlation-request-id', + '75f5ee76-6759-4201-b6e8-e1b62c2c4dba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023820Z:75f5ee76-6759-4201-b6e8-e1b62c2c4dba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '500f14b1-0b8d-4bf5-a4bf-93ab2c053aef', + 'x-ms-correlation-request-id', + '500f14b1-0b8d-4bf5-a4bf-93ab2c053aef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023822Z:500f14b1-0b8d-4bf5-a4bf-93ab2c053aef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '06a118ec-4299-454c-8a14-bae703d1ed31', + 'x-ms-correlation-request-id', + '06a118ec-4299-454c-8a14-bae703d1ed31', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023824Z:06a118ec-4299-454c-8a14-bae703d1ed31', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '09201c4b-af38-4330-aa27-8b4844e12b7e', + 'x-ms-correlation-request-id', + '09201c4b-af38-4330-aa27-8b4844e12b7e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023827Z:09201c4b-af38-4330-aa27-8b4844e12b7e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '46bb4005-a06d-49c8-bedc-e7e72757a55a', + 'x-ms-correlation-request-id', + '46bb4005-a06d-49c8-bedc-e7e72757a55a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023829Z:46bb4005-a06d-49c8-bedc-e7e72757a55a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7cca0eb5-3ca2-4c49-8139-961f9cdb22d3', + 'x-ms-correlation-request-id', + '7cca0eb5-3ca2-4c49-8139-961f9cdb22d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023831Z:7cca0eb5-3ca2-4c49-8139-961f9cdb22d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '22d30551-0a5a-4be3-890d-46a7ddd607e7', + 'x-ms-correlation-request-id', + '22d30551-0a5a-4be3-890d-46a7ddd607e7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023833Z:22d30551-0a5a-4be3-890d-46a7ddd607e7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '54b67e21-cab7-4cde-93b5-157bc52d7469', + 'x-ms-correlation-request-id', + '54b67e21-cab7-4cde-93b5-157bc52d7469', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023836Z:54b67e21-cab7-4cde-93b5-157bc52d7469', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b6577b9c-930c-404a-96b1-176f50eaadb8', + 'x-ms-correlation-request-id', + 'b6577b9c-930c-404a-96b1-176f50eaadb8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023838Z:b6577b9c-930c-404a-96b1-176f50eaadb8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4a7b80f3-f3e8-42ec-b9db-de7767be6586', + 'x-ms-correlation-request-id', + '4a7b80f3-f3e8-42ec-b9db-de7767be6586', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023840Z:4a7b80f3-f3e8-42ec-b9db-de7767be6586', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b550c01e-0d16-4a70-9439-89f9b6de9cba', + 'x-ms-correlation-request-id', + 'b550c01e-0d16-4a70-9439-89f9b6de9cba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023843Z:b550c01e-0d16-4a70-9439-89f9b6de9cba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd9e7b3dc-9985-4f12-b2c0-d7b3743c577f', + 'x-ms-correlation-request-id', + 'd9e7b3dc-9985-4f12-b2c0-d7b3743c577f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023845Z:d9e7b3dc-9985-4f12-b2c0-d7b3743c577f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e69b676-bbfc-4ae7-9fd6-c400953ae7e9', + 'x-ms-correlation-request-id', + '9e69b676-bbfc-4ae7-9fd6-c400953ae7e9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023847Z:9e69b676-bbfc-4ae7-9fd6-c400953ae7e9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e4ee13c9-2f7d-47b8-a607-db4662e8736f', + 'x-ms-correlation-request-id', + 'e4ee13c9-2f7d-47b8-a607-db4662e8736f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023850Z:e4ee13c9-2f7d-47b8-a607-db4662e8736f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'feb72c25-1df5-4be4-a2b3-8a83dcdf2e05', + 'x-ms-correlation-request-id', + 'feb72c25-1df5-4be4-a2b3-8a83dcdf2e05', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023852Z:feb72c25-1df5-4be4-a2b3-8a83dcdf2e05', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0543141-9710-4cdf-bb1b-47f0d4cec6e9', + 'x-ms-correlation-request-id', + 'f0543141-9710-4cdf-bb1b-47f0d4cec6e9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023854Z:f0543141-9710-4cdf-bb1b-47f0d4cec6e9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5c916fb2-0a4b-424f-8f58-225f5c1aec9d', + 'x-ms-correlation-request-id', + '5c916fb2-0a4b-424f-8f58-225f5c1aec9d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023857Z:5c916fb2-0a4b-424f-8f58-225f5c1aec9d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c54f7c90-9723-4ad4-9ed2-493b0077e4fc', + 'x-ms-correlation-request-id', + 'c54f7c90-9723-4ad4-9ed2-493b0077e4fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023859Z:c54f7c90-9723-4ad4-9ed2-493b0077e4fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:38:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5c3fbcd4-b5bc-4875-9d96-5a3929fe6d06', + 'x-ms-correlation-request-id', + '5c3fbcd4-b5bc-4875-9d96-5a3929fe6d06', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023901Z:5c3fbcd4-b5bc-4875-9d96-5a3929fe6d06', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c897caa6-ae2b-419a-852d-673fed93f0c3', + 'x-ms-correlation-request-id', + 'c897caa6-ae2b-419a-852d-673fed93f0c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023904Z:c897caa6-ae2b-419a-852d-673fed93f0c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c595f962-88e3-45f0-b0dc-48bf4a1e0fb4', + 'x-ms-correlation-request-id', + 'c595f962-88e3-45f0-b0dc-48bf4a1e0fb4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023906Z:c595f962-88e3-45f0-b0dc-48bf4a1e0fb4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3d628d5c-6ed6-4898-9f81-74f23cd1d31a', + 'x-ms-correlation-request-id', + '3d628d5c-6ed6-4898-9f81-74f23cd1d31a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023908Z:3d628d5c-6ed6-4898-9f81-74f23cd1d31a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c343913-486c-4406-ae78-6ccabb832aa4', + 'x-ms-correlation-request-id', + '4c343913-486c-4406-ae78-6ccabb832aa4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023911Z:4c343913-486c-4406-ae78-6ccabb832aa4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2c8597b0-f198-447a-87e2-b0cd73840340', + 'x-ms-correlation-request-id', + '2c8597b0-f198-447a-87e2-b0cd73840340', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023913Z:2c8597b0-f198-447a-87e2-b0cd73840340', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7f02120-db5c-4e45-802e-a0a236e68836', + 'x-ms-correlation-request-id', + 'd7f02120-db5c-4e45-802e-a0a236e68836', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023915Z:d7f02120-db5c-4e45-802e-a0a236e68836', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd2c6aa0e-9588-43de-b487-f1ba5264cc28', + 'x-ms-correlation-request-id', + 'd2c6aa0e-9588-43de-b487-f1ba5264cc28', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023917Z:d2c6aa0e-9588-43de-b487-f1ba5264cc28', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d5f03d6-f304-4877-ba3a-367154f10a13', + 'x-ms-correlation-request-id', + '0d5f03d6-f304-4877-ba3a-367154f10a13', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023920Z:0d5f03d6-f304-4877-ba3a-367154f10a13', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f5b4ed2c-0ba8-4143-a044-493b4b972fbf', + 'x-ms-correlation-request-id', + 'f5b4ed2c-0ba8-4143-a044-493b4b972fbf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023922Z:f5b4ed2c-0ba8-4143-a044-493b4b972fbf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '966057ce-acb9-4bb2-b47f-6bfda09c79b8', + 'x-ms-correlation-request-id', + '966057ce-acb9-4bb2-b47f-6bfda09c79b8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023924Z:966057ce-acb9-4bb2-b47f-6bfda09c79b8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cd9aa3b5-ebd1-4f98-9848-0982eb11bb5e', + 'x-ms-correlation-request-id', + 'cd9aa3b5-ebd1-4f98-9848-0982eb11bb5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023927Z:cd9aa3b5-ebd1-4f98-9848-0982eb11bb5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ae401208-2c26-45f5-a021-b32ab716b5f9', + 'x-ms-correlation-request-id', + 'ae401208-2c26-45f5-a021-b32ab716b5f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023929Z:ae401208-2c26-45f5-a021-b32ab716b5f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a87f9151-ced7-437b-9c81-a3af9d8a406d', + 'x-ms-correlation-request-id', + 'a87f9151-ced7-437b-9c81-a3af9d8a406d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023931Z:a87f9151-ced7-437b-9c81-a3af9d8a406d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .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', + '11410', + 'x-ms-request-id', + '51c72a80-7887-44eb-b237-905e27021527', + 'x-ms-correlation-request-id', + '51c72a80-7887-44eb-b237-905e27021527', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023934Z:51c72a80-7887-44eb-b237-905e27021527', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63e1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97b74efd347bbbbe3870f0f1ed07f3ff511bd49035fe5755be48084bf2e8b86102e9617af5b0242105eafa7d33c9fe533ea71a6dd9f2e67abaa58a28379dbae9a4777438a8c4dc3669cfd605de7e369b578b4bf7fef2ec158ad2765317d91b75755fd96c69937d4f547a7cb6c52721f39ff76bc6eab05d16efa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5cc94c8082462f331a19bef8bdf2eb2f68506de5c014cd4f1675bbce4ac5e45951b6796dd030ad2e8336afd625e8f4bdef8f0cbec7abe20d4d277df8d1eb5f5412f6b3a2c117d4e1139ac6d917799b614e194d3358852d383eabf3fc4dd11bdff1322baf69f859f99ab0ce2e6826f4fbacfbcd49b53c2f2ed6359300b3d84ce7f922035e84d677f3b27c9a9f174b1a15cd77b16cda6c39cdcf688c1fe5e7f983f37cffdef6f9fefdfdedfd9d7bb3ed6c37dbdd9eeede7f3079f06072901fec634c34008f29bf3c3fcf6b854e4cb29c6535e66d969f67342967339af6a2bda62f9f1575d3620eaeed87242942cae369f9e47a95811c1fbda896397da3a4c3649634fd733be229cd6c410cbe9c5ebfac887708f62f36ddd1e0cd77cff3cbbc2470af89c8a0c4e8a345f6ee6c49b37a999567cbd739c199517ff7f90bc2bccc97d4f4654dd479f7d1a3dd9d1da20fb571c4fc92f8ae26b5402f41caae3089400fdfd167df534514b0fef615e9933504d708ff0bd10ddfa5cf450118e1b8498a14d44661ba4160cf557a5ed64545d813e57688079a9f228abfca676b9a3b74cf74fe25c4d5a43866ffff1de0283a1c3208ed7c4abdd759191bd66b7c9f9e4883f71c5f08fb9b1de7de7b8e33cf406b02d5199f334c06bd1b8725a0bed9e1ec0e0e87f8d2a0fc239ecc78583fe2c9deb004d4373b9c8d3c699bc324b1fff47559d342b21d93258ac20ae78e5eedc08cf0451ff8de0070a120bdd201ea26a30f6b1794985635468fdfb25536294af2b9981ef449b1f29ca649367dbb5e31c1e8dd5f6c3ce19739c19b1553ea817c51fef58b6a96bf0c5c5379d799f32f8ae59a5c771ace3e49977cfb2a27470098bb66df26779f1a1d9826ea339909051e1f7d9e571ffd12b2ef5dd7e495060b67f01a80ffacc82e965543ced7f3eae275deb6c449f4d52f569fedd9ba2cdfe4efda9f58e735e0b25f03c0e442105aa0971db3","7ef7ff00dc57a20acb0c0000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3b4ab912-2313-416e-9ca8-375f9ecf71ca', + 'x-ms-correlation-request-id', + '3b4ab912-2313-416e-9ca8-375f9ecf71ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023936Z:3b4ab912-2313-416e-9ca8-375f9ecf71ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:36 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_cassandraresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_cassandraresources_test.js new file mode 100644 index 000000000000..4a0d7e352a27 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_cassandraresources_test.js @@ -0,0 +1,13863 @@ +let nock = require('nock'); + +module.exports.hash = "b5582a34761c272046953b2a8a32b59f"; + +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', + 'ed0a3277-61c9-4a4d-9caa-ea5891f60500', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AolxalqEH7ROl2u3QImVhqU; expires=Mon, 18-Oct-2021 02:20:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevreMlZuIbD1YvWs3xxiZJ4I_8It7wIJZWdpv8Jl7_Xrpq8ojY7g5BwBTtvsUjEe7rLLdhAwxE9HUQWInP5mCCrGvZoYc2SSkHfDGja4On6_QGiug6BakFwwedTF1iJkkopU-tJpemPpXbkeONTA-XjjdNNeP-fbQebLZIugVldvpMgAA; 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', + 'Sat, 18 Sep 2021 02:20:06 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', + '376d603d-f241-4374-86fc-f72538180700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AsHSiKY2w2xHjefDqmC8rB4; expires=Mon, 18-Oct-2021 02:20:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr1qxDAYesAj1Q4yncpPRSaTMBMV4nkRRYpE6Hzoplixdsebft1v0VUjJnutyMxZaYmgVj0a4VRmzblza1HwBJuKryh0AdS5nc2cq8b7dgQNa_w6pKj26At6OqLUesuZQj_fxArE9E_zMroWAMgOCgdxTOF2VsGqDFpn4_eLXfXxwgAA; 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', + 'Sat, 18 Sep 2021 02:20:07 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.1&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=c0116220-7df4-48c0-9696-b94f5ea85791&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', + 'a076d1d1-560a-48fb-9456-9b1d65830600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AnzwsWUfSbxDkKYtw3UH-MUWPr5BAQAAANZD19gOAAAA; expires=Mon, 18-Oct-2021 02:20:07 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', + 'Sat, 18 Sep 2021 02:20:07 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1') + .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/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c?api-version=2021-07-01-preview', + 'x-ms-request-id', + '3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c', + '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', + '04bd5d63-e3e7-4da3-b5d5-856710ba1757', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022009Z:04bd5d63-e3e7-4da3-b5d5-856710ba1757', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .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', + '11908', + 'x-ms-request-id', + '1d8893a1-6c62-42d2-8461-3f60d4daa9f4', + 'x-ms-correlation-request-id', + '1d8893a1-6c62-42d2-8461-3f60d4daa9f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022009Z:1d8893a1-6c62-42d2-8461-3f60d4daa9f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .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', + '7ad7c89c-04a0-475c-96ef-2c9fb6c4ba94', + 'x-ms-correlation-request-id', + '7ad7c89c-04a0-475c-96ef-2c9fb6c4ba94', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022012Z:7ad7c89c-04a0-475c-96ef-2c9fb6c4ba94', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '65d6a623-7872-446f-a943-90a61c85b391', + 'x-ms-correlation-request-id', + '65d6a623-7872-446f-a943-90a61c85b391', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022014Z:65d6a623-7872-446f-a943-90a61c85b391', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a3be5f48-57d5-4dc5-bcbe-76b729f63557', + 'x-ms-correlation-request-id', + 'a3be5f48-57d5-4dc5-bcbe-76b729f63557', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022016Z:a3be5f48-57d5-4dc5-bcbe-76b729f63557', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0174618c-acd5-43f0-a23b-a39cae82b221', + 'x-ms-correlation-request-id', + '0174618c-acd5-43f0-a23b-a39cae82b221', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022018Z:0174618c-acd5-43f0-a23b-a39cae82b221', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a8d1ac8c-5355-4519-a5cd-5d4f7832f482', + 'x-ms-correlation-request-id', + 'a8d1ac8c-5355-4519-a5cd-5d4f7832f482', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022021Z:a8d1ac8c-5355-4519-a5cd-5d4f7832f482', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0cea734-2859-4a7b-a92e-ffb204901508', + 'x-ms-correlation-request-id', + 'e0cea734-2859-4a7b-a92e-ffb204901508', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022023Z:e0cea734-2859-4a7b-a92e-ffb204901508', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '51fa8e89-2a56-46d4-9359-2229afcc8c4f', + 'x-ms-correlation-request-id', + '51fa8e89-2a56-46d4-9359-2229afcc8c4f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022025Z:51fa8e89-2a56-46d4-9359-2229afcc8c4f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd2eaaaa-7879-47a1-a466-ba37836bb38c', + 'x-ms-correlation-request-id', + 'dd2eaaaa-7879-47a1-a466-ba37836bb38c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022028Z:dd2eaaaa-7879-47a1-a466-ba37836bb38c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '36236fcc-0762-4b2f-b7fc-3670b68bccb1', + 'x-ms-correlation-request-id', + '36236fcc-0762-4b2f-b7fc-3670b68bccb1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022030Z:36236fcc-0762-4b2f-b7fc-3670b68bccb1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '71cb609c-269d-4481-95d8-e3340fe58745', + 'x-ms-correlation-request-id', + '71cb609c-269d-4481-95d8-e3340fe58745', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022032Z:71cb609c-269d-4481-95d8-e3340fe58745', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '963706b2-cef6-41fa-9c35-5469a577a53a', + 'x-ms-correlation-request-id', + '963706b2-cef6-41fa-9c35-5469a577a53a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022035Z:963706b2-cef6-41fa-9c35-5469a577a53a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dccf1119-2d2c-4ed6-8963-d1c73b9561a3', + 'x-ms-correlation-request-id', + 'dccf1119-2d2c-4ed6-8963-d1c73b9561a3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022037Z:dccf1119-2d2c-4ed6-8963-d1c73b9561a3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a6883168-ff2f-42c3-9cdf-3ef4a6901e99', + 'x-ms-correlation-request-id', + 'a6883168-ff2f-42c3-9cdf-3ef4a6901e99', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022039Z:a6883168-ff2f-42c3-9cdf-3ef4a6901e99', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aade5211-b7bc-48c3-9a8a-3959d5022ae5', + 'x-ms-correlation-request-id', + 'aade5211-b7bc-48c3-9a8a-3959d5022ae5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022042Z:aade5211-b7bc-48c3-9a8a-3959d5022ae5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2946fbb3-b9dd-4b15-ad0e-f79e40d4375c', + 'x-ms-correlation-request-id', + '2946fbb3-b9dd-4b15-ad0e-f79e40d4375c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022044Z:2946fbb3-b9dd-4b15-ad0e-f79e40d4375c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '74511b17-00a9-4010-92ec-d82654d904bb', + 'x-ms-correlation-request-id', + '74511b17-00a9-4010-92ec-d82654d904bb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022046Z:74511b17-00a9-4010-92ec-d82654d904bb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0f9d959-bdb5-44bb-9139-7f9cd9020ecd', + 'x-ms-correlation-request-id', + 'e0f9d959-bdb5-44bb-9139-7f9cd9020ecd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022049Z:e0f9d959-bdb5-44bb-9139-7f9cd9020ecd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cbda8776-4db2-4b5f-b28e-6bf68b5c3f7e', + 'x-ms-correlation-request-id', + 'cbda8776-4db2-4b5f-b28e-6bf68b5c3f7e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022051Z:cbda8776-4db2-4b5f-b28e-6bf68b5c3f7e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0f41aa06-d7b6-46f2-b60f-8ff63c534139', + 'x-ms-correlation-request-id', + '0f41aa06-d7b6-46f2-b60f-8ff63c534139', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022053Z:0f41aa06-d7b6-46f2-b60f-8ff63c534139', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f50995b8-65ea-4547-9876-b4fc6570936c', + 'x-ms-correlation-request-id', + 'f50995b8-65ea-4547-9876-b4fc6570936c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022056Z:f50995b8-65ea-4547-9876-b4fc6570936c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '02cd62a8-6891-4802-b1af-154000bc79b1', + 'x-ms-correlation-request-id', + '02cd62a8-6891-4802-b1af-154000bc79b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022059Z:02cd62a8-6891-4802-b1af-154000bc79b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:20:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6f69633f-d1df-4ce6-995f-e4dd011ee384', + 'x-ms-correlation-request-id', + '6f69633f-d1df-4ce6-995f-e4dd011ee384', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022101Z:6f69633f-d1df-4ce6-995f-e4dd011ee384', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f228e5d-e2e0-4b7d-aa98-6b8ed896e4cd', + 'x-ms-correlation-request-id', + '4f228e5d-e2e0-4b7d-aa98-6b8ed896e4cd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022103Z:4f228e5d-e2e0-4b7d-aa98-6b8ed896e4cd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd75e987b-d6cd-457a-acfe-68d14a06c44c', + 'x-ms-correlation-request-id', + 'd75e987b-d6cd-457a-acfe-68d14a06c44c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022106Z:d75e987b-d6cd-457a-acfe-68d14a06c44c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd69d9979-733d-45a4-95bc-16daf6eba153', + 'x-ms-correlation-request-id', + 'd69d9979-733d-45a4-95bc-16daf6eba153', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022108Z:d69d9979-733d-45a4-95bc-16daf6eba153', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '45bad0e9-fe1a-4780-a596-d4c00f4b662b', + 'x-ms-correlation-request-id', + '45bad0e9-fe1a-4780-a596-d4c00f4b662b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022110Z:45bad0e9-fe1a-4780-a596-d4c00f4b662b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '766096b2-2575-43d4-a209-69bde61855fc', + 'x-ms-correlation-request-id', + '766096b2-2575-43d4-a209-69bde61855fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022113Z:766096b2-2575-43d4-a209-69bde61855fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ab4151f-2bc4-4798-87da-705b795a41da', + 'x-ms-correlation-request-id', + '2ab4151f-2bc4-4798-87da-705b795a41da', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022115Z:2ab4151f-2bc4-4798-87da-705b795a41da', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4bc9f8dd-9d7c-4636-bb51-38ef8fd60709', + 'x-ms-correlation-request-id', + '4bc9f8dd-9d7c-4636-bb51-38ef8fd60709', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022117Z:4bc9f8dd-9d7c-4636-bb51-38ef8fd60709', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '33c3c787-e37d-48ce-a2ad-fdceef782b12', + 'x-ms-correlation-request-id', + '33c3c787-e37d-48ce-a2ad-fdceef782b12', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022120Z:33c3c787-e37d-48ce-a2ad-fdceef782b12', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9a73bb13-9f26-42e7-8141-7511f383d194', + 'x-ms-correlation-request-id', + '9a73bb13-9f26-42e7-8141-7511f383d194', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022122Z:9a73bb13-9f26-42e7-8141-7511f383d194', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '676243a9-f3f4-4fff-89e7-782095518998', + 'x-ms-correlation-request-id', + '676243a9-f3f4-4fff-89e7-782095518998', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022124Z:676243a9-f3f4-4fff-89e7-782095518998', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '43d5ed49-0240-4eb5-a0cd-51cfdaf0e009', + 'x-ms-correlation-request-id', + '43d5ed49-0240-4eb5-a0cd-51cfdaf0e009', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022126Z:43d5ed49-0240-4eb5-a0cd-51cfdaf0e009', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '22bc702a-4026-49b3-b0eb-26f26e2d7f43', + 'x-ms-correlation-request-id', + '22bc702a-4026-49b3-b0eb-26f26e2d7f43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022129Z:22bc702a-4026-49b3-b0eb-26f26e2d7f43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c7172422-4f53-4e37-99cf-e99661170c54', + 'x-ms-correlation-request-id', + 'c7172422-4f53-4e37-99cf-e99661170c54', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022131Z:c7172422-4f53-4e37-99cf-e99661170c54', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce9c0277-bf83-47d7-81ca-75d8e40f99f0', + 'x-ms-correlation-request-id', + 'ce9c0277-bf83-47d7-81ca-75d8e40f99f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022133Z:ce9c0277-bf83-47d7-81ca-75d8e40f99f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b757cc5-3448-44de-80da-89f338786362', + 'x-ms-correlation-request-id', + '6b757cc5-3448-44de-80da-89f338786362', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022136Z:6b757cc5-3448-44de-80da-89f338786362', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f88c007f-8ca8-40e1-875d-2083afbf3b4d', + 'x-ms-correlation-request-id', + 'f88c007f-8ca8-40e1-875d-2083afbf3b4d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022138Z:f88c007f-8ca8-40e1-875d-2083afbf3b4d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1192b94e-712b-48f7-a893-f62b730c2868', + 'x-ms-correlation-request-id', + '1192b94e-712b-48f7-a893-f62b730c2868', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022140Z:1192b94e-712b-48f7-a893-f62b730c2868', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dc5ccfcb-add0-4d35-b3eb-af891f3ffdf8', + 'x-ms-correlation-request-id', + 'dc5ccfcb-add0-4d35-b3eb-af891f3ffdf8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022143Z:dc5ccfcb-add0-4d35-b3eb-af891f3ffdf8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c363b34-3831-4405-bfa9-ca5e01ef9d6e', + 'x-ms-correlation-request-id', + '7c363b34-3831-4405-bfa9-ca5e01ef9d6e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022145Z:7c363b34-3831-4405-bfa9-ca5e01ef9d6e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9d9d2e18-e137-4d96-9c44-f09e3f865762', + 'x-ms-correlation-request-id', + '9d9d2e18-e137-4d96-9c44-f09e3f865762', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022147Z:9d9d2e18-e137-4d96-9c44-f09e3f865762', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6d34c91b-c00d-4ba1-a6a0-08ee6f4582dd', + 'x-ms-correlation-request-id', + '6d34c91b-c00d-4ba1-a6a0-08ee6f4582dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022150Z:6d34c91b-c00d-4ba1-a6a0-08ee6f4582dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3838bbb1-05b8-4ae7-a43e-cc5cf4fe991a', + 'x-ms-correlation-request-id', + '3838bbb1-05b8-4ae7-a43e-cc5cf4fe991a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022152Z:3838bbb1-05b8-4ae7-a43e-cc5cf4fe991a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0dd2c2b6-11b6-4818-b92c-6dc3203be8ff', + 'x-ms-correlation-request-id', + '0dd2c2b6-11b6-4818-b92c-6dc3203be8ff', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022154Z:0dd2c2b6-11b6-4818-b92c-6dc3203be8ff', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a8b4c038-da73-441e-b3b5-708bb22161b0', + 'x-ms-correlation-request-id', + 'a8b4c038-da73-441e-b3b5-708bb22161b0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022157Z:a8b4c038-da73-441e-b3b5-708bb22161b0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9c648af-12a9-41c3-8b0c-8c6cf5ca63bd', + 'x-ms-correlation-request-id', + 'e9c648af-12a9-41c3-8b0c-8c6cf5ca63bd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022159Z:e9c648af-12a9-41c3-8b0c-8c6cf5ca63bd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:21:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e018ecac-ae67-4b10-8e23-4c7b9ac84b4a', + 'x-ms-correlation-request-id', + 'e018ecac-ae67-4b10-8e23-4c7b9ac84b4a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022201Z:e018ecac-ae67-4b10-8e23-4c7b9ac84b4a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '06139c0b-9565-4d71-a532-3956c95ef394', + 'x-ms-correlation-request-id', + '06139c0b-9565-4d71-a532-3956c95ef394', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022204Z:06139c0b-9565-4d71-a532-3956c95ef394', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9d8850d2-4af3-44e0-8403-529c8fc4de49', + 'x-ms-correlation-request-id', + '9d8850d2-4af3-44e0-8403-529c8fc4de49', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022206Z:9d8850d2-4af3-44e0-8403-529c8fc4de49', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b9eb21d7-cce2-48fd-96c7-5d4bafa75022', + 'x-ms-correlation-request-id', + 'b9eb21d7-cce2-48fd-96c7-5d4bafa75022', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022208Z:b9eb21d7-cce2-48fd-96c7-5d4bafa75022', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32351db6-564e-43b5-9ebd-be59037c8352', + 'x-ms-correlation-request-id', + '32351db6-564e-43b5-9ebd-be59037c8352', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022211Z:32351db6-564e-43b5-9ebd-be59037c8352', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '19482bd6-b142-4c8d-8913-fc0312a9de5c', + 'x-ms-correlation-request-id', + '19482bd6-b142-4c8d-8913-fc0312a9de5c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022213Z:19482bd6-b142-4c8d-8913-fc0312a9de5c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1a4933d3-b1b5-4894-93ec-18066d7ec1cf', + 'x-ms-correlation-request-id', + '1a4933d3-b1b5-4894-93ec-18066d7ec1cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022215Z:1a4933d3-b1b5-4894-93ec-18066d7ec1cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6cecd678-c537-4b85-a892-d58920992b52', + 'x-ms-correlation-request-id', + '6cecd678-c537-4b85-a892-d58920992b52', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022217Z:6cecd678-c537-4b85-a892-d58920992b52', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '94b620c2-8c4c-42e2-875d-aecf261e3b7f', + 'x-ms-correlation-request-id', + '94b620c2-8c4c-42e2-875d-aecf261e3b7f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022220Z:94b620c2-8c4c-42e2-875d-aecf261e3b7f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ecd57f25-b8cd-47e4-a08d-2144e8c608a8', + 'x-ms-correlation-request-id', + 'ecd57f25-b8cd-47e4-a08d-2144e8c608a8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022222Z:ecd57f25-b8cd-47e4-a08d-2144e8c608a8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f1eced16-2d73-4822-b6ef-d7130c03eedc', + 'x-ms-correlation-request-id', + 'f1eced16-2d73-4822-b6ef-d7130c03eedc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022224Z:f1eced16-2d73-4822-b6ef-d7130c03eedc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b41815b6-efa6-48ba-abfd-10af7a88820c', + 'x-ms-correlation-request-id', + 'b41815b6-efa6-48ba-abfd-10af7a88820c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022227Z:b41815b6-efa6-48ba-abfd-10af7a88820c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59cd9009-9332-4361-8908-dbe79da96e10', + 'x-ms-correlation-request-id', + '59cd9009-9332-4361-8908-dbe79da96e10', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022229Z:59cd9009-9332-4361-8908-dbe79da96e10', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a8cfb1a0-7507-4134-b8a6-cbf3139a003f', + 'x-ms-correlation-request-id', + 'a8cfb1a0-7507-4134-b8a6-cbf3139a003f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022231Z:a8cfb1a0-7507-4134-b8a6-cbf3139a003f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0e578db2-4394-4840-9a90-1f79e43cb743', + 'x-ms-correlation-request-id', + '0e578db2-4394-4840-9a90-1f79e43cb743', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022234Z:0e578db2-4394-4840-9a90-1f79e43cb743', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8ea9dcb6-4b9c-4c54-a815-c8ac5f037d94', + 'x-ms-correlation-request-id', + '8ea9dcb6-4b9c-4c54-a815-c8ac5f037d94', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022236Z:8ea9dcb6-4b9c-4c54-a815-c8ac5f037d94', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '07ed1707-7a9a-4796-8c62-c6c45d9cd154', + 'x-ms-correlation-request-id', + '07ed1707-7a9a-4796-8c62-c6c45d9cd154', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022238Z:07ed1707-7a9a-4796-8c62-c6c45d9cd154', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aff1866c-5c7a-48ed-ad53-5b4d348738eb', + 'x-ms-correlation-request-id', + 'aff1866c-5c7a-48ed-ad53-5b4d348738eb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022241Z:aff1866c-5c7a-48ed-ad53-5b4d348738eb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ea429694-9505-4374-9191-6dc28cdac5f6', + 'x-ms-correlation-request-id', + 'ea429694-9505-4374-9191-6dc28cdac5f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022243Z:ea429694-9505-4374-9191-6dc28cdac5f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b741eb9d-0f6e-4210-904d-200341fe5e65', + 'x-ms-correlation-request-id', + 'b741eb9d-0f6e-4210-904d-200341fe5e65', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022245Z:b741eb9d-0f6e-4210-904d-200341fe5e65', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9d3e06a-1cdc-4f57-9a22-58f34ae8f670', + 'x-ms-correlation-request-id', + 'c9d3e06a-1cdc-4f57-9a22-58f34ae8f670', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022248Z:c9d3e06a-1cdc-4f57-9a22-58f34ae8f670', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1c074a8d-2145-49cd-aa29-f181e1c87d94', + 'x-ms-correlation-request-id', + '1c074a8d-2145-49cd-aa29-f181e1c87d94', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022250Z:1c074a8d-2145-49cd-aa29-f181e1c87d94', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bbb5a12c-8745-4ad4-946d-7680e1e46880', + 'x-ms-correlation-request-id', + 'bbb5a12c-8745-4ad4-946d-7680e1e46880', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022252Z:bbb5a12c-8745-4ad4-946d-7680e1e46880', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eacd392c-065e-4f86-a7b3-f09154213335', + 'x-ms-correlation-request-id', + 'eacd392c-065e-4f86-a7b3-f09154213335', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022255Z:eacd392c-065e-4f86-a7b3-f09154213335', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbcbf17e-9d06-46f1-a8fa-1b0c402fc883', + 'x-ms-correlation-request-id', + 'fbcbf17e-9d06-46f1-a8fa-1b0c402fc883', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022257Z:fbcbf17e-9d06-46f1-a8fa-1b0c402fc883', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7098a7b-980e-4a55-b9f9-dd3980637476', + 'x-ms-correlation-request-id', + 'f7098a7b-980e-4a55-b9f9-dd3980637476', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022259Z:f7098a7b-980e-4a55-b9f9-dd3980637476', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:22:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ae39c33-b969-43a3-9adf-b5e64ab12ede', + 'x-ms-correlation-request-id', + '9ae39c33-b969-43a3-9adf-b5e64ab12ede', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022301Z:9ae39c33-b969-43a3-9adf-b5e64ab12ede', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c327bab6-1525-4308-a174-7da5c24cef14', + 'x-ms-correlation-request-id', + 'c327bab6-1525-4308-a174-7da5c24cef14', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022304Z:c327bab6-1525-4308-a174-7da5c24cef14', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '05206030-07bb-4311-b5be-2e7e10fecc32', + 'x-ms-correlation-request-id', + '05206030-07bb-4311-b5be-2e7e10fecc32', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022306Z:05206030-07bb-4311-b5be-2e7e10fecc32', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '10260e00-9018-42ff-867c-d47bc3ffc6a1', + 'x-ms-correlation-request-id', + '10260e00-9018-42ff-867c-d47bc3ffc6a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022308Z:10260e00-9018-42ff-867c-d47bc3ffc6a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '328b5a7d-33b0-4b4c-8faf-ca699178a29e', + 'x-ms-correlation-request-id', + '328b5a7d-33b0-4b4c-8faf-ca699178a29e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022311Z:328b5a7d-33b0-4b4c-8faf-ca699178a29e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f39f7ff1-cfa6-47ab-8748-eefe12a2c88e', + 'x-ms-correlation-request-id', + 'f39f7ff1-cfa6-47ab-8748-eefe12a2c88e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022313Z:f39f7ff1-cfa6-47ab-8748-eefe12a2c88e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5b0f9061-de4e-4e6c-838a-06fdc529690a', + 'x-ms-correlation-request-id', + '5b0f9061-de4e-4e6c-838a-06fdc529690a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022315Z:5b0f9061-de4e-4e6c-838a-06fdc529690a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '08dc97a9-bc23-4ba7-87df-6a2fe4d2ade3', + 'x-ms-correlation-request-id', + '08dc97a9-bc23-4ba7-87df-6a2fe4d2ade3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022318Z:08dc97a9-bc23-4ba7-87df-6a2fe4d2ade3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8dd7aa46-da62-40f8-8011-7833c3df43eb', + 'x-ms-correlation-request-id', + '8dd7aa46-da62-40f8-8011-7833c3df43eb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022320Z:8dd7aa46-da62-40f8-8011-7833c3df43eb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f2b8639f-f4bf-4ccc-8e6f-66045b45d269', + 'x-ms-correlation-request-id', + 'f2b8639f-f4bf-4ccc-8e6f-66045b45d269', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022322Z:f2b8639f-f4bf-4ccc-8e6f-66045b45d269', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32bdff30-7aae-4086-abea-3a44b210be0c', + 'x-ms-correlation-request-id', + '32bdff30-7aae-4086-abea-3a44b210be0c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022325Z:32bdff30-7aae-4086-abea-3a44b210be0c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '01f0855f-2838-4e2b-a0fd-952183635758', + 'x-ms-correlation-request-id', + '01f0855f-2838-4e2b-a0fd-952183635758', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022327Z:01f0855f-2838-4e2b-a0fd-952183635758', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '94d4f0ac-4772-4b7b-b324-18317f8bdd5d', + 'x-ms-correlation-request-id', + '94d4f0ac-4772-4b7b-b324-18317f8bdd5d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022329Z:94d4f0ac-4772-4b7b-b324-18317f8bdd5d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c827daf1-1a5a-4eb4-8396-0f4d8c144f83', + 'x-ms-correlation-request-id', + 'c827daf1-1a5a-4eb4-8396-0f4d8c144f83', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022332Z:c827daf1-1a5a-4eb4-8396-0f4d8c144f83', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '004ef5c1-a000-45a1-b401-24e22125acb7', + 'x-ms-correlation-request-id', + '004ef5c1-a000-45a1-b401-24e22125acb7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022334Z:004ef5c1-a000-45a1-b401-24e22125acb7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd1590b0-e25e-49bf-854b-8f445c7f18bc', + 'x-ms-correlation-request-id', + 'bd1590b0-e25e-49bf-854b-8f445c7f18bc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022336Z:bd1590b0-e25e-49bf-854b-8f445c7f18bc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4ae7e46a-2621-4437-862f-b78922f17f63', + 'x-ms-correlation-request-id', + '4ae7e46a-2621-4437-862f-b78922f17f63', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022339Z:4ae7e46a-2621-4437-862f-b78922f17f63', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '65778920-e433-4f9e-8cf7-31071db0efc7', + 'x-ms-correlation-request-id', + '65778920-e433-4f9e-8cf7-31071db0efc7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022341Z:65778920-e433-4f9e-8cf7-31071db0efc7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '265d15fd-3f0f-43bc-82d2-25e50e38e1cd', + 'x-ms-correlation-request-id', + '265d15fd-3f0f-43bc-82d2-25e50e38e1cd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022343Z:265d15fd-3f0f-43bc-82d2-25e50e38e1cd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7133b1eb-8ff1-48bb-9e88-1ec25ccb3ca1', + 'x-ms-correlation-request-id', + '7133b1eb-8ff1-48bb-9e88-1ec25ccb3ca1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022346Z:7133b1eb-8ff1-48bb-9e88-1ec25ccb3ca1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34b78266-88c3-46ed-811f-452112591048', + 'x-ms-correlation-request-id', + '34b78266-88c3-46ed-811f-452112591048', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022348Z:34b78266-88c3-46ed-811f-452112591048', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e857785-7929-4e54-bd31-b635b3f574d7', + 'x-ms-correlation-request-id', + '3e857785-7929-4e54-bd31-b635b3f574d7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022350Z:3e857785-7929-4e54-bd31-b635b3f574d7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef6f5303-18ad-4bc6-921a-073501b387b2', + 'x-ms-correlation-request-id', + 'ef6f5303-18ad-4bc6-921a-073501b387b2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022352Z:ef6f5303-18ad-4bc6-921a-073501b387b2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b1d75d74-4de3-46d4-90ea-d7ffa0474836', + 'x-ms-correlation-request-id', + 'b1d75d74-4de3-46d4-90ea-d7ffa0474836', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022355Z:b1d75d74-4de3-46d4-90ea-d7ffa0474836', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '418bdacb-0cb0-4283-ae87-a86585f0ffed', + 'x-ms-correlation-request-id', + '418bdacb-0cb0-4283-ae87-a86585f0ffed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022357Z:418bdacb-0cb0-4283-ae87-a86585f0ffed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e34c502-f08c-4a64-93e1-e88e69e4503f', + 'x-ms-correlation-request-id', + '5e34c502-f08c-4a64-93e1-e88e69e4503f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022359Z:5e34c502-f08c-4a64-93e1-e88e69e4503f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:23:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cac41d10-254e-4dab-9c46-d1a995dbbd43', + 'x-ms-correlation-request-id', + 'cac41d10-254e-4dab-9c46-d1a995dbbd43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022402Z:cac41d10-254e-4dab-9c46-d1a995dbbd43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1cfeea80-a758-4ace-a60b-a5c079aa21e2', + 'x-ms-correlation-request-id', + '1cfeea80-a758-4ace-a60b-a5c079aa21e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022404Z:1cfeea80-a758-4ace-a60b-a5c079aa21e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '311e5131-94d8-4092-a3b9-15847b79e92a', + 'x-ms-correlation-request-id', + '311e5131-94d8-4092-a3b9-15847b79e92a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022406Z:311e5131-94d8-4092-a3b9-15847b79e92a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c239321-fdf1-4781-b8b4-5697607d7159', + 'x-ms-correlation-request-id', + '3c239321-fdf1-4781-b8b4-5697607d7159', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022409Z:3c239321-fdf1-4781-b8b4-5697607d7159', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3dc824fc-b065-43d8-8174-ee2a655a509e', + 'x-ms-correlation-request-id', + '3dc824fc-b065-43d8-8174-ee2a655a509e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022411Z:3dc824fc-b065-43d8-8174-ee2a655a509e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e737a056-feae-4151-8607-0c9ad3f4e3ee', + 'x-ms-correlation-request-id', + 'e737a056-feae-4151-8607-0c9ad3f4e3ee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022413Z:e737a056-feae-4151-8607-0c9ad3f4e3ee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd143caaa-e4d7-481d-b884-30f09d9971d9', + 'x-ms-correlation-request-id', + 'd143caaa-e4d7-481d-b884-30f09d9971d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022416Z:d143caaa-e4d7-481d-b884-30f09d9971d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '285f417b-02e3-4493-883e-b11938aa05cb', + 'x-ms-correlation-request-id', + '285f417b-02e3-4493-883e-b11938aa05cb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022418Z:285f417b-02e3-4493-883e-b11938aa05cb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f25c814c-15ea-4fee-bdfc-dd990b85f04d', + 'x-ms-correlation-request-id', + 'f25c814c-15ea-4fee-bdfc-dd990b85f04d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022420Z:f25c814c-15ea-4fee-bdfc-dd990b85f04d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a1ba1c8-3a12-4987-beeb-63125b1bf8e6', + 'x-ms-correlation-request-id', + '2a1ba1c8-3a12-4987-beeb-63125b1bf8e6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022423Z:2a1ba1c8-3a12-4987-beeb-63125b1bf8e6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f5d0f6aa-20dd-4d2b-b900-016ddb450876', + 'x-ms-correlation-request-id', + 'f5d0f6aa-20dd-4d2b-b900-016ddb450876', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022425Z:f5d0f6aa-20dd-4d2b-b900-016ddb450876', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fb7bf796-b073-4eb8-963b-6f20bd20ef95', + 'x-ms-correlation-request-id', + 'fb7bf796-b073-4eb8-963b-6f20bd20ef95', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022427Z:fb7bf796-b073-4eb8-963b-6f20bd20ef95', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a682b5d4-55cc-43d3-b9c7-f457cd509dd7', + 'x-ms-correlation-request-id', + 'a682b5d4-55cc-43d3-b9c7-f457cd509dd7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022430Z:a682b5d4-55cc-43d3-b9c7-f457cd509dd7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '784a6f85-f629-4974-84b6-fa34409693d5', + 'x-ms-correlation-request-id', + '784a6f85-f629-4974-84b6-fa34409693d5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022432Z:784a6f85-f629-4974-84b6-fa34409693d5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '562b4443-ccf7-4337-ac56-9d177179e9a9', + 'x-ms-correlation-request-id', + '562b4443-ccf7-4337-ac56-9d177179e9a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022434Z:562b4443-ccf7-4337-ac56-9d177179e9a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ed9c745-2dce-4415-902c-67e1eb729bb0', + 'x-ms-correlation-request-id', + '2ed9c745-2dce-4415-902c-67e1eb729bb0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022437Z:2ed9c745-2dce-4415-902c-67e1eb729bb0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd33090a1-d280-4a93-acd3-2fbe1ccae8bf', + 'x-ms-correlation-request-id', + 'd33090a1-d280-4a93-acd3-2fbe1ccae8bf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022439Z:d33090a1-d280-4a93-acd3-2fbe1ccae8bf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '220b09d2-a1e6-48dc-995f-7ff13ea3492e', + 'x-ms-correlation-request-id', + '220b09d2-a1e6-48dc-995f-7ff13ea3492e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022441Z:220b09d2-a1e6-48dc-995f-7ff13ea3492e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e493afe3-de14-434a-8393-44d6fcdde3b9', + 'x-ms-correlation-request-id', + 'e493afe3-de14-434a-8393-44d6fcdde3b9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022443Z:e493afe3-de14-434a-8393-44d6fcdde3b9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b4c417d8-5d52-4581-b38e-717c305d16b1', + 'x-ms-correlation-request-id', + 'b4c417d8-5d52-4581-b38e-717c305d16b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022446Z:b4c417d8-5d52-4581-b38e-717c305d16b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b0199891-892a-49d2-970f-c808695c324a', + 'x-ms-correlation-request-id', + 'b0199891-892a-49d2-970f-c808695c324a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022448Z:b0199891-892a-49d2-970f-c808695c324a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd987b928-f8df-457c-aace-09b06b819dec', + 'x-ms-correlation-request-id', + 'd987b928-f8df-457c-aace-09b06b819dec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022450Z:d987b928-f8df-457c-aace-09b06b819dec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0628431d-2e97-4d39-9a4e-677b06ae2a6a', + 'x-ms-correlation-request-id', + '0628431d-2e97-4d39-9a4e-677b06ae2a6a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022453Z:0628431d-2e97-4d39-9a4e-677b06ae2a6a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef3ee904-4a44-4b8c-94bd-953664483a74', + 'x-ms-correlation-request-id', + 'ef3ee904-4a44-4b8c-94bd-953664483a74', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022455Z:ef3ee904-4a44-4b8c-94bd-953664483a74', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4aee0018-1440-49ce-9f3a-90b21d18199a', + 'x-ms-correlation-request-id', + '4aee0018-1440-49ce-9f3a-90b21d18199a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022457Z:4aee0018-1440-49ce-9f3a-90b21d18199a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e5828f64-b8bd-4cb6-bc45-3f2169810d23', + 'x-ms-correlation-request-id', + 'e5828f64-b8bd-4cb6-bc45-3f2169810d23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022500Z:e5828f64-b8bd-4cb6-bc45-3f2169810d23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:24:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '37bc859e-f946-46f0-9983-3bdbd3af4e79', + 'x-ms-correlation-request-id', + '37bc859e-f946-46f0-9983-3bdbd3af4e79', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022502Z:37bc859e-f946-46f0-9983-3bdbd3af4e79', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f139735-d8d0-4595-aeb4-893dd9bce6ed', + 'x-ms-correlation-request-id', + '7f139735-d8d0-4595-aeb4-893dd9bce6ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022504Z:7f139735-d8d0-4595-aeb4-893dd9bce6ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '97f2dcbb-87bb-4dbf-ab5c-1c892169dd3a', + 'x-ms-correlation-request-id', + '97f2dcbb-87bb-4dbf-ab5c-1c892169dd3a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022507Z:97f2dcbb-87bb-4dbf-ab5c-1c892169dd3a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '99ccb47e-2060-4808-a435-ea688f4b2f7f', + 'x-ms-correlation-request-id', + '99ccb47e-2060-4808-a435-ea688f4b2f7f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022509Z:99ccb47e-2060-4808-a435-ea688f4b2f7f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59963830-0fd9-4072-aeda-8051d5cdeaef', + 'x-ms-correlation-request-id', + '59963830-0fd9-4072-aeda-8051d5cdeaef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022511Z:59963830-0fd9-4072-aeda-8051d5cdeaef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ddf22ca-4ca0-498e-ba0f-3c7ce4fda10f', + 'x-ms-correlation-request-id', + '3ddf22ca-4ca0-498e-ba0f-3c7ce4fda10f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022514Z:3ddf22ca-4ca0-498e-ba0f-3c7ce4fda10f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34fa3cdb-5f13-4cef-860e-c32d3b287db6', + 'x-ms-correlation-request-id', + '34fa3cdb-5f13-4cef-860e-c32d3b287db6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022517Z:34fa3cdb-5f13-4cef-860e-c32d3b287db6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '75860ae6-33de-41e3-b9ee-35dcb1361fcb', + 'x-ms-correlation-request-id', + '75860ae6-33de-41e3-b9ee-35dcb1361fcb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022519Z:75860ae6-33de-41e3-b9ee-35dcb1361fcb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eedae7ea-c983-41ed-95d3-ed04b8ddac32', + 'x-ms-correlation-request-id', + 'eedae7ea-c983-41ed-95d3-ed04b8ddac32', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022521Z:eedae7ea-c983-41ed-95d3-ed04b8ddac32', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b1dd5438-bb13-4fe4-9464-dbdf954cb818', + 'x-ms-correlation-request-id', + 'b1dd5438-bb13-4fe4-9464-dbdf954cb818', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022524Z:b1dd5438-bb13-4fe4-9464-dbdf954cb818', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '93ca6cd0-f2e1-4126-ac03-2bfe6107628e', + 'x-ms-correlation-request-id', + '93ca6cd0-f2e1-4126-ac03-2bfe6107628e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022526Z:93ca6cd0-f2e1-4126-ac03-2bfe6107628e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '80ea5107-0328-4182-b93f-646d92d1ad26', + 'x-ms-correlation-request-id', + '80ea5107-0328-4182-b93f-646d92d1ad26', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022528Z:80ea5107-0328-4182-b93f-646d92d1ad26', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c59ad422-5418-44a8-9ca2-eedc6db973c2', + 'x-ms-correlation-request-id', + 'c59ad422-5418-44a8-9ca2-eedc6db973c2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022531Z:c59ad422-5418-44a8-9ca2-eedc6db973c2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c329c2de-d93f-4e49-a666-c03a41df0701', + 'x-ms-correlation-request-id', + 'c329c2de-d93f-4e49-a666-c03a41df0701', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022533Z:c329c2de-d93f-4e49-a666-c03a41df0701', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0fdb4ee5-ae30-48b1-aa48-0608c30257a1', + 'x-ms-correlation-request-id', + '0fdb4ee5-ae30-48b1-aa48-0608c30257a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022535Z:0fdb4ee5-ae30-48b1-aa48-0608c30257a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b9142c8d-a3e8-491c-bf39-4afe8c9baf69', + 'x-ms-correlation-request-id', + 'b9142c8d-a3e8-491c-bf39-4afe8c9baf69', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022538Z:b9142c8d-a3e8-491c-bf39-4afe8c9baf69', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '318b5605-74d7-4f4a-8aab-4458a7b9f456', + 'x-ms-correlation-request-id', + '318b5605-74d7-4f4a-8aab-4458a7b9f456', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022540Z:318b5605-74d7-4f4a-8aab-4458a7b9f456', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3885dc1b-2a28-412b-91cd-fa30ad4f72d9', + 'x-ms-correlation-request-id', + '3885dc1b-2a28-412b-91cd-fa30ad4f72d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022542Z:3885dc1b-2a28-412b-91cd-fa30ad4f72d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b6b11682-64f1-498b-ab69-f3480b313a90', + 'x-ms-correlation-request-id', + 'b6b11682-64f1-498b-ab69-f3480b313a90', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022545Z:b6b11682-64f1-498b-ab69-f3480b313a90', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca549df9-1a87-4e2e-ae85-eca77c37696e', + 'x-ms-correlation-request-id', + 'ca549df9-1a87-4e2e-ae85-eca77c37696e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022547Z:ca549df9-1a87-4e2e-ae85-eca77c37696e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2adc639e-0b3a-4f08-bca7-710da2e274f0', + 'x-ms-correlation-request-id', + '2adc639e-0b3a-4f08-bca7-710da2e274f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022549Z:2adc639e-0b3a-4f08-bca7-710da2e274f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1bdeec51-0dd3-4496-a275-af5bba46fdf8', + 'x-ms-correlation-request-id', + '1bdeec51-0dd3-4496-a275-af5bba46fdf8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022552Z:1bdeec51-0dd3-4496-a275-af5bba46fdf8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a3a7964e-87d7-4e1c-a286-3488adc10215', + 'x-ms-correlation-request-id', + 'a3a7964e-87d7-4e1c-a286-3488adc10215', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022554Z:a3a7964e-87d7-4e1c-a286-3488adc10215', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f15957b9-60e8-43e7-b50d-6b8624b342ab', + 'x-ms-correlation-request-id', + 'f15957b9-60e8-43e7-b50d-6b8624b342ab', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022556Z:f15957b9-60e8-43e7-b50d-6b8624b342ab', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8fe65e6e-50e5-4692-a4f8-6a7baee5d981', + 'x-ms-correlation-request-id', + '8fe65e6e-50e5-4692-a4f8-6a7baee5d981', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022559Z:8fe65e6e-50e5-4692-a4f8-6a7baee5d981', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:25:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42bf2da8-641f-458c-be23-25c1800d0158', + 'x-ms-correlation-request-id', + '42bf2da8-641f-458c-be23-25c1800d0158', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022601Z:42bf2da8-641f-458c-be23-25c1800d0158', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '705810dd-5e5c-44f5-a9d4-7eb0c4d37af2', + 'x-ms-correlation-request-id', + '705810dd-5e5c-44f5-a9d4-7eb0c4d37af2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022603Z:705810dd-5e5c-44f5-a9d4-7eb0c4d37af2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5c6685b6-3c0e-485f-b6f0-ed487d4f721d', + 'x-ms-correlation-request-id', + '5c6685b6-3c0e-485f-b6f0-ed487d4f721d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022606Z:5c6685b6-3c0e-485f-b6f0-ed487d4f721d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2d084486-b787-4b04-a941-515bf0ddf2f2', + 'x-ms-correlation-request-id', + '2d084486-b787-4b04-a941-515bf0ddf2f2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022608Z:2d084486-b787-4b04-a941-515bf0ddf2f2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a686e545-3531-4c39-b1a8-ce8b3a605466', + 'x-ms-correlation-request-id', + 'a686e545-3531-4c39-b1a8-ce8b3a605466', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022610Z:a686e545-3531-4c39-b1a8-ce8b3a605466', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8364fd24-fed4-4027-86b3-a10aaad7d602', + 'x-ms-correlation-request-id', + '8364fd24-fed4-4027-86b3-a10aaad7d602', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022612Z:8364fd24-fed4-4027-86b3-a10aaad7d602', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c1338612-a665-49be-8f1c-bd5b37f9b820', + 'x-ms-correlation-request-id', + 'c1338612-a665-49be-8f1c-bd5b37f9b820', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022615Z:c1338612-a665-49be-8f1c-bd5b37f9b820', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd26e48ee-be9b-4376-8ab9-483012ec60f2', + 'x-ms-correlation-request-id', + 'd26e48ee-be9b-4376-8ab9-483012ec60f2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022617Z:d26e48ee-be9b-4376-8ab9-483012ec60f2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '483b0597-26a0-4c48-a8e5-c018ee343fa2', + 'x-ms-correlation-request-id', + '483b0597-26a0-4c48-a8e5-c018ee343fa2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022619Z:483b0597-26a0-4c48-a8e5-c018ee343fa2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fa529ba2-a27b-438a-afef-ddb38290d1aa', + 'x-ms-correlation-request-id', + 'fa529ba2-a27b-438a-afef-ddb38290d1aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022622Z:fa529ba2-a27b-438a-afef-ddb38290d1aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b279a656-d832-426f-a3fa-77e8a7790def', + 'x-ms-correlation-request-id', + 'b279a656-d832-426f-a3fa-77e8a7790def', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022624Z:b279a656-d832-426f-a3fa-77e8a7790def', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a3667aba-0e07-4b6f-a085-2f806bdbdf8c', + 'x-ms-correlation-request-id', + 'a3667aba-0e07-4b6f-a085-2f806bdbdf8c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022626Z:a3667aba-0e07-4b6f-a085-2f806bdbdf8c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec7ba889-c9f5-40ae-a318-5c1c25454e54', + 'x-ms-correlation-request-id', + 'ec7ba889-c9f5-40ae-a318-5c1c25454e54', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022629Z:ec7ba889-c9f5-40ae-a318-5c1c25454e54', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4348daf5-7e90-41cb-8293-5c0c2488d768', + 'x-ms-correlation-request-id', + '4348daf5-7e90-41cb-8293-5c0c2488d768', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022631Z:4348daf5-7e90-41cb-8293-5c0c2488d768', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'abcd92e3-4067-491c-86b2-4344765c4bf4', + 'x-ms-correlation-request-id', + 'abcd92e3-4067-491c-86b2-4344765c4bf4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022633Z:abcd92e3-4067-491c-86b2-4344765c4bf4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f8007a1-0401-4b57-9518-e5d81a51926d', + 'x-ms-correlation-request-id', + '1f8007a1-0401-4b57-9518-e5d81a51926d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022636Z:1f8007a1-0401-4b57-9518-e5d81a51926d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '92fb1f11-87fa-47a6-99ce-1c08d117d028', + 'x-ms-correlation-request-id', + '92fb1f11-87fa-47a6-99ce-1c08d117d028', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022638Z:92fb1f11-87fa-47a6-99ce-1c08d117d028', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4b566b1e-7ef5-4770-959c-668223b552dd', + 'x-ms-correlation-request-id', + '4b566b1e-7ef5-4770-959c-668223b552dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022640Z:4b566b1e-7ef5-4770-959c-668223b552dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '009ba1a9-da9d-4eb4-a037-0555226926f1', + 'x-ms-correlation-request-id', + '009ba1a9-da9d-4eb4-a037-0555226926f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022643Z:009ba1a9-da9d-4eb4-a037-0555226926f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '04021747-fc26-449f-808e-b9ae39409da3', + 'x-ms-correlation-request-id', + '04021747-fc26-449f-808e-b9ae39409da3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022645Z:04021747-fc26-449f-808e-b9ae39409da3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95c5811f-4508-44f6-b95a-5194ea6d2d59', + 'x-ms-correlation-request-id', + '95c5811f-4508-44f6-b95a-5194ea6d2d59', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022647Z:95c5811f-4508-44f6-b95a-5194ea6d2d59', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f3cb405-ce0f-4dff-8804-07bde06eb282', + 'x-ms-correlation-request-id', + '2f3cb405-ce0f-4dff-8804-07bde06eb282', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022650Z:2f3cb405-ce0f-4dff-8804-07bde06eb282', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5a4fce35-f0dc-4efb-bb7c-9b22d87930ec', + 'x-ms-correlation-request-id', + '5a4fce35-f0dc-4efb-bb7c-9b22d87930ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022652Z:5a4fce35-f0dc-4efb-bb7c-9b22d87930ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59c7fee3-fef3-4924-904a-caf3c96ad2cf', + 'x-ms-correlation-request-id', + '59c7fee3-fef3-4924-904a-caf3c96ad2cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022654Z:59c7fee3-fef3-4924-904a-caf3c96ad2cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '73d844d7-0330-479f-8b5f-d5175787d644', + 'x-ms-correlation-request-id', + '73d844d7-0330-479f-8b5f-d5175787d644', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022656Z:73d844d7-0330-479f-8b5f-d5175787d644', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63961a52-173b-45d9-b49b-044a30cb675b', + 'x-ms-correlation-request-id', + '63961a52-173b-45d9-b49b-044a30cb675b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022659Z:63961a52-173b-45d9-b49b-044a30cb675b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:26:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e2287387-dbee-4004-8803-0994d713d8b7', + 'x-ms-correlation-request-id', + 'e2287387-dbee-4004-8803-0994d713d8b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022701Z:e2287387-dbee-4004-8803-0994d713d8b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'edfb7b21-8b99-494a-bf3d-ffb804aac692', + 'x-ms-correlation-request-id', + 'edfb7b21-8b99-494a-bf3d-ffb804aac692', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022703Z:edfb7b21-8b99-494a-bf3d-ffb804aac692', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e43137d5-8ed2-4bd9-ae24-13e89551574f', + 'x-ms-correlation-request-id', + 'e43137d5-8ed2-4bd9-ae24-13e89551574f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022706Z:e43137d5-8ed2-4bd9-ae24-13e89551574f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '401a7360-f4e9-491e-8cfe-51e2f09d779f', + 'x-ms-correlation-request-id', + '401a7360-f4e9-491e-8cfe-51e2f09d779f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022708Z:401a7360-f4e9-491e-8cfe-51e2f09d779f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b08b0daa-b5bd-4ae6-bb8a-393b85502a75', + 'x-ms-correlation-request-id', + 'b08b0daa-b5bd-4ae6-bb8a-393b85502a75', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022710Z:b08b0daa-b5bd-4ae6-bb8a-393b85502a75', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f8c0550c-bd9c-4c72-b058-18d1e66d756c', + 'x-ms-correlation-request-id', + 'f8c0550c-bd9c-4c72-b058-18d1e66d756c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022713Z:f8c0550c-bd9c-4c72-b058-18d1e66d756c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad6d1b27-8f04-4832-ba03-a54b1beaceae', + 'x-ms-correlation-request-id', + 'ad6d1b27-8f04-4832-ba03-a54b1beaceae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022715Z:ad6d1b27-8f04-4832-ba03-a54b1beaceae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d6cfe28-e01b-402c-9644-b922a7026d98', + 'x-ms-correlation-request-id', + '0d6cfe28-e01b-402c-9644-b922a7026d98', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022717Z:0d6cfe28-e01b-402c-9644-b922a7026d98', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1af32b44-0aff-463c-b1db-15653215c458', + 'x-ms-correlation-request-id', + '1af32b44-0aff-463c-b1db-15653215c458', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022720Z:1af32b44-0aff-463c-b1db-15653215c458', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a752c8b8-3b1b-4fb9-b798-43b4f52020cf', + 'x-ms-correlation-request-id', + 'a752c8b8-3b1b-4fb9-b798-43b4f52020cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022722Z:a752c8b8-3b1b-4fb9-b798-43b4f52020cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4ef189de-03d8-470c-989c-4cdf41c6b09a', + 'x-ms-correlation-request-id', + '4ef189de-03d8-470c-989c-4cdf41c6b09a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022724Z:4ef189de-03d8-470c-989c-4cdf41c6b09a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6afda7be-67e1-45b0-b831-41f8269d6cea', + 'x-ms-correlation-request-id', + '6afda7be-67e1-45b0-b831-41f8269d6cea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022727Z:6afda7be-67e1-45b0-b831-41f8269d6cea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3eaf9973-2645-4fcc-a9ca-86e1bca6c9a6', + 'x-ms-correlation-request-id', + '3eaf9973-2645-4fcc-a9ca-86e1bca6c9a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022729Z:3eaf9973-2645-4fcc-a9ca-86e1bca6c9a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6e0d0484-38da-46d2-97fb-a531fb602fd8', + 'x-ms-correlation-request-id', + '6e0d0484-38da-46d2-97fb-a531fb602fd8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022731Z:6e0d0484-38da-46d2-97fb-a531fb602fd8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd39a7ee3-bced-4f88-a7fe-e5d655ba665a', + 'x-ms-correlation-request-id', + 'd39a7ee3-bced-4f88-a7fe-e5d655ba665a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022734Z:d39a7ee3-bced-4f88-a7fe-e5d655ba665a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '61cc898e-f550-4601-a9bb-8a516b099dbf', + 'x-ms-correlation-request-id', + '61cc898e-f550-4601-a9bb-8a516b099dbf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022736Z:61cc898e-f550-4601-a9bb-8a516b099dbf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a2527f4e-997a-4b7e-b509-b11ddcec0f35', + 'x-ms-correlation-request-id', + 'a2527f4e-997a-4b7e-b509-b11ddcec0f35', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022738Z:a2527f4e-997a-4b7e-b509-b11ddcec0f35', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b9a59e0c-5ad8-4dc5-b20a-1798b2161cd4', + 'x-ms-correlation-request-id', + 'b9a59e0c-5ad8-4dc5-b20a-1798b2161cd4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022741Z:b9a59e0c-5ad8-4dc5-b20a-1798b2161cd4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cdcee4ad-05d3-421d-97a4-78bb660312a1', + 'x-ms-correlation-request-id', + 'cdcee4ad-05d3-421d-97a4-78bb660312a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022743Z:cdcee4ad-05d3-421d-97a4-78bb660312a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '119ac1cc-7528-4c1c-80d2-3f3ad5a3bf40', + 'x-ms-correlation-request-id', + '119ac1cc-7528-4c1c-80d2-3f3ad5a3bf40', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022745Z:119ac1cc-7528-4c1c-80d2-3f3ad5a3bf40', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5734115b-ee5c-4400-8cca-4f8831e737a3', + 'x-ms-correlation-request-id', + '5734115b-ee5c-4400-8cca-4f8831e737a3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022747Z:5734115b-ee5c-4400-8cca-4f8831e737a3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c7ed53af-a21f-43df-a968-cb9084ec1652', + 'x-ms-correlation-request-id', + 'c7ed53af-a21f-43df-a968-cb9084ec1652', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022750Z:c7ed53af-a21f-43df-a968-cb9084ec1652', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '226745c7-aabf-4045-bf8b-3dbd9130bdb7', + 'x-ms-correlation-request-id', + '226745c7-aabf-4045-bf8b-3dbd9130bdb7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022752Z:226745c7-aabf-4045-bf8b-3dbd9130bdb7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2e210fcc-9c1d-45d3-906b-a7455276f813', + 'x-ms-correlation-request-id', + '2e210fcc-9c1d-45d3-906b-a7455276f813', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022754Z:2e210fcc-9c1d-45d3-906b-a7455276f813', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f8f4b2c-5eb8-4739-bc4e-75013c648a8c', + 'x-ms-correlation-request-id', + '4f8f4b2c-5eb8-4739-bc4e-75013c648a8c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022757Z:4f8f4b2c-5eb8-4739-bc4e-75013c648a8c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ec74d33-c8ea-4358-8220-1a1647f7ff0c', + 'x-ms-correlation-request-id', + '1ec74d33-c8ea-4358-8220-1a1647f7ff0c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022759Z:1ec74d33-c8ea-4358-8220-1a1647f7ff0c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:27:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a04a6c29-55d1-4633-bfd9-4803044b2f56', + 'x-ms-correlation-request-id', + 'a04a6c29-55d1-4633-bfd9-4803044b2f56', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022801Z:a04a6c29-55d1-4633-bfd9-4803044b2f56', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5445e7c-bca1-4720-8574-73e87a835d49', + 'x-ms-correlation-request-id', + 'b5445e7c-bca1-4720-8574-73e87a835d49', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022804Z:b5445e7c-bca1-4720-8574-73e87a835d49', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4bd65b3b-c5ac-4961-8c8b-27df96f381b8', + 'x-ms-correlation-request-id', + '4bd65b3b-c5ac-4961-8c8b-27df96f381b8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022806Z:4bd65b3b-c5ac-4961-8c8b-27df96f381b8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b1111de3-931a-47b2-a387-547c187ed5e3', + 'x-ms-correlation-request-id', + 'b1111de3-931a-47b2-a387-547c187ed5e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022808Z:b1111de3-931a-47b2-a387-547c187ed5e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5c1d4898-cbd0-4282-9814-1e5c206ea837', + 'x-ms-correlation-request-id', + '5c1d4898-cbd0-4282-9814-1e5c206ea837', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022811Z:5c1d4898-cbd0-4282-9814-1e5c206ea837', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '01f3a629-3749-4544-a962-7e36f87c9a0e', + 'x-ms-correlation-request-id', + '01f3a629-3749-4544-a962-7e36f87c9a0e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022813Z:01f3a629-3749-4544-a962-7e36f87c9a0e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2270b0e9-c846-4631-92f2-58e16fca785a', + 'x-ms-correlation-request-id', + '2270b0e9-c846-4631-92f2-58e16fca785a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022815Z:2270b0e9-c846-4631-92f2-58e16fca785a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bcc91739-a712-4a6d-b5f1-d44346e20508', + 'x-ms-correlation-request-id', + 'bcc91739-a712-4a6d-b5f1-d44346e20508', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022818Z:bcc91739-a712-4a6d-b5f1-d44346e20508', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3bde57d7-573c-4076-9cb5-78109400261c', + 'x-ms-correlation-request-id', + '3bde57d7-573c-4076-9cb5-78109400261c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022820Z:3bde57d7-573c-4076-9cb5-78109400261c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '955a139d-78ae-4a33-9dc1-f89d1f70fc0f', + 'x-ms-correlation-request-id', + '955a139d-78ae-4a33-9dc1-f89d1f70fc0f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022822Z:955a139d-78ae-4a33-9dc1-f89d1f70fc0f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1580fbe7-aac9-47e1-8190-f87fd2f2cbd2', + 'x-ms-correlation-request-id', + '1580fbe7-aac9-47e1-8190-f87fd2f2cbd2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022825Z:1580fbe7-aac9-47e1-8190-f87fd2f2cbd2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b695336-51c2-416a-805d-7d1257019a11', + 'x-ms-correlation-request-id', + '9b695336-51c2-416a-805d-7d1257019a11', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022827Z:9b695336-51c2-416a-805d-7d1257019a11', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e7d34cd-4e75-403f-a6b4-732e42303d96', + 'x-ms-correlation-request-id', + '9e7d34cd-4e75-403f-a6b4-732e42303d96', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022829Z:9e7d34cd-4e75-403f-a6b4-732e42303d96', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ab5597e8-229a-44e4-9fbf-0c498482dcc8', + 'x-ms-correlation-request-id', + 'ab5597e8-229a-44e4-9fbf-0c498482dcc8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022832Z:ab5597e8-229a-44e4-9fbf-0c498482dcc8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f792ff85-edbb-45bf-8253-216e8371de66', + 'x-ms-correlation-request-id', + 'f792ff85-edbb-45bf-8253-216e8371de66', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022834Z:f792ff85-edbb-45bf-8253-216e8371de66', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '36b2e9b4-1d94-4d6d-8774-f381abe79d46', + 'x-ms-correlation-request-id', + '36b2e9b4-1d94-4d6d-8774-f381abe79d46', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022836Z:36b2e9b4-1d94-4d6d-8774-f381abe79d46', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25f7100a-e8ae-422c-912c-a36778a225ce', + 'x-ms-correlation-request-id', + '25f7100a-e8ae-422c-912c-a36778a225ce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022839Z:25f7100a-e8ae-422c-912c-a36778a225ce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cd507f1b-7b46-432f-9b69-fe485463cb11', + 'x-ms-correlation-request-id', + 'cd507f1b-7b46-432f-9b69-fe485463cb11', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022841Z:cd507f1b-7b46-432f-9b69-fe485463cb11', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd709390c-46cb-429c-8fe2-ad74595111d9', + 'x-ms-correlation-request-id', + 'd709390c-46cb-429c-8fe2-ad74595111d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022843Z:d709390c-46cb-429c-8fe2-ad74595111d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b0af4e2f-6bd6-4679-b26d-193c941296e5', + 'x-ms-correlation-request-id', + 'b0af4e2f-6bd6-4679-b26d-193c941296e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022845Z:b0af4e2f-6bd6-4679-b26d-193c941296e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd9635192-f615-4d07-be13-ebf651b1e57a', + 'x-ms-correlation-request-id', + 'd9635192-f615-4d07-be13-ebf651b1e57a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022848Z:d9635192-f615-4d07-be13-ebf651b1e57a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8007c8b3-a674-467b-8fcf-fbf6f2ff83f7', + 'x-ms-correlation-request-id', + '8007c8b3-a674-467b-8fcf-fbf6f2ff83f7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022850Z:8007c8b3-a674-467b-8fcf-fbf6f2ff83f7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e1c57160-482a-47cc-8388-f71117df6d13', + 'x-ms-correlation-request-id', + 'e1c57160-482a-47cc-8388-f71117df6d13', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022852Z:e1c57160-482a-47cc-8388-f71117df6d13', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5f63199c-ba51-4dc3-bd0c-39419a555daa', + 'x-ms-correlation-request-id', + '5f63199c-ba51-4dc3-bd0c-39419a555daa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022855Z:5f63199c-ba51-4dc3-bd0c-39419a555daa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a5b03dd0-1c26-4699-8814-abd20c696d60', + 'x-ms-correlation-request-id', + 'a5b03dd0-1c26-4699-8814-abd20c696d60', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022857Z:a5b03dd0-1c26-4699-8814-abd20c696d60', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '482fab3c-95a0-427c-968a-748dd369cfc5', + 'x-ms-correlation-request-id', + '482fab3c-95a0-427c-968a-748dd369cfc5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022859Z:482fab3c-95a0-427c-968a-748dd369cfc5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:28:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec484ef6-6995-4278-953c-ce82bcd7b296', + 'x-ms-correlation-request-id', + 'ec484ef6-6995-4278-953c-ce82bcd7b296', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022902Z:ec484ef6-6995-4278-953c-ce82bcd7b296', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd906c320-7267-42c4-b990-8a3e279c4719', + 'x-ms-correlation-request-id', + 'd906c320-7267-42c4-b990-8a3e279c4719', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022904Z:d906c320-7267-42c4-b990-8a3e279c4719', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5f2bdb30-3582-4084-b556-5c0119f0a777', + 'x-ms-correlation-request-id', + '5f2bdb30-3582-4084-b556-5c0119f0a777', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022906Z:5f2bdb30-3582-4084-b556-5c0119f0a777', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2d0c0139-ba72-4510-9a3e-4af3722f4a6d', + 'x-ms-correlation-request-id', + '2d0c0139-ba72-4510-9a3e-4af3722f4a6d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022909Z:2d0c0139-ba72-4510-9a3e-4af3722f4a6d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '98c3b32c-cc51-4b10-8650-dfaf3d676c02', + 'x-ms-correlation-request-id', + '98c3b32c-cc51-4b10-8650-dfaf3d676c02', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022911Z:98c3b32c-cc51-4b10-8650-dfaf3d676c02', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a79c4e80-8632-4561-a192-ca63ae1b3a0c', + 'x-ms-correlation-request-id', + 'a79c4e80-8632-4561-a192-ca63ae1b3a0c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022913Z:a79c4e80-8632-4561-a192-ca63ae1b3a0c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a1be27e2-f1a7-496e-afe5-522a888cc385', + 'x-ms-correlation-request-id', + 'a1be27e2-f1a7-496e-afe5-522a888cc385', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022916Z:a1be27e2-f1a7-496e-afe5-522a888cc385', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '93a3028e-e7d9-441a-9b19-6edbb67931ea', + 'x-ms-correlation-request-id', + '93a3028e-e7d9-441a-9b19-6edbb67931ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022918Z:93a3028e-e7d9-441a-9b19-6edbb67931ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2dd2b77b-7d7f-4a65-98d2-3f5bc2a2f702', + 'x-ms-correlation-request-id', + '2dd2b77b-7d7f-4a65-98d2-3f5bc2a2f702', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022920Z:2dd2b77b-7d7f-4a65-98d2-3f5bc2a2f702', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59f7cf9f-93ea-4c93-befa-16fca41003f7', + 'x-ms-correlation-request-id', + '59f7cf9f-93ea-4c93-befa-16fca41003f7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022923Z:59f7cf9f-93ea-4c93-befa-16fca41003f7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc61d3eb-78db-443c-b391-24dbd635850f', + 'x-ms-correlation-request-id', + 'fc61d3eb-78db-443c-b391-24dbd635850f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022925Z:fc61d3eb-78db-443c-b391-24dbd635850f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '188a4e67-86f8-437b-be36-c2386dfde9bb', + 'x-ms-correlation-request-id', + '188a4e67-86f8-437b-be36-c2386dfde9bb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022927Z:188a4e67-86f8-437b-be36-c2386dfde9bb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d1224a9-2562-44fc-99f9-dd8b253cbcec', + 'x-ms-correlation-request-id', + '0d1224a9-2562-44fc-99f9-dd8b253cbcec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022929Z:0d1224a9-2562-44fc-99f9-dd8b253cbcec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20761607-7a5c-44d7-90e6-e56e27d200fa', + 'x-ms-correlation-request-id', + '20761607-7a5c-44d7-90e6-e56e27d200fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022932Z:20761607-7a5c-44d7-90e6-e56e27d200fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '877f87e4-5f0c-4c35-b90d-e57b37443e14', + 'x-ms-correlation-request-id', + '877f87e4-5f0c-4c35-b90d-e57b37443e14', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022935Z:877f87e4-5f0c-4c35-b90d-e57b37443e14', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3b27175c-9751-46f6-9bbf-9229cf5c163c', + 'x-ms-correlation-request-id', + '3b27175c-9751-46f6-9bbf-9229cf5c163c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022937Z:3b27175c-9751-46f6-9bbf-9229cf5c163c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9afa970-fbc7-420d-8a90-f79d490d1f8e', + 'x-ms-correlation-request-id', + 'a9afa970-fbc7-420d-8a90-f79d490d1f8e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022939Z:a9afa970-fbc7-420d-8a90-f79d490d1f8e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '607b2d8b-89ec-4cba-bd3f-ab70f214c9c7', + 'x-ms-correlation-request-id', + '607b2d8b-89ec-4cba-bd3f-ab70f214c9c7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022942Z:607b2d8b-89ec-4cba-bd3f-ab70f214c9c7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec97bce9-7d5f-407c-b981-2d2d261c9ac9', + 'x-ms-correlation-request-id', + 'ec97bce9-7d5f-407c-b981-2d2d261c9ac9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022944Z:ec97bce9-7d5f-407c-b981-2d2d261c9ac9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7193a33-4be2-4053-8fc6-7733d23cacb9', + 'x-ms-correlation-request-id', + 'd7193a33-4be2-4053-8fc6-7733d23cacb9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022946Z:d7193a33-4be2-4053-8fc6-7733d23cacb9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbe4ee82-bac5-4427-92c0-a3a7ecc5dc96', + 'x-ms-correlation-request-id', + 'fbe4ee82-bac5-4427-92c0-a3a7ecc5dc96', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022949Z:fbe4ee82-bac5-4427-92c0-a3a7ecc5dc96', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4a4ce233-da63-4055-8436-d8c4cb3eb18a', + 'x-ms-correlation-request-id', + '4a4ce233-da63-4055-8436-d8c4cb3eb18a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022951Z:4a4ce233-da63-4055-8436-d8c4cb3eb18a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '27d860c1-7773-4851-9738-e3f4d268ed30', + 'x-ms-correlation-request-id', + '27d860c1-7773-4851-9738-e3f4d268ed30', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022953Z:27d860c1-7773-4851-9738-e3f4d268ed30', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd53b5c9a-0c04-46e9-886e-72c1216c7ac2', + 'x-ms-correlation-request-id', + 'd53b5c9a-0c04-46e9-886e-72c1216c7ac2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022956Z:d53b5c9a-0c04-46e9-886e-72c1216c7ac2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20e8e04a-bc50-4795-8d5e-3283597d5d27', + 'x-ms-correlation-request-id', + '20e8e04a-bc50-4795-8d5e-3283597d5d27', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T022958Z:20e8e04a-bc50-4795-8d5e-3283597d5d27', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:29:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f6b82f1-6681-479f-9cd2-78e512c6f7d6', + 'x-ms-correlation-request-id', + '7f6b82f1-6681-479f-9cd2-78e512c6f7d6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023000Z:7f6b82f1-6681-479f-9cd2-78e512c6f7d6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '90302f5f-1e52-4977-b564-953c6ea20a1e', + 'x-ms-correlation-request-id', + '90302f5f-1e52-4977-b564-953c6ea20a1e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023003Z:90302f5f-1e52-4977-b564-953c6ea20a1e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d336f69-713f-4e30-b039-b7144996dcfb', + 'x-ms-correlation-request-id', + '0d336f69-713f-4e30-b039-b7144996dcfb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023005Z:0d336f69-713f-4e30-b039-b7144996dcfb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f74fea1e-40df-4cd8-8887-2eb8acbb6870', + 'x-ms-correlation-request-id', + 'f74fea1e-40df-4cd8-8887-2eb8acbb6870', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023007Z:f74fea1e-40df-4cd8-8887-2eb8acbb6870', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '031b4f9f-e142-4c95-9836-b070510c4b05', + 'x-ms-correlation-request-id', + '031b4f9f-e142-4c95-9836-b070510c4b05', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023010Z:031b4f9f-e142-4c95-9836-b070510c4b05', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f61e9180-8cca-4aaf-9703-86c35ed681d6', + 'x-ms-correlation-request-id', + 'f61e9180-8cca-4aaf-9703-86c35ed681d6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023012Z:f61e9180-8cca-4aaf-9703-86c35ed681d6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dc75e13c-c210-4ad7-9c84-aaa574724958', + 'x-ms-correlation-request-id', + 'dc75e13c-c210-4ad7-9c84-aaa574724958', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023014Z:dc75e13c-c210-4ad7-9c84-aaa574724958', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2c183b6a-973d-4d0c-b942-786da773074f', + 'x-ms-correlation-request-id', + '2c183b6a-973d-4d0c-b942-786da773074f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023016Z:2c183b6a-973d-4d0c-b942-786da773074f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c5bb441e-8a31-4e18-9ec1-ab05d200f8a2', + 'x-ms-correlation-request-id', + 'c5bb441e-8a31-4e18-9ec1-ab05d200f8a2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023019Z:c5bb441e-8a31-4e18-9ec1-ab05d200f8a2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '75a96212-dc2b-4abe-83f8-d4c18c38cc9d', + 'x-ms-correlation-request-id', + '75a96212-dc2b-4abe-83f8-d4c18c38cc9d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023021Z:75a96212-dc2b-4abe-83f8-d4c18c38cc9d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '80cd896a-623e-402d-baa1-5833421aa431', + 'x-ms-correlation-request-id', + '80cd896a-623e-402d-baa1-5833421aa431', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023023Z:80cd896a-623e-402d-baa1-5833421aa431', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '04b559e3-409a-4e13-a37f-276663f8ab01', + 'x-ms-correlation-request-id', + '04b559e3-409a-4e13-a37f-276663f8ab01', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023026Z:04b559e3-409a-4e13-a37f-276663f8ab01', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '977e9b1d-eac7-430a-9af7-97cfb3ed8266', + 'x-ms-correlation-request-id', + '977e9b1d-eac7-430a-9af7-97cfb3ed8266', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023028Z:977e9b1d-eac7-430a-9af7-97cfb3ed8266', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5a8087fb-ea0d-4ea5-baa8-9996d4a54fad', + 'x-ms-correlation-request-id', + '5a8087fb-ea0d-4ea5-baa8-9996d4a54fad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023030Z:5a8087fb-ea0d-4ea5-baa8-9996d4a54fad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '355ded54-4cc4-4712-9c18-ce479abadff7', + 'x-ms-correlation-request-id', + '355ded54-4cc4-4712-9c18-ce479abadff7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023033Z:355ded54-4cc4-4712-9c18-ce479abadff7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ff2b333-4f79-4a58-bfc3-f1ba6feca314', + 'x-ms-correlation-request-id', + '1ff2b333-4f79-4a58-bfc3-f1ba6feca314', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023035Z:1ff2b333-4f79-4a58-bfc3-f1ba6feca314', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '75a85336-9a7e-4552-b7e3-e4aa4ecba74d', + 'x-ms-correlation-request-id', + '75a85336-9a7e-4552-b7e3-e4aa4ecba74d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023037Z:75a85336-9a7e-4552-b7e3-e4aa4ecba74d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '08a45f92-a862-4ec7-941e-cfc79d689428', + 'x-ms-correlation-request-id', + '08a45f92-a862-4ec7-941e-cfc79d689428', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023040Z:08a45f92-a862-4ec7-941e-cfc79d689428', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4100558b-3e30-40f7-a35d-02dc9f17f6a1', + 'x-ms-correlation-request-id', + '4100558b-3e30-40f7-a35d-02dc9f17f6a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023042Z:4100558b-3e30-40f7-a35d-02dc9f17f6a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dcf228cd-6e3f-4b6e-9b15-bb1a0ef10937', + 'x-ms-correlation-request-id', + 'dcf228cd-6e3f-4b6e-9b15-bb1a0ef10937', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023044Z:dcf228cd-6e3f-4b6e-9b15-bb1a0ef10937', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '78b6b7e5-2390-4502-b33f-7d90526728c4', + 'x-ms-correlation-request-id', + '78b6b7e5-2390-4502-b33f-7d90526728c4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023047Z:78b6b7e5-2390-4502-b33f-7d90526728c4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b02ce34-5de8-48e9-9fbe-d3180ef7c17d', + 'x-ms-correlation-request-id', + '6b02ce34-5de8-48e9-9fbe-d3180ef7c17d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023049Z:6b02ce34-5de8-48e9-9fbe-d3180ef7c17d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c38ccb18-5761-4cf3-933f-8f9d5954fab8', + 'x-ms-correlation-request-id', + 'c38ccb18-5761-4cf3-933f-8f9d5954fab8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023051Z:c38ccb18-5761-4cf3-933f-8f9d5954fab8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9bfc0d6-e3e5-4ee9-a9f7-9be07745278f', + 'x-ms-correlation-request-id', + 'a9bfc0d6-e3e5-4ee9-a9f7-9be07745278f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023054Z:a9bfc0d6-e3e5-4ee9-a9f7-9be07745278f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '03a2a500-45d4-4af8-addd-b599b60a2db4', + 'x-ms-correlation-request-id', + '03a2a500-45d4-4af8-addd-b599b60a2db4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023056Z:03a2a500-45d4-4af8-addd-b599b60a2db4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f8ed8472-f5c1-4ae4-b1e1-79da77fe1e67', + 'x-ms-correlation-request-id', + 'f8ed8472-f5c1-4ae4-b1e1-79da77fe1e67', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023058Z:f8ed8472-f5c1-4ae4-b1e1-79da77fe1e67', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:30:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'be912a2c-2d83-4bda-abcf-791b19b612d3', + 'x-ms-correlation-request-id', + 'be912a2c-2d83-4bda-abcf-791b19b612d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023101Z:be912a2c-2d83-4bda-abcf-791b19b612d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '61ad6b00-1c6c-4fb8-b137-e6d5ccf6024e', + 'x-ms-correlation-request-id', + '61ad6b00-1c6c-4fb8-b137-e6d5ccf6024e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023103Z:61ad6b00-1c6c-4fb8-b137-e6d5ccf6024e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6dc143d0-c2ca-4cae-9450-922863bb1d21', + 'x-ms-correlation-request-id', + '6dc143d0-c2ca-4cae-9450-922863bb1d21', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023105Z:6dc143d0-c2ca-4cae-9450-922863bb1d21', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '55bcfaa5-c24b-4f73-bcae-55ab6e5dedee', + 'x-ms-correlation-request-id', + '55bcfaa5-c24b-4f73-bcae-55ab6e5dedee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023108Z:55bcfaa5-c24b-4f73-bcae-55ab6e5dedee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f4c70b00-6387-48b4-aa67-f7cd5007d1a5', + 'x-ms-correlation-request-id', + 'f4c70b00-6387-48b4-aa67-f7cd5007d1a5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023110Z:f4c70b00-6387-48b4-aa67-f7cd5007d1a5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aa013aa1-3929-4d59-a932-15bfb917186f', + 'x-ms-correlation-request-id', + 'aa013aa1-3929-4d59-a932-15bfb917186f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023112Z:aa013aa1-3929-4d59-a932-15bfb917186f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ffef230e-2844-4622-9cea-de75de6cfea0', + 'x-ms-correlation-request-id', + 'ffef230e-2844-4622-9cea-de75de6cfea0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023114Z:ffef230e-2844-4622-9cea-de75de6cfea0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1bb1f4c2-e509-4044-869f-1e580bf3e0eb', + 'x-ms-correlation-request-id', + '1bb1f4c2-e509-4044-869f-1e580bf3e0eb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023117Z:1bb1f4c2-e509-4044-869f-1e580bf3e0eb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'feb7d0a9-9f4d-477c-ad88-51a8f188f68a', + 'x-ms-correlation-request-id', + 'feb7d0a9-9f4d-477c-ad88-51a8f188f68a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023119Z:feb7d0a9-9f4d-477c-ad88-51a8f188f68a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '09b322a1-6052-4335-924b-05c962f7ab78', + 'x-ms-correlation-request-id', + '09b322a1-6052-4335-924b-05c962f7ab78', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023121Z:09b322a1-6052-4335-924b-05c962f7ab78', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a66c5931-a4ee-4974-9753-77abd3c7657e', + 'x-ms-correlation-request-id', + 'a66c5931-a4ee-4974-9753-77abd3c7657e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023124Z:a66c5931-a4ee-4974-9753-77abd3c7657e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b170b6c5-cb9e-4c3a-b461-5f706cda3a1a', + 'x-ms-correlation-request-id', + 'b170b6c5-cb9e-4c3a-b461-5f706cda3a1a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023126Z:b170b6c5-cb9e-4c3a-b461-5f706cda3a1a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '23f3d133-6187-447c-ab50-c5c8ef45dd6f', + 'x-ms-correlation-request-id', + '23f3d133-6187-447c-ab50-c5c8ef45dd6f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023128Z:23f3d133-6187-447c-ab50-c5c8ef45dd6f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '671fd53b-2bd3-4488-ae44-4f1406157e21', + 'x-ms-correlation-request-id', + '671fd53b-2bd3-4488-ae44-4f1406157e21', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023131Z:671fd53b-2bd3-4488-ae44-4f1406157e21', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '966e2d54-f00f-44b7-8daf-6c9b70a6f197', + 'x-ms-correlation-request-id', + '966e2d54-f00f-44b7-8daf-6c9b70a6f197', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023133Z:966e2d54-f00f-44b7-8daf-6c9b70a6f197', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c5ba7c5b-0477-48da-ab48-f53f317b1452', + 'x-ms-correlation-request-id', + 'c5ba7c5b-0477-48da-ab48-f53f317b1452', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023135Z:c5ba7c5b-0477-48da-ab48-f53f317b1452', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1c66d63c-f73e-4e72-843b-23f40f6df7ad', + 'x-ms-correlation-request-id', + '1c66d63c-f73e-4e72-843b-23f40f6df7ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023138Z:1c66d63c-f73e-4e72-843b-23f40f6df7ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e8e7105-f6cf-48e5-bbbd-c3b9db97f56b', + 'x-ms-correlation-request-id', + '9e8e7105-f6cf-48e5-bbbd-c3b9db97f56b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023140Z:9e8e7105-f6cf-48e5-bbbd-c3b9db97f56b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9b44f04-c282-4d8d-b9ec-439c779a6241', + 'x-ms-correlation-request-id', + 'e9b44f04-c282-4d8d-b9ec-439c779a6241', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023142Z:e9b44f04-c282-4d8d-b9ec-439c779a6241', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e88aa002-d284-42c0-90dc-ddea0a0f16a2', + 'x-ms-correlation-request-id', + 'e88aa002-d284-42c0-90dc-ddea0a0f16a2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023145Z:e88aa002-d284-42c0-90dc-ddea0a0f16a2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c5e2c764-9fb6-46cc-9f5a-901738b88d9e', + 'x-ms-correlation-request-id', + 'c5e2c764-9fb6-46cc-9f5a-901738b88d9e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023147Z:c5e2c764-9fb6-46cc-9f5a-901738b88d9e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '39ddd79a-3d02-4949-851b-722487e10c1c', + 'x-ms-correlation-request-id', + '39ddd79a-3d02-4949-851b-722487e10c1c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023149Z:39ddd79a-3d02-4949-851b-722487e10c1c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8cbbf358-3db7-4b1c-b134-8e145e1f99a7', + 'x-ms-correlation-request-id', + '8cbbf358-3db7-4b1c-b134-8e145e1f99a7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023152Z:8cbbf358-3db7-4b1c-b134-8e145e1f99a7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9d03903-5f48-49c9-90d7-93dc1b93115c', + 'x-ms-correlation-request-id', + 'e9d03903-5f48-49c9-90d7-93dc1b93115c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023154Z:e9d03903-5f48-49c9-90d7-93dc1b93115c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '693425db-86da-414b-8c55-4210f8dc7e29', + 'x-ms-correlation-request-id', + '693425db-86da-414b-8c55-4210f8dc7e29', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023156Z:693425db-86da-414b-8c55-4210f8dc7e29', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6a4cc4b8-b518-4811-8263-26091d870271', + 'x-ms-correlation-request-id', + '6a4cc4b8-b518-4811-8263-26091d870271', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023159Z:6a4cc4b8-b518-4811-8263-26091d870271', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:31:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3233a460-9270-484f-859a-95ed7901a528', + 'x-ms-correlation-request-id', + '3233a460-9270-484f-859a-95ed7901a528', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023201Z:3233a460-9270-484f-859a-95ed7901a528', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'da675e1d-6f5f-4e52-9132-a87af5e7326d', + 'x-ms-correlation-request-id', + 'da675e1d-6f5f-4e52-9132-a87af5e7326d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023203Z:da675e1d-6f5f-4e52-9132-a87af5e7326d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9a46bac-56d8-4c9a-8419-519529c7d172', + 'x-ms-correlation-request-id', + 'e9a46bac-56d8-4c9a-8419-519529c7d172', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023205Z:e9a46bac-56d8-4c9a-8419-519529c7d172', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a0fc54aa-7dcd-4930-9b65-016a7fdc33f4', + 'x-ms-correlation-request-id', + 'a0fc54aa-7dcd-4930-9b65-016a7fdc33f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023208Z:a0fc54aa-7dcd-4930-9b65-016a7fdc33f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '46328924-c9a7-46d2-a8ed-57fd5af86fd4', + 'x-ms-correlation-request-id', + '46328924-c9a7-46d2-a8ed-57fd5af86fd4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023210Z:46328924-c9a7-46d2-a8ed-57fd5af86fd4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eecbc446-36d8-4dae-9e1e-ff69d5127602', + 'x-ms-correlation-request-id', + 'eecbc446-36d8-4dae-9e1e-ff69d5127602', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023212Z:eecbc446-36d8-4dae-9e1e-ff69d5127602', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc03d862-bd4e-4340-942d-2bc5bd480a92', + 'x-ms-correlation-request-id', + 'fc03d862-bd4e-4340-942d-2bc5bd480a92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023215Z:fc03d862-bd4e-4340-942d-2bc5bd480a92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32e42935-bcbd-4c06-8b1f-794562ade20e', + 'x-ms-correlation-request-id', + '32e42935-bcbd-4c06-8b1f-794562ade20e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023217Z:32e42935-bcbd-4c06-8b1f-794562ade20e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f56faed1-458a-45dc-9b66-21dea20873eb', + 'x-ms-correlation-request-id', + 'f56faed1-458a-45dc-9b66-21dea20873eb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023219Z:f56faed1-458a-45dc-9b66-21dea20873eb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ea710553-debb-4244-9903-ddd72380263b', + 'x-ms-correlation-request-id', + 'ea710553-debb-4244-9903-ddd72380263b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023222Z:ea710553-debb-4244-9903-ddd72380263b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0fd72341-c662-4376-847a-6cede7212265', + 'x-ms-correlation-request-id', + '0fd72341-c662-4376-847a-6cede7212265', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023224Z:0fd72341-c662-4376-847a-6cede7212265', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7bbcde28-de29-499c-b4b1-28a7471c854a', + 'x-ms-correlation-request-id', + '7bbcde28-de29-499c-b4b1-28a7471c854a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023226Z:7bbcde28-de29-499c-b4b1-28a7471c854a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6a2bc90a-9ca3-454b-b1b1-6187f275f692', + 'x-ms-correlation-request-id', + '6a2bc90a-9ca3-454b-b1b1-6187f275f692', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023229Z:6a2bc90a-9ca3-454b-b1b1-6187f275f692', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7343b92-e598-414d-ab67-be818a675beb', + 'x-ms-correlation-request-id', + 'd7343b92-e598-414d-ab67-be818a675beb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023231Z:d7343b92-e598-414d-ab67-be818a675beb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '121c6c9c-546d-4b23-8f14-a382e567c8b0', + 'x-ms-correlation-request-id', + '121c6c9c-546d-4b23-8f14-a382e567c8b0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023233Z:121c6c9c-546d-4b23-8f14-a382e567c8b0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c7fd0fe-0bec-4740-8eb3-c7cfc7bf5601', + 'x-ms-correlation-request-id', + '4c7fd0fe-0bec-4740-8eb3-c7cfc7bf5601', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023236Z:4c7fd0fe-0bec-4740-8eb3-c7cfc7bf5601', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec649499-7e53-4b50-84eb-ff957ae47e67', + 'x-ms-correlation-request-id', + 'ec649499-7e53-4b50-84eb-ff957ae47e67', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023238Z:ec649499-7e53-4b50-84eb-ff957ae47e67', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5515a317-5850-4c2c-829d-a95a7752d3f1', + 'x-ms-correlation-request-id', + '5515a317-5850-4c2c-829d-a95a7752d3f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023240Z:5515a317-5850-4c2c-829d-a95a7752d3f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5b40c223-a103-4838-b329-12d307e9fb70', + 'x-ms-correlation-request-id', + '5b40c223-a103-4838-b329-12d307e9fb70', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023243Z:5b40c223-a103-4838-b329-12d307e9fb70', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '60c2420d-dcb9-4da0-a900-69b51ee69fac', + 'x-ms-correlation-request-id', + '60c2420d-dcb9-4da0-a900-69b51ee69fac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023245Z:60c2420d-dcb9-4da0-a900-69b51ee69fac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '899875f1-e38f-402f-8869-8182223f9f34', + 'x-ms-correlation-request-id', + '899875f1-e38f-402f-8869-8182223f9f34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023247Z:899875f1-e38f-402f-8869-8182223f9f34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3dcc9713-2a5e-47a5-bf17-32008e738b11', + 'x-ms-correlation-request-id', + '3dcc9713-2a5e-47a5-bf17-32008e738b11', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023250Z:3dcc9713-2a5e-47a5-bf17-32008e738b11', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '33ea598e-dac6-4568-a723-7ec17c902043', + 'x-ms-correlation-request-id', + '33ea598e-dac6-4568-a723-7ec17c902043', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023252Z:33ea598e-dac6-4568-a723-7ec17c902043', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f096bb66-8f21-42d3-a6da-b1a14b07c397', + 'x-ms-correlation-request-id', + 'f096bb66-8f21-42d3-a6da-b1a14b07c397', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023254Z:f096bb66-8f21-42d3-a6da-b1a14b07c397', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad6837b9-39ee-4d6d-91a7-92103497d496', + 'x-ms-correlation-request-id', + 'ad6837b9-39ee-4d6d-91a7-92103497d496', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023256Z:ad6837b9-39ee-4d6d-91a7-92103497d496', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '418ddcd6-19fb-40b0-8877-dcc5f1dfb180', + 'x-ms-correlation-request-id', + '418ddcd6-19fb-40b0-8877-dcc5f1dfb180', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023259Z:418ddcd6-19fb-40b0-8877-dcc5f1dfb180', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:32:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4ab368b9-d6c2-4796-a6a3-3b8d7b0ccb20', + 'x-ms-correlation-request-id', + '4ab368b9-d6c2-4796-a6a3-3b8d7b0ccb20', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023301Z:4ab368b9-d6c2-4796-a6a3-3b8d7b0ccb20', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '94b87e5b-ba11-4f28-92b2-519ee3417797', + 'x-ms-correlation-request-id', + '94b87e5b-ba11-4f28-92b2-519ee3417797', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023303Z:94b87e5b-ba11-4f28-92b2-519ee3417797', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd4b103a0-4011-41ae-aa8e-b99b1db9a8d8', + 'x-ms-correlation-request-id', + 'd4b103a0-4011-41ae-aa8e-b99b1db9a8d8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023306Z:d4b103a0-4011-41ae-aa8e-b99b1db9a8d8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '04afb910-f4e8-4ca6-abec-72c1ea371aba', + 'x-ms-correlation-request-id', + '04afb910-f4e8-4ca6-abec-72c1ea371aba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023308Z:04afb910-f4e8-4ca6-abec-72c1ea371aba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c6988ab-ab58-4652-8481-4764ea426acc', + 'x-ms-correlation-request-id', + '8c6988ab-ab58-4652-8481-4764ea426acc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023310Z:8c6988ab-ab58-4652-8481-4764ea426acc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7886f038-56a5-4c67-9692-10f7d362cc34', + 'x-ms-correlation-request-id', + '7886f038-56a5-4c67-9692-10f7d362cc34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023313Z:7886f038-56a5-4c67-9692-10f7d362cc34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '831b8df6-0c19-416c-b04d-4ef661bfd973', + 'x-ms-correlation-request-id', + '831b8df6-0c19-416c-b04d-4ef661bfd973', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023315Z:831b8df6-0c19-416c-b04d-4ef661bfd973', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8ecac49d-b48f-48bf-9618-75918016b2c1', + 'x-ms-correlation-request-id', + '8ecac49d-b48f-48bf-9618-75918016b2c1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023317Z:8ecac49d-b48f-48bf-9618-75918016b2c1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fd6d290b-b551-4894-be0d-241d35935ac6', + 'x-ms-correlation-request-id', + 'fd6d290b-b551-4894-be0d-241d35935ac6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023320Z:fd6d290b-b551-4894-be0d-241d35935ac6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ecc9f76-78b8-4786-94e9-df68f3b29a39', + 'x-ms-correlation-request-id', + '1ecc9f76-78b8-4786-94e9-df68f3b29a39', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023322Z:1ecc9f76-78b8-4786-94e9-df68f3b29a39', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d7e01ee-a6f3-4916-8ac7-fe83a9d8403e', + 'x-ms-correlation-request-id', + '5d7e01ee-a6f3-4916-8ac7-fe83a9d8403e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023324Z:5d7e01ee-a6f3-4916-8ac7-fe83a9d8403e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '54dcb728-187a-4483-a92c-971122f0ad34', + 'x-ms-correlation-request-id', + '54dcb728-187a-4483-a92c-971122f0ad34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023327Z:54dcb728-187a-4483-a92c-971122f0ad34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3da8f400-23bf-4159-ae46-0281b40e99b5', + 'x-ms-correlation-request-id', + '3da8f400-23bf-4159-ae46-0281b40e99b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023329Z:3da8f400-23bf-4159-ae46-0281b40e99b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6422214e-3f91-41b7-863c-4beba8e5bd16', + 'x-ms-correlation-request-id', + '6422214e-3f91-41b7-863c-4beba8e5bd16', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023331Z:6422214e-3f91-41b7-863c-4beba8e5bd16', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ecf2915-d7f9-4571-8472-7359d61c250a', + 'x-ms-correlation-request-id', + '1ecf2915-d7f9-4571-8472-7359d61c250a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023334Z:1ecf2915-d7f9-4571-8472-7359d61c250a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc91f7af-22fd-4ae4-ab13-4c95634906f6', + 'x-ms-correlation-request-id', + 'fc91f7af-22fd-4ae4-ab13-4c95634906f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023336Z:fc91f7af-22fd-4ae4-ab13-4c95634906f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cd87c242-f3b5-4d6e-ab65-212195851b45', + 'x-ms-correlation-request-id', + 'cd87c242-f3b5-4d6e-ab65-212195851b45', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023338Z:cd87c242-f3b5-4d6e-ab65-212195851b45', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95a4a66c-6583-48ce-9574-25a28a39a20e', + 'x-ms-correlation-request-id', + '95a4a66c-6583-48ce-9574-25a28a39a20e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023340Z:95a4a66c-6583-48ce-9574-25a28a39a20e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd05cb9ba-b890-4b4c-a34d-733d40e454bd', + 'x-ms-correlation-request-id', + 'd05cb9ba-b890-4b4c-a34d-733d40e454bd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023343Z:d05cb9ba-b890-4b4c-a34d-733d40e454bd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8855fad9-cf0c-493b-9f66-aa80505869cd', + 'x-ms-correlation-request-id', + '8855fad9-cf0c-493b-9f66-aa80505869cd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023345Z:8855fad9-cf0c-493b-9f66-aa80505869cd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '96b10377-5079-4377-887b-a83c014aa1c7', + 'x-ms-correlation-request-id', + '96b10377-5079-4377-887b-a83c014aa1c7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023347Z:96b10377-5079-4377-887b-a83c014aa1c7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cd315e1d-6236-4599-8911-285a98ac20a9', + 'x-ms-correlation-request-id', + 'cd315e1d-6236-4599-8911-285a98ac20a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023350Z:cd315e1d-6236-4599-8911-285a98ac20a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '033cf77f-6e84-4511-b38e-3ce59396df1e', + 'x-ms-correlation-request-id', + '033cf77f-6e84-4511-b38e-3ce59396df1e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023353Z:033cf77f-6e84-4511-b38e-3ce59396df1e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '742a4d61-f55d-430d-98e3-1d54cb51b2cb', + 'x-ms-correlation-request-id', + '742a4d61-f55d-430d-98e3-1d54cb51b2cb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023355Z:742a4d61-f55d-430d-98e3-1d54cb51b2cb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '45612e58-ca20-4c83-8148-34f0f3b22c0a', + 'x-ms-correlation-request-id', + '45612e58-ca20-4c83-8148-34f0f3b22c0a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023357Z:45612e58-ca20-4c83-8148-34f0f3b22c0a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b521210-6580-43e1-a517-934578325b89', + 'x-ms-correlation-request-id', + '9b521210-6580-43e1-a517-934578325b89', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023400Z:9b521210-6580-43e1-a517-934578325b89', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:33:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'be698a6f-389f-43ff-b19e-448ca924e2b1', + 'x-ms-correlation-request-id', + 'be698a6f-389f-43ff-b19e-448ca924e2b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023402Z:be698a6f-389f-43ff-b19e-448ca924e2b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ac0a8db4-a809-4d5b-929e-c1371a6ccfdb', + 'x-ms-correlation-request-id', + 'ac0a8db4-a809-4d5b-929e-c1371a6ccfdb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023404Z:ac0a8db4-a809-4d5b-929e-c1371a6ccfdb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '565ce0b5-604a-4121-95fd-71140cd25ccf', + 'x-ms-correlation-request-id', + '565ce0b5-604a-4121-95fd-71140cd25ccf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023407Z:565ce0b5-604a-4121-95fd-71140cd25ccf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b2195502-dcfe-4f79-879d-931edc7ffa25', + 'x-ms-correlation-request-id', + 'b2195502-dcfe-4f79-879d-931edc7ffa25', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023409Z:b2195502-dcfe-4f79-879d-931edc7ffa25', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'edf65638-2b6d-4046-9355-567cc5c7de40', + 'x-ms-correlation-request-id', + 'edf65638-2b6d-4046-9355-567cc5c7de40', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023411Z:edf65638-2b6d-4046-9355-567cc5c7de40', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '49e84a85-6d40-452a-9b7c-e01b4110d35a', + 'x-ms-correlation-request-id', + '49e84a85-6d40-452a-9b7c-e01b4110d35a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023414Z:49e84a85-6d40-452a-9b7c-e01b4110d35a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c5b1ad3-5cda-43b3-a54e-e75cb6fc4771', + 'x-ms-correlation-request-id', + '8c5b1ad3-5cda-43b3-a54e-e75cb6fc4771', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023416Z:8c5b1ad3-5cda-43b3-a54e-e75cb6fc4771', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c94c973-6d53-4414-9cfc-92384494c25c', + 'x-ms-correlation-request-id', + '3c94c973-6d53-4414-9cfc-92384494c25c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023418Z:3c94c973-6d53-4414-9cfc-92384494c25c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca0dfadb-a896-4774-89c9-9bc15b86a710', + 'x-ms-correlation-request-id', + 'ca0dfadb-a896-4774-89c9-9bc15b86a710', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023421Z:ca0dfadb-a896-4774-89c9-9bc15b86a710', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '27685f5a-7044-403d-a1f0-863d3ef9680f', + 'x-ms-correlation-request-id', + '27685f5a-7044-403d-a1f0-863d3ef9680f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023423Z:27685f5a-7044-403d-a1f0-863d3ef9680f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9bc6239d-4404-48d8-aa10-d702d96adb82', + 'x-ms-correlation-request-id', + '9bc6239d-4404-48d8-aa10-d702d96adb82', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023425Z:9bc6239d-4404-48d8-aa10-d702d96adb82', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '33c964e2-63df-42b7-974b-e9c0bf2af2df', + 'x-ms-correlation-request-id', + '33c964e2-63df-42b7-974b-e9c0bf2af2df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023427Z:33c964e2-63df-42b7-974b-e9c0bf2af2df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '92a81912-ace7-49d9-950c-61036ecfaaed', + 'x-ms-correlation-request-id', + '92a81912-ace7-49d9-950c-61036ecfaaed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023430Z:92a81912-ace7-49d9-950c-61036ecfaaed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2638e9cf-0e29-4896-8c3b-3f6c845fa8b0', + 'x-ms-correlation-request-id', + '2638e9cf-0e29-4896-8c3b-3f6c845fa8b0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023432Z:2638e9cf-0e29-4896-8c3b-3f6c845fa8b0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bb439a59-95fd-4f00-9a04-9c24bf87a851', + 'x-ms-correlation-request-id', + 'bb439a59-95fd-4f00-9a04-9c24bf87a851', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023434Z:bb439a59-95fd-4f00-9a04-9c24bf87a851', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5c7433cf-d312-4c39-a09c-f4a7ea34b5f0', + 'x-ms-correlation-request-id', + '5c7433cf-d312-4c39-a09c-f4a7ea34b5f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023437Z:5c7433cf-d312-4c39-a09c-f4a7ea34b5f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '093251aa-d436-42e2-a881-14fa0a14d66c', + 'x-ms-correlation-request-id', + '093251aa-d436-42e2-a881-14fa0a14d66c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023439Z:093251aa-d436-42e2-a881-14fa0a14d66c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7a6e3fc4-c9ca-4c67-8914-146a62c0f193', + 'x-ms-correlation-request-id', + '7a6e3fc4-c9ca-4c67-8914-146a62c0f193', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023441Z:7a6e3fc4-c9ca-4c67-8914-146a62c0f193', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fa2073ff-1a00-4bb2-8245-feba2144e62b', + 'x-ms-correlation-request-id', + 'fa2073ff-1a00-4bb2-8245-feba2144e62b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023444Z:fa2073ff-1a00-4bb2-8245-feba2144e62b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '86cb6483-4cdc-4981-aeae-80d8926593a8', + 'x-ms-correlation-request-id', + '86cb6483-4cdc-4981-aeae-80d8926593a8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023446Z:86cb6483-4cdc-4981-aeae-80d8926593a8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d108712-7862-4ece-934c-017e34d05fdc', + 'x-ms-correlation-request-id', + '0d108712-7862-4ece-934c-017e34d05fdc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023448Z:0d108712-7862-4ece-934c-017e34d05fdc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '572bee80-01c3-4772-b8af-dad12ff53c62', + 'x-ms-correlation-request-id', + '572bee80-01c3-4772-b8af-dad12ff53c62', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023451Z:572bee80-01c3-4772-b8af-dad12ff53c62', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .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', + '11528', + 'x-ms-request-id', + '5b9523f6-4dad-40a4-b34d-9d6845cce2aa', + 'x-ms-correlation-request-id', + '5b9523f6-4dad-40a4-b34d-9d6845cce2aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023453Z:5b9523f6-4dad-40a4-b34d-9d6845cce2aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:34:53 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js new file mode 100644 index 000000000000..ec00c9b44ab8 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js @@ -0,0 +1,28155 @@ +let nock = require('nock'); + +module.exports.hash = "e7e8e0b0a8bd865bf24667b29acd8ab8"; + +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', + 'a4bd52e8-9b1e-4f93-86c4-50a61ac20700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'Set-Cookie', + 'fpc=Av8OwNhAujxJrL_Erhg3tiI; expires=Mon, 18-Oct-2021 03:03:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrzvEcFDWgpiVuYAeJQvBAFV5T66c4lBU0F8Fiq6tTisdjtFASGm8gwbqLeSA0stmkfdXK6IWwhCSBBD3NRoMrkK5uCYP4wwybkghx4W02nrf4AzXqGuIuFhf_VJNknF6hoK0al6C9e2FYxcp-09CveVGfvtObrw84_g8O0iON0T0gAA; 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', + 'Sat, 18 Sep 2021 03:03: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', + '11d1bd8b-d0ad-4f2d-b547-29a2cd4c0700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Al5NveUFNdZKrvRmEnXMW8M; expires=Mon, 18-Oct-2021 03:03:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrj_YzYlfnoc2mfWE81X7nuZSvaOdVINxN1zCrm6LhnAyYUoUCZ6tgM8vyQmDqAprqLT63V5C6ikF8Y2qIwhNEBgbNJgCkAC7OxOi9IqzvwqF6YXtYUPBuzI6DgvpHJAYj7G8k5htDc5ffycdYWEcrcZV_8hmHle7ICfHIhvWW3gAgAA; 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', + 'Sat, 18 Sep 2021 03:03: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.1&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=17ad2cd7-100e-4c31-9876-0fc3243bab22&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', + 'e6415b90-59ac-45e2-a118-6f0ea9fd0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AoCszsNFDddDnZpOZ52_0w8WPr5BAQAAAAlO19gOAAAA; expires=Mon, 18-Oct-2021 03:03: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', + 'Sat, 18 Sep 2021 03:03:38 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '77dff97d-e970-4043-8cda-a43fb98ed744', + 'x-ms-correlation-request-id', + '77dff97d-e970-4043-8cda-a43fb98ed744', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030338Z:77dff97d-e970-4043-8cda-a43fb98ed744', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '38475775-bd8d-478c-be15-e8ce7cf5c575', + 'x-ms-correlation-request-id', + '38475775-bd8d-478c-be15-e8ce7cf5c575', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030341Z:38475775-bd8d-478c-be15-e8ce7cf5c575', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx') + .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/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb?api-version=2021-07-01-preview', + 'x-ms-request-id', + 'a2f9959f-170d-4e6a-8fae-b5fcefabdcfb', + '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', + 'b3d943ea-659b-451a-bd64-2633d90c09d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030343Z:b3d943ea-659b-451a-bd64-2633d90c09d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '97401d04-b5e3-4516-9a41-9d339b488092', + 'x-ms-correlation-request-id', + '97401d04-b5e3-4516-9a41-9d339b488092', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030343Z:97401d04-b5e3-4516-9a41-9d339b488092', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .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', + '9735b5f8-8be5-49d4-bfc9-6aa6f5f2e394', + 'x-ms-correlation-request-id', + '9735b5f8-8be5-49d4-bfc9-6aa6f5f2e394', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030343Z:9735b5f8-8be5-49d4-bfc9-6aa6f5f2e394', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7ba0879a-90d4-4849-9eca-f497c4511d1c', + 'x-ms-correlation-request-id', + '7ba0879a-90d4-4849-9eca-f497c4511d1c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030345Z:7ba0879a-90d4-4849-9eca-f497c4511d1c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad2b633b-38e8-4a31-9535-7a273be7c614', + 'x-ms-correlation-request-id', + 'ad2b633b-38e8-4a31-9535-7a273be7c614', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030346Z:ad2b633b-38e8-4a31-9535-7a273be7c614', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9ef1740-628d-40b8-8086-0c4661531c26', + 'x-ms-correlation-request-id', + 'a9ef1740-628d-40b8-8086-0c4661531c26', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030348Z:a9ef1740-628d-40b8-8086-0c4661531c26', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4342aed3-5f83-4e79-b104-4e233ccaa864', + 'x-ms-correlation-request-id', + '4342aed3-5f83-4e79-b104-4e233ccaa864', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030348Z:4342aed3-5f83-4e79-b104-4e233ccaa864', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c36db518-3e6f-4bec-8885-99844299b283', + 'x-ms-correlation-request-id', + 'c36db518-3e6f-4bec-8885-99844299b283', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030350Z:c36db518-3e6f-4bec-8885-99844299b283', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3009ab26-20d1-44df-9377-92713b3fe65d', + 'x-ms-correlation-request-id', + '3009ab26-20d1-44df-9377-92713b3fe65d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030351Z:3009ab26-20d1-44df-9377-92713b3fe65d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5ed0f6df-7911-444c-b683-aadd0ea39646', + 'x-ms-correlation-request-id', + '5ed0f6df-7911-444c-b683-aadd0ea39646', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030352Z:5ed0f6df-7911-444c-b683-aadd0ea39646', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd2b67b0-676b-44fc-b5de-196028b127d4', + 'x-ms-correlation-request-id', + 'dd2b67b0-676b-44fc-b5de-196028b127d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030353Z:dd2b67b0-676b-44fc-b5de-196028b127d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c91cf35d-50d5-4b5f-b30a-ccf46562012e', + 'x-ms-correlation-request-id', + 'c91cf35d-50d5-4b5f-b30a-ccf46562012e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030354Z:c91cf35d-50d5-4b5f-b30a-ccf46562012e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0262a7d3-05b5-41d0-a54f-86f9eaa9171b', + 'x-ms-correlation-request-id', + '0262a7d3-05b5-41d0-a54f-86f9eaa9171b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030355Z:0262a7d3-05b5-41d0-a54f-86f9eaa9171b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a1aa08d-1c7d-4409-85b4-7db9b2a3483c', + 'x-ms-correlation-request-id', + '2a1aa08d-1c7d-4409-85b4-7db9b2a3483c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030357Z:2a1aa08d-1c7d-4409-85b4-7db9b2a3483c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7d8e8866-78e3-46a9-b419-177a4d95dfe6', + 'x-ms-correlation-request-id', + '7d8e8866-78e3-46a9-b419-177a4d95dfe6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030358Z:7d8e8866-78e3-46a9-b419-177a4d95dfe6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7ffd52c5-3c09-471b-9917-0f96a96d97bf', + 'x-ms-correlation-request-id', + '7ffd52c5-3c09-471b-9917-0f96a96d97bf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030359Z:7ffd52c5-3c09-471b-9917-0f96a96d97bf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc949291-a349-4e99-8768-7591e3a6515c', + 'x-ms-correlation-request-id', + 'fc949291-a349-4e99-8768-7591e3a6515c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030400Z:fc949291-a349-4e99-8768-7591e3a6515c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3f88afaa-d741-48ae-83b8-5b9f25368fd6', + 'x-ms-correlation-request-id', + '3f88afaa-d741-48ae-83b8-5b9f25368fd6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030401Z:3f88afaa-d741-48ae-83b8-5b9f25368fd6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fd68bae2-60d9-4c57-99d2-018134a819ec', + 'x-ms-correlation-request-id', + 'fd68bae2-60d9-4c57-99d2-018134a819ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030402Z:fd68bae2-60d9-4c57-99d2-018134a819ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f00f37ea-e568-4ef0-aacf-e781fc268e60', + 'x-ms-correlation-request-id', + 'f00f37ea-e568-4ef0-aacf-e781fc268e60', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030404Z:f00f37ea-e568-4ef0-aacf-e781fc268e60', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd05205e5-19ab-4656-b926-3913e1da250c', + 'x-ms-correlation-request-id', + 'd05205e5-19ab-4656-b926-3913e1da250c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030405Z:d05205e5-19ab-4656-b926-3913e1da250c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5fbc84f1-bc51-40ef-9147-9c2617fffc87', + 'x-ms-correlation-request-id', + '5fbc84f1-bc51-40ef-9147-9c2617fffc87', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030406Z:5fbc84f1-bc51-40ef-9147-9c2617fffc87', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '56fb4a5a-5364-4b5a-afc6-29de200f5454', + 'x-ms-correlation-request-id', + '56fb4a5a-5364-4b5a-afc6-29de200f5454', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030407Z:56fb4a5a-5364-4b5a-afc6-29de200f5454', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e283018-fc24-4005-a947-ebf0f8fb855c', + 'x-ms-correlation-request-id', + '7e283018-fc24-4005-a947-ebf0f8fb855c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030408Z:7e283018-fc24-4005-a947-ebf0f8fb855c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '33ebfb0c-b264-416a-9ba3-321174b38e20', + 'x-ms-correlation-request-id', + '33ebfb0c-b264-416a-9ba3-321174b38e20', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030409Z:33ebfb0c-b264-416a-9ba3-321174b38e20', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b2eee71b-19ed-4ec5-ae0f-6a89203ff7e4', + 'x-ms-correlation-request-id', + 'b2eee71b-19ed-4ec5-ae0f-6a89203ff7e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030411Z:b2eee71b-19ed-4ec5-ae0f-6a89203ff7e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e43ec03-830e-49bd-96a8-21f81b2a8b29', + 'x-ms-correlation-request-id', + '7e43ec03-830e-49bd-96a8-21f81b2a8b29', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030412Z:7e43ec03-830e-49bd-96a8-21f81b2a8b29', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f29a8c1b-4a1e-468f-8010-6824467da01e', + 'x-ms-correlation-request-id', + 'f29a8c1b-4a1e-468f-8010-6824467da01e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030413Z:f29a8c1b-4a1e-468f-8010-6824467da01e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7675c17-dd7a-4529-951b-9905ecbe6a47', + 'x-ms-correlation-request-id', + 'f7675c17-dd7a-4529-951b-9905ecbe6a47', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030414Z:f7675c17-dd7a-4529-951b-9905ecbe6a47', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '172eeb10-dc43-4389-bd98-5e84a3d5532f', + 'x-ms-correlation-request-id', + '172eeb10-dc43-4389-bd98-5e84a3d5532f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030415Z:172eeb10-dc43-4389-bd98-5e84a3d5532f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '67ca955b-dd44-4bd3-a880-b55043891088', + 'x-ms-correlation-request-id', + '67ca955b-dd44-4bd3-a880-b55043891088', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030416Z:67ca955b-dd44-4bd3-a880-b55043891088', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b00e16b1-ae7a-4d12-9fbe-5662c3d82199', + 'x-ms-correlation-request-id', + 'b00e16b1-ae7a-4d12-9fbe-5662c3d82199', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030418Z:b00e16b1-ae7a-4d12-9fbe-5662c3d82199', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64e839fb-0798-41bd-af24-ff16802ff7e3', + 'x-ms-correlation-request-id', + '64e839fb-0798-41bd-af24-ff16802ff7e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030418Z:64e839fb-0798-41bd-af24-ff16802ff7e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '578f1867-485a-41df-9a04-57d8ed8f939d', + 'x-ms-correlation-request-id', + '578f1867-485a-41df-9a04-57d8ed8f939d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030420Z:578f1867-485a-41df-9a04-57d8ed8f939d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '74fcbcaf-ac4a-41d4-a160-115d57bf5ae7', + 'x-ms-correlation-request-id', + '74fcbcaf-ac4a-41d4-a160-115d57bf5ae7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030421Z:74fcbcaf-ac4a-41d4-a160-115d57bf5ae7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c4345c76-97a9-4fbc-99f2-c8fb12604e58', + 'x-ms-correlation-request-id', + 'c4345c76-97a9-4fbc-99f2-c8fb12604e58', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030422Z:c4345c76-97a9-4fbc-99f2-c8fb12604e58', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e39eb23d-ec24-4e15-8763-861cccbe4485', + 'x-ms-correlation-request-id', + 'e39eb23d-ec24-4e15-8763-861cccbe4485', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030423Z:e39eb23d-ec24-4e15-8763-861cccbe4485', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5ae4c168-65a0-4e18-9167-8f1f8b728269', + 'x-ms-correlation-request-id', + '5ae4c168-65a0-4e18-9167-8f1f8b728269', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030425Z:5ae4c168-65a0-4e18-9167-8f1f8b728269', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '092d3c57-85f1-4e0a-9b8f-56038984fe43', + 'x-ms-correlation-request-id', + '092d3c57-85f1-4e0a-9b8f-56038984fe43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030425Z:092d3c57-85f1-4e0a-9b8f-56038984fe43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd86a9069-72b7-4550-8484-ff85f06948c1', + 'x-ms-correlation-request-id', + 'd86a9069-72b7-4550-8484-ff85f06948c1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030427Z:d86a9069-72b7-4550-8484-ff85f06948c1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '87abde26-1837-4274-abf6-ba7cd4bb7997', + 'x-ms-correlation-request-id', + '87abde26-1837-4274-abf6-ba7cd4bb7997', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030428Z:87abde26-1837-4274-abf6-ba7cd4bb7997', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2b9e1bc0-65f7-4377-b830-a07b049c40ce', + 'x-ms-correlation-request-id', + '2b9e1bc0-65f7-4377-b830-a07b049c40ce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030429Z:2b9e1bc0-65f7-4377-b830-a07b049c40ce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2d9b59da-d433-4dfc-ab0a-397cd3ff70f5', + 'x-ms-correlation-request-id', + '2d9b59da-d433-4dfc-ab0a-397cd3ff70f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030430Z:2d9b59da-d433-4dfc-ab0a-397cd3ff70f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0e4e5fa3-6437-44a8-9f9c-f42d3a1f94d2', + 'x-ms-correlation-request-id', + '0e4e5fa3-6437-44a8-9f9c-f42d3a1f94d2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030432Z:0e4e5fa3-6437-44a8-9f9c-f42d3a1f94d2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e76ff9f2-c97d-4f5b-a97d-37c8efaf666a', + 'x-ms-correlation-request-id', + 'e76ff9f2-c97d-4f5b-a97d-37c8efaf666a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030432Z:e76ff9f2-c97d-4f5b-a97d-37c8efaf666a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6ddda09a-78a7-4c0a-be76-4a1de1d9c5a9', + 'x-ms-correlation-request-id', + '6ddda09a-78a7-4c0a-be76-4a1de1d9c5a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030434Z:6ddda09a-78a7-4c0a-be76-4a1de1d9c5a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2e7e4656-c166-4070-9613-a9fec255dbf3', + 'x-ms-correlation-request-id', + '2e7e4656-c166-4070-9613-a9fec255dbf3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030435Z:2e7e4656-c166-4070-9613-a9fec255dbf3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5420971-2897-435f-9584-17291f485d59', + 'x-ms-correlation-request-id', + 'd5420971-2897-435f-9584-17291f485d59', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030436Z:d5420971-2897-435f-9584-17291f485d59', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eae0bf3b-ff5d-4780-b4cc-b64592178b8a', + 'x-ms-correlation-request-id', + 'eae0bf3b-ff5d-4780-b4cc-b64592178b8a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030437Z:eae0bf3b-ff5d-4780-b4cc-b64592178b8a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'df87dc0d-35c7-4e69-8888-e906304636aa', + 'x-ms-correlation-request-id', + 'df87dc0d-35c7-4e69-8888-e906304636aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030439Z:df87dc0d-35c7-4e69-8888-e906304636aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34d6dab5-5ff0-4a91-b9d5-ea25422bb273', + 'x-ms-correlation-request-id', + '34d6dab5-5ff0-4a91-b9d5-ea25422bb273', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030439Z:34d6dab5-5ff0-4a91-b9d5-ea25422bb273', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a995a473-abb8-4418-bb1c-9179c6e39b49', + 'x-ms-correlation-request-id', + 'a995a473-abb8-4418-bb1c-9179c6e39b49', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030441Z:a995a473-abb8-4418-bb1c-9179c6e39b49', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef1dd39c-6284-4c39-a197-cbf972985229', + 'x-ms-correlation-request-id', + 'ef1dd39c-6284-4c39-a197-cbf972985229', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030442Z:ef1dd39c-6284-4c39-a197-cbf972985229', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9befca7a-cc54-419a-af00-eb132e82f635', + 'x-ms-correlation-request-id', + '9befca7a-cc54-419a-af00-eb132e82f635', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030443Z:9befca7a-cc54-419a-af00-eb132e82f635', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '287cd870-04cd-4370-aee2-446daea55eee', + 'x-ms-correlation-request-id', + '287cd870-04cd-4370-aee2-446daea55eee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030444Z:287cd870-04cd-4370-aee2-446daea55eee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0a36cfe4-572b-4e94-88c1-04b743d9c267', + 'x-ms-correlation-request-id', + '0a36cfe4-572b-4e94-88c1-04b743d9c267', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030446Z:0a36cfe4-572b-4e94-88c1-04b743d9c267', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a08e0696-13b7-4344-9e65-184594ec41a5', + 'x-ms-correlation-request-id', + 'a08e0696-13b7-4344-9e65-184594ec41a5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030447Z:a08e0696-13b7-4344-9e65-184594ec41a5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9cd05b8f-8109-4c99-940a-47e97ebf97ec', + 'x-ms-correlation-request-id', + '9cd05b8f-8109-4c99-940a-47e97ebf97ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030448Z:9cd05b8f-8109-4c99-940a-47e97ebf97ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'be5bc81d-41c8-4933-a425-09829823174f', + 'x-ms-correlation-request-id', + 'be5bc81d-41c8-4933-a425-09829823174f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030449Z:be5bc81d-41c8-4933-a425-09829823174f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dc02650d-9fdb-4200-830e-ff713abec4d7', + 'x-ms-correlation-request-id', + 'dc02650d-9fdb-4200-830e-ff713abec4d7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030450Z:dc02650d-9fdb-4200-830e-ff713abec4d7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a1af729b-5720-4392-824b-f37c2fa70ac6', + 'x-ms-correlation-request-id', + 'a1af729b-5720-4392-824b-f37c2fa70ac6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030452Z:a1af729b-5720-4392-824b-f37c2fa70ac6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '27aa5b17-55f9-4d84-a210-ceb473a541b1', + 'x-ms-correlation-request-id', + '27aa5b17-55f9-4d84-a210-ceb473a541b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030453Z:27aa5b17-55f9-4d84-a210-ceb473a541b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd75f7053-11f4-4b9c-b42c-95d01c431163', + 'x-ms-correlation-request-id', + 'd75f7053-11f4-4b9c-b42c-95d01c431163', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030454Z:d75f7053-11f4-4b9c-b42c-95d01c431163', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd8de436a-5387-491e-9caf-d279dec4b482', + 'x-ms-correlation-request-id', + 'd8de436a-5387-491e-9caf-d279dec4b482', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030455Z:d8de436a-5387-491e-9caf-d279dec4b482', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7f7144a-103d-4276-aa03-470ca85ff123', + 'x-ms-correlation-request-id', + 'd7f7144a-103d-4276-aa03-470ca85ff123', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030456Z:d7f7144a-103d-4276-aa03-470ca85ff123', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59198cbd-f920-4b6d-a825-64817355d5f5', + 'x-ms-correlation-request-id', + '59198cbd-f920-4b6d-a825-64817355d5f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030457Z:59198cbd-f920-4b6d-a825-64817355d5f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '21195800-cc67-46d2-8573-4512b04d83b9', + 'x-ms-correlation-request-id', + '21195800-cc67-46d2-8573-4512b04d83b9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030459Z:21195800-cc67-46d2-8573-4512b04d83b9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c770cda8-c643-480e-acea-ebfe00cb2ad6', + 'x-ms-correlation-request-id', + 'c770cda8-c643-480e-acea-ebfe00cb2ad6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030500Z:c770cda8-c643-480e-acea-ebfe00cb2ad6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:04:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25fa4eef-e013-4820-8aa1-823c9a7cb346', + 'x-ms-correlation-request-id', + '25fa4eef-e013-4820-8aa1-823c9a7cb346', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030501Z:25fa4eef-e013-4820-8aa1-823c9a7cb346', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '13c4055b-3a84-4513-adf8-5427a4fb9984', + 'x-ms-correlation-request-id', + '13c4055b-3a84-4513-adf8-5427a4fb9984', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030502Z:13c4055b-3a84-4513-adf8-5427a4fb9984', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7745d0a7-39a3-41e9-9886-eb37b073d724', + 'x-ms-correlation-request-id', + '7745d0a7-39a3-41e9-9886-eb37b073d724', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030503Z:7745d0a7-39a3-41e9-9886-eb37b073d724', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0851e2df-d707-4d4f-aa14-dcdf179daebf', + 'x-ms-correlation-request-id', + '0851e2df-d707-4d4f-aa14-dcdf179daebf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030504Z:0851e2df-d707-4d4f-aa14-dcdf179daebf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0f1830a4-d4e7-4129-a028-3b43604d5822', + 'x-ms-correlation-request-id', + '0f1830a4-d4e7-4129-a028-3b43604d5822', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030506Z:0f1830a4-d4e7-4129-a028-3b43604d5822', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ebe56cc-ee31-498c-a8ba-7d031ff32e85', + 'x-ms-correlation-request-id', + '1ebe56cc-ee31-498c-a8ba-7d031ff32e85', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030507Z:1ebe56cc-ee31-498c-a8ba-7d031ff32e85', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '92001477-cafa-470a-a3cc-0aa8934adb5a', + 'x-ms-correlation-request-id', + '92001477-cafa-470a-a3cc-0aa8934adb5a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030508Z:92001477-cafa-470a-a3cc-0aa8934adb5a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bec4b527-b575-4990-81d9-804dc0bb01b1', + 'x-ms-correlation-request-id', + 'bec4b527-b575-4990-81d9-804dc0bb01b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030510Z:bec4b527-b575-4990-81d9-804dc0bb01b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2e980d19-1a83-41a2-8b26-a93f9a3e0e5b', + 'x-ms-correlation-request-id', + '2e980d19-1a83-41a2-8b26-a93f9a3e0e5b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030510Z:2e980d19-1a83-41a2-8b26-a93f9a3e0e5b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c7f2e4bd-cf3b-44a8-9b98-7586758c0058', + 'x-ms-correlation-request-id', + 'c7f2e4bd-cf3b-44a8-9b98-7586758c0058', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030512Z:c7f2e4bd-cf3b-44a8-9b98-7586758c0058', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c09740d-43b4-4c61-a508-0f639fe73cc1', + 'x-ms-correlation-request-id', + '3c09740d-43b4-4c61-a508-0f639fe73cc1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030513Z:3c09740d-43b4-4c61-a508-0f639fe73cc1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '005ab85d-8d1f-4d7b-a6fd-5493481dfde8', + 'x-ms-correlation-request-id', + '005ab85d-8d1f-4d7b-a6fd-5493481dfde8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030514Z:005ab85d-8d1f-4d7b-a6fd-5493481dfde8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '442ae2a3-7bd0-4153-babb-91d337034689', + 'x-ms-correlation-request-id', + '442ae2a3-7bd0-4153-babb-91d337034689', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030515Z:442ae2a3-7bd0-4153-babb-91d337034689', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95fd3c7f-b9b7-4bb4-a99d-92553c2e6aae', + 'x-ms-correlation-request-id', + '95fd3c7f-b9b7-4bb4-a99d-92553c2e6aae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030516Z:95fd3c7f-b9b7-4bb4-a99d-92553c2e6aae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fdfa3852-64de-441e-99d9-372b2e8d5319', + 'x-ms-correlation-request-id', + 'fdfa3852-64de-441e-99d9-372b2e8d5319', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030517Z:fdfa3852-64de-441e-99d9-372b2e8d5319', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ed5ceceb-635e-4cfe-994b-8518be15281c', + 'x-ms-correlation-request-id', + 'ed5ceceb-635e-4cfe-994b-8518be15281c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030519Z:ed5ceceb-635e-4cfe-994b-8518be15281c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3d868e88-66ec-470c-aa52-5874b345c295', + 'x-ms-correlation-request-id', + '3d868e88-66ec-470c-aa52-5874b345c295', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030519Z:3d868e88-66ec-470c-aa52-5874b345c295', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9c8b2a38-2520-4c28-b93e-dd38b5308da7', + 'x-ms-correlation-request-id', + '9c8b2a38-2520-4c28-b93e-dd38b5308da7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030521Z:9c8b2a38-2520-4c28-b93e-dd38b5308da7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd87052d2-ff9e-48e2-8f08-c7e5b095485b', + 'x-ms-correlation-request-id', + 'd87052d2-ff9e-48e2-8f08-c7e5b095485b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030522Z:d87052d2-ff9e-48e2-8f08-c7e5b095485b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1cfb36e5-d354-475d-801c-6995ef86f829', + 'x-ms-correlation-request-id', + '1cfb36e5-d354-475d-801c-6995ef86f829', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030523Z:1cfb36e5-d354-475d-801c-6995ef86f829', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '973bb557-3f40-46de-9d03-7be67f662915', + 'x-ms-correlation-request-id', + '973bb557-3f40-46de-9d03-7be67f662915', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030524Z:973bb557-3f40-46de-9d03-7be67f662915', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63d73894-de34-4f22-890d-ed54d4bd262b', + 'x-ms-correlation-request-id', + '63d73894-de34-4f22-890d-ed54d4bd262b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030526Z:63d73894-de34-4f22-890d-ed54d4bd262b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a06b8120-ba93-43a2-901b-fb1ba4beb39c', + 'x-ms-correlation-request-id', + 'a06b8120-ba93-43a2-901b-fb1ba4beb39c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030526Z:a06b8120-ba93-43a2-901b-fb1ba4beb39c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aa4b0259-f1d0-4b8b-b26c-8604238e3c38', + 'x-ms-correlation-request-id', + 'aa4b0259-f1d0-4b8b-b26c-8604238e3c38', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030528Z:aa4b0259-f1d0-4b8b-b26c-8604238e3c38', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '484a6394-c8e1-4ab8-bc13-49ea39670fba', + 'x-ms-correlation-request-id', + '484a6394-c8e1-4ab8-bc13-49ea39670fba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030529Z:484a6394-c8e1-4ab8-bc13-49ea39670fba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b7cadea-df12-4e8a-9ce1-a207c8ad312d', + 'x-ms-correlation-request-id', + '6b7cadea-df12-4e8a-9ce1-a207c8ad312d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030530Z:6b7cadea-df12-4e8a-9ce1-a207c8ad312d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a38ba56-9451-45ad-be68-5f381a938293', + 'x-ms-correlation-request-id', + '2a38ba56-9451-45ad-be68-5f381a938293', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030531Z:2a38ba56-9451-45ad-be68-5f381a938293', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3d509b06-972e-4d2c-a8e4-2364da255496', + 'x-ms-correlation-request-id', + '3d509b06-972e-4d2c-a8e4-2364da255496', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030533Z:3d509b06-972e-4d2c-a8e4-2364da255496', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '805893a8-8e1d-4e7c-bca4-3fe0c0129f32', + 'x-ms-correlation-request-id', + '805893a8-8e1d-4e7c-bca4-3fe0c0129f32', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030533Z:805893a8-8e1d-4e7c-bca4-3fe0c0129f32', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a6a57abf-0c49-46d1-b609-ff9a3d5c63a4', + 'x-ms-correlation-request-id', + 'a6a57abf-0c49-46d1-b609-ff9a3d5c63a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030535Z:a6a57abf-0c49-46d1-b609-ff9a3d5c63a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c8a3aaf0-9d4e-4e0a-99ac-748ac65b0069', + 'x-ms-correlation-request-id', + 'c8a3aaf0-9d4e-4e0a-99ac-748ac65b0069', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030536Z:c8a3aaf0-9d4e-4e0a-99ac-748ac65b0069', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '71f4df6c-1c01-467d-947d-30b47fce4150', + 'x-ms-correlation-request-id', + '71f4df6c-1c01-467d-947d-30b47fce4150', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030537Z:71f4df6c-1c01-467d-947d-30b47fce4150', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9bbd8a7e-61ae-42e9-8f4e-1d571872efac', + 'x-ms-correlation-request-id', + '9bbd8a7e-61ae-42e9-8f4e-1d571872efac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030538Z:9bbd8a7e-61ae-42e9-8f4e-1d571872efac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b35a88ae-faf4-4cae-b7f0-b936b37ad796', + 'x-ms-correlation-request-id', + 'b35a88ae-faf4-4cae-b7f0-b936b37ad796', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030540Z:b35a88ae-faf4-4cae-b7f0-b936b37ad796', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5734c676-1043-4aa3-80bb-338a804cfe22', + 'x-ms-correlation-request-id', + '5734c676-1043-4aa3-80bb-338a804cfe22', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030540Z:5734c676-1043-4aa3-80bb-338a804cfe22', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '49ebbac8-83c0-4056-92bd-d386ccc73425', + 'x-ms-correlation-request-id', + '49ebbac8-83c0-4056-92bd-d386ccc73425', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030542Z:49ebbac8-83c0-4056-92bd-d386ccc73425', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'facc5e09-d7a5-4f18-8dd6-8586a57c2c5a', + 'x-ms-correlation-request-id', + 'facc5e09-d7a5-4f18-8dd6-8586a57c2c5a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030543Z:facc5e09-d7a5-4f18-8dd6-8586a57c2c5a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e78bbf7b-fd74-410a-b3e2-885ef251a855', + 'x-ms-correlation-request-id', + 'e78bbf7b-fd74-410a-b3e2-885ef251a855', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030544Z:e78bbf7b-fd74-410a-b3e2-885ef251a855', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7b5f3e6-fd54-4699-832a-2c04c90ba6ed', + 'x-ms-correlation-request-id', + 'f7b5f3e6-fd54-4699-832a-2c04c90ba6ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030546Z:f7b5f3e6-fd54-4699-832a-2c04c90ba6ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '691260b3-f9bd-4b03-90b1-52c738f58bc7', + 'x-ms-correlation-request-id', + '691260b3-f9bd-4b03-90b1-52c738f58bc7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030547Z:691260b3-f9bd-4b03-90b1-52c738f58bc7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e93fb44e-a682-46ad-99cc-19c6ddda691d', + 'x-ms-correlation-request-id', + 'e93fb44e-a682-46ad-99cc-19c6ddda691d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030548Z:e93fb44e-a682-46ad-99cc-19c6ddda691d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '61bca841-007d-4f8f-9ea9-6135d7e82384', + 'x-ms-correlation-request-id', + '61bca841-007d-4f8f-9ea9-6135d7e82384', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030549Z:61bca841-007d-4f8f-9ea9-6135d7e82384', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '43c94efc-ee26-4202-93b2-71cbca277f03', + 'x-ms-correlation-request-id', + '43c94efc-ee26-4202-93b2-71cbca277f03', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030550Z:43c94efc-ee26-4202-93b2-71cbca277f03', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2799eddc-25b2-4d73-8a3e-473c79fab1e3', + 'x-ms-correlation-request-id', + '2799eddc-25b2-4d73-8a3e-473c79fab1e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030551Z:2799eddc-25b2-4d73-8a3e-473c79fab1e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '39f2ac3d-ddaa-4041-a89d-2945d0399f4e', + 'x-ms-correlation-request-id', + '39f2ac3d-ddaa-4041-a89d-2945d0399f4e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030553Z:39f2ac3d-ddaa-4041-a89d-2945d0399f4e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '86618559-cbe3-41ac-8d4a-e60a559f9942', + 'x-ms-correlation-request-id', + '86618559-cbe3-41ac-8d4a-e60a559f9942', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030554Z:86618559-cbe3-41ac-8d4a-e60a559f9942', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c6eae61-8cba-422a-80df-9807ccdd3c08', + 'x-ms-correlation-request-id', + '7c6eae61-8cba-422a-80df-9807ccdd3c08', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030555Z:7c6eae61-8cba-422a-80df-9807ccdd3c08', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6bb61af3-8811-4651-be54-8c846191881c', + 'x-ms-correlation-request-id', + '6bb61af3-8811-4651-be54-8c846191881c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030556Z:6bb61af3-8811-4651-be54-8c846191881c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad76c465-a5fd-4855-95a8-bc10a3e33c39', + 'x-ms-correlation-request-id', + 'ad76c465-a5fd-4855-95a8-bc10a3e33c39', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030557Z:ad76c465-a5fd-4855-95a8-bc10a3e33c39', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5cc8d34b-129d-4270-947a-861f4310f2d4', + 'x-ms-correlation-request-id', + '5cc8d34b-129d-4270-947a-861f4310f2d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030558Z:5cc8d34b-129d-4270-947a-861f4310f2d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1e684541-6712-4580-bcfe-67eecd728723', + 'x-ms-correlation-request-id', + '1e684541-6712-4580-bcfe-67eecd728723', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030600Z:1e684541-6712-4580-bcfe-67eecd728723', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:05:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '010d34e5-9ec1-480a-83da-969bbec89fd1', + 'x-ms-correlation-request-id', + '010d34e5-9ec1-480a-83da-969bbec89fd1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030600Z:010d34e5-9ec1-480a-83da-969bbec89fd1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3a27e564-cf2a-411e-8fb9-a92c90fa8f99', + 'x-ms-correlation-request-id', + '3a27e564-cf2a-411e-8fb9-a92c90fa8f99', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030602Z:3a27e564-cf2a-411e-8fb9-a92c90fa8f99', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eb9581ea-c5ee-47af-a75e-1474d37d1ec5', + 'x-ms-correlation-request-id', + 'eb9581ea-c5ee-47af-a75e-1474d37d1ec5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030603Z:eb9581ea-c5ee-47af-a75e-1474d37d1ec5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd4ef7a8-fc8b-4599-a21d-276d8a6c626c', + 'x-ms-correlation-request-id', + 'bd4ef7a8-fc8b-4599-a21d-276d8a6c626c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030604Z:bd4ef7a8-fc8b-4599-a21d-276d8a6c626c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '511966d9-64ad-4c30-ba49-095e58d985af', + 'x-ms-correlation-request-id', + '511966d9-64ad-4c30-ba49-095e58d985af', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030605Z:511966d9-64ad-4c30-ba49-095e58d985af', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ea1de992-28e7-42d5-8451-ef1b46ce5e95', + 'x-ms-correlation-request-id', + 'ea1de992-28e7-42d5-8451-ef1b46ce5e95', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030607Z:ea1de992-28e7-42d5-8451-ef1b46ce5e95', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '84d93dca-8e58-4f4d-9946-18d7f7c2fa3a', + 'x-ms-correlation-request-id', + '84d93dca-8e58-4f4d-9946-18d7f7c2fa3a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030607Z:84d93dca-8e58-4f4d-9946-18d7f7c2fa3a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25753eaa-b694-4fe4-b8d1-f39348387e30', + 'x-ms-correlation-request-id', + '25753eaa-b694-4fe4-b8d1-f39348387e30', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030609Z:25753eaa-b694-4fe4-b8d1-f39348387e30', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0858f0fb-d736-4504-aabc-72941f8cbe87', + 'x-ms-correlation-request-id', + '0858f0fb-d736-4504-aabc-72941f8cbe87', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030610Z:0858f0fb-d736-4504-aabc-72941f8cbe87', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '15ef46f1-4c09-4c74-9e17-573aeb78edec', + 'x-ms-correlation-request-id', + '15ef46f1-4c09-4c74-9e17-573aeb78edec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030611Z:15ef46f1-4c09-4c74-9e17-573aeb78edec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c99c98f1-bb50-4433-8560-2a555b2ba657', + 'x-ms-correlation-request-id', + 'c99c98f1-bb50-4433-8560-2a555b2ba657', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030613Z:c99c98f1-bb50-4433-8560-2a555b2ba657', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad8337b6-99be-4aa4-98c0-6e79552e4847', + 'x-ms-correlation-request-id', + 'ad8337b6-99be-4aa4-98c0-6e79552e4847', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030613Z:ad8337b6-99be-4aa4-98c0-6e79552e4847', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8b5ed71a-ed2c-48e8-86ab-358f80b71aa9', + 'x-ms-correlation-request-id', + '8b5ed71a-ed2c-48e8-86ab-358f80b71aa9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030615Z:8b5ed71a-ed2c-48e8-86ab-358f80b71aa9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7a74a6f3-7086-4b21-a61f-0adb2b687c04', + 'x-ms-correlation-request-id', + '7a74a6f3-7086-4b21-a61f-0adb2b687c04', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030616Z:7a74a6f3-7086-4b21-a61f-0adb2b687c04', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1970a657-79e7-48a8-b474-dad41e20d439', + 'x-ms-correlation-request-id', + '1970a657-79e7-48a8-b474-dad41e20d439', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030617Z:1970a657-79e7-48a8-b474-dad41e20d439', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '89ec1de8-8f29-4dcd-9a52-1c20343b82d2', + 'x-ms-correlation-request-id', + '89ec1de8-8f29-4dcd-9a52-1c20343b82d2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030618Z:89ec1de8-8f29-4dcd-9a52-1c20343b82d2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '62c8d4a3-ea5c-4266-a075-8dbb040b77d4', + 'x-ms-correlation-request-id', + '62c8d4a3-ea5c-4266-a075-8dbb040b77d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030620Z:62c8d4a3-ea5c-4266-a075-8dbb040b77d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4d44df91-16b7-4835-b2e3-563d1c491e24', + 'x-ms-correlation-request-id', + '4d44df91-16b7-4835-b2e3-563d1c491e24', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030620Z:4d44df91-16b7-4835-b2e3-563d1c491e24', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e24b88bc-2f76-430b-8afc-a5a2377a4812', + 'x-ms-correlation-request-id', + 'e24b88bc-2f76-430b-8afc-a5a2377a4812', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030622Z:e24b88bc-2f76-430b-8afc-a5a2377a4812', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '26b63e11-2311-48fd-8135-c32c9300b909', + 'x-ms-correlation-request-id', + '26b63e11-2311-48fd-8135-c32c9300b909', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030623Z:26b63e11-2311-48fd-8135-c32c9300b909', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '94cf2539-7b02-42b7-b064-bf9cc89bf334', + 'x-ms-correlation-request-id', + '94cf2539-7b02-42b7-b064-bf9cc89bf334', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030624Z:94cf2539-7b02-42b7-b064-bf9cc89bf334', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0f5634e-a275-4cc3-b6c1-326f5c7a1ac9', + 'x-ms-correlation-request-id', + 'f0f5634e-a275-4cc3-b6c1-326f5c7a1ac9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030625Z:f0f5634e-a275-4cc3-b6c1-326f5c7a1ac9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4d6b07de-fe1d-4206-9716-67c7ad9aa175', + 'x-ms-correlation-request-id', + '4d6b07de-fe1d-4206-9716-67c7ad9aa175', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030627Z:4d6b07de-fe1d-4206-9716-67c7ad9aa175', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '60583cea-9210-4978-9b23-95a43e79b623', + 'x-ms-correlation-request-id', + '60583cea-9210-4978-9b23-95a43e79b623', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030627Z:60583cea-9210-4978-9b23-95a43e79b623', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64340bec-e918-4a0f-aa8f-53df696cc212', + 'x-ms-correlation-request-id', + '64340bec-e918-4a0f-aa8f-53df696cc212', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030629Z:64340bec-e918-4a0f-aa8f-53df696cc212', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd6c23b41-d51a-4e60-ab09-57a7f3822763', + 'x-ms-correlation-request-id', + 'd6c23b41-d51a-4e60-ab09-57a7f3822763', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030630Z:d6c23b41-d51a-4e60-ab09-57a7f3822763', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '619f1744-ee41-4fba-b6fb-db9a4573b814', + 'x-ms-correlation-request-id', + '619f1744-ee41-4fba-b6fb-db9a4573b814', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030631Z:619f1744-ee41-4fba-b6fb-db9a4573b814', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '98f37733-7223-4172-8a7d-77e30d3243be', + 'x-ms-correlation-request-id', + '98f37733-7223-4172-8a7d-77e30d3243be', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030632Z:98f37733-7223-4172-8a7d-77e30d3243be', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2333b260-0993-4cbd-959f-cd9c2e9f03a2', + 'x-ms-correlation-request-id', + '2333b260-0993-4cbd-959f-cd9c2e9f03a2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030634Z:2333b260-0993-4cbd-959f-cd9c2e9f03a2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f4cacb75-2878-4dbe-afc1-2f4ed9f7cc8b', + 'x-ms-correlation-request-id', + 'f4cacb75-2878-4dbe-afc1-2f4ed9f7cc8b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030634Z:f4cacb75-2878-4dbe-afc1-2f4ed9f7cc8b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'acb3cf27-12a9-4f3e-9ee3-572ccb6deece', + 'x-ms-correlation-request-id', + 'acb3cf27-12a9-4f3e-9ee3-572ccb6deece', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030636Z:acb3cf27-12a9-4f3e-9ee3-572ccb6deece', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b1a6833a-92c8-44a1-b72d-269b8a9c7622', + 'x-ms-correlation-request-id', + 'b1a6833a-92c8-44a1-b72d-269b8a9c7622', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030637Z:b1a6833a-92c8-44a1-b72d-269b8a9c7622', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '569bbbd5-e8b0-41be-96d4-3b23269bcb1d', + 'x-ms-correlation-request-id', + '569bbbd5-e8b0-41be-96d4-3b23269bcb1d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030638Z:569bbbd5-e8b0-41be-96d4-3b23269bcb1d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a0e21765-bc0a-45a0-b9d5-449a7620b5c5', + 'x-ms-correlation-request-id', + 'a0e21765-bc0a-45a0-b9d5-449a7620b5c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030639Z:a0e21765-bc0a-45a0-b9d5-449a7620b5c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '21080b2c-80e0-42d8-88e9-02d86fdc2a68', + 'x-ms-correlation-request-id', + '21080b2c-80e0-42d8-88e9-02d86fdc2a68', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030641Z:21080b2c-80e0-42d8-88e9-02d86fdc2a68', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '02ef2e18-c479-4c74-9664-d006c89a7700', + 'x-ms-correlation-request-id', + '02ef2e18-c479-4c74-9664-d006c89a7700', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030641Z:02ef2e18-c479-4c74-9664-d006c89a7700', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '38b3f2b7-317b-48a6-9906-aeb846b01c94', + 'x-ms-correlation-request-id', + '38b3f2b7-317b-48a6-9906-aeb846b01c94', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030643Z:38b3f2b7-317b-48a6-9906-aeb846b01c94', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '458176e1-04e0-4bc3-b549-83375ee4c532', + 'x-ms-correlation-request-id', + '458176e1-04e0-4bc3-b549-83375ee4c532', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030644Z:458176e1-04e0-4bc3-b549-83375ee4c532', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6c8d0f95-9700-4cd8-b54e-62539165d7ca', + 'x-ms-correlation-request-id', + '6c8d0f95-9700-4cd8-b54e-62539165d7ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030645Z:6c8d0f95-9700-4cd8-b54e-62539165d7ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7848e56c-6c26-4b18-935a-f061f70500c4', + 'x-ms-correlation-request-id', + '7848e56c-6c26-4b18-935a-f061f70500c4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030647Z:7848e56c-6c26-4b18-935a-f061f70500c4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2e0152f6-eec8-412d-af2b-9aea6fe82aba', + 'x-ms-correlation-request-id', + '2e0152f6-eec8-412d-af2b-9aea6fe82aba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030648Z:2e0152f6-eec8-412d-af2b-9aea6fe82aba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '465138fd-5ccb-4ee1-9fc3-a97383f06f90', + 'x-ms-correlation-request-id', + '465138fd-5ccb-4ee1-9fc3-a97383f06f90', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030649Z:465138fd-5ccb-4ee1-9fc3-a97383f06f90', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ecafd491-e10f-4232-bbdc-213ab5eb85c5', + 'x-ms-correlation-request-id', + 'ecafd491-e10f-4232-bbdc-213ab5eb85c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030650Z:ecafd491-e10f-4232-bbdc-213ab5eb85c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '71ef4852-7fa2-4c3e-8761-a9042482c459', + 'x-ms-correlation-request-id', + '71ef4852-7fa2-4c3e-8761-a9042482c459', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030651Z:71ef4852-7fa2-4c3e-8761-a9042482c459', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '532f0372-682c-44de-83de-62902a5cb45a', + 'x-ms-correlation-request-id', + '532f0372-682c-44de-83de-62902a5cb45a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030652Z:532f0372-682c-44de-83de-62902a5cb45a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fa4780b5-b140-4696-85ad-36edc2dff626', + 'x-ms-correlation-request-id', + 'fa4780b5-b140-4696-85ad-36edc2dff626', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030654Z:fa4780b5-b140-4696-85ad-36edc2dff626', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2148685d-1ede-4eea-a714-c4cc5f72852d', + 'x-ms-correlation-request-id', + '2148685d-1ede-4eea-a714-c4cc5f72852d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030654Z:2148685d-1ede-4eea-a714-c4cc5f72852d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dae58152-7779-4f50-8906-0c7657bb95c4', + 'x-ms-correlation-request-id', + 'dae58152-7779-4f50-8906-0c7657bb95c4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030656Z:dae58152-7779-4f50-8906-0c7657bb95c4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '08770467-5bda-49d4-8a0f-26dceedb8b32', + 'x-ms-correlation-request-id', + '08770467-5bda-49d4-8a0f-26dceedb8b32', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030657Z:08770467-5bda-49d4-8a0f-26dceedb8b32', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '70cb59c4-7154-4297-919c-20c38b44e682', + 'x-ms-correlation-request-id', + '70cb59c4-7154-4297-919c-20c38b44e682', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030658Z:70cb59c4-7154-4297-919c-20c38b44e682', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '196b1925-9f63-488e-9374-fae3916a50b1', + 'x-ms-correlation-request-id', + '196b1925-9f63-488e-9374-fae3916a50b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030659Z:196b1925-9f63-488e-9374-fae3916a50b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:06:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd1e670cf-0c33-4228-9afd-9feb96d8ddd1', + 'x-ms-correlation-request-id', + 'd1e670cf-0c33-4228-9afd-9feb96d8ddd1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030701Z:d1e670cf-0c33-4228-9afd-9feb96d8ddd1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f8aca04-a961-4b11-92d7-e6d28bd583d6', + 'x-ms-correlation-request-id', + '1f8aca04-a961-4b11-92d7-e6d28bd583d6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030701Z:1f8aca04-a961-4b11-92d7-e6d28bd583d6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fae38047-dff8-4501-875b-e8db0fc1ff34', + 'x-ms-correlation-request-id', + 'fae38047-dff8-4501-875b-e8db0fc1ff34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030703Z:fae38047-dff8-4501-875b-e8db0fc1ff34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f598d9b8-aab3-4053-992b-f68fec96a832', + 'x-ms-correlation-request-id', + 'f598d9b8-aab3-4053-992b-f68fec96a832', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030704Z:f598d9b8-aab3-4053-992b-f68fec96a832', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'db894b2e-7bb2-4e75-8457-ce70e08c9484', + 'x-ms-correlation-request-id', + 'db894b2e-7bb2-4e75-8457-ce70e08c9484', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030705Z:db894b2e-7bb2-4e75-8457-ce70e08c9484', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4b335a04-ee49-4e08-8955-d927fb62f6e6', + 'x-ms-correlation-request-id', + '4b335a04-ee49-4e08-8955-d927fb62f6e6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030706Z:4b335a04-ee49-4e08-8955-d927fb62f6e6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3703db17-197e-4851-bf4e-243e1c6a7185', + 'x-ms-correlation-request-id', + '3703db17-197e-4851-bf4e-243e1c6a7185', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030708Z:3703db17-197e-4851-bf4e-243e1c6a7185', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '72d23396-993a-41dd-a39f-624b860ba55c', + 'x-ms-correlation-request-id', + '72d23396-993a-41dd-a39f-624b860ba55c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030708Z:72d23396-993a-41dd-a39f-624b860ba55c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c134a9c2-eaa2-4ee7-9e5b-703a21fa435b', + 'x-ms-correlation-request-id', + 'c134a9c2-eaa2-4ee7-9e5b-703a21fa435b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030710Z:c134a9c2-eaa2-4ee7-9e5b-703a21fa435b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '17c4c098-6de2-4b9d-9a7d-e59e9a236584', + 'x-ms-correlation-request-id', + '17c4c098-6de2-4b9d-9a7d-e59e9a236584', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030711Z:17c4c098-6de2-4b9d-9a7d-e59e9a236584', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '00b28de0-f761-47e3-acdb-a386c47bd9c8', + 'x-ms-correlation-request-id', + '00b28de0-f761-47e3-acdb-a386c47bd9c8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030712Z:00b28de0-f761-47e3-acdb-a386c47bd9c8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '48d9df3c-543b-4686-8ecf-b954567117a6', + 'x-ms-correlation-request-id', + '48d9df3c-543b-4686-8ecf-b954567117a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030714Z:48d9df3c-543b-4686-8ecf-b954567117a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '848d99d9-1a2c-4b2d-865d-db3349beb822', + 'x-ms-correlation-request-id', + '848d99d9-1a2c-4b2d-865d-db3349beb822', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030714Z:848d99d9-1a2c-4b2d-865d-db3349beb822', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '802a86c7-a7e7-4bee-a1fe-6387122370d3', + 'x-ms-correlation-request-id', + '802a86c7-a7e7-4bee-a1fe-6387122370d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030716Z:802a86c7-a7e7-4bee-a1fe-6387122370d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7d779322-0c29-4161-b835-ba8102ab4006', + 'x-ms-correlation-request-id', + '7d779322-0c29-4161-b835-ba8102ab4006', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030717Z:7d779322-0c29-4161-b835-ba8102ab4006', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3b5096dd-e0ae-4b00-a64d-9cfc665bcdfd', + 'x-ms-correlation-request-id', + '3b5096dd-e0ae-4b00-a64d-9cfc665bcdfd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030718Z:3b5096dd-e0ae-4b00-a64d-9cfc665bcdfd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1533ebb1-2fd8-4cc6-85a8-9665f0e46dba', + 'x-ms-correlation-request-id', + '1533ebb1-2fd8-4cc6-85a8-9665f0e46dba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030719Z:1533ebb1-2fd8-4cc6-85a8-9665f0e46dba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1118b6da-4e56-4f80-a35e-280c8705b7dc', + 'x-ms-correlation-request-id', + '1118b6da-4e56-4f80-a35e-280c8705b7dc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030721Z:1118b6da-4e56-4f80-a35e-280c8705b7dc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bf23f1fd-6098-43d8-b731-71826f59c40e', + 'x-ms-correlation-request-id', + 'bf23f1fd-6098-43d8-b731-71826f59c40e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030721Z:bf23f1fd-6098-43d8-b731-71826f59c40e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2c7ef9d3-78eb-4614-b995-500462e77032', + 'x-ms-correlation-request-id', + '2c7ef9d3-78eb-4614-b995-500462e77032', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030723Z:2c7ef9d3-78eb-4614-b995-500462e77032', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34dad1f0-369f-48f5-8d31-a4476f57575a', + 'x-ms-correlation-request-id', + '34dad1f0-369f-48f5-8d31-a4476f57575a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030724Z:34dad1f0-369f-48f5-8d31-a4476f57575a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0fbd2b54-81df-492e-a0c2-44ff8fc26dcd', + 'x-ms-correlation-request-id', + '0fbd2b54-81df-492e-a0c2-44ff8fc26dcd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030725Z:0fbd2b54-81df-492e-a0c2-44ff8fc26dcd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6db77313-e32f-4ac4-94a8-400673d1277d', + 'x-ms-correlation-request-id', + '6db77313-e32f-4ac4-94a8-400673d1277d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030726Z:6db77313-e32f-4ac4-94a8-400673d1277d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c843ad77-a296-4755-bbb2-687298a927bb', + 'x-ms-correlation-request-id', + 'c843ad77-a296-4755-bbb2-687298a927bb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030728Z:c843ad77-a296-4755-bbb2-687298a927bb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '092c9189-aeab-4bc6-9b0a-0aa8a99d55f4', + 'x-ms-correlation-request-id', + '092c9189-aeab-4bc6-9b0a-0aa8a99d55f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030728Z:092c9189-aeab-4bc6-9b0a-0aa8a99d55f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9f2f309a-98f9-42ac-93a0-6fda5202e62e', + 'x-ms-correlation-request-id', + '9f2f309a-98f9-42ac-93a0-6fda5202e62e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030730Z:9f2f309a-98f9-42ac-93a0-6fda5202e62e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'abc4e04a-8119-4419-957a-a8e4aef130ad', + 'x-ms-correlation-request-id', + 'abc4e04a-8119-4419-957a-a8e4aef130ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030731Z:abc4e04a-8119-4419-957a-a8e4aef130ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '78356b9c-cd4d-43eb-b182-3672119549d3', + 'x-ms-correlation-request-id', + '78356b9c-cd4d-43eb-b182-3672119549d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030732Z:78356b9c-cd4d-43eb-b182-3672119549d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f2cef9d3-428b-40fd-a674-0475eb2862ad', + 'x-ms-correlation-request-id', + 'f2cef9d3-428b-40fd-a674-0475eb2862ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030733Z:f2cef9d3-428b-40fd-a674-0475eb2862ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0da234f2-42d2-46d9-9e29-3986de7b6ac1', + 'x-ms-correlation-request-id', + '0da234f2-42d2-46d9-9e29-3986de7b6ac1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030735Z:0da234f2-42d2-46d9-9e29-3986de7b6ac1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e87bca28-1039-4a4b-bd76-b763aef8f9bc', + 'x-ms-correlation-request-id', + 'e87bca28-1039-4a4b-bd76-b763aef8f9bc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030735Z:e87bca28-1039-4a4b-bd76-b763aef8f9bc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ea262962-6fa0-4fae-ad0a-95816c0ab707', + 'x-ms-correlation-request-id', + 'ea262962-6fa0-4fae-ad0a-95816c0ab707', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030737Z:ea262962-6fa0-4fae-ad0a-95816c0ab707', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0e294bb5-b945-41c0-9e23-309b6ccf0183', + 'x-ms-correlation-request-id', + '0e294bb5-b945-41c0-9e23-309b6ccf0183', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030738Z:0e294bb5-b945-41c0-9e23-309b6ccf0183', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a33953b8-92bf-49ea-9fff-8b3614c1e0cc', + 'x-ms-correlation-request-id', + 'a33953b8-92bf-49ea-9fff-8b3614c1e0cc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030739Z:a33953b8-92bf-49ea-9fff-8b3614c1e0cc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c7868465-a0f7-4c14-91f8-6379981e0b3f', + 'x-ms-correlation-request-id', + 'c7868465-a0f7-4c14-91f8-6379981e0b3f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030740Z:c7868465-a0f7-4c14-91f8-6379981e0b3f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '97c9134d-6892-43b6-8a70-b8e963a0255f', + 'x-ms-correlation-request-id', + '97c9134d-6892-43b6-8a70-b8e963a0255f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030742Z:97c9134d-6892-43b6-8a70-b8e963a0255f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f8213b0-65aa-4353-adce-c6a8216099f2', + 'x-ms-correlation-request-id', + '1f8213b0-65aa-4353-adce-c6a8216099f2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030742Z:1f8213b0-65aa-4353-adce-c6a8216099f2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cfd9cdad-c0e5-4fe1-9560-73a58bed832d', + 'x-ms-correlation-request-id', + 'cfd9cdad-c0e5-4fe1-9560-73a58bed832d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030744Z:cfd9cdad-c0e5-4fe1-9560-73a58bed832d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b2ab588-cf24-4835-b359-0ebcf845eeac', + 'x-ms-correlation-request-id', + '6b2ab588-cf24-4835-b359-0ebcf845eeac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030745Z:6b2ab588-cf24-4835-b359-0ebcf845eeac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '949a36fc-cdeb-4b9d-ab3f-a4ef1126ad28', + 'x-ms-correlation-request-id', + '949a36fc-cdeb-4b9d-ab3f-a4ef1126ad28', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030746Z:949a36fc-cdeb-4b9d-ab3f-a4ef1126ad28', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ed247b6-e44e-4985-9b9d-ac347416116a', + 'x-ms-correlation-request-id', + '9ed247b6-e44e-4985-9b9d-ac347416116a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030748Z:9ed247b6-e44e-4985-9b9d-ac347416116a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '470d9ac6-cbf8-4240-94d0-ef07e69338b5', + 'x-ms-correlation-request-id', + '470d9ac6-cbf8-4240-94d0-ef07e69338b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030749Z:470d9ac6-cbf8-4240-94d0-ef07e69338b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f262c680-74df-4301-a2a5-4b29343fde34', + 'x-ms-correlation-request-id', + 'f262c680-74df-4301-a2a5-4b29343fde34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030750Z:f262c680-74df-4301-a2a5-4b29343fde34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0ed3b91a-44e4-47d5-a1cf-9ffa38909be1', + 'x-ms-correlation-request-id', + '0ed3b91a-44e4-47d5-a1cf-9ffa38909be1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030751Z:0ed3b91a-44e4-47d5-a1cf-9ffa38909be1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c80622ea-d84c-460d-859f-b078c9174032', + 'x-ms-correlation-request-id', + 'c80622ea-d84c-460d-859f-b078c9174032', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030752Z:c80622ea-d84c-460d-859f-b078c9174032', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '06b6008e-de19-43db-ab7d-3c07231a7802', + 'x-ms-correlation-request-id', + '06b6008e-de19-43db-ab7d-3c07231a7802', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030753Z:06b6008e-de19-43db-ab7d-3c07231a7802', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '22460b22-a3ae-43c7-8a85-1f2e3e2fb1cf', + 'x-ms-correlation-request-id', + '22460b22-a3ae-43c7-8a85-1f2e3e2fb1cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030755Z:22460b22-a3ae-43c7-8a85-1f2e3e2fb1cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4ecc0181-2e2d-487a-a941-ae3b6fb1b21a', + 'x-ms-correlation-request-id', + '4ecc0181-2e2d-487a-a941-ae3b6fb1b21a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030756Z:4ecc0181-2e2d-487a-a941-ae3b6fb1b21a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '609169e8-c84e-4c43-9282-ab914450f3c3', + 'x-ms-correlation-request-id', + '609169e8-c84e-4c43-9282-ab914450f3c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030757Z:609169e8-c84e-4c43-9282-ab914450f3c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '08c81615-41c5-4064-84cb-1b4a2c83d149', + 'x-ms-correlation-request-id', + '08c81615-41c5-4064-84cb-1b4a2c83d149', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030758Z:08c81615-41c5-4064-84cb-1b4a2c83d149', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '17342b51-6f78-4b88-984e-5cbf6092f078', + 'x-ms-correlation-request-id', + '17342b51-6f78-4b88-984e-5cbf6092f078', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030759Z:17342b51-6f78-4b88-984e-5cbf6092f078', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:07:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc32a9a1-55bb-4495-b75c-9f9366ae4790', + 'x-ms-correlation-request-id', + 'fc32a9a1-55bb-4495-b75c-9f9366ae4790', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030800Z:fc32a9a1-55bb-4495-b75c-9f9366ae4790', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '22a35059-0715-4b63-bb49-9dab4dd9ddc3', + 'x-ms-correlation-request-id', + '22a35059-0715-4b63-bb49-9dab4dd9ddc3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030802Z:22a35059-0715-4b63-bb49-9dab4dd9ddc3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'da18e580-59c5-42b8-9d41-46fb95fc6eff', + 'x-ms-correlation-request-id', + 'da18e580-59c5-42b8-9d41-46fb95fc6eff', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030803Z:da18e580-59c5-42b8-9d41-46fb95fc6eff', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca397bc4-7f93-433c-aadb-08ec47d4547d', + 'x-ms-correlation-request-id', + 'ca397bc4-7f93-433c-aadb-08ec47d4547d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030804Z:ca397bc4-7f93-433c-aadb-08ec47d4547d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '49003ba3-d394-413a-b820-41169e9d019e', + 'x-ms-correlation-request-id', + '49003ba3-d394-413a-b820-41169e9d019e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030805Z:49003ba3-d394-413a-b820-41169e9d019e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '88d4cdd8-1690-4a67-81ff-deba7a0d5fea', + 'x-ms-correlation-request-id', + '88d4cdd8-1690-4a67-81ff-deba7a0d5fea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030806Z:88d4cdd8-1690-4a67-81ff-deba7a0d5fea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'abe44d92-6e99-4d1c-8d66-e88ff822d88a', + 'x-ms-correlation-request-id', + 'abe44d92-6e99-4d1c-8d66-e88ff822d88a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030807Z:abe44d92-6e99-4d1c-8d66-e88ff822d88a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0ac5e2f-f712-4091-b338-4046ed572c39', + 'x-ms-correlation-request-id', + 'f0ac5e2f-f712-4091-b338-4046ed572c39', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030808Z:f0ac5e2f-f712-4091-b338-4046ed572c39', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '462612b6-60e0-4193-aeda-a18e64dabf69', + 'x-ms-correlation-request-id', + '462612b6-60e0-4193-aeda-a18e64dabf69', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030810Z:462612b6-60e0-4193-aeda-a18e64dabf69', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3394f4d9-10bd-4680-a7ba-59c5ae522401', + 'x-ms-correlation-request-id', + '3394f4d9-10bd-4680-a7ba-59c5ae522401', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030811Z:3394f4d9-10bd-4680-a7ba-59c5ae522401', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '41741ea0-292d-4773-a50f-f3eeec5aa8ae', + 'x-ms-correlation-request-id', + '41741ea0-292d-4773-a50f-f3eeec5aa8ae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030812Z:41741ea0-292d-4773-a50f-f3eeec5aa8ae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e025306-0270-4444-b2d6-cb55e2663077', + 'x-ms-correlation-request-id', + '3e025306-0270-4444-b2d6-cb55e2663077', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030813Z:3e025306-0270-4444-b2d6-cb55e2663077', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '76717a25-5109-4bce-942c-c7fb096900e2', + 'x-ms-correlation-request-id', + '76717a25-5109-4bce-942c-c7fb096900e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030815Z:76717a25-5109-4bce-942c-c7fb096900e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42aab645-4888-4228-8262-34755a52c803', + 'x-ms-correlation-request-id', + '42aab645-4888-4228-8262-34755a52c803', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030815Z:42aab645-4888-4228-8262-34755a52c803', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '37664009-1fbd-4c9c-8aeb-8f6e67cfc7ab', + 'x-ms-correlation-request-id', + '37664009-1fbd-4c9c-8aeb-8f6e67cfc7ab', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030817Z:37664009-1fbd-4c9c-8aeb-8f6e67cfc7ab', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c2389c8c-ce4f-4218-85cd-a0ab9f174c92', + 'x-ms-correlation-request-id', + 'c2389c8c-ce4f-4218-85cd-a0ab9f174c92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030818Z:c2389c8c-ce4f-4218-85cd-a0ab9f174c92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5395d98a-33fc-475f-a368-128b3ee86b11', + 'x-ms-correlation-request-id', + '5395d98a-33fc-475f-a368-128b3ee86b11', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030819Z:5395d98a-33fc-475f-a368-128b3ee86b11', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32382c21-c1b5-4afe-8f2b-c098631d9cf0', + 'x-ms-correlation-request-id', + '32382c21-c1b5-4afe-8f2b-c098631d9cf0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030820Z:32382c21-c1b5-4afe-8f2b-c098631d9cf0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '87fed175-d055-4c8c-9cf1-e1b71114ee42', + 'x-ms-correlation-request-id', + '87fed175-d055-4c8c-9cf1-e1b71114ee42', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030822Z:87fed175-d055-4c8c-9cf1-e1b71114ee42', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6ef54bb6-5de3-4e5f-93d6-c93c811e3abc', + 'x-ms-correlation-request-id', + '6ef54bb6-5de3-4e5f-93d6-c93c811e3abc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030822Z:6ef54bb6-5de3-4e5f-93d6-c93c811e3abc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce4542cb-ff3e-48cf-82e1-e481be3623d8', + 'x-ms-correlation-request-id', + 'ce4542cb-ff3e-48cf-82e1-e481be3623d8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030824Z:ce4542cb-ff3e-48cf-82e1-e481be3623d8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '985139ab-7d41-4a58-9f7e-8f533c7e99be', + 'x-ms-correlation-request-id', + '985139ab-7d41-4a58-9f7e-8f533c7e99be', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030825Z:985139ab-7d41-4a58-9f7e-8f533c7e99be', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b2ade799-2d3e-4613-bf86-a1c7ef5184d3', + 'x-ms-correlation-request-id', + 'b2ade799-2d3e-4613-bf86-a1c7ef5184d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030826Z:b2ade799-2d3e-4613-bf86-a1c7ef5184d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6644ab37-e17f-485d-9203-ab89e2a7873d', + 'x-ms-correlation-request-id', + '6644ab37-e17f-485d-9203-ab89e2a7873d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030827Z:6644ab37-e17f-485d-9203-ab89e2a7873d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c6a454a3-1d0c-4913-ab7a-013818e74b19', + 'x-ms-correlation-request-id', + 'c6a454a3-1d0c-4913-ab7a-013818e74b19', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030829Z:c6a454a3-1d0c-4913-ab7a-013818e74b19', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '601634f8-09aa-4671-b42e-21ac3a24fe5e', + 'x-ms-correlation-request-id', + '601634f8-09aa-4671-b42e-21ac3a24fe5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030829Z:601634f8-09aa-4671-b42e-21ac3a24fe5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6569c48-7299-4ee3-bff0-b5cb1f6ef1f4', + 'x-ms-correlation-request-id', + 'e6569c48-7299-4ee3-bff0-b5cb1f6ef1f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030831Z:e6569c48-7299-4ee3-bff0-b5cb1f6ef1f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0e12117d-80c9-4cf2-a4ca-86b07bc0d747', + 'x-ms-correlation-request-id', + '0e12117d-80c9-4cf2-a4ca-86b07bc0d747', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030832Z:0e12117d-80c9-4cf2-a4ca-86b07bc0d747', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8793562d-10df-45a1-b93b-89ee22747b42', + 'x-ms-correlation-request-id', + '8793562d-10df-45a1-b93b-89ee22747b42', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030833Z:8793562d-10df-45a1-b93b-89ee22747b42', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3903a552-1c80-4af1-94a5-9ffd5a34dfb8', + 'x-ms-correlation-request-id', + '3903a552-1c80-4af1-94a5-9ffd5a34dfb8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030834Z:3903a552-1c80-4af1-94a5-9ffd5a34dfb8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec357a4e-a293-4412-99be-4f06cfe816ac', + 'x-ms-correlation-request-id', + 'ec357a4e-a293-4412-99be-4f06cfe816ac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030836Z:ec357a4e-a293-4412-99be-4f06cfe816ac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f5a0815-7bb8-4189-b6a9-72e32eafe6b6', + 'x-ms-correlation-request-id', + '2f5a0815-7bb8-4189-b6a9-72e32eafe6b6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030836Z:2f5a0815-7bb8-4189-b6a9-72e32eafe6b6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e7644e38-0eb9-42b9-8b79-24955a0bb4c5', + 'x-ms-correlation-request-id', + 'e7644e38-0eb9-42b9-8b79-24955a0bb4c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030838Z:e7644e38-0eb9-42b9-8b79-24955a0bb4c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a4636340-e6c7-4dbc-99e5-563e035cb89d', + 'x-ms-correlation-request-id', + 'a4636340-e6c7-4dbc-99e5-563e035cb89d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030839Z:a4636340-e6c7-4dbc-99e5-563e035cb89d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6404b7c5-6ea8-4eb7-9025-e61ec6e57c50', + 'x-ms-correlation-request-id', + '6404b7c5-6ea8-4eb7-9025-e61ec6e57c50', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030840Z:6404b7c5-6ea8-4eb7-9025-e61ec6e57c50', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e7c79f8-2ad7-4a6f-96d7-970642c03a0a', + 'x-ms-correlation-request-id', + '5e7c79f8-2ad7-4a6f-96d7-970642c03a0a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030841Z:5e7c79f8-2ad7-4a6f-96d7-970642c03a0a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6c2c7787-74ed-45a6-8df5-dc708c3582ad', + 'x-ms-correlation-request-id', + '6c2c7787-74ed-45a6-8df5-dc708c3582ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030843Z:6c2c7787-74ed-45a6-8df5-dc708c3582ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0b3db94-096f-456a-9a1b-e0f076379b07', + 'x-ms-correlation-request-id', + 'e0b3db94-096f-456a-9a1b-e0f076379b07', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030843Z:e0b3db94-096f-456a-9a1b-e0f076379b07', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd2dcab8d-c15f-4848-81b7-06eb03ec9e44', + 'x-ms-correlation-request-id', + 'd2dcab8d-c15f-4848-81b7-06eb03ec9e44', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030845Z:d2dcab8d-c15f-4848-81b7-06eb03ec9e44', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a447974c-50e4-4030-b243-4ebcf349d96f', + 'x-ms-correlation-request-id', + 'a447974c-50e4-4030-b243-4ebcf349d96f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030846Z:a447974c-50e4-4030-b243-4ebcf349d96f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '593835db-5065-4001-b364-07d846334999', + 'x-ms-correlation-request-id', + '593835db-5065-4001-b364-07d846334999', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030847Z:593835db-5065-4001-b364-07d846334999', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7d02fb45-bba3-4de8-9354-5f734041e170', + 'x-ms-correlation-request-id', + '7d02fb45-bba3-4de8-9354-5f734041e170', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030849Z:7d02fb45-bba3-4de8-9354-5f734041e170', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1259f269-8f8a-418b-97e7-d93c0fdf5500', + 'x-ms-correlation-request-id', + '1259f269-8f8a-418b-97e7-d93c0fdf5500', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030850Z:1259f269-8f8a-418b-97e7-d93c0fdf5500', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2df33fcb-9549-47cb-aa8b-ecd466cfe604', + 'x-ms-correlation-request-id', + '2df33fcb-9549-47cb-aa8b-ecd466cfe604', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030851Z:2df33fcb-9549-47cb-aa8b-ecd466cfe604', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6a159502-c299-4448-b692-9923febb0b0f', + 'x-ms-correlation-request-id', + '6a159502-c299-4448-b692-9923febb0b0f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030852Z:6a159502-c299-4448-b692-9923febb0b0f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b45ff6b4-7626-4b47-bc5e-c67b36f2bff2', + 'x-ms-correlation-request-id', + 'b45ff6b4-7626-4b47-bc5e-c67b36f2bff2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030853Z:b45ff6b4-7626-4b47-bc5e-c67b36f2bff2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6fbc399c-909a-409a-890a-cb8fc8744cb0', + 'x-ms-correlation-request-id', + '6fbc399c-909a-409a-890a-cb8fc8744cb0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030854Z:6fbc399c-909a-409a-890a-cb8fc8744cb0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '621fa745-87bd-48f0-bd6e-c8d9620337d0', + 'x-ms-correlation-request-id', + '621fa745-87bd-48f0-bd6e-c8d9620337d0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030855Z:621fa745-87bd-48f0-bd6e-c8d9620337d0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6712f40f-2c9c-475d-8571-403bdfc61618', + 'x-ms-correlation-request-id', + '6712f40f-2c9c-475d-8571-403bdfc61618', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030857Z:6712f40f-2c9c-475d-8571-403bdfc61618', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ee20eb4b-60c2-418c-a8e5-19df19e8805e', + 'x-ms-correlation-request-id', + 'ee20eb4b-60c2-418c-a8e5-19df19e8805e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030858Z:ee20eb4b-60c2-418c-a8e5-19df19e8805e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ad6e913-a9fa-4aec-8f43-ad60c4c6cda0', + 'x-ms-correlation-request-id', + '3ad6e913-a9fa-4aec-8f43-ad60c4c6cda0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030859Z:3ad6e913-a9fa-4aec-8f43-ad60c4c6cda0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5073a676-f177-46bf-99ce-a9f15244fad1', + 'x-ms-correlation-request-id', + '5073a676-f177-46bf-99ce-a9f15244fad1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030900Z:5073a676-f177-46bf-99ce-a9f15244fad1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:08:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0c5608eb-89b4-4ef3-b12e-72a4f9c7c338', + 'x-ms-correlation-request-id', + '0c5608eb-89b4-4ef3-b12e-72a4f9c7c338', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030901Z:0c5608eb-89b4-4ef3-b12e-72a4f9c7c338', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a857203c-b108-4d5b-8f0a-97cc70d39310', + 'x-ms-correlation-request-id', + 'a857203c-b108-4d5b-8f0a-97cc70d39310', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030902Z:a857203c-b108-4d5b-8f0a-97cc70d39310', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f2b6442f-c382-407d-a037-974a96c428cf', + 'x-ms-correlation-request-id', + 'f2b6442f-c382-407d-a037-974a96c428cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030904Z:f2b6442f-c382-407d-a037-974a96c428cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f39459da-2d26-43be-8ac9-6d21ffc22ad3', + 'x-ms-correlation-request-id', + 'f39459da-2d26-43be-8ac9-6d21ffc22ad3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030905Z:f39459da-2d26-43be-8ac9-6d21ffc22ad3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9728b03b-3f05-47c9-b692-7d567739f06c', + 'x-ms-correlation-request-id', + '9728b03b-3f05-47c9-b692-7d567739f06c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030906Z:9728b03b-3f05-47c9-b692-7d567739f06c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c0cb518-e56e-470f-ac64-73e8421d3a77', + 'x-ms-correlation-request-id', + '3c0cb518-e56e-470f-ac64-73e8421d3a77', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030907Z:3c0cb518-e56e-470f-ac64-73e8421d3a77', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '696dc574-e9e4-4e3c-9987-38a333508768', + 'x-ms-correlation-request-id', + '696dc574-e9e4-4e3c-9987-38a333508768', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030908Z:696dc574-e9e4-4e3c-9987-38a333508768', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '65d5703f-080e-49fc-952b-a3c6fc7c4742', + 'x-ms-correlation-request-id', + '65d5703f-080e-49fc-952b-a3c6fc7c4742', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030909Z:65d5703f-080e-49fc-952b-a3c6fc7c4742', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9f66e08c-23ee-40a6-b0cc-22a6cedf75b5', + 'x-ms-correlation-request-id', + '9f66e08c-23ee-40a6-b0cc-22a6cedf75b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030911Z:9f66e08c-23ee-40a6-b0cc-22a6cedf75b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '15270869-98ab-42a3-a11c-9b82d00e40f8', + 'x-ms-correlation-request-id', + '15270869-98ab-42a3-a11c-9b82d00e40f8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030912Z:15270869-98ab-42a3-a11c-9b82d00e40f8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca8aa4ee-813c-4d28-a1c9-2455cdb7f2a7', + 'x-ms-correlation-request-id', + 'ca8aa4ee-813c-4d28-a1c9-2455cdb7f2a7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030914Z:ca8aa4ee-813c-4d28-a1c9-2455cdb7f2a7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e29bfef4-9dd4-41ca-82de-09c8a49f9d4a', + 'x-ms-correlation-request-id', + 'e29bfef4-9dd4-41ca-82de-09c8a49f9d4a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030914Z:e29bfef4-9dd4-41ca-82de-09c8a49f9d4a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc1ac67d-996f-436a-8072-b85cedb0e26b', + 'x-ms-correlation-request-id', + 'bc1ac67d-996f-436a-8072-b85cedb0e26b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030916Z:bc1ac67d-996f-436a-8072-b85cedb0e26b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e54e8c0e-59e8-4603-945b-e82375c4531b', + 'x-ms-correlation-request-id', + 'e54e8c0e-59e8-4603-945b-e82375c4531b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030916Z:e54e8c0e-59e8-4603-945b-e82375c4531b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ac417f2-51bd-4fc8-8583-9cd8bfa3738c', + 'x-ms-correlation-request-id', + '3ac417f2-51bd-4fc8-8583-9cd8bfa3738c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030918Z:3ac417f2-51bd-4fc8-8583-9cd8bfa3738c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '078d29b1-b50f-4ace-a847-75817df22b83', + 'x-ms-correlation-request-id', + '078d29b1-b50f-4ace-a847-75817df22b83', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030919Z:078d29b1-b50f-4ace-a847-75817df22b83', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3d317816-84ad-4979-ade6-8a022d21536f', + 'x-ms-correlation-request-id', + '3d317816-84ad-4979-ade6-8a022d21536f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030921Z:3d317816-84ad-4979-ade6-8a022d21536f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '00444666-39c9-4b25-8640-23d0cb0838ee', + 'x-ms-correlation-request-id', + '00444666-39c9-4b25-8640-23d0cb0838ee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030921Z:00444666-39c9-4b25-8640-23d0cb0838ee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '57f9b98a-ab59-427c-be1b-7cbe2caaf44e', + 'x-ms-correlation-request-id', + '57f9b98a-ab59-427c-be1b-7cbe2caaf44e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030923Z:57f9b98a-ab59-427c-be1b-7cbe2caaf44e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a0ebe905-c2c9-4171-9c5d-1d522526e9ad', + 'x-ms-correlation-request-id', + 'a0ebe905-c2c9-4171-9c5d-1d522526e9ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030923Z:a0ebe905-c2c9-4171-9c5d-1d522526e9ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'edead199-9eaa-4124-bd1c-ecd1c55f4143', + 'x-ms-correlation-request-id', + 'edead199-9eaa-4124-bd1c-ecd1c55f4143', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030925Z:edead199-9eaa-4124-bd1c-ecd1c55f4143', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b6eec932-e264-466c-a580-d02088d3269a', + 'x-ms-correlation-request-id', + 'b6eec932-e264-466c-a580-d02088d3269a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030926Z:b6eec932-e264-466c-a580-d02088d3269a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bafa1616-2c89-4683-8c1e-d7ce9e84c925', + 'x-ms-correlation-request-id', + 'bafa1616-2c89-4683-8c1e-d7ce9e84c925', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030928Z:bafa1616-2c89-4683-8c1e-d7ce9e84c925', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c6094742-9857-4a59-becf-d0615b01bae0', + 'x-ms-correlation-request-id', + 'c6094742-9857-4a59-becf-d0615b01bae0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030928Z:c6094742-9857-4a59-becf-d0615b01bae0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '360acb95-8ae4-4950-9087-00dd9c03bd7c', + 'x-ms-correlation-request-id', + '360acb95-8ae4-4950-9087-00dd9c03bd7c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030930Z:360acb95-8ae4-4950-9087-00dd9c03bd7c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '86536167-9985-4f9c-9422-53c0fc74d9f0', + 'x-ms-correlation-request-id', + '86536167-9985-4f9c-9422-53c0fc74d9f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030930Z:86536167-9985-4f9c-9422-53c0fc74d9f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '02d88c10-e8cf-4893-bc0d-efe8ac69f8e9', + 'x-ms-correlation-request-id', + '02d88c10-e8cf-4893-bc0d-efe8ac69f8e9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030932Z:02d88c10-e8cf-4893-bc0d-efe8ac69f8e9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5476e980-8923-490e-a8c0-8bc9fa38917a', + 'x-ms-correlation-request-id', + '5476e980-8923-490e-a8c0-8bc9fa38917a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030933Z:5476e980-8923-490e-a8c0-8bc9fa38917a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6a727c6f-c362-404b-92f0-3ccf01d8a680', + 'x-ms-correlation-request-id', + '6a727c6f-c362-404b-92f0-3ccf01d8a680', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030935Z:6a727c6f-c362-404b-92f0-3ccf01d8a680', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7bf96892-7abd-42bd-bb50-38ae6546aee4', + 'x-ms-correlation-request-id', + '7bf96892-7abd-42bd-bb50-38ae6546aee4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030935Z:7bf96892-7abd-42bd-bb50-38ae6546aee4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c7947113-7e66-49c7-8978-d5853a660171', + 'x-ms-correlation-request-id', + 'c7947113-7e66-49c7-8978-d5853a660171', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030937Z:c7947113-7e66-49c7-8978-d5853a660171', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '10fe748e-dc6d-4494-8f7d-8ea547cb206f', + 'x-ms-correlation-request-id', + '10fe748e-dc6d-4494-8f7d-8ea547cb206f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030938Z:10fe748e-dc6d-4494-8f7d-8ea547cb206f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dfea8b28-fa20-4152-a3a2-fd902c0a6ed5', + 'x-ms-correlation-request-id', + 'dfea8b28-fa20-4152-a3a2-fd902c0a6ed5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030940Z:dfea8b28-fa20-4152-a3a2-fd902c0a6ed5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '77e089fc-cce4-434a-96d0-30bd400fbbc0', + 'x-ms-correlation-request-id', + '77e089fc-cce4-434a-96d0-30bd400fbbc0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030941Z:77e089fc-cce4-434a-96d0-30bd400fbbc0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b7168ce5-1209-42c6-a81c-5b6468223d3c', + 'x-ms-correlation-request-id', + 'b7168ce5-1209-42c6-a81c-5b6468223d3c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030942Z:b7168ce5-1209-42c6-a81c-5b6468223d3c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ac65cd26-a114-484a-a345-1282ab003812', + 'x-ms-correlation-request-id', + 'ac65cd26-a114-484a-a345-1282ab003812', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030944Z:ac65cd26-a114-484a-a345-1282ab003812', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '18b3cf40-9370-4b37-8dfb-22d6cb1b82d9', + 'x-ms-correlation-request-id', + '18b3cf40-9370-4b37-8dfb-22d6cb1b82d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030944Z:18b3cf40-9370-4b37-8dfb-22d6cb1b82d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '208d048f-fe61-4804-addb-a1c5a463080a', + 'x-ms-correlation-request-id', + '208d048f-fe61-4804-addb-a1c5a463080a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030946Z:208d048f-fe61-4804-addb-a1c5a463080a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2db1e91e-dedb-4e61-93c4-a28d8a30dc12', + 'x-ms-correlation-request-id', + '2db1e91e-dedb-4e61-93c4-a28d8a30dc12', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030947Z:2db1e91e-dedb-4e61-93c4-a28d8a30dc12', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce852c52-3391-4071-a3cb-a10e6ba27d5f', + 'x-ms-correlation-request-id', + 'ce852c52-3391-4071-a3cb-a10e6ba27d5f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030948Z:ce852c52-3391-4071-a3cb-a10e6ba27d5f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e1d8fbd1-42d6-4eca-99e9-356f169086ab', + 'x-ms-correlation-request-id', + 'e1d8fbd1-42d6-4eca-99e9-356f169086ab', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030950Z:e1d8fbd1-42d6-4eca-99e9-356f169086ab', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4128d390-e86f-46a1-8031-a2e79c99d822', + 'x-ms-correlation-request-id', + '4128d390-e86f-46a1-8031-a2e79c99d822', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030951Z:4128d390-e86f-46a1-8031-a2e79c99d822', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cac47159-ed7f-4682-b226-3522f8d955d4', + 'x-ms-correlation-request-id', + 'cac47159-ed7f-4682-b226-3522f8d955d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030952Z:cac47159-ed7f-4682-b226-3522f8d955d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7540bacd-99dc-4d63-bf80-c8000598ef65', + 'x-ms-correlation-request-id', + '7540bacd-99dc-4d63-bf80-c8000598ef65', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030953Z:7540bacd-99dc-4d63-bf80-c8000598ef65', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1c04eb36-fe5a-4e30-8db8-4d8eda7731b2', + 'x-ms-correlation-request-id', + '1c04eb36-fe5a-4e30-8db8-4d8eda7731b2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030954Z:1c04eb36-fe5a-4e30-8db8-4d8eda7731b2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6cd5468-05cd-4c5f-9f64-4422c1b885a6', + 'x-ms-correlation-request-id', + 'e6cd5468-05cd-4c5f-9f64-4422c1b885a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030955Z:e6cd5468-05cd-4c5f-9f64-4422c1b885a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ae17ccb4-2942-49b6-86a4-b2fe2fe3ed42', + 'x-ms-correlation-request-id', + 'ae17ccb4-2942-49b6-86a4-b2fe2fe3ed42', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030957Z:ae17ccb4-2942-49b6-86a4-b2fe2fe3ed42', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '344c5eca-86eb-4ca3-ad3d-68311b0707a4', + 'x-ms-correlation-request-id', + '344c5eca-86eb-4ca3-ad3d-68311b0707a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030958Z:344c5eca-86eb-4ca3-ad3d-68311b0707a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7b7ff95a-39de-4748-a24f-e33cfac47208', + 'x-ms-correlation-request-id', + '7b7ff95a-39de-4748-a24f-e33cfac47208', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030959Z:7b7ff95a-39de-4748-a24f-e33cfac47208', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0772388-1c1e-47f6-b568-194b22968a42', + 'x-ms-correlation-request-id', + 'e0772388-1c1e-47f6-b568-194b22968a42', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031000Z:e0772388-1c1e-47f6-b568-194b22968a42', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:09:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7790ce18-a2a8-4a06-9a07-51302ce7f8d3', + 'x-ms-correlation-request-id', + '7790ce18-a2a8-4a06-9a07-51302ce7f8d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031001Z:7790ce18-a2a8-4a06-9a07-51302ce7f8d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd04bca15-3452-4ae6-a00b-aedceb7015b8', + 'x-ms-correlation-request-id', + 'd04bca15-3452-4ae6-a00b-aedceb7015b8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031002Z:d04bca15-3452-4ae6-a00b-aedceb7015b8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '31d0cfd6-afdf-496c-8d89-15fa1da9bffb', + 'x-ms-correlation-request-id', + '31d0cfd6-afdf-496c-8d89-15fa1da9bffb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031004Z:31d0cfd6-afdf-496c-8d89-15fa1da9bffb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '496cf3bd-f373-48aa-aa2a-aba5548a0d11', + 'x-ms-correlation-request-id', + '496cf3bd-f373-48aa-aa2a-aba5548a0d11', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031005Z:496cf3bd-f373-48aa-aa2a-aba5548a0d11', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e45c9949-24bd-4a7f-a39a-c295a8992508', + 'x-ms-correlation-request-id', + 'e45c9949-24bd-4a7f-a39a-c295a8992508', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031006Z:e45c9949-24bd-4a7f-a39a-c295a8992508', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6dbc28b3-ed0e-42c4-85c3-ff191a1e1997', + 'x-ms-correlation-request-id', + '6dbc28b3-ed0e-42c4-85c3-ff191a1e1997', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031007Z:6dbc28b3-ed0e-42c4-85c3-ff191a1e1997', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6eb580a8-fdde-4a08-acf9-bd09f5edd2ff', + 'x-ms-correlation-request-id', + '6eb580a8-fdde-4a08-acf9-bd09f5edd2ff', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031008Z:6eb580a8-fdde-4a08-acf9-bd09f5edd2ff', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3eca47b2-9457-4b4e-b01c-130d92692ebf', + 'x-ms-correlation-request-id', + '3eca47b2-9457-4b4e-b01c-130d92692ebf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031009Z:3eca47b2-9457-4b4e-b01c-130d92692ebf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbae1fc8-4938-4f41-a646-d4598003de4b', + 'x-ms-correlation-request-id', + 'fbae1fc8-4938-4f41-a646-d4598003de4b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031011Z:fbae1fc8-4938-4f41-a646-d4598003de4b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '206bc600-fbf2-4850-822f-60ac3287fa46', + 'x-ms-correlation-request-id', + '206bc600-fbf2-4850-822f-60ac3287fa46', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031012Z:206bc600-fbf2-4850-822f-60ac3287fa46', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8aaa2020-bfbc-428e-85b6-2ebba7a71504', + 'x-ms-correlation-request-id', + '8aaa2020-bfbc-428e-85b6-2ebba7a71504', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031013Z:8aaa2020-bfbc-428e-85b6-2ebba7a71504', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3446b4c6-3185-45b0-be01-d79cbcba23f1', + 'x-ms-correlation-request-id', + '3446b4c6-3185-45b0-be01-d79cbcba23f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031015Z:3446b4c6-3185-45b0-be01-d79cbcba23f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ceb50763-a80d-4d9d-8d7f-443ac6134395', + 'x-ms-correlation-request-id', + 'ceb50763-a80d-4d9d-8d7f-443ac6134395', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031015Z:ceb50763-a80d-4d9d-8d7f-443ac6134395', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'df3914da-c2fe-4aa2-b8a3-851c7c0f3704', + 'x-ms-correlation-request-id', + 'df3914da-c2fe-4aa2-b8a3-851c7c0f3704', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031017Z:df3914da-c2fe-4aa2-b8a3-851c7c0f3704', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '787be74e-6ec4-4d9f-8581-10cee246a9c0', + 'x-ms-correlation-request-id', + '787be74e-6ec4-4d9f-8581-10cee246a9c0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031018Z:787be74e-6ec4-4d9f-8581-10cee246a9c0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dcff2617-1dfa-45fe-80a7-a9939ce1e667', + 'x-ms-correlation-request-id', + 'dcff2617-1dfa-45fe-80a7-a9939ce1e667', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031019Z:dcff2617-1dfa-45fe-80a7-a9939ce1e667', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cbec1fd0-a250-4878-a63d-6ea4576da1af', + 'x-ms-correlation-request-id', + 'cbec1fd0-a250-4878-a63d-6ea4576da1af', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031020Z:cbec1fd0-a250-4878-a63d-6ea4576da1af', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '24c25809-353f-4141-b562-bed7d17ef8ec', + 'x-ms-correlation-request-id', + '24c25809-353f-4141-b562-bed7d17ef8ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031022Z:24c25809-353f-4141-b562-bed7d17ef8ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1d97b193-7e5f-4194-81d5-51822ec767e4', + 'x-ms-correlation-request-id', + '1d97b193-7e5f-4194-81d5-51822ec767e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031022Z:1d97b193-7e5f-4194-81d5-51822ec767e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bf93942a-2222-4619-a557-a855a04be2a9', + 'x-ms-correlation-request-id', + 'bf93942a-2222-4619-a557-a855a04be2a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031024Z:bf93942a-2222-4619-a557-a855a04be2a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a662f599-6756-47c4-9675-202e34ddac05', + 'x-ms-correlation-request-id', + 'a662f599-6756-47c4-9675-202e34ddac05', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031024Z:a662f599-6756-47c4-9675-202e34ddac05', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a8f7f99a-df3d-446b-b465-b1d0dd892165', + 'x-ms-correlation-request-id', + 'a8f7f99a-df3d-446b-b465-b1d0dd892165', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031026Z:a8f7f99a-df3d-446b-b465-b1d0dd892165', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '10d905bf-dc29-48b4-ba8d-a80a83e6fa71', + 'x-ms-correlation-request-id', + '10d905bf-dc29-48b4-ba8d-a80a83e6fa71', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031027Z:10d905bf-dc29-48b4-ba8d-a80a83e6fa71', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0ffa6fb7-f046-4254-a835-dd525e72e310', + 'x-ms-correlation-request-id', + '0ffa6fb7-f046-4254-a835-dd525e72e310', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031029Z:0ffa6fb7-f046-4254-a835-dd525e72e310', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f05cb4a-ce70-4f3c-83e5-d514120dea0a', + 'x-ms-correlation-request-id', + '2f05cb4a-ce70-4f3c-83e5-d514120dea0a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031029Z:2f05cb4a-ce70-4f3c-83e5-d514120dea0a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f4c3bbd5-4ed3-4602-91ca-f6a33066b3f0', + 'x-ms-correlation-request-id', + 'f4c3bbd5-4ed3-4602-91ca-f6a33066b3f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031031Z:f4c3bbd5-4ed3-4602-91ca-f6a33066b3f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8b894371-d809-40a0-85f3-6b50e5d651a6', + 'x-ms-correlation-request-id', + '8b894371-d809-40a0-85f3-6b50e5d651a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031031Z:8b894371-d809-40a0-85f3-6b50e5d651a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'daf91bc0-90d1-46f4-ad08-4f6f24cc290c', + 'x-ms-correlation-request-id', + 'daf91bc0-90d1-46f4-ad08-4f6f24cc290c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031033Z:daf91bc0-90d1-46f4-ad08-4f6f24cc290c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '19bb18c6-3d13-4b8f-8d28-efa6eb248b0b', + 'x-ms-correlation-request-id', + '19bb18c6-3d13-4b8f-8d28-efa6eb248b0b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031034Z:19bb18c6-3d13-4b8f-8d28-efa6eb248b0b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5a9f462d-3468-4c08-b9ea-5c55a88ec16b', + 'x-ms-correlation-request-id', + '5a9f462d-3468-4c08-b9ea-5c55a88ec16b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031035Z:5a9f462d-3468-4c08-b9ea-5c55a88ec16b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5948a0ba-75f0-422f-a1d2-f750ed5ef477', + 'x-ms-correlation-request-id', + '5948a0ba-75f0-422f-a1d2-f750ed5ef477', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031036Z:5948a0ba-75f0-422f-a1d2-f750ed5ef477', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0d3f6bd-6a2d-4a32-99ad-3ff6cfa415b2', + 'x-ms-correlation-request-id', + 'f0d3f6bd-6a2d-4a32-99ad-3ff6cfa415b2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031038Z:f0d3f6bd-6a2d-4a32-99ad-3ff6cfa415b2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '991d0240-0687-4f0a-b1bb-90cb11221a9c', + 'x-ms-correlation-request-id', + '991d0240-0687-4f0a-b1bb-90cb11221a9c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031038Z:991d0240-0687-4f0a-b1bb-90cb11221a9c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dc9f6771-e29f-48a8-a42a-a68940abf46e', + 'x-ms-correlation-request-id', + 'dc9f6771-e29f-48a8-a42a-a68940abf46e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031040Z:dc9f6771-e29f-48a8-a42a-a68940abf46e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3b0e5803-e76f-4615-815f-d2d8c6f084e2', + 'x-ms-correlation-request-id', + '3b0e5803-e76f-4615-815f-d2d8c6f084e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031041Z:3b0e5803-e76f-4615-815f-d2d8c6f084e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e1d659ba-80c6-452d-9aa4-3f6688d9aab0', + 'x-ms-correlation-request-id', + 'e1d659ba-80c6-452d-9aa4-3f6688d9aab0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031042Z:e1d659ba-80c6-452d-9aa4-3f6688d9aab0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1b3df802-c631-4d89-8ad8-a420e9bc8e0b', + 'x-ms-correlation-request-id', + '1b3df802-c631-4d89-8ad8-a420e9bc8e0b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031043Z:1b3df802-c631-4d89-8ad8-a420e9bc8e0b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '98d2728d-334c-486e-b638-a7709dc653df', + 'x-ms-correlation-request-id', + '98d2728d-334c-486e-b638-a7709dc653df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031045Z:98d2728d-334c-486e-b638-a7709dc653df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9411699-cd98-420a-af7d-00a33341bfd4', + 'x-ms-correlation-request-id', + 'c9411699-cd98-420a-af7d-00a33341bfd4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031045Z:c9411699-cd98-420a-af7d-00a33341bfd4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a0704259-1fa6-42bb-8bea-d1a882d33e7c', + 'x-ms-correlation-request-id', + 'a0704259-1fa6-42bb-8bea-d1a882d33e7c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031047Z:a0704259-1fa6-42bb-8bea-d1a882d33e7c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42bae593-8e64-4a41-8db6-58e4bf6cebea', + 'x-ms-correlation-request-id', + '42bae593-8e64-4a41-8db6-58e4bf6cebea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031048Z:42bae593-8e64-4a41-8db6-58e4bf6cebea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f1c4d9c7-2e6c-4f3a-8a3d-31453b9a30aa', + 'x-ms-correlation-request-id', + 'f1c4d9c7-2e6c-4f3a-8a3d-31453b9a30aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031049Z:f1c4d9c7-2e6c-4f3a-8a3d-31453b9a30aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f908877d-d224-4d09-aa2a-20569683f600', + 'x-ms-correlation-request-id', + 'f908877d-d224-4d09-aa2a-20569683f600', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031051Z:f908877d-d224-4d09-aa2a-20569683f600', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0866201-075c-47c7-9cd2-d7711d6cbeee', + 'x-ms-correlation-request-id', + 'e0866201-075c-47c7-9cd2-d7711d6cbeee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031052Z:e0866201-075c-47c7-9cd2-d7711d6cbeee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e495ab1f-e34b-4928-8028-d12b75f79b2c', + 'x-ms-correlation-request-id', + 'e495ab1f-e34b-4928-8028-d12b75f79b2c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031053Z:e495ab1f-e34b-4928-8028-d12b75f79b2c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f1e47bec-ac62-495f-b3e2-50cac72a8c09', + 'x-ms-correlation-request-id', + 'f1e47bec-ac62-495f-b3e2-50cac72a8c09', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031054Z:f1e47bec-ac62-495f-b3e2-50cac72a8c09', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29e0731d-b8c7-4f15-a3dc-af9b292195bc', + 'x-ms-correlation-request-id', + '29e0731d-b8c7-4f15-a3dc-af9b292195bc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031055Z:29e0731d-b8c7-4f15-a3dc-af9b292195bc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '23fe82b3-a203-4359-a6e3-448c733f03b4', + 'x-ms-correlation-request-id', + '23fe82b3-a203-4359-a6e3-448c733f03b4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031056Z:23fe82b3-a203-4359-a6e3-448c733f03b4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f2bf688-1035-4b46-8f75-f65d16aa43ac', + 'x-ms-correlation-request-id', + '8f2bf688-1035-4b46-8f75-f65d16aa43ac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031058Z:8f2bf688-1035-4b46-8f75-f65d16aa43ac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '86dad245-0760-41c8-b3a3-83b59bf0f6ac', + 'x-ms-correlation-request-id', + '86dad245-0760-41c8-b3a3-83b59bf0f6ac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031059Z:86dad245-0760-41c8-b3a3-83b59bf0f6ac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '885a5a4b-5a45-4ab2-95f5-241590df2f49', + 'x-ms-correlation-request-id', + '885a5a4b-5a45-4ab2-95f5-241590df2f49', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031100Z:885a5a4b-5a45-4ab2-95f5-241590df2f49', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:10:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e081e3d-db04-4395-b7f1-0acb1b19ba9b', + 'x-ms-correlation-request-id', + '3e081e3d-db04-4395-b7f1-0acb1b19ba9b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031101Z:3e081e3d-db04-4395-b7f1-0acb1b19ba9b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e7d2e3c5-428d-497e-a227-ab7ebfe83a18', + 'x-ms-correlation-request-id', + 'e7d2e3c5-428d-497e-a227-ab7ebfe83a18', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031102Z:e7d2e3c5-428d-497e-a227-ab7ebfe83a18', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8d17edf8-1830-477d-b786-0c78f9ce0f7c', + 'x-ms-correlation-request-id', + '8d17edf8-1830-477d-b786-0c78f9ce0f7c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031103Z:8d17edf8-1830-477d-b786-0c78f9ce0f7c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ca949f6-9731-4069-bb91-75bdff54719e', + 'x-ms-correlation-request-id', + '9ca949f6-9731-4069-bb91-75bdff54719e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031105Z:9ca949f6-9731-4069-bb91-75bdff54719e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f2b3767d-4047-4c32-9a78-eeab722585ca', + 'x-ms-correlation-request-id', + 'f2b3767d-4047-4c32-9a78-eeab722585ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031106Z:f2b3767d-4047-4c32-9a78-eeab722585ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ae14fff3-2279-474c-8737-5fc82a51d952', + 'x-ms-correlation-request-id', + 'ae14fff3-2279-474c-8737-5fc82a51d952', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031107Z:ae14fff3-2279-474c-8737-5fc82a51d952', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f2b7ae8c-a24e-4f52-b459-d90928f4075a', + 'x-ms-correlation-request-id', + 'f2b7ae8c-a24e-4f52-b459-d90928f4075a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031108Z:f2b7ae8c-a24e-4f52-b459-d90928f4075a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '241f2047-4315-492b-956b-f503f0d25f40', + 'x-ms-correlation-request-id', + '241f2047-4315-492b-956b-f503f0d25f40', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031109Z:241f2047-4315-492b-956b-f503f0d25f40', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ff25bb3d-a237-47e5-aa07-0b2f18e0ced4', + 'x-ms-correlation-request-id', + 'ff25bb3d-a237-47e5-aa07-0b2f18e0ced4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031110Z:ff25bb3d-a237-47e5-aa07-0b2f18e0ced4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '15c18337-2f36-4997-8644-32f662fd15a0', + 'x-ms-correlation-request-id', + '15c18337-2f36-4997-8644-32f662fd15a0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031112Z:15c18337-2f36-4997-8644-32f662fd15a0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'db39bfbe-277e-445a-be47-e8c96661c183', + 'x-ms-correlation-request-id', + 'db39bfbe-277e-445a-be47-e8c96661c183', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031113Z:db39bfbe-277e-445a-be47-e8c96661c183', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd92e3dc2-a2d2-41b3-b834-0f6d52727b34', + 'x-ms-correlation-request-id', + 'd92e3dc2-a2d2-41b3-b834-0f6d52727b34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031114Z:d92e3dc2-a2d2-41b3-b834-0f6d52727b34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '054f0324-c2e8-4ca9-8589-5fc2bd2d26f6', + 'x-ms-correlation-request-id', + '054f0324-c2e8-4ca9-8589-5fc2bd2d26f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031116Z:054f0324-c2e8-4ca9-8589-5fc2bd2d26f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7d1be1e9-a9e4-4a28-9c2d-c34fb516f95a', + 'x-ms-correlation-request-id', + '7d1be1e9-a9e4-4a28-9c2d-c34fb516f95a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031116Z:7d1be1e9-a9e4-4a28-9c2d-c34fb516f95a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ada9d2ad-d2fa-4b00-ad83-2c80118d4fef', + 'x-ms-correlation-request-id', + 'ada9d2ad-d2fa-4b00-ad83-2c80118d4fef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031118Z:ada9d2ad-d2fa-4b00-ad83-2c80118d4fef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f549c9c-1354-4cff-baa4-d4b29dadab3b', + 'x-ms-correlation-request-id', + '7f549c9c-1354-4cff-baa4-d4b29dadab3b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031119Z:7f549c9c-1354-4cff-baa4-d4b29dadab3b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0276183c-93e2-428b-8c4c-ebfcfb0efcdf', + 'x-ms-correlation-request-id', + '0276183c-93e2-428b-8c4c-ebfcfb0efcdf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031120Z:0276183c-93e2-428b-8c4c-ebfcfb0efcdf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6a4fc282-115d-416b-b589-c0d4ca1c4795', + 'x-ms-correlation-request-id', + '6a4fc282-115d-416b-b589-c0d4ca1c4795', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031121Z:6a4fc282-115d-416b-b589-c0d4ca1c4795', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '619adc92-b173-4c9a-974b-dd0288f257a1', + 'x-ms-correlation-request-id', + '619adc92-b173-4c9a-974b-dd0288f257a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031123Z:619adc92-b173-4c9a-974b-dd0288f257a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6efe95b2-23bf-42a0-aefc-28795952fe2f', + 'x-ms-correlation-request-id', + '6efe95b2-23bf-42a0-aefc-28795952fe2f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031123Z:6efe95b2-23bf-42a0-aefc-28795952fe2f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'de135a10-1e6f-47fa-b482-58db0d3ca239', + 'x-ms-correlation-request-id', + 'de135a10-1e6f-47fa-b482-58db0d3ca239', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031125Z:de135a10-1e6f-47fa-b482-58db0d3ca239', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbe55609-05d5-4ab1-872e-7f5f8651a785', + 'x-ms-correlation-request-id', + 'fbe55609-05d5-4ab1-872e-7f5f8651a785', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031125Z:fbe55609-05d5-4ab1-872e-7f5f8651a785', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '70e02f0a-7ad0-4467-872a-fd2081cae42c', + 'x-ms-correlation-request-id', + '70e02f0a-7ad0-4467-872a-fd2081cae42c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031127Z:70e02f0a-7ad0-4467-872a-fd2081cae42c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '96596953-fdb9-43e0-9898-bb2a1c12dccb', + 'x-ms-correlation-request-id', + '96596953-fdb9-43e0-9898-bb2a1c12dccb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031128Z:96596953-fdb9-43e0-9898-bb2a1c12dccb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6409da2e-ffae-42dc-b268-aa0f0274ebf4', + 'x-ms-correlation-request-id', + '6409da2e-ffae-42dc-b268-aa0f0274ebf4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031130Z:6409da2e-ffae-42dc-b268-aa0f0274ebf4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2dd9a164-e14d-4689-b9b0-bac494a8b495', + 'x-ms-correlation-request-id', + '2dd9a164-e14d-4689-b9b0-bac494a8b495', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031130Z:2dd9a164-e14d-4689-b9b0-bac494a8b495', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cca45acd-75f6-464e-9e26-a5ed0ab1d4ee', + 'x-ms-correlation-request-id', + 'cca45acd-75f6-464e-9e26-a5ed0ab1d4ee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031132Z:cca45acd-75f6-464e-9e26-a5ed0ab1d4ee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a2de543b-a2d0-43d3-a27e-3760bba3ef6a', + 'x-ms-correlation-request-id', + 'a2de543b-a2d0-43d3-a27e-3760bba3ef6a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031132Z:a2de543b-a2d0-43d3-a27e-3760bba3ef6a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '311808fa-5446-4b68-9e18-d54cbb3e3677', + 'x-ms-correlation-request-id', + '311808fa-5446-4b68-9e18-d54cbb3e3677', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031134Z:311808fa-5446-4b68-9e18-d54cbb3e3677', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2fec9175-c57d-40c2-9bed-128756ba1f75', + 'x-ms-correlation-request-id', + '2fec9175-c57d-40c2-9bed-128756ba1f75', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031135Z:2fec9175-c57d-40c2-9bed-128756ba1f75', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'be9f8aa5-6c65-4c01-8f30-97ad0c352404', + 'x-ms-correlation-request-id', + 'be9f8aa5-6c65-4c01-8f30-97ad0c352404', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031137Z:be9f8aa5-6c65-4c01-8f30-97ad0c352404', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ee74e1dd-c2d1-4b37-94fe-15041228b2a3', + 'x-ms-correlation-request-id', + 'ee74e1dd-c2d1-4b37-94fe-15041228b2a3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031137Z:ee74e1dd-c2d1-4b37-94fe-15041228b2a3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c6c14587-1cc4-4131-ae2e-7e0a07a3f3f5', + 'x-ms-correlation-request-id', + 'c6c14587-1cc4-4131-ae2e-7e0a07a3f3f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031139Z:c6c14587-1cc4-4131-ae2e-7e0a07a3f3f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ebb194a5-daf0-43d6-b144-326b601617a7', + 'x-ms-correlation-request-id', + 'ebb194a5-daf0-43d6-b144-326b601617a7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031139Z:ebb194a5-daf0-43d6-b144-326b601617a7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c203926a-c333-4287-9ac1-ed87603965c3', + 'x-ms-correlation-request-id', + 'c203926a-c333-4287-9ac1-ed87603965c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031141Z:c203926a-c333-4287-9ac1-ed87603965c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '006287c7-4fb2-4ac4-b306-fcd464ddd561', + 'x-ms-correlation-request-id', + '006287c7-4fb2-4ac4-b306-fcd464ddd561', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031142Z:006287c7-4fb2-4ac4-b306-fcd464ddd561', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '18005ed5-ff05-4b8f-956d-3284114baf31', + 'x-ms-correlation-request-id', + '18005ed5-ff05-4b8f-956d-3284114baf31', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031143Z:18005ed5-ff05-4b8f-956d-3284114baf31', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b7b18327-07ab-418e-8cd8-9da6a6db1c53', + 'x-ms-correlation-request-id', + 'b7b18327-07ab-418e-8cd8-9da6a6db1c53', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031144Z:b7b18327-07ab-418e-8cd8-9da6a6db1c53', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '831eee1a-3c9a-45d0-bf46-b3c5564342fd', + 'x-ms-correlation-request-id', + '831eee1a-3c9a-45d0-bf46-b3c5564342fd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031146Z:831eee1a-3c9a-45d0-bf46-b3c5564342fd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4cd0bc84-862e-4ad7-8ca4-577cb61bc2a4', + 'x-ms-correlation-request-id', + '4cd0bc84-862e-4ad7-8ca4-577cb61bc2a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031146Z:4cd0bc84-862e-4ad7-8ca4-577cb61bc2a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd546c2ce-d524-4fb1-96a1-d696ebeea760', + 'x-ms-correlation-request-id', + 'd546c2ce-d524-4fb1-96a1-d696ebeea760', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031148Z:d546c2ce-d524-4fb1-96a1-d696ebeea760', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2722e46d-d385-4b08-9724-d49873f40ee7', + 'x-ms-correlation-request-id', + '2722e46d-d385-4b08-9724-d49873f40ee7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031149Z:2722e46d-d385-4b08-9724-d49873f40ee7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f3a549d-a760-496b-bc20-fde19b2b7e5e', + 'x-ms-correlation-request-id', + '2f3a549d-a760-496b-bc20-fde19b2b7e5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031151Z:2f3a549d-a760-496b-bc20-fde19b2b7e5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9597fbac-ab53-4a5e-8ab6-b2ca47ef73b1', + 'x-ms-correlation-request-id', + '9597fbac-ab53-4a5e-8ab6-b2ca47ef73b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031152Z:9597fbac-ab53-4a5e-8ab6-b2ca47ef73b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0e568495-e7b7-4816-bbc9-4552b42518f7', + 'x-ms-correlation-request-id', + '0e568495-e7b7-4816-bbc9-4552b42518f7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031153Z:0e568495-e7b7-4816-bbc9-4552b42518f7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c50094d8-5926-43cb-b2a2-92fb404420ed', + 'x-ms-correlation-request-id', + 'c50094d8-5926-43cb-b2a2-92fb404420ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031154Z:c50094d8-5926-43cb-b2a2-92fb404420ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c3cb5ebf-2d8a-48ba-a58b-37eab896aeb8', + 'x-ms-correlation-request-id', + 'c3cb5ebf-2d8a-48ba-a58b-37eab896aeb8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031156Z:c3cb5ebf-2d8a-48ba-a58b-37eab896aeb8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '65f90b36-7269-4159-8f7a-d9635baf2d92', + 'x-ms-correlation-request-id', + '65f90b36-7269-4159-8f7a-d9635baf2d92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031156Z:65f90b36-7269-4159-8f7a-d9635baf2d92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29a6068c-f143-4903-8aa3-db88b1169fe1', + 'x-ms-correlation-request-id', + '29a6068c-f143-4903-8aa3-db88b1169fe1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031158Z:29a6068c-f143-4903-8aa3-db88b1169fe1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5a8d54c4-9844-4886-94d7-5ac384cb0f2f', + 'x-ms-correlation-request-id', + '5a8d54c4-9844-4886-94d7-5ac384cb0f2f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031159Z:5a8d54c4-9844-4886-94d7-5ac384cb0f2f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:11:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bee880c3-985d-4581-98fc-a20d7539359a', + 'x-ms-correlation-request-id', + 'bee880c3-985d-4581-98fc-a20d7539359a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031200Z:bee880c3-985d-4581-98fc-a20d7539359a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'db24c502-e879-4a49-af79-9e67dc667085', + 'x-ms-correlation-request-id', + 'db24c502-e879-4a49-af79-9e67dc667085', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031201Z:db24c502-e879-4a49-af79-9e67dc667085', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e106c33-9006-4e55-9205-ab11742b6c02', + 'x-ms-correlation-request-id', + '9e106c33-9006-4e55-9205-ab11742b6c02', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031203Z:9e106c33-9006-4e55-9205-ab11742b6c02', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '48a2edce-9e0f-4235-ae76-a72483337cfd', + 'x-ms-correlation-request-id', + '48a2edce-9e0f-4235-ae76-a72483337cfd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031203Z:48a2edce-9e0f-4235-ae76-a72483337cfd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '89de6bba-aac9-4c65-8017-f51439728be2', + 'x-ms-correlation-request-id', + '89de6bba-aac9-4c65-8017-f51439728be2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031205Z:89de6bba-aac9-4c65-8017-f51439728be2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9952e7fb-662f-4f0d-b153-7e98854350d9', + 'x-ms-correlation-request-id', + '9952e7fb-662f-4f0d-b153-7e98854350d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031206Z:9952e7fb-662f-4f0d-b153-7e98854350d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '75381f10-6751-4279-9909-5fdca06afa69', + 'x-ms-correlation-request-id', + '75381f10-6751-4279-9909-5fdca06afa69', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031207Z:75381f10-6751-4279-9909-5fdca06afa69', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ab0a546-2451-40d8-b09a-03de9a8e15d7', + 'x-ms-correlation-request-id', + '1ab0a546-2451-40d8-b09a-03de9a8e15d7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031208Z:1ab0a546-2451-40d8-b09a-03de9a8e15d7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '94356a0e-c366-406a-8bef-ebbd3aca4c83', + 'x-ms-correlation-request-id', + '94356a0e-c366-406a-8bef-ebbd3aca4c83', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031210Z:94356a0e-c366-406a-8bef-ebbd3aca4c83', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ea9efe8b-3581-4676-b930-f6aa0a9403c7', + 'x-ms-correlation-request-id', + 'ea9efe8b-3581-4676-b930-f6aa0a9403c7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031210Z:ea9efe8b-3581-4676-b930-f6aa0a9403c7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7d2678d7-81fc-42d9-aed7-9307788ea99c', + 'x-ms-correlation-request-id', + '7d2678d7-81fc-42d9-aed7-9307788ea99c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031213Z:7d2678d7-81fc-42d9-aed7-9307788ea99c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42d867c3-99cd-44ad-8ea5-a3b2351952b7', + 'x-ms-correlation-request-id', + '42d867c3-99cd-44ad-8ea5-a3b2351952b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031213Z:42d867c3-99cd-44ad-8ea5-a3b2351952b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7890d6a-c594-4d5c-a879-c8db478c450a', + 'x-ms-correlation-request-id', + 'f7890d6a-c594-4d5c-a879-c8db478c450a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031215Z:f7890d6a-c594-4d5c-a879-c8db478c450a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '54db0c30-e3b1-47d0-a00c-2d95b494ae69', + 'x-ms-correlation-request-id', + '54db0c30-e3b1-47d0-a00c-2d95b494ae69', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031215Z:54db0c30-e3b1-47d0-a00c-2d95b494ae69', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5e0bfe5-45e0-4fa5-b4cf-68102a9feb20', + 'x-ms-correlation-request-id', + 'd5e0bfe5-45e0-4fa5-b4cf-68102a9feb20', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031217Z:d5e0bfe5-45e0-4fa5-b4cf-68102a9feb20', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'accbcc84-c0dc-4fa6-976a-9b2e6c03dab3', + 'x-ms-correlation-request-id', + 'accbcc84-c0dc-4fa6-976a-9b2e6c03dab3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031217Z:accbcc84-c0dc-4fa6-976a-9b2e6c03dab3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '68f411cd-598d-44af-953d-60b51dfa23fa', + 'x-ms-correlation-request-id', + '68f411cd-598d-44af-953d-60b51dfa23fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031219Z:68f411cd-598d-44af-953d-60b51dfa23fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7ddfe284-23fd-4789-bead-0548a63d0f64', + 'x-ms-correlation-request-id', + '7ddfe284-23fd-4789-bead-0548a63d0f64', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031220Z:7ddfe284-23fd-4789-bead-0548a63d0f64', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '79559669-729f-4a55-8d91-ab22532a7e9c', + 'x-ms-correlation-request-id', + '79559669-729f-4a55-8d91-ab22532a7e9c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031222Z:79559669-729f-4a55-8d91-ab22532a7e9c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '656c52a6-4e9d-4276-87a5-8ed4ac868c90', + 'x-ms-correlation-request-id', + '656c52a6-4e9d-4276-87a5-8ed4ac868c90', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031222Z:656c52a6-4e9d-4276-87a5-8ed4ac868c90', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64426426-09a1-4dbb-b60f-9740832aca6a', + 'x-ms-correlation-request-id', + '64426426-09a1-4dbb-b60f-9740832aca6a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031224Z:64426426-09a1-4dbb-b60f-9740832aca6a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cd26ac87-4937-4569-8a27-696c4b50025f', + 'x-ms-correlation-request-id', + 'cd26ac87-4937-4569-8a27-696c4b50025f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031224Z:cd26ac87-4937-4569-8a27-696c4b50025f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8461d492-fe17-47b6-b9d0-49afc18a22b2', + 'x-ms-correlation-request-id', + '8461d492-fe17-47b6-b9d0-49afc18a22b2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031226Z:8461d492-fe17-47b6-b9d0-49afc18a22b2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f19ecee-e12c-44c7-a899-3551f799c418', + 'x-ms-correlation-request-id', + '4f19ecee-e12c-44c7-a899-3551f799c418', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031227Z:4f19ecee-e12c-44c7-a899-3551f799c418', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1403fa82-bb47-4ab0-853a-59be83645476', + 'x-ms-correlation-request-id', + '1403fa82-bb47-4ab0-853a-59be83645476', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031229Z:1403fa82-bb47-4ab0-853a-59be83645476', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8ca6273e-5052-434d-aa66-07323e201872', + 'x-ms-correlation-request-id', + '8ca6273e-5052-434d-aa66-07323e201872', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031229Z:8ca6273e-5052-434d-aa66-07323e201872', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '942a1663-6a61-43cb-b735-350f540104c5', + 'x-ms-correlation-request-id', + '942a1663-6a61-43cb-b735-350f540104c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031231Z:942a1663-6a61-43cb-b735-350f540104c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f5fbd51-a3ac-417d-b649-1c095efe4a19', + 'x-ms-correlation-request-id', + '4f5fbd51-a3ac-417d-b649-1c095efe4a19', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031231Z:4f5fbd51-a3ac-417d-b649-1c095efe4a19', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e107ab5-131c-4f7b-a316-5c323f126f8e', + 'x-ms-correlation-request-id', + '7e107ab5-131c-4f7b-a316-5c323f126f8e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031233Z:7e107ab5-131c-4f7b-a316-5c323f126f8e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd46d86d8-aaf9-4c41-8836-004f3666789b', + 'x-ms-correlation-request-id', + 'd46d86d8-aaf9-4c41-8836-004f3666789b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031234Z:d46d86d8-aaf9-4c41-8836-004f3666789b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '620d9405-5eaf-4620-83d4-f9d940d72199', + 'x-ms-correlation-request-id', + '620d9405-5eaf-4620-83d4-f9d940d72199', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031236Z:620d9405-5eaf-4620-83d4-f9d940d72199', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1cd5c084-6953-47dd-800a-bbbec2da1749', + 'x-ms-correlation-request-id', + '1cd5c084-6953-47dd-800a-bbbec2da1749', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031236Z:1cd5c084-6953-47dd-800a-bbbec2da1749', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c458e42-e615-489f-9349-ce6e7bd0f2a5', + 'x-ms-correlation-request-id', + '8c458e42-e615-489f-9349-ce6e7bd0f2a5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031238Z:8c458e42-e615-489f-9349-ce6e7bd0f2a5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '13983abb-3b83-4954-ab06-7d8b30af706d', + 'x-ms-correlation-request-id', + '13983abb-3b83-4954-ab06-7d8b30af706d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031238Z:13983abb-3b83-4954-ab06-7d8b30af706d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '80042857-9918-4c09-819e-b8f650987afa', + 'x-ms-correlation-request-id', + '80042857-9918-4c09-819e-b8f650987afa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031240Z:80042857-9918-4c09-819e-b8f650987afa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a8c09d7d-9a09-4a5b-aab8-e0e5553e66ea', + 'x-ms-correlation-request-id', + 'a8c09d7d-9a09-4a5b-aab8-e0e5553e66ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031241Z:a8c09d7d-9a09-4a5b-aab8-e0e5553e66ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e8b787c3-edc9-427b-a0fc-6189889d0826', + 'x-ms-correlation-request-id', + 'e8b787c3-edc9-427b-a0fc-6189889d0826', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031243Z:e8b787c3-edc9-427b-a0fc-6189889d0826', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5ee66486-97a4-4116-8850-c88a49778670', + 'x-ms-correlation-request-id', + '5ee66486-97a4-4116-8850-c88a49778670', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031243Z:5ee66486-97a4-4116-8850-c88a49778670', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0a3b6a15-6350-4979-8a91-88325b5fe397', + 'x-ms-correlation-request-id', + '0a3b6a15-6350-4979-8a91-88325b5fe397', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031245Z:0a3b6a15-6350-4979-8a91-88325b5fe397', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '40c1de8d-f339-433c-83cc-734132d8ae8f', + 'x-ms-correlation-request-id', + '40c1de8d-f339-433c-83cc-734132d8ae8f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031245Z:40c1de8d-f339-433c-83cc-734132d8ae8f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9054459b-7377-4d48-96bc-1f89f924afb6', + 'x-ms-correlation-request-id', + '9054459b-7377-4d48-96bc-1f89f924afb6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031247Z:9054459b-7377-4d48-96bc-1f89f924afb6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f65ed4bb-3dfb-40b8-ba8b-85fe2cc0cec0', + 'x-ms-correlation-request-id', + 'f65ed4bb-3dfb-40b8-ba8b-85fe2cc0cec0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031248Z:f65ed4bb-3dfb-40b8-ba8b-85fe2cc0cec0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aca0fc37-f179-4d4d-9679-4d96b70289f1', + 'x-ms-correlation-request-id', + 'aca0fc37-f179-4d4d-9679-4d96b70289f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031250Z:aca0fc37-f179-4d4d-9679-4d96b70289f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '14101065-b855-4653-8cb4-90efed1b7b40', + 'x-ms-correlation-request-id', + '14101065-b855-4653-8cb4-90efed1b7b40', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031250Z:14101065-b855-4653-8cb4-90efed1b7b40', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eb785f00-ac02-4241-99d1-1d6fa9e9e36d', + 'x-ms-correlation-request-id', + 'eb785f00-ac02-4241-99d1-1d6fa9e9e36d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031252Z:eb785f00-ac02-4241-99d1-1d6fa9e9e36d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '164b13de-ffaa-4cc9-a066-1b4db79d7e6d', + 'x-ms-correlation-request-id', + '164b13de-ffaa-4cc9-a066-1b4db79d7e6d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031253Z:164b13de-ffaa-4cc9-a066-1b4db79d7e6d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dcc098e3-26e7-441e-854a-a2502016c712', + 'x-ms-correlation-request-id', + 'dcc098e3-26e7-441e-854a-a2502016c712', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031255Z:dcc098e3-26e7-441e-854a-a2502016c712', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b83920a9-4c1d-4dae-af15-59ef96d67bef', + 'x-ms-correlation-request-id', + 'b83920a9-4c1d-4dae-af15-59ef96d67bef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031255Z:b83920a9-4c1d-4dae-af15-59ef96d67bef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2486768c-a006-40a7-8a80-37336e43f711', + 'x-ms-correlation-request-id', + '2486768c-a006-40a7-8a80-37336e43f711', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031257Z:2486768c-a006-40a7-8a80-37336e43f711', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '37e21476-de28-435a-9e2a-9db90ec1db92', + 'x-ms-correlation-request-id', + '37e21476-de28-435a-9e2a-9db90ec1db92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031257Z:37e21476-de28-435a-9e2a-9db90ec1db92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b41af525-d999-4d6b-b779-453bc38613fc', + 'x-ms-correlation-request-id', + 'b41af525-d999-4d6b-b779-453bc38613fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031300Z:b41af525-d999-4d6b-b779-453bc38613fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ffc85ce3-0645-40dc-b735-627ab9f2c2db', + 'x-ms-correlation-request-id', + 'ffc85ce3-0645-40dc-b735-627ab9f2c2db', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031300Z:ffc85ce3-0645-40dc-b735-627ab9f2c2db', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:12:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5b30d58e-b3fc-4e1a-8a71-f5d7ed386a59', + 'x-ms-correlation-request-id', + '5b30d58e-b3fc-4e1a-8a71-f5d7ed386a59', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031302Z:5b30d58e-b3fc-4e1a-8a71-f5d7ed386a59', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c109bb0c-26c9-40e0-882c-d4f52843a06d', + 'x-ms-correlation-request-id', + 'c109bb0c-26c9-40e0-882c-d4f52843a06d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031302Z:c109bb0c-26c9-40e0-882c-d4f52843a06d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '13511068-5344-434b-a672-8a921c9d3525', + 'x-ms-correlation-request-id', + '13511068-5344-434b-a672-8a921c9d3525', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031304Z:13511068-5344-434b-a672-8a921c9d3525', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9da803fb-1074-443e-8f09-407a6a3ca051', + 'x-ms-correlation-request-id', + '9da803fb-1074-443e-8f09-407a6a3ca051', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031304Z:9da803fb-1074-443e-8f09-407a6a3ca051', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc559d82-4181-45f5-95f3-22580a445da4', + 'x-ms-correlation-request-id', + 'bc559d82-4181-45f5-95f3-22580a445da4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031307Z:bc559d82-4181-45f5-95f3-22580a445da4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '517ea56c-0933-46e1-afac-c0c74bd345f5', + 'x-ms-correlation-request-id', + '517ea56c-0933-46e1-afac-c0c74bd345f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031307Z:517ea56c-0933-46e1-afac-c0c74bd345f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ab954084-10c2-4c6b-b9e0-0349054c1776', + 'x-ms-correlation-request-id', + 'ab954084-10c2-4c6b-b9e0-0349054c1776', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031309Z:ab954084-10c2-4c6b-b9e0-0349054c1776', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2783d76a-7757-4072-b1c4-21bccab46175', + 'x-ms-correlation-request-id', + '2783d76a-7757-4072-b1c4-21bccab46175', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031309Z:2783d76a-7757-4072-b1c4-21bccab46175', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b2747e50-1857-48a8-b57a-635ad290a93c', + 'x-ms-correlation-request-id', + 'b2747e50-1857-48a8-b57a-635ad290a93c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031311Z:b2747e50-1857-48a8-b57a-635ad290a93c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'efd6f4c5-0305-4864-9c99-c52043e06337', + 'x-ms-correlation-request-id', + 'efd6f4c5-0305-4864-9c99-c52043e06337', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031311Z:efd6f4c5-0305-4864-9c99-c52043e06337', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'df2315e1-2a79-4244-a32a-4f91496dc165', + 'x-ms-correlation-request-id', + 'df2315e1-2a79-4244-a32a-4f91496dc165', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031314Z:df2315e1-2a79-4244-a32a-4f91496dc165', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ed7d93f-5dca-4fd4-b0e6-f7c4979b4c61', + 'x-ms-correlation-request-id', + '9ed7d93f-5dca-4fd4-b0e6-f7c4979b4c61', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031314Z:9ed7d93f-5dca-4fd4-b0e6-f7c4979b4c61', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0653dc2-da46-44c0-a308-4d72f7a0b993', + 'x-ms-correlation-request-id', + 'd0653dc2-da46-44c0-a308-4d72f7a0b993', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031316Z:d0653dc2-da46-44c0-a308-4d72f7a0b993', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc6b6cae-cc11-4d71-872c-d49cf2291dcd', + 'x-ms-correlation-request-id', + 'fc6b6cae-cc11-4d71-872c-d49cf2291dcd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031317Z:fc6b6cae-cc11-4d71-872c-d49cf2291dcd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '817c2bcb-fe02-4b36-8a5f-6c3a43d08a91', + 'x-ms-correlation-request-id', + '817c2bcb-fe02-4b36-8a5f-6c3a43d08a91', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031318Z:817c2bcb-fe02-4b36-8a5f-6c3a43d08a91', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3791a262-2ee6-4738-a474-f42042d118af', + 'x-ms-correlation-request-id', + '3791a262-2ee6-4738-a474-f42042d118af', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031319Z:3791a262-2ee6-4738-a474-f42042d118af', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '70dbe6f3-d732-4ab6-86a6-3013efc8a22a', + 'x-ms-correlation-request-id', + '70dbe6f3-d732-4ab6-86a6-3013efc8a22a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031321Z:70dbe6f3-d732-4ab6-86a6-3013efc8a22a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f8efa3a8-c4e0-4b70-a4ee-aa8bdb7eae2e', + 'x-ms-correlation-request-id', + 'f8efa3a8-c4e0-4b70-a4ee-aa8bdb7eae2e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031321Z:f8efa3a8-c4e0-4b70-a4ee-aa8bdb7eae2e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ec587807-5daa-4856-a659-daf5fa3588dd', + 'x-ms-correlation-request-id', + 'ec587807-5daa-4856-a659-daf5fa3588dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031323Z:ec587807-5daa-4856-a659-daf5fa3588dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f17bb15-0a63-4d12-ab04-e1be5d304629', + 'x-ms-correlation-request-id', + '2f17bb15-0a63-4d12-ab04-e1be5d304629', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031324Z:2f17bb15-0a63-4d12-ab04-e1be5d304629', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '65e3dfdc-3998-4113-8080-306299b426c2', + 'x-ms-correlation-request-id', + '65e3dfdc-3998-4113-8080-306299b426c2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031325Z:65e3dfdc-3998-4113-8080-306299b426c2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '26037838-97e4-41ee-8aab-c141906ef816', + 'x-ms-correlation-request-id', + '26037838-97e4-41ee-8aab-c141906ef816', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031326Z:26037838-97e4-41ee-8aab-c141906ef816', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5cfbb9d2-36fd-4a15-a1eb-4afce25f8787', + 'x-ms-correlation-request-id', + '5cfbb9d2-36fd-4a15-a1eb-4afce25f8787', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031327Z:5cfbb9d2-36fd-4a15-a1eb-4afce25f8787', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29fcf186-da3d-4e69-843f-2b3c60589737', + 'x-ms-correlation-request-id', + '29fcf186-da3d-4e69-843f-2b3c60589737', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031328Z:29fcf186-da3d-4e69-843f-2b3c60589737', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f80404a9-b98e-4bb5-bbd9-03caaab668e6', + 'x-ms-correlation-request-id', + 'f80404a9-b98e-4bb5-bbd9-03caaab668e6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031330Z:f80404a9-b98e-4bb5-bbd9-03caaab668e6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7fb99cfd-e155-4640-94cd-91e339a7c73e', + 'x-ms-correlation-request-id', + '7fb99cfd-e155-4640-94cd-91e339a7c73e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031331Z:7fb99cfd-e155-4640-94cd-91e339a7c73e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'be1de53f-2b5f-49bc-a52f-183d8a87e5ef', + 'x-ms-correlation-request-id', + 'be1de53f-2b5f-49bc-a52f-183d8a87e5ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031332Z:be1de53f-2b5f-49bc-a52f-183d8a87e5ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '07b945ef-3dee-4909-9382-5c9c19977353', + 'x-ms-correlation-request-id', + '07b945ef-3dee-4909-9382-5c9c19977353', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031333Z:07b945ef-3dee-4909-9382-5c9c19977353', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0ec9749b-561f-4e4e-b5f2-0ed6ca28c2c3', + 'x-ms-correlation-request-id', + '0ec9749b-561f-4e4e-b5f2-0ed6ca28c2c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031334Z:0ec9749b-561f-4e4e-b5f2-0ed6ca28c2c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc5f90fc-b85d-4116-a0fb-5f55a50dca4a', + 'x-ms-correlation-request-id', + 'bc5f90fc-b85d-4116-a0fb-5f55a50dca4a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031335Z:bc5f90fc-b85d-4116-a0fb-5f55a50dca4a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2886211c-d9b9-448a-9305-725417061403', + 'x-ms-correlation-request-id', + '2886211c-d9b9-448a-9305-725417061403', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031337Z:2886211c-d9b9-448a-9305-725417061403', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6cbcd555-6699-4769-8cf3-46320d924d30', + 'x-ms-correlation-request-id', + '6cbcd555-6699-4769-8cf3-46320d924d30', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031338Z:6cbcd555-6699-4769-8cf3-46320d924d30', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce844ed4-5484-4691-9edc-e4098e89fd1b', + 'x-ms-correlation-request-id', + 'ce844ed4-5484-4691-9edc-e4098e89fd1b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031339Z:ce844ed4-5484-4691-9edc-e4098e89fd1b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '47798a89-b7b5-4d60-81b8-da25aff651ed', + 'x-ms-correlation-request-id', + '47798a89-b7b5-4d60-81b8-da25aff651ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031340Z:47798a89-b7b5-4d60-81b8-da25aff651ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e85d119-ecfb-4fa2-b96d-6761213fe828', + 'x-ms-correlation-request-id', + '5e85d119-ecfb-4fa2-b96d-6761213fe828', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031341Z:5e85d119-ecfb-4fa2-b96d-6761213fe828', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a3d394ae-eb95-43e9-8689-3c1e4cdaa969', + 'x-ms-correlation-request-id', + 'a3d394ae-eb95-43e9-8689-3c1e4cdaa969', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031342Z:a3d394ae-eb95-43e9-8689-3c1e4cdaa969', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd30f6916-3049-4089-a939-72d380ebb805', + 'x-ms-correlation-request-id', + 'd30f6916-3049-4089-a939-72d380ebb805', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031344Z:d30f6916-3049-4089-a939-72d380ebb805', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3b6b6b4f-8759-4727-8ebf-888c29d5629b', + 'x-ms-correlation-request-id', + '3b6b6b4f-8759-4727-8ebf-888c29d5629b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031345Z:3b6b6b4f-8759-4727-8ebf-888c29d5629b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '14e78eb2-12d0-454c-ad79-15a5d6bd9636', + 'x-ms-correlation-request-id', + '14e78eb2-12d0-454c-ad79-15a5d6bd9636', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031346Z:14e78eb2-12d0-454c-ad79-15a5d6bd9636', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f9eb565f-1af1-4ca9-9dd3-60c78e15ae4e', + 'x-ms-correlation-request-id', + 'f9eb565f-1af1-4ca9-9dd3-60c78e15ae4e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031347Z:f9eb565f-1af1-4ca9-9dd3-60c78e15ae4e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '50cfa6b6-3e0a-418e-bd24-6bb0e10c8f44', + 'x-ms-correlation-request-id', + '50cfa6b6-3e0a-418e-bd24-6bb0e10c8f44', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031348Z:50cfa6b6-3e0a-418e-bd24-6bb0e10c8f44', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '093f01de-99ca-4ab5-b437-8f19d97e5d4c', + 'x-ms-correlation-request-id', + '093f01de-99ca-4ab5-b437-8f19d97e5d4c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031349Z:093f01de-99ca-4ab5-b437-8f19d97e5d4c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b2ccd2f-b941-430e-810a-b0f5235d02ac', + 'x-ms-correlation-request-id', + '6b2ccd2f-b941-430e-810a-b0f5235d02ac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031351Z:6b2ccd2f-b941-430e-810a-b0f5235d02ac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8873dbe5-01d6-471b-aff2-e0e5a88dc9a6', + 'x-ms-correlation-request-id', + '8873dbe5-01d6-471b-aff2-e0e5a88dc9a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031352Z:8873dbe5-01d6-471b-aff2-e0e5a88dc9a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5f10f95-7880-4abe-93ca-44f81d0ba11d', + 'x-ms-correlation-request-id', + 'b5f10f95-7880-4abe-93ca-44f81d0ba11d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031353Z:b5f10f95-7880-4abe-93ca-44f81d0ba11d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ced1b6b3-d7ef-4691-ab3d-3bc0b41f479c', + 'x-ms-correlation-request-id', + 'ced1b6b3-d7ef-4691-ab3d-3bc0b41f479c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031354Z:ced1b6b3-d7ef-4691-ab3d-3bc0b41f479c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7ab47d42-30b7-46bd-b08c-ea3e5134a42e', + 'x-ms-correlation-request-id', + '7ab47d42-30b7-46bd-b08c-ea3e5134a42e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031355Z:7ab47d42-30b7-46bd-b08c-ea3e5134a42e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0a8b07e8-ae73-42b6-94fa-58b852f961e5', + 'x-ms-correlation-request-id', + '0a8b07e8-ae73-42b6-94fa-58b852f961e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031356Z:0a8b07e8-ae73-42b6-94fa-58b852f961e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '18c9deaf-7f64-4c3f-9ed5-481008eb20f3', + 'x-ms-correlation-request-id', + '18c9deaf-7f64-4c3f-9ed5-481008eb20f3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031358Z:18c9deaf-7f64-4c3f-9ed5-481008eb20f3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e063dc56-f533-42b7-ad16-11e03b5f20e0', + 'x-ms-correlation-request-id', + 'e063dc56-f533-42b7-ad16-11e03b5f20e0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031358Z:e063dc56-f533-42b7-ad16-11e03b5f20e0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '569ebca5-d530-4bf2-bc6f-76f5a37685f2', + 'x-ms-correlation-request-id', + '569ebca5-d530-4bf2-bc6f-76f5a37685f2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031400Z:569ebca5-d530-4bf2-bc6f-76f5a37685f2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:13:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f61fa40b-ca08-48a0-9318-d49a6b106a87', + 'x-ms-correlation-request-id', + 'f61fa40b-ca08-48a0-9318-d49a6b106a87', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031401Z:f61fa40b-ca08-48a0-9318-d49a6b106a87', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5f4b683-003a-4769-ade0-082538f9622e', + 'x-ms-correlation-request-id', + 'b5f4b683-003a-4769-ade0-082538f9622e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031402Z:b5f4b683-003a-4769-ade0-082538f9622e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '58342db4-f2c1-435d-beba-6bd24e76f137', + 'x-ms-correlation-request-id', + '58342db4-f2c1-435d-beba-6bd24e76f137', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031403Z:58342db4-f2c1-435d-beba-6bd24e76f137', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c375a77b-aba3-4562-8f8a-efda18d63fbb', + 'x-ms-correlation-request-id', + 'c375a77b-aba3-4562-8f8a-efda18d63fbb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031405Z:c375a77b-aba3-4562-8f8a-efda18d63fbb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '398805df-e7cf-464d-8f31-ee618f9fdc8f', + 'x-ms-correlation-request-id', + '398805df-e7cf-464d-8f31-ee618f9fdc8f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031405Z:398805df-e7cf-464d-8f31-ee618f9fdc8f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b9497cf-3eb9-4d0f-84fd-872d15914342', + 'x-ms-correlation-request-id', + '9b9497cf-3eb9-4d0f-84fd-872d15914342', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031407Z:9b9497cf-3eb9-4d0f-84fd-872d15914342', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '409007f6-f44a-4782-8af5-ff3821b97dac', + 'x-ms-correlation-request-id', + '409007f6-f44a-4782-8af5-ff3821b97dac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031408Z:409007f6-f44a-4782-8af5-ff3821b97dac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7b82847-b0b4-474a-8c30-0c6683a077e5', + 'x-ms-correlation-request-id', + 'f7b82847-b0b4-474a-8c30-0c6683a077e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031409Z:f7b82847-b0b4-474a-8c30-0c6683a077e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b381375-d1f8-44a4-a7d7-5592c9657265', + 'x-ms-correlation-request-id', + '9b381375-d1f8-44a4-a7d7-5592c9657265', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031410Z:9b381375-d1f8-44a4-a7d7-5592c9657265', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32f9ed4b-2a37-4f1c-b386-152764041ac4', + 'x-ms-correlation-request-id', + '32f9ed4b-2a37-4f1c-b386-152764041ac4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031412Z:32f9ed4b-2a37-4f1c-b386-152764041ac4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '207af79e-bfd7-406a-870d-b5ad685f1445', + 'x-ms-correlation-request-id', + '207af79e-bfd7-406a-870d-b5ad685f1445', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031412Z:207af79e-bfd7-406a-870d-b5ad685f1445', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd70fbca5-a8f4-4d03-bc72-c11cc4970126', + 'x-ms-correlation-request-id', + 'd70fbca5-a8f4-4d03-bc72-c11cc4970126', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031414Z:d70fbca5-a8f4-4d03-bc72-c11cc4970126', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c15a32d4-d247-47bf-89df-b67b37172814', + 'x-ms-correlation-request-id', + 'c15a32d4-d247-47bf-89df-b67b37172814', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031415Z:c15a32d4-d247-47bf-89df-b67b37172814', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9eab72e-751b-468c-bc1c-e3e953d2ebbd', + 'x-ms-correlation-request-id', + 'e9eab72e-751b-468c-bc1c-e3e953d2ebbd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031416Z:e9eab72e-751b-468c-bc1c-e3e953d2ebbd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef9cbefd-c6fb-422e-8d45-342e51efb1bc', + 'x-ms-correlation-request-id', + 'ef9cbefd-c6fb-422e-8d45-342e51efb1bc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031418Z:ef9cbefd-c6fb-422e-8d45-342e51efb1bc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e89af90e-2736-4da3-b838-872ff3ce7c7d', + 'x-ms-correlation-request-id', + 'e89af90e-2736-4da3-b838-872ff3ce7c7d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031419Z:e89af90e-2736-4da3-b838-872ff3ce7c7d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9918dfc8-2c4a-445c-b764-9b0888e0d10c', + 'x-ms-correlation-request-id', + '9918dfc8-2c4a-445c-b764-9b0888e0d10c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031420Z:9918dfc8-2c4a-445c-b764-9b0888e0d10c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e993a4d-7cc8-44ed-a850-2028f88fe0cd', + 'x-ms-correlation-request-id', + '5e993a4d-7cc8-44ed-a850-2028f88fe0cd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031421Z:5e993a4d-7cc8-44ed-a850-2028f88fe0cd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd4ba6165-cc0c-4f3f-bc45-994c5a568f26', + 'x-ms-correlation-request-id', + 'd4ba6165-cc0c-4f3f-bc45-994c5a568f26', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031422Z:d4ba6165-cc0c-4f3f-bc45-994c5a568f26', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '84427c2c-6983-4eda-afb5-8bb22046ec45', + 'x-ms-correlation-request-id', + '84427c2c-6983-4eda-afb5-8bb22046ec45', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031423Z:84427c2c-6983-4eda-afb5-8bb22046ec45', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc20c452-9ff8-4ea8-ab75-bf9c1dcd881a', + 'x-ms-correlation-request-id', + 'fc20c452-9ff8-4ea8-ab75-bf9c1dcd881a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031425Z:fc20c452-9ff8-4ea8-ab75-bf9c1dcd881a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e1177647-9596-41a4-abf8-dab78558d10d', + 'x-ms-correlation-request-id', + 'e1177647-9596-41a4-abf8-dab78558d10d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031426Z:e1177647-9596-41a4-abf8-dab78558d10d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '04d33c35-3e83-4bf1-8e0f-7a9363711bce', + 'x-ms-correlation-request-id', + '04d33c35-3e83-4bf1-8e0f-7a9363711bce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031427Z:04d33c35-3e83-4bf1-8e0f-7a9363711bce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5bc9ade-4d5b-42f5-92d0-8ab5b3912f64', + 'x-ms-correlation-request-id', + 'd5bc9ade-4d5b-42f5-92d0-8ab5b3912f64', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031428Z:d5bc9ade-4d5b-42f5-92d0-8ab5b3912f64', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '83b12f75-00fe-4b08-a7e4-9e9dfc58b88c', + 'x-ms-correlation-request-id', + '83b12f75-00fe-4b08-a7e4-9e9dfc58b88c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031429Z:83b12f75-00fe-4b08-a7e4-9e9dfc58b88c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5770fe9b-c67b-4fb9-b319-565973a224cf', + 'x-ms-correlation-request-id', + '5770fe9b-c67b-4fb9-b319-565973a224cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031430Z:5770fe9b-c67b-4fb9-b319-565973a224cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0f8ae885-e463-49f1-b720-d0a08ab9e5f9', + 'x-ms-correlation-request-id', + '0f8ae885-e463-49f1-b720-d0a08ab9e5f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031432Z:0f8ae885-e463-49f1-b720-d0a08ab9e5f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '046c88ff-3678-419b-9c72-87ceb00972ea', + 'x-ms-correlation-request-id', + '046c88ff-3678-419b-9c72-87ceb00972ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031433Z:046c88ff-3678-419b-9c72-87ceb00972ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '66332348-1b64-4d62-8aa2-287a722d3986', + 'x-ms-correlation-request-id', + '66332348-1b64-4d62-8aa2-287a722d3986', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031434Z:66332348-1b64-4d62-8aa2-287a722d3986', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '098d6568-8bad-412f-b292-9d288868a37d', + 'x-ms-correlation-request-id', + '098d6568-8bad-412f-b292-9d288868a37d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031435Z:098d6568-8bad-412f-b292-9d288868a37d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a81f17d7-b0fc-42aa-ae46-a90b13820690', + 'x-ms-correlation-request-id', + 'a81f17d7-b0fc-42aa-ae46-a90b13820690', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031436Z:a81f17d7-b0fc-42aa-ae46-a90b13820690', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'acccf37c-6047-45b4-9661-79044e71399c', + 'x-ms-correlation-request-id', + 'acccf37c-6047-45b4-9661-79044e71399c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031437Z:acccf37c-6047-45b4-9661-79044e71399c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '830b845c-187b-45d7-b5f3-1888eb01f9fd', + 'x-ms-correlation-request-id', + '830b845c-187b-45d7-b5f3-1888eb01f9fd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031439Z:830b845c-187b-45d7-b5f3-1888eb01f9fd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8914c08a-446f-47c5-bd78-1b98d5462fe1', + 'x-ms-correlation-request-id', + '8914c08a-446f-47c5-bd78-1b98d5462fe1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031440Z:8914c08a-446f-47c5-bd78-1b98d5462fe1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd4392da0-5711-4504-b623-86d6dac9c9f3', + 'x-ms-correlation-request-id', + 'd4392da0-5711-4504-b623-86d6dac9c9f3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031441Z:d4392da0-5711-4504-b623-86d6dac9c9f3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '09532f65-1654-4de7-9579-178b293cffee', + 'x-ms-correlation-request-id', + '09532f65-1654-4de7-9579-178b293cffee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031442Z:09532f65-1654-4de7-9579-178b293cffee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dae2e4bd-48df-4ba6-a370-d85655f11e17', + 'x-ms-correlation-request-id', + 'dae2e4bd-48df-4ba6-a370-d85655f11e17', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031443Z:dae2e4bd-48df-4ba6-a370-d85655f11e17', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e8bb9ccf-fb32-4518-bf5a-06f0d10d07d3', + 'x-ms-correlation-request-id', + 'e8bb9ccf-fb32-4518-bf5a-06f0d10d07d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031444Z:e8bb9ccf-fb32-4518-bf5a-06f0d10d07d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '17d344c8-ebb3-41f8-a0c6-4423b014f3c3', + 'x-ms-correlation-request-id', + '17d344c8-ebb3-41f8-a0c6-4423b014f3c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031446Z:17d344c8-ebb3-41f8-a0c6-4423b014f3c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0b539d0e-da46-4f0c-a479-a4764c480d87', + 'x-ms-correlation-request-id', + '0b539d0e-da46-4f0c-a479-a4764c480d87', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031447Z:0b539d0e-da46-4f0c-a479-a4764c480d87', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bb0251d3-b492-4997-b65d-173f74948748', + 'x-ms-correlation-request-id', + 'bb0251d3-b492-4997-b65d-173f74948748', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031448Z:bb0251d3-b492-4997-b65d-173f74948748', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '356a9104-9c3a-4978-beec-53523eeebec5', + 'x-ms-correlation-request-id', + '356a9104-9c3a-4978-beec-53523eeebec5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031449Z:356a9104-9c3a-4978-beec-53523eeebec5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '231be3e9-e38e-4aed-80da-4abfea10f54e', + 'x-ms-correlation-request-id', + '231be3e9-e38e-4aed-80da-4abfea10f54e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031450Z:231be3e9-e38e-4aed-80da-4abfea10f54e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f4bf569-84b0-443d-a3ae-a3fc873c0b28', + 'x-ms-correlation-request-id', + '1f4bf569-84b0-443d-a3ae-a3fc873c0b28', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031452Z:1f4bf569-84b0-443d-a3ae-a3fc873c0b28', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5cb524cf-22a9-432c-aebc-ce012a0465ab', + 'x-ms-correlation-request-id', + '5cb524cf-22a9-432c-aebc-ce012a0465ab', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031452Z:5cb524cf-22a9-432c-aebc-ce012a0465ab', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5463afae-a97a-48db-ac7a-6cb785a85a5f', + 'x-ms-correlation-request-id', + '5463afae-a97a-48db-ac7a-6cb785a85a5f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031454Z:5463afae-a97a-48db-ac7a-6cb785a85a5f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9f18f658-908f-4b49-aad6-231f3c49397c', + 'x-ms-correlation-request-id', + '9f18f658-908f-4b49-aad6-231f3c49397c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031455Z:9f18f658-908f-4b49-aad6-231f3c49397c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4a007cdf-9b1c-4b52-8ed7-169fe55522e1', + 'x-ms-correlation-request-id', + '4a007cdf-9b1c-4b52-8ed7-169fe55522e1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031456Z:4a007cdf-9b1c-4b52-8ed7-169fe55522e1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c379a764-8275-4419-9e68-a46a0ee25558', + 'x-ms-correlation-request-id', + 'c379a764-8275-4419-9e68-a46a0ee25558', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031457Z:c379a764-8275-4419-9e68-a46a0ee25558', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5dce43db-0b0b-40f2-a373-192641774b16', + 'x-ms-correlation-request-id', + '5dce43db-0b0b-40f2-a373-192641774b16', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031459Z:5dce43db-0b0b-40f2-a373-192641774b16', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a15e096c-b1d6-416c-9153-a285f6ef05f7', + 'x-ms-correlation-request-id', + 'a15e096c-b1d6-416c-9153-a285f6ef05f7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031459Z:a15e096c-b1d6-416c-9153-a285f6ef05f7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:14:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c492d166-d703-443c-a7ac-67c23faaca99', + 'x-ms-correlation-request-id', + 'c492d166-d703-443c-a7ac-67c23faaca99', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031501Z:c492d166-d703-443c-a7ac-67c23faaca99', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '28310e65-50e6-463e-84f1-9877d759759a', + 'x-ms-correlation-request-id', + '28310e65-50e6-463e-84f1-9877d759759a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031502Z:28310e65-50e6-463e-84f1-9877d759759a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5a72de5-69ac-4d43-9833-49b19183f3c3', + 'x-ms-correlation-request-id', + 'b5a72de5-69ac-4d43-9833-49b19183f3c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031503Z:b5a72de5-69ac-4d43-9833-49b19183f3c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c5c13fc-9438-4aa0-8323-c531b9f4cfdb', + 'x-ms-correlation-request-id', + '4c5c13fc-9438-4aa0-8323-c531b9f4cfdb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031504Z:4c5c13fc-9438-4aa0-8323-c531b9f4cfdb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b49c9c51-ec22-421c-917a-33aa7e0092df', + 'x-ms-correlation-request-id', + 'b49c9c51-ec22-421c-917a-33aa7e0092df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031506Z:b49c9c51-ec22-421c-917a-33aa7e0092df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd9e36ac-fc18-434d-af8b-8a75b33dc5a4', + 'x-ms-correlation-request-id', + 'bd9e36ac-fc18-434d-af8b-8a75b33dc5a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031506Z:bd9e36ac-fc18-434d-af8b-8a75b33dc5a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5bcdbc7-db33-4afc-af76-27bc9e8b9caa', + 'x-ms-correlation-request-id', + 'd5bcdbc7-db33-4afc-af76-27bc9e8b9caa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031508Z:d5bcdbc7-db33-4afc-af76-27bc9e8b9caa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '74a5afb4-bc10-4049-9762-38765f1d5340', + 'x-ms-correlation-request-id', + '74a5afb4-bc10-4049-9762-38765f1d5340', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031509Z:74a5afb4-bc10-4049-9762-38765f1d5340', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bb767715-b9e4-466d-b24e-71f44ee048f0', + 'x-ms-correlation-request-id', + 'bb767715-b9e4-466d-b24e-71f44ee048f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031510Z:bb767715-b9e4-466d-b24e-71f44ee048f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '51753af4-ac0f-4a46-8bbd-ecd6796651c1', + 'x-ms-correlation-request-id', + '51753af4-ac0f-4a46-8bbd-ecd6796651c1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031511Z:51753af4-ac0f-4a46-8bbd-ecd6796651c1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f628eb61-2431-4879-a502-25f0dd5bb8c3', + 'x-ms-correlation-request-id', + 'f628eb61-2431-4879-a502-25f0dd5bb8c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031513Z:f628eb61-2431-4879-a502-25f0dd5bb8c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a942c809-e2a3-4d19-9276-81bdcac92f92', + 'x-ms-correlation-request-id', + 'a942c809-e2a3-4d19-9276-81bdcac92f92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031514Z:a942c809-e2a3-4d19-9276-81bdcac92f92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c0b0493f-bfdc-4556-9ba5-719b1dc71453', + 'x-ms-correlation-request-id', + 'c0b0493f-bfdc-4556-9ba5-719b1dc71453', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031515Z:c0b0493f-bfdc-4556-9ba5-719b1dc71453', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'be4bde14-be4d-49bd-93a3-b64ebcfe05ff', + 'x-ms-correlation-request-id', + 'be4bde14-be4d-49bd-93a3-b64ebcfe05ff', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031516Z:be4bde14-be4d-49bd-93a3-b64ebcfe05ff', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5b4d78ec-63b8-4206-9922-fcc95ede3ac9', + 'x-ms-correlation-request-id', + '5b4d78ec-63b8-4206-9922-fcc95ede3ac9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031517Z:5b4d78ec-63b8-4206-9922-fcc95ede3ac9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e3b0723-5c3c-4264-a021-d7c1bc24af4c', + 'x-ms-correlation-request-id', + '5e3b0723-5c3c-4264-a021-d7c1bc24af4c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031519Z:5e3b0723-5c3c-4264-a021-d7c1bc24af4c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc5935cb-5d13-43f7-b69d-dfa908226814', + 'x-ms-correlation-request-id', + 'bc5935cb-5d13-43f7-b69d-dfa908226814', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031520Z:bc5935cb-5d13-43f7-b69d-dfa908226814', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4e74506b-f1d9-496e-a097-9c956b2c58b5', + 'x-ms-correlation-request-id', + '4e74506b-f1d9-496e-a097-9c956b2c58b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031521Z:4e74506b-f1d9-496e-a097-9c956b2c58b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0c94c813-cc96-478f-ac3e-159810477dc9', + 'x-ms-correlation-request-id', + '0c94c813-cc96-478f-ac3e-159810477dc9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031522Z:0c94c813-cc96-478f-ac3e-159810477dc9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '41a2f0aa-18e6-45d3-822f-efbad0468c23', + 'x-ms-correlation-request-id', + '41a2f0aa-18e6-45d3-822f-efbad0468c23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031523Z:41a2f0aa-18e6-45d3-822f-efbad0468c23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f59a8ec4-8262-4e62-bcda-87df71a1ae48', + 'x-ms-correlation-request-id', + 'f59a8ec4-8262-4e62-bcda-87df71a1ae48', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031524Z:f59a8ec4-8262-4e62-bcda-87df71a1ae48', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b9f3590-4629-47b6-b495-afe294497e69', + 'x-ms-correlation-request-id', + '9b9f3590-4629-47b6-b495-afe294497e69', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031526Z:9b9f3590-4629-47b6-b495-afe294497e69', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8aaf86eb-86a9-40cb-8838-792965fd1be7', + 'x-ms-correlation-request-id', + '8aaf86eb-86a9-40cb-8838-792965fd1be7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031527Z:8aaf86eb-86a9-40cb-8838-792965fd1be7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c54b09db-7516-4ac6-84c0-70ed5f359cb1', + 'x-ms-correlation-request-id', + 'c54b09db-7516-4ac6-84c0-70ed5f359cb1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031528Z:c54b09db-7516-4ac6-84c0-70ed5f359cb1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2e610b80-1939-4245-b89d-d9d9c2b6cfe4', + 'x-ms-correlation-request-id', + '2e610b80-1939-4245-b89d-d9d9c2b6cfe4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031529Z:2e610b80-1939-4245-b89d-d9d9c2b6cfe4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7501dd11-0be0-48fb-afe0-47153a44244b', + 'x-ms-correlation-request-id', + '7501dd11-0be0-48fb-afe0-47153a44244b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031530Z:7501dd11-0be0-48fb-afe0-47153a44244b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a87b57f9-f600-45a6-b199-f88e0710f402', + 'x-ms-correlation-request-id', + 'a87b57f9-f600-45a6-b199-f88e0710f402', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031531Z:a87b57f9-f600-45a6-b199-f88e0710f402', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3258c7d9-9962-4ac6-81a2-b96aad0d42f0', + 'x-ms-correlation-request-id', + '3258c7d9-9962-4ac6-81a2-b96aad0d42f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031533Z:3258c7d9-9962-4ac6-81a2-b96aad0d42f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f3ce38c-9ed7-4d3e-a98f-ef7345e269e9', + 'x-ms-correlation-request-id', + '7f3ce38c-9ed7-4d3e-a98f-ef7345e269e9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031534Z:7f3ce38c-9ed7-4d3e-a98f-ef7345e269e9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4485ec9f-9d6b-4da0-b2ea-3305dac138e8', + 'x-ms-correlation-request-id', + '4485ec9f-9d6b-4da0-b2ea-3305dac138e8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031535Z:4485ec9f-9d6b-4da0-b2ea-3305dac138e8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e77411e3-42fd-41bf-aad7-57d3d5665e7e', + 'x-ms-correlation-request-id', + 'e77411e3-42fd-41bf-aad7-57d3d5665e7e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031536Z:e77411e3-42fd-41bf-aad7-57d3d5665e7e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '56ba185b-0a09-4f21-b165-cb1216b9ce41', + 'x-ms-correlation-request-id', + '56ba185b-0a09-4f21-b165-cb1216b9ce41', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031537Z:56ba185b-0a09-4f21-b165-cb1216b9ce41', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29c5804b-f548-4a92-9a7b-3c92c1f86e08', + 'x-ms-correlation-request-id', + '29c5804b-f548-4a92-9a7b-3c92c1f86e08', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031538Z:29c5804b-f548-4a92-9a7b-3c92c1f86e08', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '507de92a-14bb-4b3f-b502-ec8a7e81933b', + 'x-ms-correlation-request-id', + '507de92a-14bb-4b3f-b502-ec8a7e81933b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031540Z:507de92a-14bb-4b3f-b502-ec8a7e81933b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '88f13c19-577d-4341-9d13-577de81ad3f9', + 'x-ms-correlation-request-id', + '88f13c19-577d-4341-9d13-577de81ad3f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031541Z:88f13c19-577d-4341-9d13-577de81ad3f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '839de6c7-8064-41cc-b8b6-fc6db56cd1e6', + 'x-ms-correlation-request-id', + '839de6c7-8064-41cc-b8b6-fc6db56cd1e6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031542Z:839de6c7-8064-41cc-b8b6-fc6db56cd1e6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '227cd83a-c19c-4e39-8b2e-f8eb4de03dcd', + 'x-ms-correlation-request-id', + '227cd83a-c19c-4e39-8b2e-f8eb4de03dcd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031543Z:227cd83a-c19c-4e39-8b2e-f8eb4de03dcd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b43f9d28-58a8-4b2f-b1db-d4257f80d101', + 'x-ms-correlation-request-id', + 'b43f9d28-58a8-4b2f-b1db-d4257f80d101', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031544Z:b43f9d28-58a8-4b2f-b1db-d4257f80d101', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6753f9aa-7113-44c4-8f69-8643d5e73940', + 'x-ms-correlation-request-id', + '6753f9aa-7113-44c4-8f69-8643d5e73940', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031545Z:6753f9aa-7113-44c4-8f69-8643d5e73940', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ffc4431-451e-4a17-89b8-db3cf2a68b01', + 'x-ms-correlation-request-id', + '1ffc4431-451e-4a17-89b8-db3cf2a68b01', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031547Z:1ffc4431-451e-4a17-89b8-db3cf2a68b01', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '230286a7-c2a9-4826-bc97-ffcd539ba521', + 'x-ms-correlation-request-id', + '230286a7-c2a9-4826-bc97-ffcd539ba521', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031547Z:230286a7-c2a9-4826-bc97-ffcd539ba521', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd307a26d-8e49-4aec-b569-289a27412688', + 'x-ms-correlation-request-id', + 'd307a26d-8e49-4aec-b569-289a27412688', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031549Z:d307a26d-8e49-4aec-b569-289a27412688', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5a4924f2-16b3-4906-a983-8e005e909f4e', + 'x-ms-correlation-request-id', + '5a4924f2-16b3-4906-a983-8e005e909f4e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031550Z:5a4924f2-16b3-4906-a983-8e005e909f4e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '805fa413-6f36-494e-afee-3c3837d58231', + 'x-ms-correlation-request-id', + '805fa413-6f36-494e-afee-3c3837d58231', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031551Z:805fa413-6f36-494e-afee-3c3837d58231', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5a51693a-ff7c-4ecf-b115-35963c23ecf6', + 'x-ms-correlation-request-id', + '5a51693a-ff7c-4ecf-b115-35963c23ecf6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031553Z:5a51693a-ff7c-4ecf-b115-35963c23ecf6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5753e6d0-4e89-45ec-a145-f4b4d8a3a9c7', + 'x-ms-correlation-request-id', + '5753e6d0-4e89-45ec-a145-f4b4d8a3a9c7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031553Z:5753e6d0-4e89-45ec-a145-f4b4d8a3a9c7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c97224f-439a-49c0-ba19-9836a2dc4bf2', + 'x-ms-correlation-request-id', + '8c97224f-439a-49c0-ba19-9836a2dc4bf2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031555Z:8c97224f-439a-49c0-ba19-9836a2dc4bf2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2acd40be-69f8-415e-b29d-1518d988b7a6', + 'x-ms-correlation-request-id', + '2acd40be-69f8-415e-b29d-1518d988b7a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031556Z:2acd40be-69f8-415e-b29d-1518d988b7a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd44a54bc-84ba-419d-bcd9-0d1fd2ae42ea', + 'x-ms-correlation-request-id', + 'd44a54bc-84ba-419d-bcd9-0d1fd2ae42ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031557Z:d44a54bc-84ba-419d-bcd9-0d1fd2ae42ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8642ee2a-f4b8-4d3b-b965-c7d8d461e4dd', + 'x-ms-correlation-request-id', + '8642ee2a-f4b8-4d3b-b965-c7d8d461e4dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031558Z:8642ee2a-f4b8-4d3b-b965-c7d8d461e4dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '07b993f6-4f85-4157-bb59-0f4d849cc4c8', + 'x-ms-correlation-request-id', + '07b993f6-4f85-4157-bb59-0f4d849cc4c8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031600Z:07b993f6-4f85-4157-bb59-0f4d849cc4c8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:15:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0fa1f36d-ecfc-4695-b5fe-0946380e2df8', + 'x-ms-correlation-request-id', + '0fa1f36d-ecfc-4695-b5fe-0946380e2df8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031600Z:0fa1f36d-ecfc-4695-b5fe-0946380e2df8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ed628d8a-02f4-4b3e-b228-d2529b0fcbd0', + 'x-ms-correlation-request-id', + 'ed628d8a-02f4-4b3e-b228-d2529b0fcbd0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031602Z:ed628d8a-02f4-4b3e-b228-d2529b0fcbd0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '146cbf89-a9fb-4313-9b50-3269fa57f6c0', + 'x-ms-correlation-request-id', + '146cbf89-a9fb-4313-9b50-3269fa57f6c0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031604Z:146cbf89-a9fb-4313-9b50-3269fa57f6c0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8070e488-fc00-4a64-94a2-356cc9fb6763', + 'x-ms-correlation-request-id', + '8070e488-fc00-4a64-94a2-356cc9fb6763', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031604Z:8070e488-fc00-4a64-94a2-356cc9fb6763', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '54cb75a0-1e34-4df4-bbea-71f29f667c23', + 'x-ms-correlation-request-id', + '54cb75a0-1e34-4df4-bbea-71f29f667c23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031607Z:54cb75a0-1e34-4df4-bbea-71f29f667c23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e599894c-94a7-4b8c-9583-fa4ce08e7d67', + 'x-ms-correlation-request-id', + 'e599894c-94a7-4b8c-9583-fa4ce08e7d67', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031607Z:e599894c-94a7-4b8c-9583-fa4ce08e7d67', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca04b66e-a462-4b0a-b487-a4fe84da623c', + 'x-ms-correlation-request-id', + 'ca04b66e-a462-4b0a-b487-a4fe84da623c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031609Z:ca04b66e-a462-4b0a-b487-a4fe84da623c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6deeac54-9b37-4810-88c3-c1a7a5b22627', + 'x-ms-correlation-request-id', + '6deeac54-9b37-4810-88c3-c1a7a5b22627', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031610Z:6deeac54-9b37-4810-88c3-c1a7a5b22627', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9a625f5-a6c7-42df-bdaa-23f6d7b3b52f', + 'x-ms-correlation-request-id', + 'a9a625f5-a6c7-42df-bdaa-23f6d7b3b52f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031611Z:a9a625f5-a6c7-42df-bdaa-23f6d7b3b52f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '495c3d90-90c8-4df2-af25-07d6753af63d', + 'x-ms-correlation-request-id', + '495c3d90-90c8-4df2-af25-07d6753af63d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031612Z:495c3d90-90c8-4df2-af25-07d6753af63d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4612b204-c85b-42d8-adc2-3c3941cfed17', + 'x-ms-correlation-request-id', + '4612b204-c85b-42d8-adc2-3c3941cfed17', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031614Z:4612b204-c85b-42d8-adc2-3c3941cfed17', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '361a848b-3a05-4295-b30c-0df6b14c36aa', + 'x-ms-correlation-request-id', + '361a848b-3a05-4295-b30c-0df6b14c36aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031615Z:361a848b-3a05-4295-b30c-0df6b14c36aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '595a0b3d-d253-4028-abf9-6268f1f68056', + 'x-ms-correlation-request-id', + '595a0b3d-d253-4028-abf9-6268f1f68056', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031616Z:595a0b3d-d253-4028-abf9-6268f1f68056', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f6d26068-32de-4db3-b153-a9bd5faa2f0c', + 'x-ms-correlation-request-id', + 'f6d26068-32de-4db3-b153-a9bd5faa2f0c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031617Z:f6d26068-32de-4db3-b153-a9bd5faa2f0c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '023b081e-f7aa-4f22-b955-ce5c72a75de1', + 'x-ms-correlation-request-id', + '023b081e-f7aa-4f22-b955-ce5c72a75de1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031618Z:023b081e-f7aa-4f22-b955-ce5c72a75de1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4db8ab22-b339-4f2a-badf-cccf71292ef3', + 'x-ms-correlation-request-id', + '4db8ab22-b339-4f2a-badf-cccf71292ef3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031619Z:4db8ab22-b339-4f2a-badf-cccf71292ef3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9daed846-e275-4b20-8617-7531246586c8', + 'x-ms-correlation-request-id', + '9daed846-e275-4b20-8617-7531246586c8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031621Z:9daed846-e275-4b20-8617-7531246586c8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ff4d1a81-efbf-4241-b850-c17b39529ba2', + 'x-ms-correlation-request-id', + 'ff4d1a81-efbf-4241-b850-c17b39529ba2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031622Z:ff4d1a81-efbf-4241-b850-c17b39529ba2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '39dfb2d2-6483-4313-ae6d-53bf858a5094', + 'x-ms-correlation-request-id', + '39dfb2d2-6483-4313-ae6d-53bf858a5094', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031623Z:39dfb2d2-6483-4313-ae6d-53bf858a5094', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0ba8eacf-0856-41ec-b090-d3fd90ad7951', + 'x-ms-correlation-request-id', + '0ba8eacf-0856-41ec-b090-d3fd90ad7951', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031624Z:0ba8eacf-0856-41ec-b090-d3fd90ad7951', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc250f3e-6068-4173-aeed-8f0f998d8629', + 'x-ms-correlation-request-id', + 'bc250f3e-6068-4173-aeed-8f0f998d8629', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031625Z:bc250f3e-6068-4173-aeed-8f0f998d8629', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a07183f6-5b31-49d4-aa3b-5d002ff57cd1', + 'x-ms-correlation-request-id', + 'a07183f6-5b31-49d4-aa3b-5d002ff57cd1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031626Z:a07183f6-5b31-49d4-aa3b-5d002ff57cd1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b4d4c6cd-3d09-4025-afe8-bce6284ad55b', + 'x-ms-correlation-request-id', + 'b4d4c6cd-3d09-4025-afe8-bce6284ad55b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031628Z:b4d4c6cd-3d09-4025-afe8-bce6284ad55b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7b6edf49-124c-4e5c-82f7-031213fa7d62', + 'x-ms-correlation-request-id', + '7b6edf49-124c-4e5c-82f7-031213fa7d62', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031629Z:7b6edf49-124c-4e5c-82f7-031213fa7d62', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6bb6eef4-e1cd-429b-a830-32815f116383', + 'x-ms-correlation-request-id', + '6bb6eef4-e1cd-429b-a830-32815f116383', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031630Z:6bb6eef4-e1cd-429b-a830-32815f116383', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0c4660f-a8fd-427c-a19d-93c675f552dd', + 'x-ms-correlation-request-id', + 'e0c4660f-a8fd-427c-a19d-93c675f552dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031632Z:e0c4660f-a8fd-427c-a19d-93c675f552dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42baaa29-07b7-43be-9230-96f6c440778c', + 'x-ms-correlation-request-id', + '42baaa29-07b7-43be-9230-96f6c440778c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031632Z:42baaa29-07b7-43be-9230-96f6c440778c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95da5a2a-a070-4e20-ac08-6f7fa91cdb04', + 'x-ms-correlation-request-id', + '95da5a2a-a070-4e20-ac08-6f7fa91cdb04', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031634Z:95da5a2a-a070-4e20-ac08-6f7fa91cdb04', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '16e07c3e-cdad-436a-9323-30f8eccb9368', + 'x-ms-correlation-request-id', + '16e07c3e-cdad-436a-9323-30f8eccb9368', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031635Z:16e07c3e-cdad-436a-9323-30f8eccb9368', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e700c54d-c8cc-4ba2-baba-5fdca18da5f5', + 'x-ms-correlation-request-id', + 'e700c54d-c8cc-4ba2-baba-5fdca18da5f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031636Z:e700c54d-c8cc-4ba2-baba-5fdca18da5f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'afb024b6-4e1d-436f-9ec5-d9419e2b5f99', + 'x-ms-correlation-request-id', + 'afb024b6-4e1d-436f-9ec5-d9419e2b5f99', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031637Z:afb024b6-4e1d-436f-9ec5-d9419e2b5f99', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d30a83e-e53f-4d8f-bcbd-0d360601e605', + 'x-ms-correlation-request-id', + '5d30a83e-e53f-4d8f-bcbd-0d360601e605', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031639Z:5d30a83e-e53f-4d8f-bcbd-0d360601e605', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '520d8228-acae-4c48-a0c4-28b09ce64658', + 'x-ms-correlation-request-id', + '520d8228-acae-4c48-a0c4-28b09ce64658', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031639Z:520d8228-acae-4c48-a0c4-28b09ce64658', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'de58971b-f84c-4cd8-9030-9949e1e5dc12', + 'x-ms-correlation-request-id', + 'de58971b-f84c-4cd8-9030-9949e1e5dc12', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031641Z:de58971b-f84c-4cd8-9030-9949e1e5dc12', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '866ce587-8599-4370-a33d-d1a8cbbc6273', + 'x-ms-correlation-request-id', + '866ce587-8599-4370-a33d-d1a8cbbc6273', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031641Z:866ce587-8599-4370-a33d-d1a8cbbc6273', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '38acba5f-0433-433a-b723-1066b194ec5a', + 'x-ms-correlation-request-id', + '38acba5f-0433-433a-b723-1066b194ec5a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031643Z:38acba5f-0433-433a-b723-1066b194ec5a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'befe9a88-845b-451b-b319-a7d8962bc5cc', + 'x-ms-correlation-request-id', + 'befe9a88-845b-451b-b319-a7d8962bc5cc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031644Z:befe9a88-845b-451b-b319-a7d8962bc5cc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cd43d5e9-67b5-4ea2-a162-c28148299f67', + 'x-ms-correlation-request-id', + 'cd43d5e9-67b5-4ea2-a162-c28148299f67', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031646Z:cd43d5e9-67b5-4ea2-a162-c28148299f67', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c5f9e7ea-27d7-48e0-a5e8-9d12b40d44b8', + 'x-ms-correlation-request-id', + 'c5f9e7ea-27d7-48e0-a5e8-9d12b40d44b8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031646Z:c5f9e7ea-27d7-48e0-a5e8-9d12b40d44b8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d0353c1-1957-4cc6-ac00-cfaffcba2eec', + 'x-ms-correlation-request-id', + '0d0353c1-1957-4cc6-ac00-cfaffcba2eec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031648Z:0d0353c1-1957-4cc6-ac00-cfaffcba2eec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e36ac57-5edc-4585-ae87-8d044be87690', + 'x-ms-correlation-request-id', + '7e36ac57-5edc-4585-ae87-8d044be87690', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031648Z:7e36ac57-5edc-4585-ae87-8d044be87690', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a4702ab7-9e2d-4219-b8ca-1d45ca661302', + 'x-ms-correlation-request-id', + 'a4702ab7-9e2d-4219-b8ca-1d45ca661302', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031650Z:a4702ab7-9e2d-4219-b8ca-1d45ca661302', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '747d52e4-e34f-4f26-93da-d86ef5039dcb', + 'x-ms-correlation-request-id', + '747d52e4-e34f-4f26-93da-d86ef5039dcb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031651Z:747d52e4-e34f-4f26-93da-d86ef5039dcb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'af602ecb-5811-4cd1-a0b0-ec4eb5a203e4', + 'x-ms-correlation-request-id', + 'af602ecb-5811-4cd1-a0b0-ec4eb5a203e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031653Z:af602ecb-5811-4cd1-a0b0-ec4eb5a203e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fe7836bf-b687-4b03-b466-dc434fdb07c7', + 'x-ms-correlation-request-id', + 'fe7836bf-b687-4b03-b466-dc434fdb07c7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031654Z:fe7836bf-b687-4b03-b466-dc434fdb07c7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '80d6d686-9d00-4f0c-a568-18af9a451ad8', + 'x-ms-correlation-request-id', + '80d6d686-9d00-4f0c-a568-18af9a451ad8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031655Z:80d6d686-9d00-4f0c-a568-18af9a451ad8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e221519-a421-44a4-aa17-b402a4782728', + 'x-ms-correlation-request-id', + '9e221519-a421-44a4-aa17-b402a4782728', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031656Z:9e221519-a421-44a4-aa17-b402a4782728', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c16c5a57-11fe-4609-b29e-347165f855cc', + 'x-ms-correlation-request-id', + 'c16c5a57-11fe-4609-b29e-347165f855cc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031657Z:c16c5a57-11fe-4609-b29e-347165f855cc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2556ae4c-03a3-4ed9-b0c6-3e024c2c6842', + 'x-ms-correlation-request-id', + '2556ae4c-03a3-4ed9-b0c6-3e024c2c6842', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031658Z:2556ae4c-03a3-4ed9-b0c6-3e024c2c6842', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '452f5454-dea4-472a-b1f8-8a1e120a2164', + 'x-ms-correlation-request-id', + '452f5454-dea4-472a-b1f8-8a1e120a2164', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031700Z:452f5454-dea4-472a-b1f8-8a1e120a2164', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:16:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4402eec1-f2b6-4177-b6fe-cceb435ac60d', + 'x-ms-correlation-request-id', + '4402eec1-f2b6-4177-b6fe-cceb435ac60d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031701Z:4402eec1-f2b6-4177-b6fe-cceb435ac60d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '775f2fad-e262-4a80-bb09-bedd40a718ca', + 'x-ms-correlation-request-id', + '775f2fad-e262-4a80-bb09-bedd40a718ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031702Z:775f2fad-e262-4a80-bb09-bedd40a718ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '83e4b02f-28d5-4504-8311-6890153ff5b3', + 'x-ms-correlation-request-id', + '83e4b02f-28d5-4504-8311-6890153ff5b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031703Z:83e4b02f-28d5-4504-8311-6890153ff5b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7fd9d311-1233-45fc-bea5-ae42beb6ecda', + 'x-ms-correlation-request-id', + '7fd9d311-1233-45fc-bea5-ae42beb6ecda', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031704Z:7fd9d311-1233-45fc-bea5-ae42beb6ecda', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0b8b1349-e16d-48e8-9a18-083637825f33', + 'x-ms-correlation-request-id', + '0b8b1349-e16d-48e8-9a18-083637825f33', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031705Z:0b8b1349-e16d-48e8-9a18-083637825f33', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dcdb8718-fa33-4296-8777-c682abbe6ef4', + 'x-ms-correlation-request-id', + 'dcdb8718-fa33-4296-8777-c682abbe6ef4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031707Z:dcdb8718-fa33-4296-8777-c682abbe6ef4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bad26f1b-4773-45aa-9a89-cac664184076', + 'x-ms-correlation-request-id', + 'bad26f1b-4773-45aa-9a89-cac664184076', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031708Z:bad26f1b-4773-45aa-9a89-cac664184076', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2217ffae-8f7e-4caa-90c7-5c634065fd38', + 'x-ms-correlation-request-id', + '2217ffae-8f7e-4caa-90c7-5c634065fd38', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031709Z:2217ffae-8f7e-4caa-90c7-5c634065fd38', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c643712-59e4-4ca2-aad8-0d741e696792', + 'x-ms-correlation-request-id', + '4c643712-59e4-4ca2-aad8-0d741e696792', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031710Z:4c643712-59e4-4ca2-aad8-0d741e696792', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20f3238c-d6de-4677-80ce-b2e4dd80b49d', + 'x-ms-correlation-request-id', + '20f3238c-d6de-4677-80ce-b2e4dd80b49d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031711Z:20f3238c-d6de-4677-80ce-b2e4dd80b49d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'de7fe0a3-c74d-4b35-bbac-a4e5b566ecfd', + 'x-ms-correlation-request-id', + 'de7fe0a3-c74d-4b35-bbac-a4e5b566ecfd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031712Z:de7fe0a3-c74d-4b35-bbac-a4e5b566ecfd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1fd94334-fc93-48ce-9b33-cc4d40f19cf9', + 'x-ms-correlation-request-id', + '1fd94334-fc93-48ce-9b33-cc4d40f19cf9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031714Z:1fd94334-fc93-48ce-9b33-cc4d40f19cf9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '70871126-9ad1-46ca-8a05-1f658016e5cf', + 'x-ms-correlation-request-id', + '70871126-9ad1-46ca-8a05-1f658016e5cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031715Z:70871126-9ad1-46ca-8a05-1f658016e5cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bcfacf76-d913-45f6-a952-38f66ec6a273', + 'x-ms-correlation-request-id', + 'bcfacf76-d913-45f6-a952-38f66ec6a273', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031717Z:bcfacf76-d913-45f6-a952-38f66ec6a273', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '439a61f5-b3de-4c95-8203-b8d086a85b12', + 'x-ms-correlation-request-id', + '439a61f5-b3de-4c95-8203-b8d086a85b12', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031717Z:439a61f5-b3de-4c95-8203-b8d086a85b12', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b0db6351-3919-4596-b7db-2755c1da7a5e', + 'x-ms-correlation-request-id', + 'b0db6351-3919-4596-b7db-2755c1da7a5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031719Z:b0db6351-3919-4596-b7db-2755c1da7a5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b33b87da-4aa0-4c59-b2d5-247841596338', + 'x-ms-correlation-request-id', + 'b33b87da-4aa0-4c59-b2d5-247841596338', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031719Z:b33b87da-4aa0-4c59-b2d5-247841596338', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7c494cd-97e8-49f7-b23e-6d631a1c9752', + 'x-ms-correlation-request-id', + 'd7c494cd-97e8-49f7-b23e-6d631a1c9752', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031721Z:d7c494cd-97e8-49f7-b23e-6d631a1c9752', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7224765-e239-46c1-9ccb-0cb27cb6c8e2', + 'x-ms-correlation-request-id', + 'f7224765-e239-46c1-9ccb-0cb27cb6c8e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031721Z:f7224765-e239-46c1-9ccb-0cb27cb6c8e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eb630881-3c03-41d7-b0ed-178ccf586cc8', + 'x-ms-correlation-request-id', + 'eb630881-3c03-41d7-b0ed-178ccf586cc8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031724Z:eb630881-3c03-41d7-b0ed-178ccf586cc8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '54dc1f6b-7065-43bf-a846-b80ff4a8aa31', + 'x-ms-correlation-request-id', + '54dc1f6b-7065-43bf-a846-b80ff4a8aa31', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031724Z:54dc1f6b-7065-43bf-a846-b80ff4a8aa31', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '014e312d-0375-4ab3-a3d3-1f949998e63f', + 'x-ms-correlation-request-id', + '014e312d-0375-4ab3-a3d3-1f949998e63f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031726Z:014e312d-0375-4ab3-a3d3-1f949998e63f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8b193fc0-8f05-4963-9d6b-06ddc6950ece', + 'x-ms-correlation-request-id', + '8b193fc0-8f05-4963-9d6b-06ddc6950ece', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031726Z:8b193fc0-8f05-4963-9d6b-06ddc6950ece', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '44cc6b5e-c08b-412d-9133-d86f4290fb35', + 'x-ms-correlation-request-id', + '44cc6b5e-c08b-412d-9133-d86f4290fb35', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031728Z:44cc6b5e-c08b-412d-9133-d86f4290fb35', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42486ffe-5bf0-4035-8b30-9e35ecfce325', + 'x-ms-correlation-request-id', + '42486ffe-5bf0-4035-8b30-9e35ecfce325', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031728Z:42486ffe-5bf0-4035-8b30-9e35ecfce325', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32359bcd-52cf-496d-8d99-d0687951d37f', + 'x-ms-correlation-request-id', + '32359bcd-52cf-496d-8d99-d0687951d37f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031731Z:32359bcd-52cf-496d-8d99-d0687951d37f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b41cc5f3-40c7-4859-a1f6-3521b5cfe055', + 'x-ms-correlation-request-id', + 'b41cc5f3-40c7-4859-a1f6-3521b5cfe055', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031731Z:b41cc5f3-40c7-4859-a1f6-3521b5cfe055', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7fa0a4a3-3d41-469a-b49c-dcce2339eefa', + 'x-ms-correlation-request-id', + '7fa0a4a3-3d41-469a-b49c-dcce2339eefa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031733Z:7fa0a4a3-3d41-469a-b49c-dcce2339eefa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b8f9d1d9-c114-4826-a246-096d9077141b', + 'x-ms-correlation-request-id', + 'b8f9d1d9-c114-4826-a246-096d9077141b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031733Z:b8f9d1d9-c114-4826-a246-096d9077141b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce678180-ab8a-4371-aa87-2273d958f44e', + 'x-ms-correlation-request-id', + 'ce678180-ab8a-4371-aa87-2273d958f44e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031735Z:ce678180-ab8a-4371-aa87-2273d958f44e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a6adfb54-388e-4d7f-902d-ac332c259d41', + 'x-ms-correlation-request-id', + 'a6adfb54-388e-4d7f-902d-ac332c259d41', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031735Z:a6adfb54-388e-4d7f-902d-ac332c259d41', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .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', + '11041', + 'x-ms-request-id', + '235d6fbc-1456-4183-a74c-e9f3ff572f1d', + 'x-ms-correlation-request-id', + '235d6fbc-1456-4183-a74c-e9f3ff572f1d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031738Z:235d6fbc-1456-4183-a74c-e9f3ff572f1d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f46b76a-bd06-4822-ac6f-05faae228eea', + 'x-ms-correlation-request-id', + '8f46b76a-bd06-4822-ac6f-05faae228eea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031738Z:8f46b76a-bd06-4822-ac6f-05faae228eea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f459dc19-d1a6-49b0-b04a-3b686ce53196', + 'x-ms-correlation-request-id', + 'f459dc19-d1a6-49b0-b04a-3b686ce53196', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031740Z:f459dc19-d1a6-49b0-b04a-3b686ce53196', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd6b77920-357a-464d-ba33-4447a77ba8bf', + 'x-ms-correlation-request-id', + 'd6b77920-357a-464d-ba33-4447a77ba8bf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031742Z:d6b77920-357a-464d-ba33-4447a77ba8bf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'baeb46b7-2453-44a3-af3f-cb9931340c64', + 'x-ms-correlation-request-id', + 'baeb46b7-2453-44a3-af3f-cb9931340c64', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031745Z:baeb46b7-2453-44a3-af3f-cb9931340c64', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8ffcc714-b038-4884-b6fe-d7f7fd54ed1b', + 'x-ms-correlation-request-id', + '8ffcc714-b038-4884-b6fe-d7f7fd54ed1b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031747Z:8ffcc714-b038-4884-b6fe-d7f7fd54ed1b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a2612e29-6ec4-4033-aae3-afc4ebdeeafe', + 'x-ms-correlation-request-id', + 'a2612e29-6ec4-4033-aae3-afc4ebdeeafe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031749Z:a2612e29-6ec4-4033-aae3-afc4ebdeeafe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f0b0b9e-9826-4468-ae88-f8f7c80e4c47', + 'x-ms-correlation-request-id', + '4f0b0b9e-9826-4468-ae88-f8f7c80e4c47', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031752Z:4f0b0b9e-9826-4468-ae88-f8f7c80e4c47', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0b5752ab-93fd-49b8-92bf-e99c15d1906e', + 'x-ms-correlation-request-id', + '0b5752ab-93fd-49b8-92bf-e99c15d1906e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031755Z:0b5752ab-93fd-49b8-92bf-e99c15d1906e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5f6c8313-49b5-4d8d-a8b6-7583f8fecc32', + 'x-ms-correlation-request-id', + '5f6c8313-49b5-4d8d-a8b6-7583f8fecc32', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031757Z:5f6c8313-49b5-4d8d-a8b6-7583f8fecc32', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0f9052ec-cd64-41db-be76-dba0a768f74b', + 'x-ms-correlation-request-id', + '0f9052ec-cd64-41db-be76-dba0a768f74b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031800Z:0f9052ec-cd64-41db-be76-dba0a768f74b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:17:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '895dfc35-e645-4d0e-a5bc-84e2d14b5f34', + 'x-ms-correlation-request-id', + '895dfc35-e645-4d0e-a5bc-84e2d14b5f34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031802Z:895dfc35-e645-4d0e-a5bc-84e2d14b5f34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '71e557fc-d072-496a-934a-6af88324e518', + 'x-ms-correlation-request-id', + '71e557fc-d072-496a-934a-6af88324e518', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031804Z:71e557fc-d072-496a-934a-6af88324e518', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '366865b3-3c48-450c-8175-dabf0a1c77fc', + 'x-ms-correlation-request-id', + '366865b3-3c48-450c-8175-dabf0a1c77fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031807Z:366865b3-3c48-450c-8175-dabf0a1c77fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5d07937-3ac1-4501-aac5-5555acba2fa4', + 'x-ms-correlation-request-id', + 'd5d07937-3ac1-4501-aac5-5555acba2fa4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031809Z:d5d07937-3ac1-4501-aac5-5555acba2fa4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '90ae5843-4bc7-4644-a331-10e6f166d748', + 'x-ms-correlation-request-id', + '90ae5843-4bc7-4644-a331-10e6f166d748', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031811Z:90ae5843-4bc7-4644-a331-10e6f166d748', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b7e5dc50-f4ef-4415-be65-5ac7b196866d', + 'x-ms-correlation-request-id', + 'b7e5dc50-f4ef-4415-be65-5ac7b196866d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031814Z:b7e5dc50-f4ef-4415-be65-5ac7b196866d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '50347525-e0f8-4a9a-96b8-8b0ea73ac768', + 'x-ms-correlation-request-id', + '50347525-e0f8-4a9a-96b8-8b0ea73ac768', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031816Z:50347525-e0f8-4a9a-96b8-8b0ea73ac768', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f5438a8a-2251-4e5d-b74d-6f05837e6120', + 'x-ms-correlation-request-id', + 'f5438a8a-2251-4e5d-b74d-6f05837e6120', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031819Z:f5438a8a-2251-4e5d-b74d-6f05837e6120', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1e681880-9703-4edc-addc-d28057416197', + 'x-ms-correlation-request-id', + '1e681880-9703-4edc-addc-d28057416197', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031821Z:1e681880-9703-4edc-addc-d28057416197', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '70cb630e-5b23-48be-9276-378d899d3855', + 'x-ms-correlation-request-id', + '70cb630e-5b23-48be-9276-378d899d3855', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031824Z:70cb630e-5b23-48be-9276-378d899d3855', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cae734a8-6929-496c-9be8-d4423520edd3', + 'x-ms-correlation-request-id', + 'cae734a8-6929-496c-9be8-d4423520edd3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031826Z:cae734a8-6929-496c-9be8-d4423520edd3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c318e8dd-b49f-4231-9f83-c4c57312522e', + 'x-ms-correlation-request-id', + 'c318e8dd-b49f-4231-9f83-c4c57312522e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031828Z:c318e8dd-b49f-4231-9f83-c4c57312522e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd46b4241-565f-422c-8495-02a9a5fcd2d1', + 'x-ms-correlation-request-id', + 'd46b4241-565f-422c-8495-02a9a5fcd2d1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031831Z:d46b4241-565f-422c-8495-02a9a5fcd2d1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c3e2749-fd4d-49b5-8b21-96de2a381854', + 'x-ms-correlation-request-id', + '3c3e2749-fd4d-49b5-8b21-96de2a381854', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031833Z:3c3e2749-fd4d-49b5-8b21-96de2a381854', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '49bb7546-4948-4db4-bbe0-5dfa8661b87c', + 'x-ms-correlation-request-id', + '49bb7546-4948-4db4-bbe0-5dfa8661b87c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031835Z:49bb7546-4948-4db4-bbe0-5dfa8661b87c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd418863d-b6a8-4ad1-af47-4e04930bf530', + 'x-ms-correlation-request-id', + 'd418863d-b6a8-4ad1-af47-4e04930bf530', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031838Z:d418863d-b6a8-4ad1-af47-4e04930bf530', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42dd9900-06f5-47f9-990a-551902651599', + 'x-ms-correlation-request-id', + '42dd9900-06f5-47f9-990a-551902651599', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031840Z:42dd9900-06f5-47f9-990a-551902651599', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9392695e-9a9c-44ae-880d-cca0ac387441', + 'x-ms-correlation-request-id', + '9392695e-9a9c-44ae-880d-cca0ac387441', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031842Z:9392695e-9a9c-44ae-880d-cca0ac387441', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '440df48d-7f41-49fc-9058-1da55dd6f693', + 'x-ms-correlation-request-id', + '440df48d-7f41-49fc-9058-1da55dd6f693', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031845Z:440df48d-7f41-49fc-9058-1da55dd6f693', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ddc57b75-ff69-4bdc-b444-238eac1ea4c5', + 'x-ms-correlation-request-id', + 'ddc57b75-ff69-4bdc-b444-238eac1ea4c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031847Z:ddc57b75-ff69-4bdc-b444-238eac1ea4c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '48d21067-87fe-43d1-aa64-08bff0f6b668', + 'x-ms-correlation-request-id', + '48d21067-87fe-43d1-aa64-08bff0f6b668', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031849Z:48d21067-87fe-43d1-aa64-08bff0f6b668', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '16c0faf1-8051-406a-91ff-1566f008925b', + 'x-ms-correlation-request-id', + '16c0faf1-8051-406a-91ff-1566f008925b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031852Z:16c0faf1-8051-406a-91ff-1566f008925b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e78db9b2-c84e-4cf7-aa25-602d50f75c24', + 'x-ms-correlation-request-id', + 'e78db9b2-c84e-4cf7-aa25-602d50f75c24', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031855Z:e78db9b2-c84e-4cf7-aa25-602d50f75c24', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c173355-f3c6-4663-87b0-f87bd345ab6d', + 'x-ms-correlation-request-id', + '3c173355-f3c6-4663-87b0-f87bd345ab6d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031857Z:3c173355-f3c6-4663-87b0-f87bd345ab6d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5672e879-518e-475e-804d-b3b7c4316dc1', + 'x-ms-correlation-request-id', + '5672e879-518e-475e-804d-b3b7c4316dc1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031859Z:5672e879-518e-475e-804d-b3b7c4316dc1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:18:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '68acecda-7e1e-4109-9517-d8b923b74296', + 'x-ms-correlation-request-id', + '68acecda-7e1e-4109-9517-d8b923b74296', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031902Z:68acecda-7e1e-4109-9517-d8b923b74296', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d98eaf9-98d2-4521-8287-98f9c6a4ba67', + 'x-ms-correlation-request-id', + '0d98eaf9-98d2-4521-8287-98f9c6a4ba67', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031905Z:0d98eaf9-98d2-4521-8287-98f9c6a4ba67', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b8bd4615-5051-4fdf-87ff-59704b6f51fe', + 'x-ms-correlation-request-id', + 'b8bd4615-5051-4fdf-87ff-59704b6f51fe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031907Z:b8bd4615-5051-4fdf-87ff-59704b6f51fe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9a0ec35-e89b-45fc-8db6-3b806e59882d', + 'x-ms-correlation-request-id', + 'e9a0ec35-e89b-45fc-8db6-3b806e59882d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031909Z:e9a0ec35-e89b-45fc-8db6-3b806e59882d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'caa26473-fe39-43df-85bb-2f6fb7ea8eb6', + 'x-ms-correlation-request-id', + 'caa26473-fe39-43df-85bb-2f6fb7ea8eb6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031912Z:caa26473-fe39-43df-85bb-2f6fb7ea8eb6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0bf0f208-bbfc-46ea-b16b-c6e195d4101e', + 'x-ms-correlation-request-id', + '0bf0f208-bbfc-46ea-b16b-c6e195d4101e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031914Z:0bf0f208-bbfc-46ea-b16b-c6e195d4101e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e8d272ae-c36b-43ef-99bd-41439e45c13b', + 'x-ms-correlation-request-id', + 'e8d272ae-c36b-43ef-99bd-41439e45c13b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031917Z:e8d272ae-c36b-43ef-99bd-41439e45c13b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce94ddd6-1ab5-4c65-91ad-40fdb907a32b', + 'x-ms-correlation-request-id', + 'ce94ddd6-1ab5-4c65-91ad-40fdb907a32b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031919Z:ce94ddd6-1ab5-4c65-91ad-40fdb907a32b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4d72acb3-24f5-4a22-8fe2-d92796ac0af2', + 'x-ms-correlation-request-id', + '4d72acb3-24f5-4a22-8fe2-d92796ac0af2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031922Z:4d72acb3-24f5-4a22-8fe2-d92796ac0af2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '82b0add6-3e7b-4330-b168-08be8a01e4de', + 'x-ms-correlation-request-id', + '82b0add6-3e7b-4330-b168-08be8a01e4de', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031924Z:82b0add6-3e7b-4330-b168-08be8a01e4de', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a82dadbb-b7cd-4409-8237-4a7b068d1b84', + 'x-ms-correlation-request-id', + 'a82dadbb-b7cd-4409-8237-4a7b068d1b84', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031926Z:a82dadbb-b7cd-4409-8237-4a7b068d1b84', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3eae9759-4918-42f4-883e-af6630c28c26', + 'x-ms-correlation-request-id', + '3eae9759-4918-42f4-883e-af6630c28c26', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031929Z:3eae9759-4918-42f4-883e-af6630c28c26', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '803d6510-3e02-4b73-9ada-99828233cdf5', + 'x-ms-correlation-request-id', + '803d6510-3e02-4b73-9ada-99828233cdf5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031931Z:803d6510-3e02-4b73-9ada-99828233cdf5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a434176b-f56f-4f43-aa7b-753065d58a9e', + 'x-ms-correlation-request-id', + 'a434176b-f56f-4f43-aa7b-753065d58a9e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031933Z:a434176b-f56f-4f43-aa7b-753065d58a9e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7ca5911-dd55-4aae-bfe5-167973677481', + 'x-ms-correlation-request-id', + 'd7ca5911-dd55-4aae-bfe5-167973677481', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031936Z:d7ca5911-dd55-4aae-bfe5-167973677481', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a44b4dc2-dafc-44af-b6e0-c932098ed2b2', + 'x-ms-correlation-request-id', + 'a44b4dc2-dafc-44af-b6e0-c932098ed2b2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031938Z:a44b4dc2-dafc-44af-b6e0-c932098ed2b2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e387b69b-f209-4cfd-ab70-d6b964523867', + 'x-ms-correlation-request-id', + 'e387b69b-f209-4cfd-ab70-d6b964523867', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031940Z:e387b69b-f209-4cfd-ab70-d6b964523867', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c03ff977-cba9-44b1-8c23-2a4b3b695274', + 'x-ms-correlation-request-id', + 'c03ff977-cba9-44b1-8c23-2a4b3b695274', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031942Z:c03ff977-cba9-44b1-8c23-2a4b3b695274', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c2a1d2e-9003-43c4-a60f-85d80a722747', + 'x-ms-correlation-request-id', + '4c2a1d2e-9003-43c4-a60f-85d80a722747', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031945Z:4c2a1d2e-9003-43c4-a60f-85d80a722747', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc46e42e-4326-46d1-9ed2-f1d2b9b4cb90', + 'x-ms-correlation-request-id', + 'fc46e42e-4326-46d1-9ed2-f1d2b9b4cb90', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031948Z:fc46e42e-4326-46d1-9ed2-f1d2b9b4cb90', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '15535632-efd7-4840-8a21-bb97031b17e4', + 'x-ms-correlation-request-id', + '15535632-efd7-4840-8a21-bb97031b17e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031950Z:15535632-efd7-4840-8a21-bb97031b17e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c18ac112-0085-4b3f-821d-7481eb968f2a', + 'x-ms-correlation-request-id', + 'c18ac112-0085-4b3f-821d-7481eb968f2a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031954Z:c18ac112-0085-4b3f-821d-7481eb968f2a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a6877cbc-1a04-431a-8de6-617cb7f1e82b', + 'x-ms-correlation-request-id', + 'a6877cbc-1a04-431a-8de6-617cb7f1e82b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T031957Z:a6877cbc-1a04-431a-8de6-617cb7f1e82b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1717d1ba-5edf-408c-b822-3aa292068359', + 'x-ms-correlation-request-id', + '1717d1ba-5edf-408c-b822-3aa292068359', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032000Z:1717d1ba-5edf-408c-b822-3aa292068359', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:19:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dbfb074f-fec9-48f2-9f0d-23edb4a9b8a1', + 'x-ms-correlation-request-id', + 'dbfb074f-fec9-48f2-9f0d-23edb4a9b8a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032003Z:dbfb074f-fec9-48f2-9f0d-23edb4a9b8a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:20:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '39e4b0e3-869e-42a1-806a-f0c2b925ca43', + 'x-ms-correlation-request-id', + '39e4b0e3-869e-42a1-806a-f0c2b925ca43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032005Z:39e4b0e3-869e-42a1-806a-f0c2b925ca43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:20:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bf5acf12-0730-41e4-a505-31ec6b33e74d', + 'x-ms-correlation-request-id', + 'bf5acf12-0730-41e4-a505-31ec6b33e74d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032007Z:bf5acf12-0730-41e4-a505-31ec6b33e74d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:20:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '399b1413-c4e1-4625-b747-513506ae3592', + 'x-ms-correlation-request-id', + '399b1413-c4e1-4625-b747-513506ae3592', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032010Z:399b1413-c4e1-4625-b747-513506ae3592', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:20:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '69466ad9-df83-48c8-b74e-589303ea155b', + 'x-ms-correlation-request-id', + '69466ad9-df83-48c8-b74e-589303ea155b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032012Z:69466ad9-df83-48c8-b74e-589303ea155b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:20:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '24a4f958-76b3-4253-a45a-fd2777598de5', + 'x-ms-correlation-request-id', + '24a4f958-76b3-4253-a45a-fd2777598de5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032014Z:24a4f958-76b3-4253-a45a-fd2777598de5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:20:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .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', + '11008', + 'x-ms-request-id', + '77769068-34c0-4d67-8219-3858086fd0e4', + 'x-ms-correlation-request-id', + '77769068-34c0-4d67-8219-3858086fd0e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T032017Z:77769068-34c0-4d67-8219-3858086fd0e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:20:17 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_test.js new file mode 100644 index 000000000000..1aefcfac154c --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_test.js @@ -0,0 +1,18327 @@ +let nock = require('nock'); + +module.exports.hash = "2e8fa3e0b987d22eea01bc037ca6a80e"; + +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', + 'e6415b90-59ac-45e2-a118-6f0e8cdd0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AuJBTuBezK5Aio0prjIMiw4; expires=Mon, 18-Oct-2021 02:39:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrNjwb73-KGVoxVWiIVoyaZp0qrjiWZEVR5rTG8UJLwuayRxRMrADESyTyx7O8c-r1MXqEwV0RySCYHmT4nIURS7KyTOu5K8_1Yc6KXSyuO5Ejh9Vl0qbCG6H6F_Vt1J_cQz-bWWwXrw44rqmjPBHM3N2sDKgp59roq8fJPZp7ioUgAA; 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', + 'Sat, 18 Sep 2021 02:39:39 GMT', + 'Content-Length', + '980' +]); + +nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) + .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') + .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ + 'Cache-Control', + 'max-age=86400, private', + 'Content-Type', + 'application/json; charset=utf-8', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'X-Content-Type-Options', + 'nosniff', + 'Access-Control-Allow-Origin', + '*', + 'Access-Control-Allow-Methods', + 'GET, OPTIONS', + 'P3P', + 'CP="DSP CUR OTPi IND OTRi ONL FIN"', + 'x-ms-request-id', + '222f64b2-4eb1-48e2-ba62-9ca2bed80600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AnBdGxBJlTlHvesnRXOoGo8; expires=Mon, 18-Oct-2021 02:39:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr-lfmwKAm80Xn5ndgETOe8Hthg5ccCt7hye2aGoMAih84jbqiDAuOGLTXxUAdYmnYU7dMrQlPxwxaZldOJ4m3B43eCOmedo55lyZt4wn-2Vd7pByGcXHvP0iJJeUJJxKRhKwB8o25MAmnuv0cZeBBgLDghSNHhAuD3_f9-DLcoRkgAA; 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', + 'Sat, 18 Sep 2021 02:39: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.1&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=3c04aa2a-1206-43d5-9968-c4e91c545927&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', + 'a4bd52e8-9b1e-4f93-86c4-50a68aa00700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AobfKrL5wqdLiPHsb9Hwd_EWPr5BAQAAAGxI19gOAAAA; expires=Mon, 18-Oct-2021 02:39:40 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', + 'Sat, 18 Sep 2021 02:39:39 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2') + .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/3c9c8253-77de-46c3-9bb5-bf5c9badcdce?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce?api-version=2021-07-01-preview', + 'x-ms-request-id', + '3c9c8253-77de-46c3-9bb5-bf5c9badcdce', + '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', + '8cfe5cce-6736-4893-906c-83eba5a482eb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023944Z:8cfe5cce-6736-4893-906c-83eba5a482eb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .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', + '20818b06-9901-487b-8322-042b7c991ee5', + 'x-ms-correlation-request-id', + '20818b06-9901-487b-8322-042b7c991ee5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023944Z:20818b06-9901-487b-8322-042b7c991ee5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .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', + '9a250105-cf45-467f-a28a-ca3d54b63366', + 'x-ms-correlation-request-id', + '9a250105-cf45-467f-a28a-ca3d54b63366', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023946Z:9a250105-cf45-467f-a28a-ca3d54b63366', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c3fe853c-5bfb-47c9-8253-a38beb1163c7', + 'x-ms-correlation-request-id', + 'c3fe853c-5bfb-47c9-8253-a38beb1163c7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023948Z:c3fe853c-5bfb-47c9-8253-a38beb1163c7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1007d560-fca5-46cf-898f-682b9978ed98', + 'x-ms-correlation-request-id', + '1007d560-fca5-46cf-898f-682b9978ed98', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023951Z:1007d560-fca5-46cf-898f-682b9978ed98', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '35dd2512-4a61-4806-9123-60de922db869', + 'x-ms-correlation-request-id', + '35dd2512-4a61-4806-9123-60de922db869', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023953Z:35dd2512-4a61-4806-9123-60de922db869', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8a1afaa7-1c8e-49be-bfb0-1133ae2eb90d', + 'x-ms-correlation-request-id', + '8a1afaa7-1c8e-49be-bfb0-1133ae2eb90d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023955Z:8a1afaa7-1c8e-49be-bfb0-1133ae2eb90d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6bca3651-9d8d-4c62-b1fa-48e20f5cc0e8', + 'x-ms-correlation-request-id', + '6bca3651-9d8d-4c62-b1fa-48e20f5cc0e8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023958Z:6bca3651-9d8d-4c62-b1fa-48e20f5cc0e8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '886f6e30-b633-4042-85ac-50a6528b4e3a', + 'x-ms-correlation-request-id', + '886f6e30-b633-4042-85ac-50a6528b4e3a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024000Z:886f6e30-b633-4042-85ac-50a6528b4e3a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c06acb24-b51b-4b69-ac50-18381adff5f5', + 'x-ms-correlation-request-id', + 'c06acb24-b51b-4b69-ac50-18381adff5f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024002Z:c06acb24-b51b-4b69-ac50-18381adff5f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4436c239-63d9-4dfa-906b-1892ee84014b', + 'x-ms-correlation-request-id', + '4436c239-63d9-4dfa-906b-1892ee84014b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024005Z:4436c239-63d9-4dfa-906b-1892ee84014b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '51424f4e-5e91-4579-b8d1-8e2542ffb9f2', + 'x-ms-correlation-request-id', + '51424f4e-5e91-4579-b8d1-8e2542ffb9f2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024007Z:51424f4e-5e91-4579-b8d1-8e2542ffb9f2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f7afb6f-5dac-43c3-aaaf-389ed802cfe3', + 'x-ms-correlation-request-id', + '1f7afb6f-5dac-43c3-aaaf-389ed802cfe3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024009Z:1f7afb6f-5dac-43c3-aaaf-389ed802cfe3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c822ab89-6a85-4ef6-870d-cff8ebd1e1b1', + 'x-ms-correlation-request-id', + 'c822ab89-6a85-4ef6-870d-cff8ebd1e1b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024012Z:c822ab89-6a85-4ef6-870d-cff8ebd1e1b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e5252bf9-68d4-443c-8b3a-2fd0edbb5b42', + 'x-ms-correlation-request-id', + 'e5252bf9-68d4-443c-8b3a-2fd0edbb5b42', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024014Z:e5252bf9-68d4-443c-8b3a-2fd0edbb5b42', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9b61097-3c7f-4384-a269-f4aebcd427fa', + 'x-ms-correlation-request-id', + 'a9b61097-3c7f-4384-a269-f4aebcd427fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024016Z:a9b61097-3c7f-4384-a269-f4aebcd427fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a8403e76-209d-46f9-bf1f-4abb0799c1b8', + 'x-ms-correlation-request-id', + 'a8403e76-209d-46f9-bf1f-4abb0799c1b8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024019Z:a8403e76-209d-46f9-bf1f-4abb0799c1b8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '99270dbc-4c4e-45f1-a00a-2141b8876489', + 'x-ms-correlation-request-id', + '99270dbc-4c4e-45f1-a00a-2141b8876489', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024021Z:99270dbc-4c4e-45f1-a00a-2141b8876489', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e33b1dfd-63ec-4cba-bce8-5824300aafa1', + 'x-ms-correlation-request-id', + 'e33b1dfd-63ec-4cba-bce8-5824300aafa1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024023Z:e33b1dfd-63ec-4cba-bce8-5824300aafa1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '89071338-5ce3-4186-ab4c-6efdbb296973', + 'x-ms-correlation-request-id', + '89071338-5ce3-4186-ab4c-6efdbb296973', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024026Z:89071338-5ce3-4186-ab4c-6efdbb296973', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '17cc093a-8b68-4675-955e-dd26f639fe92', + 'x-ms-correlation-request-id', + '17cc093a-8b68-4675-955e-dd26f639fe92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024028Z:17cc093a-8b68-4675-955e-dd26f639fe92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f66726c-04d4-49f2-b7e3-4a851fad5ed4', + 'x-ms-correlation-request-id', + '8f66726c-04d4-49f2-b7e3-4a851fad5ed4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024030Z:8f66726c-04d4-49f2-b7e3-4a851fad5ed4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ab054976-2d65-466d-bfd7-3af4d023b353', + 'x-ms-correlation-request-id', + 'ab054976-2d65-466d-bfd7-3af4d023b353', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024033Z:ab054976-2d65-466d-bfd7-3af4d023b353', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c136667f-6c02-436b-99ed-6b062c284bd0', + 'x-ms-correlation-request-id', + 'c136667f-6c02-436b-99ed-6b062c284bd0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024035Z:c136667f-6c02-436b-99ed-6b062c284bd0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'daeec553-fda3-4ea1-8192-e596c5f23763', + 'x-ms-correlation-request-id', + 'daeec553-fda3-4ea1-8192-e596c5f23763', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024037Z:daeec553-fda3-4ea1-8192-e596c5f23763', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bcacb04c-09bd-40d0-ae30-62c8b8524550', + 'x-ms-correlation-request-id', + 'bcacb04c-09bd-40d0-ae30-62c8b8524550', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024040Z:bcacb04c-09bd-40d0-ae30-62c8b8524550', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c46320e7-86f5-4252-b814-10af8b3d3856', + 'x-ms-correlation-request-id', + 'c46320e7-86f5-4252-b814-10af8b3d3856', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024042Z:c46320e7-86f5-4252-b814-10af8b3d3856', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cfd5d881-a00e-4ee5-8350-e69696afffde', + 'x-ms-correlation-request-id', + 'cfd5d881-a00e-4ee5-8350-e69696afffde', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024044Z:cfd5d881-a00e-4ee5-8350-e69696afffde', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '041cb1a7-a19a-4ad6-9c3e-e721942395ea', + 'x-ms-correlation-request-id', + '041cb1a7-a19a-4ad6-9c3e-e721942395ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024047Z:041cb1a7-a19a-4ad6-9c3e-e721942395ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8be0765d-dd18-4590-b20c-a01d47b07caa', + 'x-ms-correlation-request-id', + '8be0765d-dd18-4590-b20c-a01d47b07caa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024049Z:8be0765d-dd18-4590-b20c-a01d47b07caa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e6bbcb6-0dec-4384-a340-57d623d527ba', + 'x-ms-correlation-request-id', + '9e6bbcb6-0dec-4384-a340-57d623d527ba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024051Z:9e6bbcb6-0dec-4384-a340-57d623d527ba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '86362aaf-f0d9-42e7-8683-aa6741526158', + 'x-ms-correlation-request-id', + '86362aaf-f0d9-42e7-8683-aa6741526158', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024053Z:86362aaf-f0d9-42e7-8683-aa6741526158', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ddc2538-278f-4278-9236-df9281504954', + 'x-ms-correlation-request-id', + '9ddc2538-278f-4278-9236-df9281504954', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024056Z:9ddc2538-278f-4278-9236-df9281504954', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '41e75106-91b1-499e-b164-9977907e7db2', + 'x-ms-correlation-request-id', + '41e75106-91b1-499e-b164-9977907e7db2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024058Z:41e75106-91b1-499e-b164-9977907e7db2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:40:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f3f9e81-47a2-4921-b109-08a1c614ebb0', + 'x-ms-correlation-request-id', + '2f3f9e81-47a2-4921-b109-08a1c614ebb0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024100Z:2f3f9e81-47a2-4921-b109-08a1c614ebb0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0e194f3b-63a6-4e0f-8f7b-600df58f8629', + 'x-ms-correlation-request-id', + '0e194f3b-63a6-4e0f-8f7b-600df58f8629', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024103Z:0e194f3b-63a6-4e0f-8f7b-600df58f8629', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0323c744-cf0c-43dd-a26e-720c412f625d', + 'x-ms-correlation-request-id', + '0323c744-cf0c-43dd-a26e-720c412f625d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024105Z:0323c744-cf0c-43dd-a26e-720c412f625d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1baa6411-9f5c-451c-a605-30b9ec18539c', + 'x-ms-correlation-request-id', + '1baa6411-9f5c-451c-a605-30b9ec18539c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024107Z:1baa6411-9f5c-451c-a605-30b9ec18539c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f1ddaac1-e7c8-49b0-983a-b1cc2fed6441', + 'x-ms-correlation-request-id', + 'f1ddaac1-e7c8-49b0-983a-b1cc2fed6441', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024110Z:f1ddaac1-e7c8-49b0-983a-b1cc2fed6441', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '92361015-df3e-420a-ac8c-cc02c3affd41', + 'x-ms-correlation-request-id', + '92361015-df3e-420a-ac8c-cc02c3affd41', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024112Z:92361015-df3e-420a-ac8c-cc02c3affd41', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0ef5f87-ecf1-492a-95da-25a345a68d72', + 'x-ms-correlation-request-id', + 'f0ef5f87-ecf1-492a-95da-25a345a68d72', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024114Z:f0ef5f87-ecf1-492a-95da-25a345a68d72', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e378e812-4027-4ccf-9fa5-79aa5e8731d5', + 'x-ms-correlation-request-id', + 'e378e812-4027-4ccf-9fa5-79aa5e8731d5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024117Z:e378e812-4027-4ccf-9fa5-79aa5e8731d5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '96680cbd-9e82-4412-b17a-e49aed9e8ea4', + 'x-ms-correlation-request-id', + '96680cbd-9e82-4412-b17a-e49aed9e8ea4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024119Z:96680cbd-9e82-4412-b17a-e49aed9e8ea4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '021072b4-921a-408f-a2b1-8a3fc6a94b2a', + 'x-ms-correlation-request-id', + '021072b4-921a-408f-a2b1-8a3fc6a94b2a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024121Z:021072b4-921a-408f-a2b1-8a3fc6a94b2a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bbf1d2cf-c574-45ad-be95-a71357899d82', + 'x-ms-correlation-request-id', + 'bbf1d2cf-c574-45ad-be95-a71357899d82', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024124Z:bbf1d2cf-c574-45ad-be95-a71357899d82', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a68c4ea6-e508-4c2f-81c4-d7d56ae8a8c9', + 'x-ms-correlation-request-id', + 'a68c4ea6-e508-4c2f-81c4-d7d56ae8a8c9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024126Z:a68c4ea6-e508-4c2f-81c4-d7d56ae8a8c9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c2d42553-002b-4b8a-a7c4-37450ac6eaf6', + 'x-ms-correlation-request-id', + 'c2d42553-002b-4b8a-a7c4-37450ac6eaf6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024128Z:c2d42553-002b-4b8a-a7c4-37450ac6eaf6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6877eb9-d788-4622-9ee7-76b331d61557', + 'x-ms-correlation-request-id', + 'e6877eb9-d788-4622-9ee7-76b331d61557', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024131Z:e6877eb9-d788-4622-9ee7-76b331d61557', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '380d32fc-1a28-4755-9d4a-c110ac400322', + 'x-ms-correlation-request-id', + '380d32fc-1a28-4755-9d4a-c110ac400322', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024133Z:380d32fc-1a28-4755-9d4a-c110ac400322', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '58bc9fd1-3369-47b9-ae89-226c09568725', + 'x-ms-correlation-request-id', + '58bc9fd1-3369-47b9-ae89-226c09568725', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024135Z:58bc9fd1-3369-47b9-ae89-226c09568725', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad561023-536c-438d-92ca-e9101464d947', + 'x-ms-correlation-request-id', + 'ad561023-536c-438d-92ca-e9101464d947', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024138Z:ad561023-536c-438d-92ca-e9101464d947', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'edf2909b-ef01-46fa-9202-210d16592c9c', + 'x-ms-correlation-request-id', + 'edf2909b-ef01-46fa-9202-210d16592c9c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024140Z:edf2909b-ef01-46fa-9202-210d16592c9c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95dde889-7b7f-4d37-982a-b2908763587b', + 'x-ms-correlation-request-id', + '95dde889-7b7f-4d37-982a-b2908763587b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024142Z:95dde889-7b7f-4d37-982a-b2908763587b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '073e49eb-8c3b-42e7-95b1-83de8ac9d898', + 'x-ms-correlation-request-id', + '073e49eb-8c3b-42e7-95b1-83de8ac9d898', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024144Z:073e49eb-8c3b-42e7-95b1-83de8ac9d898', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '851b951b-b950-4774-b166-36f529e15cf3', + 'x-ms-correlation-request-id', + '851b951b-b950-4774-b166-36f529e15cf3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024147Z:851b951b-b950-4774-b166-36f529e15cf3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'df42adcb-3ccb-4a2e-8c7b-9a30f1077f54', + 'x-ms-correlation-request-id', + 'df42adcb-3ccb-4a2e-8c7b-9a30f1077f54', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024149Z:df42adcb-3ccb-4a2e-8c7b-9a30f1077f54', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '89acb229-8312-4bf3-a096-c6af79e3fdc5', + 'x-ms-correlation-request-id', + '89acb229-8312-4bf3-a096-c6af79e3fdc5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024151Z:89acb229-8312-4bf3-a096-c6af79e3fdc5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e98c652e-329a-44a0-8427-24298b691a91', + 'x-ms-correlation-request-id', + 'e98c652e-329a-44a0-8427-24298b691a91', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024154Z:e98c652e-329a-44a0-8427-24298b691a91', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'da63c6a9-550a-473e-b9fd-1204d82e44d1', + 'x-ms-correlation-request-id', + 'da63c6a9-550a-473e-b9fd-1204d82e44d1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024157Z:da63c6a9-550a-473e-b9fd-1204d82e44d1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '84c9705e-184d-4cb9-b95d-4ec0e475871a', + 'x-ms-correlation-request-id', + '84c9705e-184d-4cb9-b95d-4ec0e475871a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024200Z:84c9705e-184d-4cb9-b95d-4ec0e475871a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:41:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9000678-7abb-4e20-93a8-16651cadd266', + 'x-ms-correlation-request-id', + 'c9000678-7abb-4e20-93a8-16651cadd266', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024202Z:c9000678-7abb-4e20-93a8-16651cadd266', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bff41c67-ece4-4d1c-94d1-57b6db586271', + 'x-ms-correlation-request-id', + 'bff41c67-ece4-4d1c-94d1-57b6db586271', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024204Z:bff41c67-ece4-4d1c-94d1-57b6db586271', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9a6d311-4526-408a-8706-8287212861a3', + 'x-ms-correlation-request-id', + 'c9a6d311-4526-408a-8706-8287212861a3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024207Z:c9a6d311-4526-408a-8706-8287212861a3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4859fd09-588b-49c8-b341-1d359f74910e', + 'x-ms-correlation-request-id', + '4859fd09-588b-49c8-b341-1d359f74910e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024209Z:4859fd09-588b-49c8-b341-1d359f74910e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '446594d5-3b24-4be4-a8fc-71ed30243368', + 'x-ms-correlation-request-id', + '446594d5-3b24-4be4-a8fc-71ed30243368', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024211Z:446594d5-3b24-4be4-a8fc-71ed30243368', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63b4ced6-0ca7-43b6-9e92-e39b4236ff7f', + 'x-ms-correlation-request-id', + '63b4ced6-0ca7-43b6-9e92-e39b4236ff7f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024214Z:63b4ced6-0ca7-43b6-9e92-e39b4236ff7f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6106fac2-30e2-4971-8c47-0de8b31ccb8a', + 'x-ms-correlation-request-id', + '6106fac2-30e2-4971-8c47-0de8b31ccb8a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024216Z:6106fac2-30e2-4971-8c47-0de8b31ccb8a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '073712c5-e47a-45dd-8bb7-bb7cff900bfe', + 'x-ms-correlation-request-id', + '073712c5-e47a-45dd-8bb7-bb7cff900bfe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024218Z:073712c5-e47a-45dd-8bb7-bb7cff900bfe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7bd0d45-fb6e-40d7-bb7b-13f243c5afbd', + 'x-ms-correlation-request-id', + 'd7bd0d45-fb6e-40d7-bb7b-13f243c5afbd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024221Z:d7bd0d45-fb6e-40d7-bb7b-13f243c5afbd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0c34f20-c4b6-4e36-b7cb-4d3839af4e7d', + 'x-ms-correlation-request-id', + 'd0c34f20-c4b6-4e36-b7cb-4d3839af4e7d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024223Z:d0c34f20-c4b6-4e36-b7cb-4d3839af4e7d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e35486d-280f-4e79-b081-9ff573e744a1', + 'x-ms-correlation-request-id', + '9e35486d-280f-4e79-b081-9ff573e744a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024225Z:9e35486d-280f-4e79-b081-9ff573e744a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '67ec1f50-4e1a-433e-8d7f-758020f8ea2f', + 'x-ms-correlation-request-id', + '67ec1f50-4e1a-433e-8d7f-758020f8ea2f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024228Z:67ec1f50-4e1a-433e-8d7f-758020f8ea2f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3a7960be-4f05-43b1-8045-8dbc2f44af2f', + 'x-ms-correlation-request-id', + '3a7960be-4f05-43b1-8045-8dbc2f44af2f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024230Z:3a7960be-4f05-43b1-8045-8dbc2f44af2f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '17878449-0deb-44db-b0e5-44e1758a5376', + 'x-ms-correlation-request-id', + '17878449-0deb-44db-b0e5-44e1758a5376', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024232Z:17878449-0deb-44db-b0e5-44e1758a5376', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4be79a1a-9990-4e7b-b06e-3f42fc00693d', + 'x-ms-correlation-request-id', + '4be79a1a-9990-4e7b-b06e-3f42fc00693d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024234Z:4be79a1a-9990-4e7b-b06e-3f42fc00693d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6626f661-9f46-4989-a3e3-c30e59c5f1c5', + 'x-ms-correlation-request-id', + '6626f661-9f46-4989-a3e3-c30e59c5f1c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024237Z:6626f661-9f46-4989-a3e3-c30e59c5f1c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f3f23324-caf5-4eeb-9d90-723230ecd047', + 'x-ms-correlation-request-id', + 'f3f23324-caf5-4eeb-9d90-723230ecd047', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024239Z:f3f23324-caf5-4eeb-9d90-723230ecd047', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '549cd3d1-8258-4a13-ad56-198cf38d7242', + 'x-ms-correlation-request-id', + '549cd3d1-8258-4a13-ad56-198cf38d7242', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024242Z:549cd3d1-8258-4a13-ad56-198cf38d7242', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6f76557e-864a-4140-87df-5678ffcd36bf', + 'x-ms-correlation-request-id', + '6f76557e-864a-4140-87df-5678ffcd36bf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024244Z:6f76557e-864a-4140-87df-5678ffcd36bf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8a889278-2c9e-4e0a-82d0-b51ee4c4205f', + 'x-ms-correlation-request-id', + '8a889278-2c9e-4e0a-82d0-b51ee4c4205f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024246Z:8a889278-2c9e-4e0a-82d0-b51ee4c4205f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6886b2e0-d6f8-4400-8596-a21b968ccf24', + 'x-ms-correlation-request-id', + '6886b2e0-d6f8-4400-8596-a21b968ccf24', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024248Z:6886b2e0-d6f8-4400-8596-a21b968ccf24', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef6a3dd7-e8b4-4619-9bbf-1180fa413237', + 'x-ms-correlation-request-id', + 'ef6a3dd7-e8b4-4619-9bbf-1180fa413237', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024251Z:ef6a3dd7-e8b4-4619-9bbf-1180fa413237', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0adf2b25-3132-4302-bc3f-36d30986620a', + 'x-ms-correlation-request-id', + '0adf2b25-3132-4302-bc3f-36d30986620a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024253Z:0adf2b25-3132-4302-bc3f-36d30986620a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63fbe99e-d9fe-481f-9ef4-1879ada1ab7a', + 'x-ms-correlation-request-id', + '63fbe99e-d9fe-481f-9ef4-1879ada1ab7a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024255Z:63fbe99e-d9fe-481f-9ef4-1879ada1ab7a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '36ce7053-1a2a-47fe-8c7a-5a4736e7bdf3', + 'x-ms-correlation-request-id', + '36ce7053-1a2a-47fe-8c7a-5a4736e7bdf3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024258Z:36ce7053-1a2a-47fe-8c7a-5a4736e7bdf3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:42:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '67a90960-600e-4a60-8c9f-0c1baf7c485e', + 'x-ms-correlation-request-id', + '67a90960-600e-4a60-8c9f-0c1baf7c485e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024301Z:67a90960-600e-4a60-8c9f-0c1baf7c485e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b2a6db27-c4d7-4856-957a-40e69d4dfd5b', + 'x-ms-correlation-request-id', + 'b2a6db27-c4d7-4856-957a-40e69d4dfd5b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024303Z:b2a6db27-c4d7-4856-957a-40e69d4dfd5b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a968545a-33da-4496-85ed-df8da4f6a6cc', + 'x-ms-correlation-request-id', + 'a968545a-33da-4496-85ed-df8da4f6a6cc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024305Z:a968545a-33da-4496-85ed-df8da4f6a6cc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63bbae5a-dfe4-4dd8-8d5f-e7b37ba7a2ec', + 'x-ms-correlation-request-id', + '63bbae5a-dfe4-4dd8-8d5f-e7b37ba7a2ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024308Z:63bbae5a-dfe4-4dd8-8d5f-e7b37ba7a2ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a456edc5-cd2b-44c0-b7ad-cf57e671b754', + 'x-ms-correlation-request-id', + 'a456edc5-cd2b-44c0-b7ad-cf57e671b754', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024310Z:a456edc5-cd2b-44c0-b7ad-cf57e671b754', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd2fa6dc-642d-4e7f-a637-15e699cb3a1e', + 'x-ms-correlation-request-id', + 'dd2fa6dc-642d-4e7f-a637-15e699cb3a1e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024312Z:dd2fa6dc-642d-4e7f-a637-15e699cb3a1e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0674bed2-1411-45d0-9ff0-9de7c0ada970', + 'x-ms-correlation-request-id', + '0674bed2-1411-45d0-9ff0-9de7c0ada970', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024315Z:0674bed2-1411-45d0-9ff0-9de7c0ada970', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '36993d00-7a43-40ab-8c63-4dca5c0ce7b9', + 'x-ms-correlation-request-id', + '36993d00-7a43-40ab-8c63-4dca5c0ce7b9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024317Z:36993d00-7a43-40ab-8c63-4dca5c0ce7b9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c599ec0b-3c0a-4a34-8a1e-3d1f1751b736', + 'x-ms-correlation-request-id', + 'c599ec0b-3c0a-4a34-8a1e-3d1f1751b736', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024319Z:c599ec0b-3c0a-4a34-8a1e-3d1f1751b736', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '09d3a737-cdd8-4e39-9edb-bb4901b6d091', + 'x-ms-correlation-request-id', + '09d3a737-cdd8-4e39-9edb-bb4901b6d091', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024322Z:09d3a737-cdd8-4e39-9edb-bb4901b6d091', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7aee1dc7-3f0f-494c-915c-b69031f89208', + 'x-ms-correlation-request-id', + '7aee1dc7-3f0f-494c-915c-b69031f89208', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024324Z:7aee1dc7-3f0f-494c-915c-b69031f89208', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b12d63da-1b9d-4fcd-b0ec-2d14673802ec', + 'x-ms-correlation-request-id', + 'b12d63da-1b9d-4fcd-b0ec-2d14673802ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024326Z:b12d63da-1b9d-4fcd-b0ec-2d14673802ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32ad3b00-415b-4d3e-a3f7-c8d5cc7acab9', + 'x-ms-correlation-request-id', + '32ad3b00-415b-4d3e-a3f7-c8d5cc7acab9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024329Z:32ad3b00-415b-4d3e-a3f7-c8d5cc7acab9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0d4635e-9e3e-47b3-a1c8-89a9c5bed5cd', + 'x-ms-correlation-request-id', + 'e0d4635e-9e3e-47b3-a1c8-89a9c5bed5cd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024331Z:e0d4635e-9e3e-47b3-a1c8-89a9c5bed5cd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b79117fe-9946-4015-afc5-6034c6cd94aa', + 'x-ms-correlation-request-id', + 'b79117fe-9946-4015-afc5-6034c6cd94aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024333Z:b79117fe-9946-4015-afc5-6034c6cd94aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '69ff9429-6759-4abb-9515-e76a6c511b2e', + 'x-ms-correlation-request-id', + '69ff9429-6759-4abb-9515-e76a6c511b2e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024335Z:69ff9429-6759-4abb-9515-e76a6c511b2e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f4814d96-efc2-40d6-a157-b482e16613cf', + 'x-ms-correlation-request-id', + 'f4814d96-efc2-40d6-a157-b482e16613cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024338Z:f4814d96-efc2-40d6-a157-b482e16613cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '26b9fe34-5278-4437-8a3a-b4f860faff59', + 'x-ms-correlation-request-id', + '26b9fe34-5278-4437-8a3a-b4f860faff59', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024340Z:26b9fe34-5278-4437-8a3a-b4f860faff59', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6e04a80a-8adc-4adf-a7a9-49166d447bae', + 'x-ms-correlation-request-id', + '6e04a80a-8adc-4adf-a7a9-49166d447bae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024342Z:6e04a80a-8adc-4adf-a7a9-49166d447bae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0c34c6ea-111d-47d2-8051-995f163dbd20', + 'x-ms-correlation-request-id', + '0c34c6ea-111d-47d2-8051-995f163dbd20', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024345Z:0c34c6ea-111d-47d2-8051-995f163dbd20', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '46e2e3d8-fde2-4b3c-a2cb-6e09c66884d5', + 'x-ms-correlation-request-id', + '46e2e3d8-fde2-4b3c-a2cb-6e09c66884d5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024347Z:46e2e3d8-fde2-4b3c-a2cb-6e09c66884d5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '36c0f468-fd8c-4303-afcc-dcdae82f8030', + 'x-ms-correlation-request-id', + '36c0f468-fd8c-4303-afcc-dcdae82f8030', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024349Z:36c0f468-fd8c-4303-afcc-dcdae82f8030', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5246f038-91dc-4460-b8c2-b07777c94a4f', + 'x-ms-correlation-request-id', + '5246f038-91dc-4460-b8c2-b07777c94a4f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024352Z:5246f038-91dc-4460-b8c2-b07777c94a4f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '938a1d52-d80e-4117-b520-c743ddad0311', + 'x-ms-correlation-request-id', + '938a1d52-d80e-4117-b520-c743ddad0311', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024354Z:938a1d52-d80e-4117-b520-c743ddad0311', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9e470b85-2454-4dc1-90e4-92173e008fa1', + 'x-ms-correlation-request-id', + '9e470b85-2454-4dc1-90e4-92173e008fa1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024356Z:9e470b85-2454-4dc1-90e4-92173e008fa1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ae31863-3687-4675-abd4-4b2c5369aaaa', + 'x-ms-correlation-request-id', + '2ae31863-3687-4675-abd4-4b2c5369aaaa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024359Z:2ae31863-3687-4675-abd4-4b2c5369aaaa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:43:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f120df6d-28bd-46ae-bdc8-fbe26304f32e', + 'x-ms-correlation-request-id', + 'f120df6d-28bd-46ae-bdc8-fbe26304f32e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024402Z:f120df6d-28bd-46ae-bdc8-fbe26304f32e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d50d06d-3a2a-441e-a102-3a71e6f2040f', + 'x-ms-correlation-request-id', + '5d50d06d-3a2a-441e-a102-3a71e6f2040f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024404Z:5d50d06d-3a2a-441e-a102-3a71e6f2040f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '99a10b22-f12d-4b23-8f9c-e3f23ad428f9', + 'x-ms-correlation-request-id', + '99a10b22-f12d-4b23-8f9c-e3f23ad428f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024406Z:99a10b22-f12d-4b23-8f9c-e3f23ad428f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '292a270b-3caf-4976-8a8b-763dee047b5e', + 'x-ms-correlation-request-id', + '292a270b-3caf-4976-8a8b-763dee047b5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024409Z:292a270b-3caf-4976-8a8b-763dee047b5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4662986e-3239-479f-b5bd-685e61499016', + 'x-ms-correlation-request-id', + '4662986e-3239-479f-b5bd-685e61499016', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024411Z:4662986e-3239-479f-b5bd-685e61499016', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '056624e2-69e0-4852-999c-5d1ac43d41eb', + 'x-ms-correlation-request-id', + '056624e2-69e0-4852-999c-5d1ac43d41eb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024413Z:056624e2-69e0-4852-999c-5d1ac43d41eb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '66b841b8-cfb7-4028-877d-84577c595fe0', + 'x-ms-correlation-request-id', + '66b841b8-cfb7-4028-877d-84577c595fe0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024416Z:66b841b8-cfb7-4028-877d-84577c595fe0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'afee076e-1a2d-464c-b3e5-c430e4c8695c', + 'x-ms-correlation-request-id', + 'afee076e-1a2d-464c-b3e5-c430e4c8695c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024418Z:afee076e-1a2d-464c-b3e5-c430e4c8695c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eade694c-4474-417c-8579-7a96b0fc817b', + 'x-ms-correlation-request-id', + 'eade694c-4474-417c-8579-7a96b0fc817b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024421Z:eade694c-4474-417c-8579-7a96b0fc817b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '93c1fa6e-37df-416c-966c-f8c2af038321', + 'x-ms-correlation-request-id', + '93c1fa6e-37df-416c-966c-f8c2af038321', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024423Z:93c1fa6e-37df-416c-966c-f8c2af038321', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2bd69307-81e2-46bd-8ca1-1e457f7c06c2', + 'x-ms-correlation-request-id', + '2bd69307-81e2-46bd-8ca1-1e457f7c06c2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024425Z:2bd69307-81e2-46bd-8ca1-1e457f7c06c2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '31a90c42-d016-4ff7-a4d4-a6130d66a7b3', + 'x-ms-correlation-request-id', + '31a90c42-d016-4ff7-a4d4-a6130d66a7b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024427Z:31a90c42-d016-4ff7-a4d4-a6130d66a7b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'da3a9665-6a82-45c1-8015-f0373a73f82b', + 'x-ms-correlation-request-id', + 'da3a9665-6a82-45c1-8015-f0373a73f82b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024430Z:da3a9665-6a82-45c1-8015-f0373a73f82b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2520306e-4b2e-4acf-8f5c-15f325cd6d17', + 'x-ms-correlation-request-id', + '2520306e-4b2e-4acf-8f5c-15f325cd6d17', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024432Z:2520306e-4b2e-4acf-8f5c-15f325cd6d17', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd35b8cb2-a744-4586-9ebd-201c8e26726b', + 'x-ms-correlation-request-id', + 'd35b8cb2-a744-4586-9ebd-201c8e26726b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024434Z:d35b8cb2-a744-4586-9ebd-201c8e26726b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4106bd77-aa94-4c65-9ab8-2caf3f38f0d1', + 'x-ms-correlation-request-id', + '4106bd77-aa94-4c65-9ab8-2caf3f38f0d1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024437Z:4106bd77-aa94-4c65-9ab8-2caf3f38f0d1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f642db4-0894-4f9e-9cd3-19727312cd4b', + 'x-ms-correlation-request-id', + '8f642db4-0894-4f9e-9cd3-19727312cd4b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024439Z:8f642db4-0894-4f9e-9cd3-19727312cd4b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e8f072dd-bb65-4a0f-bf43-9bd31e46fe34', + 'x-ms-correlation-request-id', + 'e8f072dd-bb65-4a0f-bf43-9bd31e46fe34', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024441Z:e8f072dd-bb65-4a0f-bf43-9bd31e46fe34', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '363f4f8c-4c73-40a8-a8ee-07193c933bf5', + 'x-ms-correlation-request-id', + '363f4f8c-4c73-40a8-a8ee-07193c933bf5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024444Z:363f4f8c-4c73-40a8-a8ee-07193c933bf5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c00e9392-e16e-4e7c-b8a3-f68fe682b3e7', + 'x-ms-correlation-request-id', + 'c00e9392-e16e-4e7c-b8a3-f68fe682b3e7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024446Z:c00e9392-e16e-4e7c-b8a3-f68fe682b3e7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '27152569-a17c-436b-a209-d269c385b8b5', + 'x-ms-correlation-request-id', + '27152569-a17c-436b-a209-d269c385b8b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024448Z:27152569-a17c-436b-a209-d269c385b8b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5baebc1c-f475-42f3-864c-2c9f10a8d69a', + 'x-ms-correlation-request-id', + '5baebc1c-f475-42f3-864c-2c9f10a8d69a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024451Z:5baebc1c-f475-42f3-864c-2c9f10a8d69a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd872c815-ae82-41d3-9a75-2ccee2b364ca', + 'x-ms-correlation-request-id', + 'd872c815-ae82-41d3-9a75-2ccee2b364ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024453Z:d872c815-ae82-41d3-9a75-2ccee2b364ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '884da376-1041-4d12-8410-1e78f7563d3c', + 'x-ms-correlation-request-id', + '884da376-1041-4d12-8410-1e78f7563d3c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024455Z:884da376-1041-4d12-8410-1e78f7563d3c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f06354d-2b31-4515-b927-4be132868880', + 'x-ms-correlation-request-id', + '4f06354d-2b31-4515-b927-4be132868880', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024458Z:4f06354d-2b31-4515-b927-4be132868880', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:44:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c97f24d-a48b-4349-8dfe-f5d2b8d2a673', + 'x-ms-correlation-request-id', + '4c97f24d-a48b-4349-8dfe-f5d2b8d2a673', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024501Z:4c97f24d-a48b-4349-8dfe-f5d2b8d2a673', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '374a98be-02ad-4a29-b1a3-3116e5ceb578', + 'x-ms-correlation-request-id', + '374a98be-02ad-4a29-b1a3-3116e5ceb578', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024503Z:374a98be-02ad-4a29-b1a3-3116e5ceb578', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0038882-fbb6-4473-909f-98e218534c7b', + 'x-ms-correlation-request-id', + 'd0038882-fbb6-4473-909f-98e218534c7b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024505Z:d0038882-fbb6-4473-909f-98e218534c7b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e6edf85-ac08-4bfb-bf4d-26662262d991', + 'x-ms-correlation-request-id', + '7e6edf85-ac08-4bfb-bf4d-26662262d991', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024508Z:7e6edf85-ac08-4bfb-bf4d-26662262d991', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '56369424-36b7-4c2c-ae49-54d5fae9a472', + 'x-ms-correlation-request-id', + '56369424-36b7-4c2c-ae49-54d5fae9a472', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024510Z:56369424-36b7-4c2c-ae49-54d5fae9a472', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'adec171f-1704-45bd-95c6-2b8d98e0aea9', + 'x-ms-correlation-request-id', + 'adec171f-1704-45bd-95c6-2b8d98e0aea9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024512Z:adec171f-1704-45bd-95c6-2b8d98e0aea9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '56a2c405-bef7-4108-90a9-1e6d35c16e80', + 'x-ms-correlation-request-id', + '56a2c405-bef7-4108-90a9-1e6d35c16e80', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024515Z:56a2c405-bef7-4108-90a9-1e6d35c16e80', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b11c213c-2b15-48a2-aa18-5a352be23f37', + 'x-ms-correlation-request-id', + 'b11c213c-2b15-48a2-aa18-5a352be23f37', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024517Z:b11c213c-2b15-48a2-aa18-5a352be23f37', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3db9659f-3c10-47b3-a460-93b54bd1fc1e', + 'x-ms-correlation-request-id', + '3db9659f-3c10-47b3-a460-93b54bd1fc1e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024519Z:3db9659f-3c10-47b3-a460-93b54bd1fc1e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '185f8e95-ec2b-44ba-9448-62f19e8c549c', + 'x-ms-correlation-request-id', + '185f8e95-ec2b-44ba-9448-62f19e8c549c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024522Z:185f8e95-ec2b-44ba-9448-62f19e8c549c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '04af376d-f9c6-4b8e-9fbc-aa324e6c6810', + 'x-ms-correlation-request-id', + '04af376d-f9c6-4b8e-9fbc-aa324e6c6810', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024524Z:04af376d-f9c6-4b8e-9fbc-aa324e6c6810', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'afc0be9e-039e-4478-bb55-4357a60de1cb', + 'x-ms-correlation-request-id', + 'afc0be9e-039e-4478-bb55-4357a60de1cb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024526Z:afc0be9e-039e-4478-bb55-4357a60de1cb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f35e0cdd-0027-46df-90d2-b97a9cd7ab29', + 'x-ms-correlation-request-id', + 'f35e0cdd-0027-46df-90d2-b97a9cd7ab29', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024528Z:f35e0cdd-0027-46df-90d2-b97a9cd7ab29', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '22bd803c-8616-4ad4-8e76-6f0369983427', + 'x-ms-correlation-request-id', + '22bd803c-8616-4ad4-8e76-6f0369983427', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024531Z:22bd803c-8616-4ad4-8e76-6f0369983427', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63ac948b-954f-44cc-baad-03df10d181ef', + 'x-ms-correlation-request-id', + '63ac948b-954f-44cc-baad-03df10d181ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024533Z:63ac948b-954f-44cc-baad-03df10d181ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3477d9b4-6eaf-412d-93ea-0225c37c3ca3', + 'x-ms-correlation-request-id', + '3477d9b4-6eaf-412d-93ea-0225c37c3ca3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024535Z:3477d9b4-6eaf-412d-93ea-0225c37c3ca3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aa0bb9ae-4cc9-4e59-9434-835b90b12edb', + 'x-ms-correlation-request-id', + 'aa0bb9ae-4cc9-4e59-9434-835b90b12edb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024538Z:aa0bb9ae-4cc9-4e59-9434-835b90b12edb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c8521a1-3c58-446e-9632-d03964bf6fb9', + 'x-ms-correlation-request-id', + '8c8521a1-3c58-446e-9632-d03964bf6fb9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024540Z:8c8521a1-3c58-446e-9632-d03964bf6fb9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a0f90de6-9687-4353-8e7e-8cf33e6cfc97', + 'x-ms-correlation-request-id', + 'a0f90de6-9687-4353-8e7e-8cf33e6cfc97', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024542Z:a0f90de6-9687-4353-8e7e-8cf33e6cfc97', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0e1372c-cf73-4a5b-a50f-c4fe2d3def43', + 'x-ms-correlation-request-id', + 'd0e1372c-cf73-4a5b-a50f-c4fe2d3def43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024545Z:d0e1372c-cf73-4a5b-a50f-c4fe2d3def43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d6a16b2-916d-4f5a-af42-707245af570d', + 'x-ms-correlation-request-id', + '0d6a16b2-916d-4f5a-af42-707245af570d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024547Z:0d6a16b2-916d-4f5a-af42-707245af570d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5fa45d79-9bff-4361-ba1e-5f5d3a692ba2', + 'x-ms-correlation-request-id', + '5fa45d79-9bff-4361-ba1e-5f5d3a692ba2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024549Z:5fa45d79-9bff-4361-ba1e-5f5d3a692ba2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '407cc3eb-707d-4fa6-8f04-726968b70df3', + 'x-ms-correlation-request-id', + '407cc3eb-707d-4fa6-8f04-726968b70df3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024552Z:407cc3eb-707d-4fa6-8f04-726968b70df3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '042d13c4-5fe6-42b9-9bb9-ce4676379be8', + 'x-ms-correlation-request-id', + '042d13c4-5fe6-42b9-9bb9-ce4676379be8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024554Z:042d13c4-5fe6-42b9-9bb9-ce4676379be8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c76751c-45d9-45b8-9a00-442a833343ad', + 'x-ms-correlation-request-id', + '4c76751c-45d9-45b8-9a00-442a833343ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024556Z:4c76751c-45d9-45b8-9a00-442a833343ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b53ea7ea-bf0a-4784-88a0-4418cbcb91fc', + 'x-ms-correlation-request-id', + 'b53ea7ea-bf0a-4784-88a0-4418cbcb91fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024559Z:b53ea7ea-bf0a-4784-88a0-4418cbcb91fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:45:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e7095f94-6c00-4b45-8433-7b2a3e579d5e', + 'x-ms-correlation-request-id', + 'e7095f94-6c00-4b45-8433-7b2a3e579d5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024602Z:e7095f94-6c00-4b45-8433-7b2a3e579d5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f88879b8-8c2e-4919-af7a-f266df97bb7d', + 'x-ms-correlation-request-id', + 'f88879b8-8c2e-4919-af7a-f266df97bb7d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024604Z:f88879b8-8c2e-4919-af7a-f266df97bb7d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7cf16b22-d3f1-4679-81ec-8ce5778637d8', + 'x-ms-correlation-request-id', + '7cf16b22-d3f1-4679-81ec-8ce5778637d8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024606Z:7cf16b22-d3f1-4679-81ec-8ce5778637d8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7264400c-15ed-4cb1-85cd-06219f1a2132', + 'x-ms-correlation-request-id', + '7264400c-15ed-4cb1-85cd-06219f1a2132', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024609Z:7264400c-15ed-4cb1-85cd-06219f1a2132', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8d951d4b-051b-4578-8cbb-87badf888f05', + 'x-ms-correlation-request-id', + '8d951d4b-051b-4578-8cbb-87badf888f05', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024611Z:8d951d4b-051b-4578-8cbb-87badf888f05', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a542900-feeb-4d51-9cef-128f80501e71', + 'x-ms-correlation-request-id', + '2a542900-feeb-4d51-9cef-128f80501e71', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024613Z:2a542900-feeb-4d51-9cef-128f80501e71', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '76e7c6c8-d3f2-4b25-bc05-8cccb87cdd73', + 'x-ms-correlation-request-id', + '76e7c6c8-d3f2-4b25-bc05-8cccb87cdd73', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024616Z:76e7c6c8-d3f2-4b25-bc05-8cccb87cdd73', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '675654cb-9665-4f8f-8aaa-7a13485a1bb3', + 'x-ms-correlation-request-id', + '675654cb-9665-4f8f-8aaa-7a13485a1bb3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024618Z:675654cb-9665-4f8f-8aaa-7a13485a1bb3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eaaf847d-fad5-4a17-8a1e-cf29307e0c21', + 'x-ms-correlation-request-id', + 'eaaf847d-fad5-4a17-8a1e-cf29307e0c21', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024620Z:eaaf847d-fad5-4a17-8a1e-cf29307e0c21', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '68840bea-5147-41ab-afbf-1d1357f0d944', + 'x-ms-correlation-request-id', + '68840bea-5147-41ab-afbf-1d1357f0d944', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024623Z:68840bea-5147-41ab-afbf-1d1357f0d944', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '525eb2d8-2597-4ec1-aafc-d22f1c2e6802', + 'x-ms-correlation-request-id', + '525eb2d8-2597-4ec1-aafc-d22f1c2e6802', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024625Z:525eb2d8-2597-4ec1-aafc-d22f1c2e6802', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c061657d-39ab-4648-8848-a34f90d99ec9', + 'x-ms-correlation-request-id', + 'c061657d-39ab-4648-8848-a34f90d99ec9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024627Z:c061657d-39ab-4648-8848-a34f90d99ec9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e224020b-2480-47b5-93b6-18a5f35b5eef', + 'x-ms-correlation-request-id', + 'e224020b-2480-47b5-93b6-18a5f35b5eef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024630Z:e224020b-2480-47b5-93b6-18a5f35b5eef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '891a6639-5404-4022-beca-4446e81e262e', + 'x-ms-correlation-request-id', + '891a6639-5404-4022-beca-4446e81e262e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024632Z:891a6639-5404-4022-beca-4446e81e262e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7a1d7e4a-bebc-44b0-b3d2-cb91668f836c', + 'x-ms-correlation-request-id', + '7a1d7e4a-bebc-44b0-b3d2-cb91668f836c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024634Z:7a1d7e4a-bebc-44b0-b3d2-cb91668f836c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '723652d9-6ad9-4a04-b780-fe7c33bd4860', + 'x-ms-correlation-request-id', + '723652d9-6ad9-4a04-b780-fe7c33bd4860', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024637Z:723652d9-6ad9-4a04-b780-fe7c33bd4860', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b2ef5e56-7dd8-4133-93ef-6ac6389cc8e8', + 'x-ms-correlation-request-id', + 'b2ef5e56-7dd8-4133-93ef-6ac6389cc8e8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024639Z:b2ef5e56-7dd8-4133-93ef-6ac6389cc8e8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '31ae1a54-c9ca-4611-a9ca-250de775505a', + 'x-ms-correlation-request-id', + '31ae1a54-c9ca-4611-a9ca-250de775505a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024641Z:31ae1a54-c9ca-4611-a9ca-250de775505a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a00552de-a17d-4e02-a586-02fccabc552d', + 'x-ms-correlation-request-id', + 'a00552de-a17d-4e02-a586-02fccabc552d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024644Z:a00552de-a17d-4e02-a586-02fccabc552d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5408c91e-3a52-47de-b5c7-e42957eb0aa8', + 'x-ms-correlation-request-id', + '5408c91e-3a52-47de-b5c7-e42957eb0aa8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024646Z:5408c91e-3a52-47de-b5c7-e42957eb0aa8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '74926d0e-7fb5-401f-834e-78807b220bb8', + 'x-ms-correlation-request-id', + '74926d0e-7fb5-401f-834e-78807b220bb8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024648Z:74926d0e-7fb5-401f-834e-78807b220bb8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8b8a35e2-4440-4524-b09e-94a4b94f5392', + 'x-ms-correlation-request-id', + '8b8a35e2-4440-4524-b09e-94a4b94f5392', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024651Z:8b8a35e2-4440-4524-b09e-94a4b94f5392', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1409e2d4-def4-47e2-8438-9a25c496d1cf', + 'x-ms-correlation-request-id', + '1409e2d4-def4-47e2-8438-9a25c496d1cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024653Z:1409e2d4-def4-47e2-8438-9a25c496d1cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '728ab63b-23d7-47f8-bbce-185ed0d15874', + 'x-ms-correlation-request-id', + '728ab63b-23d7-47f8-bbce-185ed0d15874', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024655Z:728ab63b-23d7-47f8-bbce-185ed0d15874', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '50cf8816-333e-41b7-983f-4ea3473dc2bd', + 'x-ms-correlation-request-id', + '50cf8816-333e-41b7-983f-4ea3473dc2bd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024658Z:50cf8816-333e-41b7-983f-4ea3473dc2bd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:46:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9446b6aa-c51a-45cc-be4b-08dd23b7a438', + 'x-ms-correlation-request-id', + '9446b6aa-c51a-45cc-be4b-08dd23b7a438', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024701Z:9446b6aa-c51a-45cc-be4b-08dd23b7a438', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '936c39fa-a761-480f-a3fc-64e004091b43', + 'x-ms-correlation-request-id', + '936c39fa-a761-480f-a3fc-64e004091b43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024703Z:936c39fa-a761-480f-a3fc-64e004091b43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a1f73ae0-5c97-403a-be1f-ffe5b11778f9', + 'x-ms-correlation-request-id', + 'a1f73ae0-5c97-403a-be1f-ffe5b11778f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024705Z:a1f73ae0-5c97-403a-be1f-ffe5b11778f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c6f9381-0881-42ed-8e5a-70d3d667d124', + 'x-ms-correlation-request-id', + '8c6f9381-0881-42ed-8e5a-70d3d667d124', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024708Z:8c6f9381-0881-42ed-8e5a-70d3d667d124', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '47159d46-f4be-4ac4-9f61-df5a2859e544', + 'x-ms-correlation-request-id', + '47159d46-f4be-4ac4-9f61-df5a2859e544', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024710Z:47159d46-f4be-4ac4-9f61-df5a2859e544', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '020c334d-43d8-4c49-8788-15eb33af38f0', + 'x-ms-correlation-request-id', + '020c334d-43d8-4c49-8788-15eb33af38f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024712Z:020c334d-43d8-4c49-8788-15eb33af38f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b593db1-b049-46e9-949c-74b21a41a469', + 'x-ms-correlation-request-id', + '6b593db1-b049-46e9-949c-74b21a41a469', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024715Z:6b593db1-b049-46e9-949c-74b21a41a469', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '72a229c4-b661-4ac4-ac91-a4ae605704f0', + 'x-ms-correlation-request-id', + '72a229c4-b661-4ac4-ac91-a4ae605704f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024717Z:72a229c4-b661-4ac4-ac91-a4ae605704f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '15125f43-2d4e-43a2-a845-ac97eb56c92c', + 'x-ms-correlation-request-id', + '15125f43-2d4e-43a2-a845-ac97eb56c92c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024719Z:15125f43-2d4e-43a2-a845-ac97eb56c92c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '029fb775-545e-4dd3-acde-6547f3a900f1', + 'x-ms-correlation-request-id', + '029fb775-545e-4dd3-acde-6547f3a900f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024722Z:029fb775-545e-4dd3-acde-6547f3a900f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c298818-80e8-4a8d-b08e-063202ea0838', + 'x-ms-correlation-request-id', + '3c298818-80e8-4a8d-b08e-063202ea0838', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024724Z:3c298818-80e8-4a8d-b08e-063202ea0838', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd43236b6-a3a1-435a-b02a-48d6f89149d2', + 'x-ms-correlation-request-id', + 'd43236b6-a3a1-435a-b02a-48d6f89149d2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024726Z:d43236b6-a3a1-435a-b02a-48d6f89149d2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'af02d483-4611-4b64-b020-529fd3d48d04', + 'x-ms-correlation-request-id', + 'af02d483-4611-4b64-b020-529fd3d48d04', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024728Z:af02d483-4611-4b64-b020-529fd3d48d04', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9c9aaebe-3b35-4f58-b866-c696f8e6731b', + 'x-ms-correlation-request-id', + '9c9aaebe-3b35-4f58-b866-c696f8e6731b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024731Z:9c9aaebe-3b35-4f58-b866-c696f8e6731b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2c018241-ecd4-42ae-b37f-d9a9602a1aaf', + 'x-ms-correlation-request-id', + '2c018241-ecd4-42ae-b37f-d9a9602a1aaf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024733Z:2c018241-ecd4-42ae-b37f-d9a9602a1aaf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f49b081d-8f82-47dc-bb47-72340dddee5a', + 'x-ms-correlation-request-id', + 'f49b081d-8f82-47dc-bb47-72340dddee5a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024735Z:f49b081d-8f82-47dc-bb47-72340dddee5a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ae534d8-7e3e-4725-a683-e7d43317255f', + 'x-ms-correlation-request-id', + '1ae534d8-7e3e-4725-a683-e7d43317255f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024738Z:1ae534d8-7e3e-4725-a683-e7d43317255f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0537165d-1475-4b3b-94bf-ad796123ee0a', + 'x-ms-correlation-request-id', + '0537165d-1475-4b3b-94bf-ad796123ee0a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024740Z:0537165d-1475-4b3b-94bf-ad796123ee0a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b34162f6-45c2-4f0e-aa46-460f3e09049e', + 'x-ms-correlation-request-id', + 'b34162f6-45c2-4f0e-aa46-460f3e09049e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024742Z:b34162f6-45c2-4f0e-aa46-460f3e09049e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c3099362-7e2a-469d-8d42-ee3ae7158b37', + 'x-ms-correlation-request-id', + 'c3099362-7e2a-469d-8d42-ee3ae7158b37', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024745Z:c3099362-7e2a-469d-8d42-ee3ae7158b37', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b0dfd79a-60eb-4a58-9bed-fabec08de9d3', + 'x-ms-correlation-request-id', + 'b0dfd79a-60eb-4a58-9bed-fabec08de9d3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024747Z:b0dfd79a-60eb-4a58-9bed-fabec08de9d3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7cb315e9-b243-419d-890e-fa0759bec615', + 'x-ms-correlation-request-id', + '7cb315e9-b243-419d-890e-fa0759bec615', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024749Z:7cb315e9-b243-419d-890e-fa0759bec615', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '602345e3-ffd3-45b1-a116-a28ae96e2b04', + 'x-ms-correlation-request-id', + '602345e3-ffd3-45b1-a116-a28ae96e2b04', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024752Z:602345e3-ffd3-45b1-a116-a28ae96e2b04', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'edb970d2-e414-481e-a6c5-91ceac157321', + 'x-ms-correlation-request-id', + 'edb970d2-e414-481e-a6c5-91ceac157321', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024754Z:edb970d2-e414-481e-a6c5-91ceac157321', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'caee9fa5-4c13-4ec1-abf5-06b001d5c755', + 'x-ms-correlation-request-id', + 'caee9fa5-4c13-4ec1-abf5-06b001d5c755', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024757Z:caee9fa5-4c13-4ec1-abf5-06b001d5c755', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:47:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '308c4168-71c8-46a7-a32e-1d714ac83b5f', + 'x-ms-correlation-request-id', + '308c4168-71c8-46a7-a32e-1d714ac83b5f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024800Z:308c4168-71c8-46a7-a32e-1d714ac83b5f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6bedf252-41fa-4aa5-919e-8184b75d12b4', + 'x-ms-correlation-request-id', + '6bedf252-41fa-4aa5-919e-8184b75d12b4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024803Z:6bedf252-41fa-4aa5-919e-8184b75d12b4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1388b477-5ea4-4725-9a36-ca3f908ef279', + 'x-ms-correlation-request-id', + '1388b477-5ea4-4725-9a36-ca3f908ef279', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024805Z:1388b477-5ea4-4725-9a36-ca3f908ef279', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6ebe453-83ed-441c-9d49-9d3f7f41dc98', + 'x-ms-correlation-request-id', + 'e6ebe453-83ed-441c-9d49-9d3f7f41dc98', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024808Z:e6ebe453-83ed-441c-9d49-9d3f7f41dc98', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '28a47690-59fc-42bc-837e-6831e116f12d', + 'x-ms-correlation-request-id', + '28a47690-59fc-42bc-837e-6831e116f12d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024810Z:28a47690-59fc-42bc-837e-6831e116f12d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1a21ddd5-ba84-44c6-aa4e-55e83c072da0', + 'x-ms-correlation-request-id', + '1a21ddd5-ba84-44c6-aa4e-55e83c072da0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024812Z:1a21ddd5-ba84-44c6-aa4e-55e83c072da0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b9b5626-353a-4f0a-bfa9-b3c848fc6c78', + 'x-ms-correlation-request-id', + '9b9b5626-353a-4f0a-bfa9-b3c848fc6c78', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024814Z:9b9b5626-353a-4f0a-bfa9-b3c848fc6c78', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b26d50c-abe3-47cd-b300-c210bc9e8ae6', + 'x-ms-correlation-request-id', + '6b26d50c-abe3-47cd-b300-c210bc9e8ae6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024817Z:6b26d50c-abe3-47cd-b300-c210bc9e8ae6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3642131f-b9dc-464c-a4a4-e99178bca5f3', + 'x-ms-correlation-request-id', + '3642131f-b9dc-464c-a4a4-e99178bca5f3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024819Z:3642131f-b9dc-464c-a4a4-e99178bca5f3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5dd0469e-a533-48f0-bd3e-d21ec5c4599b', + 'x-ms-correlation-request-id', + '5dd0469e-a533-48f0-bd3e-d21ec5c4599b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024821Z:5dd0469e-a533-48f0-bd3e-d21ec5c4599b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'acda55f8-dac9-47ef-9204-56987469406b', + 'x-ms-correlation-request-id', + 'acda55f8-dac9-47ef-9204-56987469406b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024824Z:acda55f8-dac9-47ef-9204-56987469406b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd614f7c-146b-48b1-bc5d-4cfd6e6c9c5d', + 'x-ms-correlation-request-id', + 'dd614f7c-146b-48b1-bc5d-4cfd6e6c9c5d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024826Z:dd614f7c-146b-48b1-bc5d-4cfd6e6c9c5d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9245459-22ae-4a5a-b7d1-b2a9ad0fd257', + 'x-ms-correlation-request-id', + 'a9245459-22ae-4a5a-b7d1-b2a9ad0fd257', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024828Z:a9245459-22ae-4a5a-b7d1-b2a9ad0fd257', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29369fd9-6da8-47ae-a95f-c37a068d2c63', + 'x-ms-correlation-request-id', + '29369fd9-6da8-47ae-a95f-c37a068d2c63', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024831Z:29369fd9-6da8-47ae-a95f-c37a068d2c63', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2fea49fb-afb2-4cc6-89bc-7df8feaaccdd', + 'x-ms-correlation-request-id', + '2fea49fb-afb2-4cc6-89bc-7df8feaaccdd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024833Z:2fea49fb-afb2-4cc6-89bc-7df8feaaccdd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '26a5f2d3-5aaf-47cc-b129-9766cc7ec484', + 'x-ms-correlation-request-id', + '26a5f2d3-5aaf-47cc-b129-9766cc7ec484', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024835Z:26a5f2d3-5aaf-47cc-b129-9766cc7ec484', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e3d655d-8b64-47b9-84ac-d68bc4643506', + 'x-ms-correlation-request-id', + '7e3d655d-8b64-47b9-84ac-d68bc4643506', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024838Z:7e3d655d-8b64-47b9-84ac-d68bc4643506', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd347100-fc98-407a-8c22-2147519c99a1', + 'x-ms-correlation-request-id', + 'bd347100-fc98-407a-8c22-2147519c99a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024840Z:bd347100-fc98-407a-8c22-2147519c99a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e780220-0bc9-4b7c-8241-027b9f3dff51', + 'x-ms-correlation-request-id', + '7e780220-0bc9-4b7c-8241-027b9f3dff51', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024842Z:7e780220-0bc9-4b7c-8241-027b9f3dff51', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ecd154ba-b33a-46c0-986b-dcd6eb3652c9', + 'x-ms-correlation-request-id', + 'ecd154ba-b33a-46c0-986b-dcd6eb3652c9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024845Z:ecd154ba-b33a-46c0-986b-dcd6eb3652c9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ed0e99b-531a-4a85-87ca-445e1d154ecc', + 'x-ms-correlation-request-id', + '3ed0e99b-531a-4a85-87ca-445e1d154ecc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024847Z:3ed0e99b-531a-4a85-87ca-445e1d154ecc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f6c24d9-55c9-4c50-8529-3cedcfd2463d', + 'x-ms-correlation-request-id', + '8f6c24d9-55c9-4c50-8529-3cedcfd2463d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024849Z:8f6c24d9-55c9-4c50-8529-3cedcfd2463d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '799266a9-c956-43e9-8c54-b6f94128c5f8', + 'x-ms-correlation-request-id', + '799266a9-c956-43e9-8c54-b6f94128c5f8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024852Z:799266a9-c956-43e9-8c54-b6f94128c5f8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '85d8f0e2-9ddf-48bc-b4b7-fc6c77452dfc', + 'x-ms-correlation-request-id', + '85d8f0e2-9ddf-48bc-b4b7-fc6c77452dfc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024854Z:85d8f0e2-9ddf-48bc-b4b7-fc6c77452dfc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0ddaad1-9d1a-4fd9-94b4-d9f266964554', + 'x-ms-correlation-request-id', + 'd0ddaad1-9d1a-4fd9-94b4-d9f266964554', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024856Z:d0ddaad1-9d1a-4fd9-94b4-d9f266964554', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '535b44a1-717e-4509-a8ad-4045494912f6', + 'x-ms-correlation-request-id', + '535b44a1-717e-4509-a8ad-4045494912f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024859Z:535b44a1-717e-4509-a8ad-4045494912f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:48:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e1fe83ee-2a37-44b7-b482-db59d094e11b', + 'x-ms-correlation-request-id', + 'e1fe83ee-2a37-44b7-b482-db59d094e11b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024902Z:e1fe83ee-2a37-44b7-b482-db59d094e11b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '489f0ee0-f8db-4525-b329-98b58de14afc', + 'x-ms-correlation-request-id', + '489f0ee0-f8db-4525-b329-98b58de14afc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024904Z:489f0ee0-f8db-4525-b329-98b58de14afc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e50ab4c-99c9-4f77-a8b9-f8f172036138', + 'x-ms-correlation-request-id', + '3e50ab4c-99c9-4f77-a8b9-f8f172036138', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024906Z:3e50ab4c-99c9-4f77-a8b9-f8f172036138', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29b2b91d-49db-412b-95f0-bfde6947a9d5', + 'x-ms-correlation-request-id', + '29b2b91d-49db-412b-95f0-bfde6947a9d5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024909Z:29b2b91d-49db-412b-95f0-bfde6947a9d5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b11051e2-ddfe-4ee5-9ecd-97ca8c4a57a6', + 'x-ms-correlation-request-id', + 'b11051e2-ddfe-4ee5-9ecd-97ca8c4a57a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024911Z:b11051e2-ddfe-4ee5-9ecd-97ca8c4a57a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '368ffc3a-d74d-4423-a264-b3b16c8bc510', + 'x-ms-correlation-request-id', + '368ffc3a-d74d-4423-a264-b3b16c8bc510', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024913Z:368ffc3a-d74d-4423-a264-b3b16c8bc510', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '00e59b7f-959c-4f09-999a-f1047c27e552', + 'x-ms-correlation-request-id', + '00e59b7f-959c-4f09-999a-f1047c27e552', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024915Z:00e59b7f-959c-4f09-999a-f1047c27e552', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cc4240d6-b803-41c8-992f-b5ffdebf16fe', + 'x-ms-correlation-request-id', + 'cc4240d6-b803-41c8-992f-b5ffdebf16fe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024918Z:cc4240d6-b803-41c8-992f-b5ffdebf16fe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b02c64c1-55aa-42da-b253-4cacecd86800', + 'x-ms-correlation-request-id', + 'b02c64c1-55aa-42da-b253-4cacecd86800', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024920Z:b02c64c1-55aa-42da-b253-4cacecd86800', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b0e6fd56-2ea4-49cc-9ddc-534516679c89', + 'x-ms-correlation-request-id', + 'b0e6fd56-2ea4-49cc-9ddc-534516679c89', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024922Z:b0e6fd56-2ea4-49cc-9ddc-534516679c89', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b04fb092-f84a-41f2-968f-242d838ac0e1', + 'x-ms-correlation-request-id', + 'b04fb092-f84a-41f2-968f-242d838ac0e1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024925Z:b04fb092-f84a-41f2-968f-242d838ac0e1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e0eaabd-789e-41df-b5dd-45076943aedc', + 'x-ms-correlation-request-id', + '5e0eaabd-789e-41df-b5dd-45076943aedc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024927Z:5e0eaabd-789e-41df-b5dd-45076943aedc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a108389d-11c8-4d5c-a2eb-d4d61894c118', + 'x-ms-correlation-request-id', + 'a108389d-11c8-4d5c-a2eb-d4d61894c118', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024929Z:a108389d-11c8-4d5c-a2eb-d4d61894c118', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0d3d01c-353a-44dc-b30f-7359d92ee71b', + 'x-ms-correlation-request-id', + 'f0d3d01c-353a-44dc-b30f-7359d92ee71b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024932Z:f0d3d01c-353a-44dc-b30f-7359d92ee71b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8527fece-6221-492a-9ae8-0cfb63477a5e', + 'x-ms-correlation-request-id', + '8527fece-6221-492a-9ae8-0cfb63477a5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024934Z:8527fece-6221-492a-9ae8-0cfb63477a5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '21360169-2eed-4d46-94fe-454546f94218', + 'x-ms-correlation-request-id', + '21360169-2eed-4d46-94fe-454546f94218', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024936Z:21360169-2eed-4d46-94fe-454546f94218', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '67a57a0a-2cb3-4406-977a-215040a3a6c5', + 'x-ms-correlation-request-id', + '67a57a0a-2cb3-4406-977a-215040a3a6c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024939Z:67a57a0a-2cb3-4406-977a-215040a3a6c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '05c8f553-8393-4aa5-8db2-d97135c99c92', + 'x-ms-correlation-request-id', + '05c8f553-8393-4aa5-8db2-d97135c99c92', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024941Z:05c8f553-8393-4aa5-8db2-d97135c99c92', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e40f37bc-3127-47cf-b460-5fca2ee0122f', + 'x-ms-correlation-request-id', + 'e40f37bc-3127-47cf-b460-5fca2ee0122f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024943Z:e40f37bc-3127-47cf-b460-5fca2ee0122f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a5624b8c-fc1d-48c7-9e75-72dd05d52653', + 'x-ms-correlation-request-id', + 'a5624b8c-fc1d-48c7-9e75-72dd05d52653', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024946Z:a5624b8c-fc1d-48c7-9e75-72dd05d52653', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '32a83600-41af-4b8f-832a-cbfc8985fb42', + 'x-ms-correlation-request-id', + '32a83600-41af-4b8f-832a-cbfc8985fb42', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024948Z:32a83600-41af-4b8f-832a-cbfc8985fb42', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0721ca58-df5b-435e-a3ea-170587d123df', + 'x-ms-correlation-request-id', + '0721ca58-df5b-435e-a3ea-170587d123df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024950Z:0721ca58-df5b-435e-a3ea-170587d123df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0572dd0e-c2b7-4f31-b3c6-f18e8e6118d6', + 'x-ms-correlation-request-id', + '0572dd0e-c2b7-4f31-b3c6-f18e8e6118d6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024953Z:0572dd0e-c2b7-4f31-b3c6-f18e8e6118d6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b1f7ffd4-0c59-4f54-8070-a3ca016210f4', + 'x-ms-correlation-request-id', + 'b1f7ffd4-0c59-4f54-8070-a3ca016210f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024955Z:b1f7ffd4-0c59-4f54-8070-a3ca016210f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c18cc2e-6d2d-4b80-aef4-cdb462f53c4a', + 'x-ms-correlation-request-id', + '7c18cc2e-6d2d-4b80-aef4-cdb462f53c4a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T024957Z:7c18cc2e-6d2d-4b80-aef4-cdb462f53c4a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '19913bb7-3890-4370-89c8-393f718083dd', + 'x-ms-correlation-request-id', + '19913bb7-3890-4370-89c8-393f718083dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025000Z:19913bb7-3890-4370-89c8-393f718083dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:49:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5638dd51-8b0a-4b9c-9b01-b61c6789c8b6', + 'x-ms-correlation-request-id', + '5638dd51-8b0a-4b9c-9b01-b61c6789c8b6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025003Z:5638dd51-8b0a-4b9c-9b01-b61c6789c8b6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '83bd4549-5389-4b26-bf3f-53b4ab88a837', + 'x-ms-correlation-request-id', + '83bd4549-5389-4b26-bf3f-53b4ab88a837', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025005Z:83bd4549-5389-4b26-bf3f-53b4ab88a837', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3c0d9bba-28ba-4a4f-aed2-5c205dd1b747', + 'x-ms-correlation-request-id', + '3c0d9bba-28ba-4a4f-aed2-5c205dd1b747', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025007Z:3c0d9bba-28ba-4a4f-aed2-5c205dd1b747', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2b523389-3f7c-44b8-9e10-34c05e1a9e10', + 'x-ms-correlation-request-id', + '2b523389-3f7c-44b8-9e10-34c05e1a9e10', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025010Z:2b523389-3f7c-44b8-9e10-34c05e1a9e10', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '35220a4d-cbc3-4a4c-872a-9e1d342c6516', + 'x-ms-correlation-request-id', + '35220a4d-cbc3-4a4c-872a-9e1d342c6516', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025012Z:35220a4d-cbc3-4a4c-872a-9e1d342c6516', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f008c237-7119-4dbe-b514-d8c0061b1d80', + 'x-ms-correlation-request-id', + 'f008c237-7119-4dbe-b514-d8c0061b1d80', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025014Z:f008c237-7119-4dbe-b514-d8c0061b1d80', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9fba9efa-b648-44b7-9dbf-95b7ce0939eb', + 'x-ms-correlation-request-id', + '9fba9efa-b648-44b7-9dbf-95b7ce0939eb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025017Z:9fba9efa-b648-44b7-9dbf-95b7ce0939eb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '69fee0c7-4f29-4f0b-bba9-afd3e564d35a', + 'x-ms-correlation-request-id', + '69fee0c7-4f29-4f0b-bba9-afd3e564d35a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025019Z:69fee0c7-4f29-4f0b-bba9-afd3e564d35a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '35aa3068-d1a3-40ac-8f22-821321f424f9', + 'x-ms-correlation-request-id', + '35aa3068-d1a3-40ac-8f22-821321f424f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025021Z:35aa3068-d1a3-40ac-8f22-821321f424f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '010fab81-344c-42f6-8afe-f5022abebca3', + 'x-ms-correlation-request-id', + '010fab81-344c-42f6-8afe-f5022abebca3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025024Z:010fab81-344c-42f6-8afe-f5022abebca3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0c3bab39-104f-4b6e-bc95-ce92e58ed2cc', + 'x-ms-correlation-request-id', + '0c3bab39-104f-4b6e-bc95-ce92e58ed2cc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025026Z:0c3bab39-104f-4b6e-bc95-ce92e58ed2cc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b8caeb9d-6db2-4d6d-acd9-a37185c3c1c3', + 'x-ms-correlation-request-id', + 'b8caeb9d-6db2-4d6d-acd9-a37185c3c1c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025028Z:b8caeb9d-6db2-4d6d-acd9-a37185c3c1c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '90d65f51-fd13-4a4c-8fa6-9e39bb0927c2', + 'x-ms-correlation-request-id', + '90d65f51-fd13-4a4c-8fa6-9e39bb0927c2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025030Z:90d65f51-fd13-4a4c-8fa6-9e39bb0927c2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6518fbbc-4eac-45da-96de-a8a45c79d981', + 'x-ms-correlation-request-id', + '6518fbbc-4eac-45da-96de-a8a45c79d981', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025033Z:6518fbbc-4eac-45da-96de-a8a45c79d981', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0caf32b5-d115-4426-9016-a006bbe58cda', + 'x-ms-correlation-request-id', + '0caf32b5-d115-4426-9016-a006bbe58cda', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025035Z:0caf32b5-d115-4426-9016-a006bbe58cda', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4bb05cb6-a5a5-492c-a779-caaf0477b36b', + 'x-ms-correlation-request-id', + '4bb05cb6-a5a5-492c-a779-caaf0477b36b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025037Z:4bb05cb6-a5a5-492c-a779-caaf0477b36b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '67a43fae-db87-4cdb-9581-46e2a9b79abc', + 'x-ms-correlation-request-id', + '67a43fae-db87-4cdb-9581-46e2a9b79abc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025040Z:67a43fae-db87-4cdb-9581-46e2a9b79abc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f8774f0d-52f2-4922-aad6-21e1e2b3055b', + 'x-ms-correlation-request-id', + 'f8774f0d-52f2-4922-aad6-21e1e2b3055b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025042Z:f8774f0d-52f2-4922-aad6-21e1e2b3055b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '88487f06-535c-4dd0-be11-48925d15f6ae', + 'x-ms-correlation-request-id', + '88487f06-535c-4dd0-be11-48925d15f6ae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025044Z:88487f06-535c-4dd0-be11-48925d15f6ae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '078e6b45-ff21-4e0a-a559-87413adf7e8c', + 'x-ms-correlation-request-id', + '078e6b45-ff21-4e0a-a559-87413adf7e8c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025047Z:078e6b45-ff21-4e0a-a559-87413adf7e8c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e8c550b1-55b7-4d92-8aa5-6905466442f7', + 'x-ms-correlation-request-id', + 'e8c550b1-55b7-4d92-8aa5-6905466442f7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025049Z:e8c550b1-55b7-4d92-8aa5-6905466442f7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59ea3140-640e-4a51-9a03-a14ac6f5fcaa', + 'x-ms-correlation-request-id', + '59ea3140-640e-4a51-9a03-a14ac6f5fcaa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025051Z:59ea3140-640e-4a51-9a03-a14ac6f5fcaa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad0332a8-ca76-49e7-b9ae-c3e25859c823', + 'x-ms-correlation-request-id', + 'ad0332a8-ca76-49e7-b9ae-c3e25859c823', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025054Z:ad0332a8-ca76-49e7-b9ae-c3e25859c823', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c4851f22-f470-4489-bf91-29f0b1bd1fa5', + 'x-ms-correlation-request-id', + 'c4851f22-f470-4489-bf91-29f0b1bd1fa5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025056Z:c4851f22-f470-4489-bf91-29f0b1bd1fa5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd000382-49fe-4935-8558-ebb5d50f16ec', + 'x-ms-correlation-request-id', + 'bd000382-49fe-4935-8558-ebb5d50f16ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025058Z:bd000382-49fe-4935-8558-ebb5d50f16ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:50:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '642d672b-14fe-4f99-b45a-e6ca7343c0f8', + 'x-ms-correlation-request-id', + '642d672b-14fe-4f99-b45a-e6ca7343c0f8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025101Z:642d672b-14fe-4f99-b45a-e6ca7343c0f8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cf515650-d8e8-40b4-a2fe-85c3fc796503', + 'x-ms-correlation-request-id', + 'cf515650-d8e8-40b4-a2fe-85c3fc796503', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025104Z:cf515650-d8e8-40b4-a2fe-85c3fc796503', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '93696775-9c1d-451a-9a50-737f00489b9a', + 'x-ms-correlation-request-id', + '93696775-9c1d-451a-9a50-737f00489b9a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025106Z:93696775-9c1d-451a-9a50-737f00489b9a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '76a51c92-39e8-4c73-801e-56696e4e9cb2', + 'x-ms-correlation-request-id', + '76a51c92-39e8-4c73-801e-56696e4e9cb2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025108Z:76a51c92-39e8-4c73-801e-56696e4e9cb2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5584fd70-7afb-4991-a7c7-fbe707b52d56', + 'x-ms-correlation-request-id', + '5584fd70-7afb-4991-a7c7-fbe707b52d56', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025111Z:5584fd70-7afb-4991-a7c7-fbe707b52d56', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5fb2b3d-6392-47ec-a4bb-8189a0931ab7', + 'x-ms-correlation-request-id', + 'b5fb2b3d-6392-47ec-a4bb-8189a0931ab7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025113Z:b5fb2b3d-6392-47ec-a4bb-8189a0931ab7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a47809df-5ca6-4059-8316-ea7e1a73d46d', + 'x-ms-correlation-request-id', + 'a47809df-5ca6-4059-8316-ea7e1a73d46d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025115Z:a47809df-5ca6-4059-8316-ea7e1a73d46d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f4564ce-8c29-4670-b1a6-ed2d97c8f880', + 'x-ms-correlation-request-id', + '7f4564ce-8c29-4670-b1a6-ed2d97c8f880', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025118Z:7f4564ce-8c29-4670-b1a6-ed2d97c8f880', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ed25bb9-9e78-4dd1-98e0-ee801616d366', + 'x-ms-correlation-request-id', + '3ed25bb9-9e78-4dd1-98e0-ee801616d366', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025120Z:3ed25bb9-9e78-4dd1-98e0-ee801616d366', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '73c6c025-2eef-4509-89cf-d58f170f44e3', + 'x-ms-correlation-request-id', + '73c6c025-2eef-4509-89cf-d58f170f44e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025122Z:73c6c025-2eef-4509-89cf-d58f170f44e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e986200a-1550-45a7-81f6-5f24165085b7', + 'x-ms-correlation-request-id', + 'e986200a-1550-45a7-81f6-5f24165085b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025125Z:e986200a-1550-45a7-81f6-5f24165085b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0afd3979-48ed-4a9b-8fa8-2f3b3a2f86ea', + 'x-ms-correlation-request-id', + '0afd3979-48ed-4a9b-8fa8-2f3b3a2f86ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025127Z:0afd3979-48ed-4a9b-8fa8-2f3b3a2f86ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '278326bd-a96d-4df9-bdcb-b5bb56bf90a1', + 'x-ms-correlation-request-id', + '278326bd-a96d-4df9-bdcb-b5bb56bf90a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025129Z:278326bd-a96d-4df9-bdcb-b5bb56bf90a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aa072e44-ac35-49dc-8433-94a27430672b', + 'x-ms-correlation-request-id', + 'aa072e44-ac35-49dc-8433-94a27430672b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025132Z:aa072e44-ac35-49dc-8433-94a27430672b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9cfe6be3-ecaa-4057-b96e-40a66a99079e', + 'x-ms-correlation-request-id', + '9cfe6be3-ecaa-4057-b96e-40a66a99079e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025134Z:9cfe6be3-ecaa-4057-b96e-40a66a99079e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64697fcd-c074-4d83-9527-1b00e645da9c', + 'x-ms-correlation-request-id', + '64697fcd-c074-4d83-9527-1b00e645da9c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025136Z:64697fcd-c074-4d83-9527-1b00e645da9c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5add379b-7332-4142-ab1c-14f2039bd9b2', + 'x-ms-correlation-request-id', + '5add379b-7332-4142-ab1c-14f2039bd9b2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025139Z:5add379b-7332-4142-ab1c-14f2039bd9b2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd8ff9a15-a91c-4ade-bebc-8d1ded2c6e68', + 'x-ms-correlation-request-id', + 'd8ff9a15-a91c-4ade-bebc-8d1ded2c6e68', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025141Z:d8ff9a15-a91c-4ade-bebc-8d1ded2c6e68', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a941025f-523b-4484-ad63-c9b3cd799796', + 'x-ms-correlation-request-id', + 'a941025f-523b-4484-ad63-c9b3cd799796', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025143Z:a941025f-523b-4484-ad63-c9b3cd799796', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8010e960-4d6f-4550-904d-7d0f4033c9d2', + 'x-ms-correlation-request-id', + '8010e960-4d6f-4550-904d-7d0f4033c9d2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025145Z:8010e960-4d6f-4550-904d-7d0f4033c9d2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e67a7313-f3ab-4872-9c05-888f6e8648d7', + 'x-ms-correlation-request-id', + 'e67a7313-f3ab-4872-9c05-888f6e8648d7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025148Z:e67a7313-f3ab-4872-9c05-888f6e8648d7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '836291ab-50f8-4b96-b97b-13c9a6f1584e', + 'x-ms-correlation-request-id', + '836291ab-50f8-4b96-b97b-13c9a6f1584e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025150Z:836291ab-50f8-4b96-b97b-13c9a6f1584e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e3f5ed10-34cb-4ef7-a1cf-3f9f0e7e17aa', + 'x-ms-correlation-request-id', + 'e3f5ed10-34cb-4ef7-a1cf-3f9f0e7e17aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025152Z:e3f5ed10-34cb-4ef7-a1cf-3f9f0e7e17aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '39952c61-988e-4b94-bbc0-648284e81e40', + 'x-ms-correlation-request-id', + '39952c61-988e-4b94-bbc0-648284e81e40', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025155Z:39952c61-988e-4b94-bbc0-648284e81e40', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f2397f48-ba5f-4602-9052-60f8bfad24e8', + 'x-ms-correlation-request-id', + 'f2397f48-ba5f-4602-9052-60f8bfad24e8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025157Z:f2397f48-ba5f-4602-9052-60f8bfad24e8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '73c25792-d90f-4fe4-b44d-fc69d82eb53e', + 'x-ms-correlation-request-id', + '73c25792-d90f-4fe4-b44d-fc69d82eb53e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025200Z:73c25792-d90f-4fe4-b44d-fc69d82eb53e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:51:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c2bc7565-d9cf-4284-9985-53c682331a35', + 'x-ms-correlation-request-id', + 'c2bc7565-d9cf-4284-9985-53c682331a35', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025203Z:c2bc7565-d9cf-4284-9985-53c682331a35', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '67699114-cf0f-4929-a7e2-a4328565e122', + 'x-ms-correlation-request-id', + '67699114-cf0f-4929-a7e2-a4328565e122', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025205Z:67699114-cf0f-4929-a7e2-a4328565e122', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e761fa1-eac7-4e7b-a9b7-ee001f57c3de', + 'x-ms-correlation-request-id', + '5e761fa1-eac7-4e7b-a9b7-ee001f57c3de', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025207Z:5e761fa1-eac7-4e7b-a9b7-ee001f57c3de', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '18ee629f-d3b5-4070-ae9d-9c6e0264eca5', + 'x-ms-correlation-request-id', + '18ee629f-d3b5-4070-ae9d-9c6e0264eca5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025210Z:18ee629f-d3b5-4070-ae9d-9c6e0264eca5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd73f5e8-2637-4f47-a2d2-efbe010ebbe2', + 'x-ms-correlation-request-id', + 'dd73f5e8-2637-4f47-a2d2-efbe010ebbe2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025212Z:dd73f5e8-2637-4f47-a2d2-efbe010ebbe2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '40a0e725-9b12-4b41-a74f-61202c235b3c', + 'x-ms-correlation-request-id', + '40a0e725-9b12-4b41-a74f-61202c235b3c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025214Z:40a0e725-9b12-4b41-a74f-61202c235b3c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dfc0feef-8eba-4441-80a7-7e3c1d0a79ae', + 'x-ms-correlation-request-id', + 'dfc0feef-8eba-4441-80a7-7e3c1d0a79ae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025216Z:dfc0feef-8eba-4441-80a7-7e3c1d0a79ae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b09cc2d5-02ca-4d4d-aa4f-d5abfd92349e', + 'x-ms-correlation-request-id', + 'b09cc2d5-02ca-4d4d-aa4f-d5abfd92349e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025219Z:b09cc2d5-02ca-4d4d-aa4f-d5abfd92349e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bbfa0a2c-1b81-4a58-9798-0b0a41af896a', + 'x-ms-correlation-request-id', + 'bbfa0a2c-1b81-4a58-9798-0b0a41af896a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025221Z:bbfa0a2c-1b81-4a58-9798-0b0a41af896a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6e0764dd-4c34-4426-951b-8de17055fe02', + 'x-ms-correlation-request-id', + '6e0764dd-4c34-4426-951b-8de17055fe02', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025223Z:6e0764dd-4c34-4426-951b-8de17055fe02', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '91639fbd-1d5e-4ad0-b8fa-2fb7281147ae', + 'x-ms-correlation-request-id', + '91639fbd-1d5e-4ad0-b8fa-2fb7281147ae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025226Z:91639fbd-1d5e-4ad0-b8fa-2fb7281147ae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd94869c4-609e-4b56-b4f6-7f79c11ecb63', + 'x-ms-correlation-request-id', + 'd94869c4-609e-4b56-b4f6-7f79c11ecb63', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025228Z:d94869c4-609e-4b56-b4f6-7f79c11ecb63', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd86667c9-007d-4ceb-a729-a9100f306103', + 'x-ms-correlation-request-id', + 'd86667c9-007d-4ceb-a729-a9100f306103', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025230Z:d86667c9-007d-4ceb-a729-a9100f306103', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6f473145-9c28-48bf-8317-85ec013176be', + 'x-ms-correlation-request-id', + '6f473145-9c28-48bf-8317-85ec013176be', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025233Z:6f473145-9c28-48bf-8317-85ec013176be', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b82bcb33-c8d0-4e23-ba08-b267797fe7b4', + 'x-ms-correlation-request-id', + 'b82bcb33-c8d0-4e23-ba08-b267797fe7b4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025235Z:b82bcb33-c8d0-4e23-ba08-b267797fe7b4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd2e87d53-b27b-4a11-9d71-682196f7e856', + 'x-ms-correlation-request-id', + 'd2e87d53-b27b-4a11-9d71-682196f7e856', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025237Z:d2e87d53-b27b-4a11-9d71-682196f7e856', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '82579904-d497-4ab0-9620-fb4e63bff7fc', + 'x-ms-correlation-request-id', + '82579904-d497-4ab0-9620-fb4e63bff7fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025240Z:82579904-d497-4ab0-9620-fb4e63bff7fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '76b7d17b-2df0-41e7-b2a0-a762936c4fa4', + 'x-ms-correlation-request-id', + '76b7d17b-2df0-41e7-b2a0-a762936c4fa4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025242Z:76b7d17b-2df0-41e7-b2a0-a762936c4fa4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cbdf2b7d-f5c0-4573-81f9-6a8d3ed7b0a5', + 'x-ms-correlation-request-id', + 'cbdf2b7d-f5c0-4573-81f9-6a8d3ed7b0a5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025244Z:cbdf2b7d-f5c0-4573-81f9-6a8d3ed7b0a5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '90107eda-a0ee-4657-ba7a-ed0efdd897db', + 'x-ms-correlation-request-id', + '90107eda-a0ee-4657-ba7a-ed0efdd897db', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025247Z:90107eda-a0ee-4657-ba7a-ed0efdd897db', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '368d7873-e82f-4bf5-9358-41e5232638ce', + 'x-ms-correlation-request-id', + '368d7873-e82f-4bf5-9358-41e5232638ce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025249Z:368d7873-e82f-4bf5-9358-41e5232638ce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '62d63086-7bbb-42ae-ab6f-6136b24f173a', + 'x-ms-correlation-request-id', + '62d63086-7bbb-42ae-ab6f-6136b24f173a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025251Z:62d63086-7bbb-42ae-ab6f-6136b24f173a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fb694fa3-26b0-40e2-acc3-670d8795e5b5', + 'x-ms-correlation-request-id', + 'fb694fa3-26b0-40e2-acc3-670d8795e5b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025254Z:fb694fa3-26b0-40e2-acc3-670d8795e5b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b02febb-619b-4c4a-a381-6adb2ebbddca', + 'x-ms-correlation-request-id', + '6b02febb-619b-4c4a-a381-6adb2ebbddca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025256Z:6b02febb-619b-4c4a-a381-6adb2ebbddca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95e5ac4f-909d-422a-b202-a06c08083d43', + 'x-ms-correlation-request-id', + '95e5ac4f-909d-422a-b202-a06c08083d43', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025258Z:95e5ac4f-909d-422a-b202-a06c08083d43', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:52:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '30c2dde6-fac2-4fe6-89eb-c7998be8d26c', + 'x-ms-correlation-request-id', + '30c2dde6-fac2-4fe6-89eb-c7998be8d26c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025301Z:30c2dde6-fac2-4fe6-89eb-c7998be8d26c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3ceec53a-3dc8-41db-aa23-9724011e2af8', + 'x-ms-correlation-request-id', + '3ceec53a-3dc8-41db-aa23-9724011e2af8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025304Z:3ceec53a-3dc8-41db-aa23-9724011e2af8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e31d707d-2955-431c-8f41-2021c6b841fa', + 'x-ms-correlation-request-id', + 'e31d707d-2955-431c-8f41-2021c6b841fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025306Z:e31d707d-2955-431c-8f41-2021c6b841fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ed41e0b9-18a0-4c49-a4aa-a308064adcc5', + 'x-ms-correlation-request-id', + 'ed41e0b9-18a0-4c49-a4aa-a308064adcc5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025308Z:ed41e0b9-18a0-4c49-a4aa-a308064adcc5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8d34fce3-1e8f-4d02-beff-1ced5d1a711e', + 'x-ms-correlation-request-id', + '8d34fce3-1e8f-4d02-beff-1ced5d1a711e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025311Z:8d34fce3-1e8f-4d02-beff-1ced5d1a711e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fd523e3a-e329-44d1-a96d-bb5799e4c5c3', + 'x-ms-correlation-request-id', + 'fd523e3a-e329-44d1-a96d-bb5799e4c5c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025313Z:fd523e3a-e329-44d1-a96d-bb5799e4c5c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd6f1aac-6eed-43ff-8b41-46137cb336e0', + 'x-ms-correlation-request-id', + 'dd6f1aac-6eed-43ff-8b41-46137cb336e0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025315Z:dd6f1aac-6eed-43ff-8b41-46137cb336e0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'baf7ca3e-1df3-444f-b0fa-7bd228ac012c', + 'x-ms-correlation-request-id', + 'baf7ca3e-1df3-444f-b0fa-7bd228ac012c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025318Z:baf7ca3e-1df3-444f-b0fa-7bd228ac012c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8009ff24-427e-4a6c-8f4a-79dadb36aeca', + 'x-ms-correlation-request-id', + '8009ff24-427e-4a6c-8f4a-79dadb36aeca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025320Z:8009ff24-427e-4a6c-8f4a-79dadb36aeca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'da413d8b-b329-4d23-84f7-94564a8e33ae', + 'x-ms-correlation-request-id', + 'da413d8b-b329-4d23-84f7-94564a8e33ae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025322Z:da413d8b-b329-4d23-84f7-94564a8e33ae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd059e675-1f3f-418d-90aa-6ce31f0a2fce', + 'x-ms-correlation-request-id', + 'd059e675-1f3f-418d-90aa-6ce31f0a2fce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025324Z:d059e675-1f3f-418d-90aa-6ce31f0a2fce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f653786b-7dfc-4250-96b4-ca1e21d1e1a8', + 'x-ms-correlation-request-id', + 'f653786b-7dfc-4250-96b4-ca1e21d1e1a8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025327Z:f653786b-7dfc-4250-96b4-ca1e21d1e1a8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9dc89eb-de2a-4e4e-88ae-46782ea33035', + 'x-ms-correlation-request-id', + 'e9dc89eb-de2a-4e4e-88ae-46782ea33035', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025329Z:e9dc89eb-de2a-4e4e-88ae-46782ea33035', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e830fd9c-973e-4d4c-a19d-cbfde1343f04', + 'x-ms-correlation-request-id', + 'e830fd9c-973e-4d4c-a19d-cbfde1343f04', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025331Z:e830fd9c-973e-4d4c-a19d-cbfde1343f04', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bdbefb50-9457-40ae-bf42-3eb829ff4b83', + 'x-ms-correlation-request-id', + 'bdbefb50-9457-40ae-bf42-3eb829ff4b83', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025334Z:bdbefb50-9457-40ae-bf42-3eb829ff4b83', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2953eb26-8d4e-4250-9a16-bc074b393dfa', + 'x-ms-correlation-request-id', + '2953eb26-8d4e-4250-9a16-bc074b393dfa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025336Z:2953eb26-8d4e-4250-9a16-bc074b393dfa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '03752d01-0aaa-427e-8398-ba9df71a5615', + 'x-ms-correlation-request-id', + '03752d01-0aaa-427e-8398-ba9df71a5615', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025338Z:03752d01-0aaa-427e-8398-ba9df71a5615', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '55761528-2c25-48af-a5fa-177caf4603da', + 'x-ms-correlation-request-id', + '55761528-2c25-48af-a5fa-177caf4603da', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025341Z:55761528-2c25-48af-a5fa-177caf4603da', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8ddbc15a-1313-4cbd-bfcb-baa83f65de4b', + 'x-ms-correlation-request-id', + '8ddbc15a-1313-4cbd-bfcb-baa83f65de4b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025343Z:8ddbc15a-1313-4cbd-bfcb-baa83f65de4b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '14a1045a-a310-454f-a209-4ba8cbfe6328', + 'x-ms-correlation-request-id', + '14a1045a-a310-454f-a209-4ba8cbfe6328', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025345Z:14a1045a-a310-454f-a209-4ba8cbfe6328', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '51224c73-97f9-4f35-a730-1889efedeb67', + 'x-ms-correlation-request-id', + '51224c73-97f9-4f35-a730-1889efedeb67', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025348Z:51224c73-97f9-4f35-a730-1889efedeb67', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0aaa5caa-0bb3-4e54-871f-f2e8e582648a', + 'x-ms-correlation-request-id', + '0aaa5caa-0bb3-4e54-871f-f2e8e582648a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025350Z:0aaa5caa-0bb3-4e54-871f-f2e8e582648a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c70d97c2-9cef-485f-9e81-d756c526bd76', + 'x-ms-correlation-request-id', + 'c70d97c2-9cef-485f-9e81-d756c526bd76', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025352Z:c70d97c2-9cef-485f-9e81-d756c526bd76', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '81a9921c-0a77-40e7-adbd-1e8544231625', + 'x-ms-correlation-request-id', + '81a9921c-0a77-40e7-adbd-1e8544231625', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025355Z:81a9921c-0a77-40e7-adbd-1e8544231625', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2412d544-dbe6-4665-8bf9-4f7a1169d174', + 'x-ms-correlation-request-id', + '2412d544-dbe6-4665-8bf9-4f7a1169d174', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025357Z:2412d544-dbe6-4665-8bf9-4f7a1169d174', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9d7f29d0-4687-420c-84bc-6ee9b21b861a', + 'x-ms-correlation-request-id', + '9d7f29d0-4687-420c-84bc-6ee9b21b861a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025359Z:9d7f29d0-4687-420c-84bc-6ee9b21b861a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:53:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4e180005-2892-48ba-a8d1-ea767d9e212c', + 'x-ms-correlation-request-id', + '4e180005-2892-48ba-a8d1-ea767d9e212c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025402Z:4e180005-2892-48ba-a8d1-ea767d9e212c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f7a5b41-4f5f-4d25-bd6b-9fe28679c811', + 'x-ms-correlation-request-id', + '8f7a5b41-4f5f-4d25-bd6b-9fe28679c811', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025405Z:8f7a5b41-4f5f-4d25-bd6b-9fe28679c811', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '799ebaf0-a795-4fe7-8e4a-4093a0f635f1', + 'x-ms-correlation-request-id', + '799ebaf0-a795-4fe7-8e4a-4093a0f635f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025407Z:799ebaf0-a795-4fe7-8e4a-4093a0f635f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f11f33c3-631d-462a-b682-d8abef5d1835', + 'x-ms-correlation-request-id', + 'f11f33c3-631d-462a-b682-d8abef5d1835', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025409Z:f11f33c3-631d-462a-b682-d8abef5d1835', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'df430b1a-a6cb-4895-94fc-c59882561ccb', + 'x-ms-correlation-request-id', + 'df430b1a-a6cb-4895-94fc-c59882561ccb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025412Z:df430b1a-a6cb-4895-94fc-c59882561ccb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd230da28-e893-4836-baad-6dc1832c23fe', + 'x-ms-correlation-request-id', + 'd230da28-e893-4836-baad-6dc1832c23fe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025414Z:d230da28-e893-4836-baad-6dc1832c23fe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ea4f8f51-ab82-42ba-a927-be55d3e29133', + 'x-ms-correlation-request-id', + 'ea4f8f51-ab82-42ba-a927-be55d3e29133', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025416Z:ea4f8f51-ab82-42ba-a927-be55d3e29133', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '72e7bcdb-c8ad-4fe0-890c-99af8dddc1f7', + 'x-ms-correlation-request-id', + '72e7bcdb-c8ad-4fe0-890c-99af8dddc1f7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025419Z:72e7bcdb-c8ad-4fe0-890c-99af8dddc1f7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f03a3fbf-05d6-4eb0-9fb2-5419f84835e8', + 'x-ms-correlation-request-id', + 'f03a3fbf-05d6-4eb0-9fb2-5419f84835e8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025421Z:f03a3fbf-05d6-4eb0-9fb2-5419f84835e8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '03fddeab-f93d-453f-98f6-ff00ba818a82', + 'x-ms-correlation-request-id', + '03fddeab-f93d-453f-98f6-ff00ba818a82', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025424Z:03fddeab-f93d-453f-98f6-ff00ba818a82', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '58ce7357-2979-4ce0-a0d7-b37bab13fedd', + 'x-ms-correlation-request-id', + '58ce7357-2979-4ce0-a0d7-b37bab13fedd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025427Z:58ce7357-2979-4ce0-a0d7-b37bab13fedd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5658395a-4266-4e1f-8964-042dc40d0800', + 'x-ms-correlation-request-id', + '5658395a-4266-4e1f-8964-042dc40d0800', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025430Z:5658395a-4266-4e1f-8964-042dc40d0800', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c6ef2e33-542f-4110-912b-64002dcff56e', + 'x-ms-correlation-request-id', + 'c6ef2e33-542f-4110-912b-64002dcff56e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025433Z:c6ef2e33-542f-4110-912b-64002dcff56e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '41031c90-ada2-4555-a330-1fa6f79354d4', + 'x-ms-correlation-request-id', + '41031c90-ada2-4555-a330-1fa6f79354d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025436Z:41031c90-ada2-4555-a330-1fa6f79354d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1de21a9a-eddc-4948-98b6-ca44cbbdfb41', + 'x-ms-correlation-request-id', + '1de21a9a-eddc-4948-98b6-ca44cbbdfb41', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025439Z:1de21a9a-eddc-4948-98b6-ca44cbbdfb41', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e005bdc-6ef2-4444-a6c8-ad1ccd020afd', + 'x-ms-correlation-request-id', + '5e005bdc-6ef2-4444-a6c8-ad1ccd020afd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025442Z:5e005bdc-6ef2-4444-a6c8-ad1ccd020afd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7b563805-6774-410e-8213-be501618a22c', + 'x-ms-correlation-request-id', + '7b563805-6774-410e-8213-be501618a22c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025445Z:7b563805-6774-410e-8213-be501618a22c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '35bb69d6-a0f8-4861-a0c9-faa9b4058c54', + 'x-ms-correlation-request-id', + '35bb69d6-a0f8-4861-a0c9-faa9b4058c54', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025447Z:35bb69d6-a0f8-4861-a0c9-faa9b4058c54', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8bdffcaa-813d-4278-a7c3-0e02e1a3124d', + 'x-ms-correlation-request-id', + '8bdffcaa-813d-4278-a7c3-0e02e1a3124d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025449Z:8bdffcaa-813d-4278-a7c3-0e02e1a3124d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd5aa432-52a2-43a7-aac4-6c9c1f039bc6', + 'x-ms-correlation-request-id', + 'dd5aa432-52a2-43a7-aac4-6c9c1f039bc6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025452Z:dd5aa432-52a2-43a7-aac4-6c9c1f039bc6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd6c3ae22-f45b-4c42-8237-828365071ec2', + 'x-ms-correlation-request-id', + 'd6c3ae22-f45b-4c42-8237-828365071ec2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025454Z:d6c3ae22-f45b-4c42-8237-828365071ec2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '626cd1fa-ca72-4aca-adc0-63054a00271a', + 'x-ms-correlation-request-id', + '626cd1fa-ca72-4aca-adc0-63054a00271a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025456Z:626cd1fa-ca72-4aca-adc0-63054a00271a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '05716269-4787-43c3-b597-d46adf138fb7', + 'x-ms-correlation-request-id', + '05716269-4787-43c3-b597-d46adf138fb7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025459Z:05716269-4787-43c3-b597-d46adf138fb7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:54:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4cb56886-80d5-43c8-a98f-3eabcbca75c3', + 'x-ms-correlation-request-id', + '4cb56886-80d5-43c8-a98f-3eabcbca75c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025501Z:4cb56886-80d5-43c8-a98f-3eabcbca75c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad0fe8e5-cecc-4fd1-b77b-2fd8ce153930', + 'x-ms-correlation-request-id', + 'ad0fe8e5-cecc-4fd1-b77b-2fd8ce153930', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025504Z:ad0fe8e5-cecc-4fd1-b77b-2fd8ce153930', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bac274fa-ab0e-4047-91cb-513f79fdd330', + 'x-ms-correlation-request-id', + 'bac274fa-ab0e-4047-91cb-513f79fdd330', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025506Z:bac274fa-ab0e-4047-91cb-513f79fdd330', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ba3154a-b30a-4087-bc55-6efeda1b62b3', + 'x-ms-correlation-request-id', + '9ba3154a-b30a-4087-bc55-6efeda1b62b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025509Z:9ba3154a-b30a-4087-bc55-6efeda1b62b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4e198515-4deb-44cc-88ea-2e96885e84a3', + 'x-ms-correlation-request-id', + '4e198515-4deb-44cc-88ea-2e96885e84a3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025511Z:4e198515-4deb-44cc-88ea-2e96885e84a3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef467d2a-35b9-4c24-9669-0956af63283b', + 'x-ms-correlation-request-id', + 'ef467d2a-35b9-4c24-9669-0956af63283b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025513Z:ef467d2a-35b9-4c24-9669-0956af63283b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc9a1e85-00c1-42af-9b22-ec6c7178d4b5', + 'x-ms-correlation-request-id', + 'bc9a1e85-00c1-42af-9b22-ec6c7178d4b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025516Z:bc9a1e85-00c1-42af-9b22-ec6c7178d4b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1e5d939e-4930-436d-abcd-1cf629c2e3f1', + 'x-ms-correlation-request-id', + '1e5d939e-4930-436d-abcd-1cf629c2e3f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025518Z:1e5d939e-4930-436d-abcd-1cf629c2e3f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd63d3eea-0822-4ae7-9625-c2fbf4db1ba9', + 'x-ms-correlation-request-id', + 'd63d3eea-0822-4ae7-9625-c2fbf4db1ba9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025520Z:d63d3eea-0822-4ae7-9625-c2fbf4db1ba9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '588396bb-875c-44af-bebe-5465b0e84465', + 'x-ms-correlation-request-id', + '588396bb-875c-44af-bebe-5465b0e84465', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025523Z:588396bb-875c-44af-bebe-5465b0e84465', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '91ddc5e4-e2e1-40af-9897-876e8194fccc', + 'x-ms-correlation-request-id', + '91ddc5e4-e2e1-40af-9897-876e8194fccc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025525Z:91ddc5e4-e2e1-40af-9897-876e8194fccc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd556d4fa-591d-40bd-8890-dd9f08a370c6', + 'x-ms-correlation-request-id', + 'd556d4fa-591d-40bd-8890-dd9f08a370c6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025527Z:d556d4fa-591d-40bd-8890-dd9f08a370c6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '07687c84-6c85-4039-a76e-483a7337cf9c', + 'x-ms-correlation-request-id', + '07687c84-6c85-4039-a76e-483a7337cf9c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025530Z:07687c84-6c85-4039-a76e-483a7337cf9c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c735b82-b0d7-46b5-b2d2-525fc0e781c9', + 'x-ms-correlation-request-id', + '8c735b82-b0d7-46b5-b2d2-525fc0e781c9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025532Z:8c735b82-b0d7-46b5-b2d2-525fc0e781c9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e20a0f23-1837-48f7-890c-7699f241a1ec', + 'x-ms-correlation-request-id', + 'e20a0f23-1837-48f7-890c-7699f241a1ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025534Z:e20a0f23-1837-48f7-890c-7699f241a1ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca83a16d-4dce-4e2b-9bb4-e9a4cd998766', + 'x-ms-correlation-request-id', + 'ca83a16d-4dce-4e2b-9bb4-e9a4cd998766', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025537Z:ca83a16d-4dce-4e2b-9bb4-e9a4cd998766', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce54818a-0352-4db0-9151-03e6d3c26902', + 'x-ms-correlation-request-id', + 'ce54818a-0352-4db0-9151-03e6d3c26902', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025539Z:ce54818a-0352-4db0-9151-03e6d3c26902', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd164d672-aa69-425f-af88-980376260a04', + 'x-ms-correlation-request-id', + 'd164d672-aa69-425f-af88-980376260a04', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025541Z:d164d672-aa69-425f-af88-980376260a04', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '85170246-c20e-414f-80be-f97b07a8d0ee', + 'x-ms-correlation-request-id', + '85170246-c20e-414f-80be-f97b07a8d0ee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025544Z:85170246-c20e-414f-80be-f97b07a8d0ee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'df9ee6bb-1387-41ea-9acc-d0cb2d3048ad', + 'x-ms-correlation-request-id', + 'df9ee6bb-1387-41ea-9acc-d0cb2d3048ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025546Z:df9ee6bb-1387-41ea-9acc-d0cb2d3048ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd715fd18-6b1e-4105-af20-cfa1c8cbd162', + 'x-ms-correlation-request-id', + 'd715fd18-6b1e-4105-af20-cfa1c8cbd162', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025548Z:d715fd18-6b1e-4105-af20-cfa1c8cbd162', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fa14aa6a-001e-41bb-8141-17019c6ae923', + 'x-ms-correlation-request-id', + 'fa14aa6a-001e-41bb-8141-17019c6ae923', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025551Z:fa14aa6a-001e-41bb-8141-17019c6ae923', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9e96abe-f537-4b57-a635-afa9471c4aa7', + 'x-ms-correlation-request-id', + 'e9e96abe-f537-4b57-a635-afa9471c4aa7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025553Z:e9e96abe-f537-4b57-a635-afa9471c4aa7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd02089d-0ab9-4cb7-810d-5881b97d9943', + 'x-ms-correlation-request-id', + 'bd02089d-0ab9-4cb7-810d-5881b97d9943', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025555Z:bd02089d-0ab9-4cb7-810d-5881b97d9943', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '74939155-7327-418d-b298-4a5fc4587e76', + 'x-ms-correlation-request-id', + '74939155-7327-418d-b298-4a5fc4587e76', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025557Z:74939155-7327-418d-b298-4a5fc4587e76', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5b914b7-44e2-474e-abe4-4d9da161e5f5', + 'x-ms-correlation-request-id', + 'b5b914b7-44e2-474e-abe4-4d9da161e5f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025600Z:b5b914b7-44e2-474e-abe4-4d9da161e5f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:55:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd763c596-4fe0-41d6-a49f-a2b0018f4a53', + 'x-ms-correlation-request-id', + 'd763c596-4fe0-41d6-a49f-a2b0018f4a53', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025602Z:d763c596-4fe0-41d6-a49f-a2b0018f4a53', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'acc82b59-d24e-4fec-a8a2-cd020594ddfd', + 'x-ms-correlation-request-id', + 'acc82b59-d24e-4fec-a8a2-cd020594ddfd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025604Z:acc82b59-d24e-4fec-a8a2-cd020594ddfd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd3bde13-dd9b-45e1-a6f9-511a2bcf21c4', + 'x-ms-correlation-request-id', + 'bd3bde13-dd9b-45e1-a6f9-511a2bcf21c4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025607Z:bd3bde13-dd9b-45e1-a6f9-511a2bcf21c4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '496e2fc7-7541-4b0f-841e-cdf4b8ae2739', + 'x-ms-correlation-request-id', + '496e2fc7-7541-4b0f-841e-cdf4b8ae2739', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025609Z:496e2fc7-7541-4b0f-841e-cdf4b8ae2739', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3f73f15a-108d-4bc9-993e-795ae97f8ec1', + 'x-ms-correlation-request-id', + '3f73f15a-108d-4bc9-993e-795ae97f8ec1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025611Z:3f73f15a-108d-4bc9-993e-795ae97f8ec1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9be4309d-ca55-4aab-a647-db1d60673f01', + 'x-ms-correlation-request-id', + '9be4309d-ca55-4aab-a647-db1d60673f01', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025614Z:9be4309d-ca55-4aab-a647-db1d60673f01', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4320bfdb-8c8c-4036-963c-df0321cb7148', + 'x-ms-correlation-request-id', + '4320bfdb-8c8c-4036-963c-df0321cb7148', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025616Z:4320bfdb-8c8c-4036-963c-df0321cb7148', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0f4805c5-3787-4ece-9498-d68f4375c1ac', + 'x-ms-correlation-request-id', + '0f4805c5-3787-4ece-9498-d68f4375c1ac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025618Z:0f4805c5-3787-4ece-9498-d68f4375c1ac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9919e352-8e94-4de9-a79a-efd09c25e6a8', + 'x-ms-correlation-request-id', + '9919e352-8e94-4de9-a79a-efd09c25e6a8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025621Z:9919e352-8e94-4de9-a79a-efd09c25e6a8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e2d5fc93-cac0-4d7d-8ef2-6e5cb177c941', + 'x-ms-correlation-request-id', + 'e2d5fc93-cac0-4d7d-8ef2-6e5cb177c941', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025623Z:e2d5fc93-cac0-4d7d-8ef2-6e5cb177c941', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '89861e56-40c2-4081-9b0c-faf4091ace98', + 'x-ms-correlation-request-id', + '89861e56-40c2-4081-9b0c-faf4091ace98', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025625Z:89861e56-40c2-4081-9b0c-faf4091ace98', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '05e1b0d9-51f9-427b-86e4-bc486dc9f6ac', + 'x-ms-correlation-request-id', + '05e1b0d9-51f9-427b-86e4-bc486dc9f6ac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025628Z:05e1b0d9-51f9-427b-86e4-bc486dc9f6ac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '62bed06d-c2db-4b2d-bf5c-24c62acfcc23', + 'x-ms-correlation-request-id', + '62bed06d-c2db-4b2d-bf5c-24c62acfcc23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025630Z:62bed06d-c2db-4b2d-bf5c-24c62acfcc23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ab73fdac-5080-425a-a83d-25ea941ded13', + 'x-ms-correlation-request-id', + 'ab73fdac-5080-425a-a83d-25ea941ded13', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025632Z:ab73fdac-5080-425a-a83d-25ea941ded13', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3a6e34e5-aac1-4f5f-a45b-ab38fc1d7a30', + 'x-ms-correlation-request-id', + '3a6e34e5-aac1-4f5f-a45b-ab38fc1d7a30', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025635Z:3a6e34e5-aac1-4f5f-a45b-ab38fc1d7a30', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'afeeddd2-3d14-4ef1-9937-0c3a58e7522a', + 'x-ms-correlation-request-id', + 'afeeddd2-3d14-4ef1-9937-0c3a58e7522a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025637Z:afeeddd2-3d14-4ef1-9937-0c3a58e7522a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0462a95e-4b1d-4fa1-abba-7e17a8bba2c1', + 'x-ms-correlation-request-id', + '0462a95e-4b1d-4fa1-abba-7e17a8bba2c1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025639Z:0462a95e-4b1d-4fa1-abba-7e17a8bba2c1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd4daeda0-b632-4170-bde4-6e97d888e302', + 'x-ms-correlation-request-id', + 'd4daeda0-b632-4170-bde4-6e97d888e302', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025642Z:d4daeda0-b632-4170-bde4-6e97d888e302', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '69a03b77-f994-4d86-be50-f1db514d6d5e', + 'x-ms-correlation-request-id', + '69a03b77-f994-4d86-be50-f1db514d6d5e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025644Z:69a03b77-f994-4d86-be50-f1db514d6d5e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4bab8876-357a-43f8-8cd1-692965dc5326', + 'x-ms-correlation-request-id', + '4bab8876-357a-43f8-8cd1-692965dc5326', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025646Z:4bab8876-357a-43f8-8cd1-692965dc5326', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34724fd8-bc75-4b05-adc2-7ff6d278d35b', + 'x-ms-correlation-request-id', + '34724fd8-bc75-4b05-adc2-7ff6d278d35b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025649Z:34724fd8-bc75-4b05-adc2-7ff6d278d35b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dc90d2bd-0246-428c-b10d-22213c690be9', + 'x-ms-correlation-request-id', + 'dc90d2bd-0246-428c-b10d-22213c690be9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025651Z:dc90d2bd-0246-428c-b10d-22213c690be9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cb9031c8-8a4a-4bdc-88c1-cda29ad6c8bc', + 'x-ms-correlation-request-id', + 'cb9031c8-8a4a-4bdc-88c1-cda29ad6c8bc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025653Z:cb9031c8-8a4a-4bdc-88c1-cda29ad6c8bc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'daa19258-6353-4898-a4d0-061489662972', + 'x-ms-correlation-request-id', + 'daa19258-6353-4898-a4d0-061489662972', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025656Z:daa19258-6353-4898-a4d0-061489662972', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '537e2be5-cdd5-4684-a28b-6fd1b2b9866f', + 'x-ms-correlation-request-id', + '537e2be5-cdd5-4684-a28b-6fd1b2b9866f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025658Z:537e2be5-cdd5-4684-a28b-6fd1b2b9866f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:56:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd3a576d8-d52a-4f98-a8f1-a54f3a9196fe', + 'x-ms-correlation-request-id', + 'd3a576d8-d52a-4f98-a8f1-a54f3a9196fe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025700Z:d3a576d8-d52a-4f98-a8f1-a54f3a9196fe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0f40c59b-26f9-47cb-8136-3913298d1d2b', + 'x-ms-correlation-request-id', + '0f40c59b-26f9-47cb-8136-3913298d1d2b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025703Z:0f40c59b-26f9-47cb-8136-3913298d1d2b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ffdca123-a113-475e-a7dd-e8aece29339d', + 'x-ms-correlation-request-id', + 'ffdca123-a113-475e-a7dd-e8aece29339d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025706Z:ffdca123-a113-475e-a7dd-e8aece29339d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6546b649-1a71-4675-9746-d2dc4ab7f80d', + 'x-ms-correlation-request-id', + '6546b649-1a71-4675-9746-d2dc4ab7f80d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025708Z:6546b649-1a71-4675-9746-d2dc4ab7f80d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '37a9a5b0-b530-4977-87b0-9f314f46dd7b', + 'x-ms-correlation-request-id', + '37a9a5b0-b530-4977-87b0-9f314f46dd7b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025710Z:37a9a5b0-b530-4977-87b0-9f314f46dd7b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c4ceb8a-4290-49fa-b1d1-cfc921a68ee4', + 'x-ms-correlation-request-id', + '8c4ceb8a-4290-49fa-b1d1-cfc921a68ee4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025713Z:8c4ceb8a-4290-49fa-b1d1-cfc921a68ee4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a39dc629-33f3-4dfe-b461-25c532b9bf4c', + 'x-ms-correlation-request-id', + 'a39dc629-33f3-4dfe-b461-25c532b9bf4c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025715Z:a39dc629-33f3-4dfe-b461-25c532b9bf4c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '57d8273f-e7f8-45f1-9cb2-245b747ea5ef', + 'x-ms-correlation-request-id', + '57d8273f-e7f8-45f1-9cb2-245b747ea5ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025717Z:57d8273f-e7f8-45f1-9cb2-245b747ea5ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9124a4b9-5f8d-4c5e-a4ce-1cf9b42cea78', + 'x-ms-correlation-request-id', + '9124a4b9-5f8d-4c5e-a4ce-1cf9b42cea78', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025720Z:9124a4b9-5f8d-4c5e-a4ce-1cf9b42cea78', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eb52d359-634b-457c-a051-439bf0504155', + 'x-ms-correlation-request-id', + 'eb52d359-634b-457c-a051-439bf0504155', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025722Z:eb52d359-634b-457c-a051-439bf0504155', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '848b7285-f208-49ac-8684-686a59a4a739', + 'x-ms-correlation-request-id', + '848b7285-f208-49ac-8684-686a59a4a739', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025724Z:848b7285-f208-49ac-8684-686a59a4a739', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5e56d162-34ef-4e1f-8d2c-768303226fef', + 'x-ms-correlation-request-id', + '5e56d162-34ef-4e1f-8d2c-768303226fef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025727Z:5e56d162-34ef-4e1f-8d2c-768303226fef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '65016e0d-af06-4085-a284-ab5f65c291c5', + 'x-ms-correlation-request-id', + '65016e0d-af06-4085-a284-ab5f65c291c5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025729Z:65016e0d-af06-4085-a284-ab5f65c291c5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a3c65c60-6319-4e01-be9a-92534d1826e2', + 'x-ms-correlation-request-id', + 'a3c65c60-6319-4e01-be9a-92534d1826e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025731Z:a3c65c60-6319-4e01-be9a-92534d1826e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '72addcad-8608-4550-a478-558a0dd5aed6', + 'x-ms-correlation-request-id', + '72addcad-8608-4550-a478-558a0dd5aed6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025734Z:72addcad-8608-4550-a478-558a0dd5aed6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd70676b-a89c-4e04-8206-cb0e0c6ce3be', + 'x-ms-correlation-request-id', + 'dd70676b-a89c-4e04-8206-cb0e0c6ce3be', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025736Z:dd70676b-a89c-4e04-8206-cb0e0c6ce3be', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '54ac944a-6f3a-442e-9b86-cb7ab57ae938', + 'x-ms-correlation-request-id', + '54ac944a-6f3a-442e-9b86-cb7ab57ae938', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025738Z:54ac944a-6f3a-442e-9b86-cb7ab57ae938', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bee4c156-237a-427b-9b22-41b7f9fb0fad', + 'x-ms-correlation-request-id', + 'bee4c156-237a-427b-9b22-41b7f9fb0fad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025741Z:bee4c156-237a-427b-9b22-41b7f9fb0fad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1cef974a-5739-4f78-8556-e1b98d8048da', + 'x-ms-correlation-request-id', + '1cef974a-5739-4f78-8556-e1b98d8048da', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025743Z:1cef974a-5739-4f78-8556-e1b98d8048da', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f5fca509-bbb7-4eb9-afa1-cc598463b43b', + 'x-ms-correlation-request-id', + 'f5fca509-bbb7-4eb9-afa1-cc598463b43b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025745Z:f5fca509-bbb7-4eb9-afa1-cc598463b43b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ae7c736f-410c-471e-a262-79c70297baa4', + 'x-ms-correlation-request-id', + 'ae7c736f-410c-471e-a262-79c70297baa4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025748Z:ae7c736f-410c-471e-a262-79c70297baa4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b5ea9e70-0ef8-49a2-b938-01ead5978c14', + 'x-ms-correlation-request-id', + 'b5ea9e70-0ef8-49a2-b938-01ead5978c14', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025750Z:b5ea9e70-0ef8-49a2-b938-01ead5978c14', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2787bf1e-95fa-4f81-a26a-933c68474df7', + 'x-ms-correlation-request-id', + '2787bf1e-95fa-4f81-a26a-933c68474df7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025752Z:2787bf1e-95fa-4f81-a26a-933c68474df7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '40593883-46ad-4105-96e3-0494c237f25d', + 'x-ms-correlation-request-id', + '40593883-46ad-4105-96e3-0494c237f25d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025755Z:40593883-46ad-4105-96e3-0494c237f25d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd934ac61-e7d2-49be-b69d-04d597d62c16', + 'x-ms-correlation-request-id', + 'd934ac61-e7d2-49be-b69d-04d597d62c16', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025757Z:d934ac61-e7d2-49be-b69d-04d597d62c16', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d57038e-1ce2-4ee6-89fa-19d550ae49ff', + 'x-ms-correlation-request-id', + '5d57038e-1ce2-4ee6-89fa-19d550ae49ff', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025759Z:5d57038e-1ce2-4ee6-89fa-19d550ae49ff', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:57:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9dfd5240-76df-4c23-bde3-b94a9f2ca440', + 'x-ms-correlation-request-id', + '9dfd5240-76df-4c23-bde3-b94a9f2ca440', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025801Z:9dfd5240-76df-4c23-bde3-b94a9f2ca440', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25e7a428-4b26-4aa1-b6e1-77780653b715', + 'x-ms-correlation-request-id', + '25e7a428-4b26-4aa1-b6e1-77780653b715', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025804Z:25e7a428-4b26-4aa1-b6e1-77780653b715', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6ba5eec2-5639-4d9f-ab8d-f62d1701e282', + 'x-ms-correlation-request-id', + '6ba5eec2-5639-4d9f-ab8d-f62d1701e282', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025806Z:6ba5eec2-5639-4d9f-ab8d-f62d1701e282', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '71b5afcd-84e8-4302-a00f-1ae54d1ec63a', + 'x-ms-correlation-request-id', + '71b5afcd-84e8-4302-a00f-1ae54d1ec63a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025809Z:71b5afcd-84e8-4302-a00f-1ae54d1ec63a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f49da2d6-98ee-4bdd-9bf2-7e8ab752c9f5', + 'x-ms-correlation-request-id', + 'f49da2d6-98ee-4bdd-9bf2-7e8ab752c9f5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025812Z:f49da2d6-98ee-4bdd-9bf2-7e8ab752c9f5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '28cbd54f-7f8b-403a-aaea-517a10e5c7e4', + 'x-ms-correlation-request-id', + '28cbd54f-7f8b-403a-aaea-517a10e5c7e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025815Z:28cbd54f-7f8b-403a-aaea-517a10e5c7e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e855037-44b7-4002-9e97-f4f179d12cd4', + 'x-ms-correlation-request-id', + '3e855037-44b7-4002-9e97-f4f179d12cd4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025818Z:3e855037-44b7-4002-9e97-f4f179d12cd4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd2819824-aa7f-40bf-9120-897c77fec55c', + 'x-ms-correlation-request-id', + 'd2819824-aa7f-40bf-9120-897c77fec55c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025821Z:d2819824-aa7f-40bf-9120-897c77fec55c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fe28e176-a52c-4907-b0b5-fd4f3488ed24', + 'x-ms-correlation-request-id', + 'fe28e176-a52c-4907-b0b5-fd4f3488ed24', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025824Z:fe28e176-a52c-4907-b0b5-fd4f3488ed24', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6bd5da1b-16f4-4017-9723-3b540b929f09', + 'x-ms-correlation-request-id', + '6bd5da1b-16f4-4017-9723-3b540b929f09', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025827Z:6bd5da1b-16f4-4017-9723-3b540b929f09', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c74b16d1-8931-40cf-8288-7b867d51c6bf', + 'x-ms-correlation-request-id', + 'c74b16d1-8931-40cf-8288-7b867d51c6bf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025829Z:c74b16d1-8931-40cf-8288-7b867d51c6bf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5ce518c8-da65-4873-8648-aa59d4ade5c6', + 'x-ms-correlation-request-id', + '5ce518c8-da65-4873-8648-aa59d4ade5c6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025832Z:5ce518c8-da65-4873-8648-aa59d4ade5c6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '83db4807-b2ae-4b6e-99e0-49442905cf3a', + 'x-ms-correlation-request-id', + '83db4807-b2ae-4b6e-99e0-49442905cf3a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025834Z:83db4807-b2ae-4b6e-99e0-49442905cf3a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '642687b8-9b9f-4605-b51d-f85b4b99166f', + 'x-ms-correlation-request-id', + '642687b8-9b9f-4605-b51d-f85b4b99166f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025836Z:642687b8-9b9f-4605-b51d-f85b4b99166f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bdd77a25-3d75-4860-a70e-4110c300150c', + 'x-ms-correlation-request-id', + 'bdd77a25-3d75-4860-a70e-4110c300150c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025839Z:bdd77a25-3d75-4860-a70e-4110c300150c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3adabe20-ba6b-4f3a-8d42-bea2357959af', + 'x-ms-correlation-request-id', + '3adabe20-ba6b-4f3a-8d42-bea2357959af', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025841Z:3adabe20-ba6b-4f3a-8d42-bea2357959af', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7b1eedba-4036-465b-ae12-3643e5f15f4f', + 'x-ms-correlation-request-id', + '7b1eedba-4036-465b-ae12-3643e5f15f4f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025843Z:7b1eedba-4036-465b-ae12-3643e5f15f4f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '51963f82-ca31-4429-91cb-d40fb294aedc', + 'x-ms-correlation-request-id', + '51963f82-ca31-4429-91cb-d40fb294aedc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025846Z:51963f82-ca31-4429-91cb-d40fb294aedc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e805e0fb-6001-40f3-bd91-e8bc6fc33ca3', + 'x-ms-correlation-request-id', + 'e805e0fb-6001-40f3-bd91-e8bc6fc33ca3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025848Z:e805e0fb-6001-40f3-bd91-e8bc6fc33ca3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '06f9ffad-2260-4611-8f1e-18c334d8f402', + 'x-ms-correlation-request-id', + '06f9ffad-2260-4611-8f1e-18c334d8f402', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025850Z:06f9ffad-2260-4611-8f1e-18c334d8f402', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0454cb1f-f6a6-4517-8b90-c58145b2475d', + 'x-ms-correlation-request-id', + '0454cb1f-f6a6-4517-8b90-c58145b2475d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025853Z:0454cb1f-f6a6-4517-8b90-c58145b2475d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3b790ead-5b1a-4b95-a3c9-598c1618d92f', + 'x-ms-correlation-request-id', + '3b790ead-5b1a-4b95-a3c9-598c1618d92f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025855Z:3b790ead-5b1a-4b95-a3c9-598c1618d92f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '564decf3-d615-4291-a205-8398cce46d40', + 'x-ms-correlation-request-id', + '564decf3-d615-4291-a205-8398cce46d40', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025857Z:564decf3-d615-4291-a205-8398cce46d40', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd202af67-276d-4335-8895-877bf1a64035', + 'x-ms-correlation-request-id', + 'd202af67-276d-4335-8895-877bf1a64035', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025900Z:d202af67-276d-4335-8895-877bf1a64035', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:58:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8125d207-4b18-4ede-98c5-3f1a462959ed', + 'x-ms-correlation-request-id', + '8125d207-4b18-4ede-98c5-3f1a462959ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025902Z:8125d207-4b18-4ede-98c5-3f1a462959ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '52c4d875-b40e-4525-b4e6-83161c67eab8', + 'x-ms-correlation-request-id', + '52c4d875-b40e-4525-b4e6-83161c67eab8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025904Z:52c4d875-b40e-4525-b4e6-83161c67eab8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '678c7bad-35d5-477a-b0a8-c7cb5417e63e', + 'x-ms-correlation-request-id', + '678c7bad-35d5-477a-b0a8-c7cb5417e63e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025907Z:678c7bad-35d5-477a-b0a8-c7cb5417e63e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '98d389bd-2b20-4c43-85f3-eebecc1155f4', + 'x-ms-correlation-request-id', + '98d389bd-2b20-4c43-85f3-eebecc1155f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025910Z:98d389bd-2b20-4c43-85f3-eebecc1155f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4d62a37a-a0a9-4c6f-bcbf-0d157717afd0', + 'x-ms-correlation-request-id', + '4d62a37a-a0a9-4c6f-bcbf-0d157717afd0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025912Z:4d62a37a-a0a9-4c6f-bcbf-0d157717afd0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c4a930d1-ef56-4dd6-801e-c82c682e2471', + 'x-ms-correlation-request-id', + 'c4a930d1-ef56-4dd6-801e-c82c682e2471', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025914Z:c4a930d1-ef56-4dd6-801e-c82c682e2471', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '76c7420a-ae50-43e0-8ff4-1af493a76d55', + 'x-ms-correlation-request-id', + '76c7420a-ae50-43e0-8ff4-1af493a76d55', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025917Z:76c7420a-ae50-43e0-8ff4-1af493a76d55', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'efbc871d-b8fd-4444-9ad3-58f15624bad3', + 'x-ms-correlation-request-id', + 'efbc871d-b8fd-4444-9ad3-58f15624bad3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025919Z:efbc871d-b8fd-4444-9ad3-58f15624bad3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd4273285-5a9f-4b9e-941c-700ce63bdc4f', + 'x-ms-correlation-request-id', + 'd4273285-5a9f-4b9e-941c-700ce63bdc4f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025921Z:d4273285-5a9f-4b9e-941c-700ce63bdc4f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cabee95b-d88d-4856-8ac4-f8037e4c7c30', + 'x-ms-correlation-request-id', + 'cabee95b-d88d-4856-8ac4-f8037e4c7c30', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025924Z:cabee95b-d88d-4856-8ac4-f8037e4c7c30', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fe2fc2fd-7891-4237-8f82-868603be5f49', + 'x-ms-correlation-request-id', + 'fe2fc2fd-7891-4237-8f82-868603be5f49', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025926Z:fe2fc2fd-7891-4237-8f82-868603be5f49', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f5944d1-6460-4bd2-94df-73d67e0e969a', + 'x-ms-correlation-request-id', + '2f5944d1-6460-4bd2-94df-73d67e0e969a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025928Z:2f5944d1-6460-4bd2-94df-73d67e0e969a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dcb459f0-d000-4ad6-bdc0-b7a44fc1163c', + 'x-ms-correlation-request-id', + 'dcb459f0-d000-4ad6-bdc0-b7a44fc1163c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025931Z:dcb459f0-d000-4ad6-bdc0-b7a44fc1163c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ca5d71fb-d9dc-441e-9795-33e15d447571', + 'x-ms-correlation-request-id', + 'ca5d71fb-d9dc-441e-9795-33e15d447571', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025933Z:ca5d71fb-d9dc-441e-9795-33e15d447571', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '46064590-204f-41b2-b782-b30eb8f101ea', + 'x-ms-correlation-request-id', + '46064590-204f-41b2-b782-b30eb8f101ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025935Z:46064590-204f-41b2-b782-b30eb8f101ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4b0a04e0-833a-4d67-9c3a-d2e8156eba9f', + 'x-ms-correlation-request-id', + '4b0a04e0-833a-4d67-9c3a-d2e8156eba9f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T025938Z:4b0a04e0-833a-4d67-9c3a-d2e8156eba9f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:59:37 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_get_test.js new file mode 100644 index 000000000000..1893176d3e91 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_get_test.js @@ -0,0 +1,147 @@ +let nock = require('nock'); + +module.exports.hash = "1ca66fbbb001f403eae3f3e178d6faa5"; + +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', + 'e6415b90-59ac-45e2-a118-6f0e76dd0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AnumYxZzLYhBrlvzr4rlNhI; expires=Mon, 18-Oct-2021 02:39:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_FBVWI658hoDeuYKX83BN-Oa8stSR9xgJj5Uavi0ZSl6gkhd3MstWpj10GEHQT2-qJohgq_X_eTJudxJNUBtoM4p7kdxeWauPe_CDcvUU5cTfIT6n4Kfdz2IsxrRjUcutPMvjscaii-AtiWB4dwngq7yA2MTNFQ26H4YuuwgwWMgAA; 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', + 'Sat, 18 Sep 2021 02:39: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-Length', + '1753', + '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', + '2e7a69bb-6906-4241-9094-705b8ca40700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AkDFK9lDn2hPr_m2YPnwC8E; expires=Mon, 18-Oct-2021 02:39:37 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevryoJFXBdEozpgl_Jx_1hobPrXGEVJSVb5E2EdLqpoCROygCnA_cY3WwBdVhyTKYaGlqJnDK009OFz-YlazjpMrYzimqfvcE7fsiNq5AamJZcvbt5ScBI9A48CKWWat9PxCPhvxBLL_nu5ZuUWOxRzM8EBzyQhj2P4wb4V41-V8TsgAA; 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', + 'Sat, 18 Sep 2021 02:39:36 GMT' +]); + +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.1&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=748ec12a-1ab3-4568-9d15-a2e798a518cc&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', + '2e7a69bb-6906-4241-9094-705b8fa40700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AiNvqr7NE6hJvtnmMGw3GkoWPr5BAQAAAGhI19gOAAAA; expires=Mon, 18-Oct-2021 02:39: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', + 'Sat, 18 Sep 2021 02:39:36 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63e1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97b74efd347bbbbe3870f0f1ed07f3ff511bd49035fe5755be48084bf2e8b86102e9617af5b0242105eafa7d33c9fe533ea71a6dd9f2e67abaa58a28379dbae9a4777438a8c4dc3669cfd605de7e369b578b4bf7fef2ec158ad2765317d91b75755fd96c69937d4f547a7cb6c52721f39ff76bc6eab05d16efa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5cc94c8082462f331a19bef8bdf2eb2f68506de5c014cd4f1675bbce4ac5e45951b6796dd030ad2e8336afd625e8f4bdef8f0cbec7abe20d4d277df8d1eb5f5412f6b3a2c117d4e1139ac6d917799b614e194d3358852d383eabf3fc4dd11bdff1322baf69f859f99ab0ce2e6826f4fbacfbcd49b53c2f2ed6359300b3d84ce7f922035e84d677f3b27c9a9f174b1a15cd77b16cda6c39cdcf688c1fe5e7f983f37cffdef6f9fefdfdedfd9d7bb3ed6c37dbdd9eeede7f3079f06072901fec634c34008f29bf3c3fcf6b854e4cb29c6535e66d969f67342967339af6a2bda62f9f1575d3620eaeed87242942cae369f9e47a95811c1fbda896397da3a4c3649634fd733be229cd6c410cbe9c5ebfac887708f62f36ddd1e0cd77cff3cbbc2470af89c8a0c4e8a345f6ee6c49b37a999567cbd739c199517ff7f90bc2bccc97d4f4654dd479f7d1a3dd9d1da20fb571c4fc92f8ae26b5402f41caae3089400fdfd167df534514b0fef615e9933504d708ff0bd10ddfa5cf450118e1b8498a14d44661ba4160cf557a5ed64545d813e57688079a9f228abfca676b9a3b74cf74fe25c4d5a43866ffff1de0283a1c3208ed7c4abdd759191bd66b7c9f9e4883f71c5f08fb9b1de7de7b8e33cf406b02d5199f334c06bd1b8725a0bed9e1ec0e0e87f8d2a0fc239ecc78583fe2c9deb004d4373b9c8d3c699bc324b1fff47559d342b21d93258ac20ae78e5eedc08cf0451ff8de0070a120bdd201ea26a30f6b1794985635468fdfb25536294af2b9981ef449b1f29ca649367dbb5e31c1e8dd5f6c3ce19739c19b1553ea817c51fef58b6a96bf0c5c5379d799f32f8ae59a5c771ace3e49977cfb2a27470098bb66df26779f1a1d9826ea339909051e1f7d9e571ffd12b2ef5dd7e495060b67f01a80ffacc82e965543ced7f3eae275deb6c449f4d52f569fedd9ba2cdfe4efda9f58e735e0b25f03c0e442105aa0971db3","7ef7ff00dc57a20acb0c0000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7790c207-08a5-4b22-a261-32ca89fcff57', + 'x-ms-correlation-request-id', + '7790c207-08a5-4b22-a261-32ca89fcff57', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023937Z:7790c207-08a5-4b22-a261-32ca89fcff57', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:37 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_list_test.js new file mode 100644 index 000000000000..4c5877a8d767 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_list_test.js @@ -0,0 +1,147 @@ +let nock = require('nock'); + +module.exports.hash = "7ecd97bc87ff568a0f33f81876555e80"; + +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', + '2d052f42-b736-4f4f-8aeb-f8ffc2080600', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Ag0GDvvJJ79Gkdr1Y_VPtmc; expires=Mon, 18-Oct-2021 02:39:37 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAMvu149CalL5HghOHpEV0ZtWPZ5vcXCTcozJLg7U-jyDUNO4_tLwSmtcWupJnR2cinimle4Zvx0KkLJuP5X732YinrRgur0dUf6ljcwgzCYgDQOwHdrSloa62VcxVrHCAq6Dwkru1zWP7BhRqRqIxAGoX3kpCZCW9KgQWnMFWLIgAA; 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', + 'Sat, 18 Sep 2021 02:39: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', + '2d052f42-b736-4f4f-8aeb-f8ffc4080600', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AuJQK68kxz9GtUaVPZP2Uak; expires=Mon, 18-Oct-2021 02:39:37 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAoCPikclQ0UJaK4_G9frSIrATsE_KivVXM8wDC1XI46xHpueF3OpU-38BWJ1qpkMOgWOQFVEeE32E1i52pvGDil_aOwSQywUFObFNv8buxQ-0_BukVzLMPFaXvR4JE1eq5SqyWrHxA8WaTeRBb1frbnw0fxMvLWMl2EIOvJ940YgAA; 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', + 'Sat, 18 Sep 2021 02:39: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.1&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=9f826ffb-a16d-4ad8-ace1-4f192279e65f&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', + '2e7a69bb-6906-4241-9094-705b93a40700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AjprSEWoe2ZGhGhXulcEc1IWPr5BAQAAAGlI19gOAAAA; expires=Mon, 18-Oct-2021 02:39: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', + 'Sat, 18 Sep 2021 02:39:37 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/databaseAccounts') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbbd8f461f2db30561f651f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fdbcac2659e99ad2376d76d17cf4e817ff92d147cd350d63f1945ea6bf3f9ad679d6e6b3e3965edbdbd9dbddde79b8bd7bf06667efd1bd4f1fedee8e1f3e3c7840fffdd447f4260d7c95d76d910312feba2c1a42b8585ebc6e09084178bd9e4ef37c96cfa8c799767fba9cadaa62890ee66dbb6a1edd0d2932360d9b71f683759d8fa7d5e2d1fefebdbb0463b59e94c5f445de5e55f55b1a67de50d71f9d2eb349c97de4fcdbf1baad1644bbe9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f9732533010a1abdcc6864f8e2f7caafbfa041b5950353343f59d4ed3a2b15936745d9e6b541c3b4ba0cdabc5a97a0d3f7be3f32f81eaf8a37349df4e147af7f5149d8cf8a065f50874f681a675fe46d86396534cd6015b6e0f8accef337456f7cc7cbacbca6e167e56bc23abba099d0efb3ee3727d5f2bcb858d74c02cc62339de78b0c78115adfcdcbf2697e5e2c695434dfc5b269b3e5343fa3317e949fe70fcef3fd7bdbe7fbf7f7b7f777eecdb6b3dd6c777bba7bffc1e4c183c9417eb08f31d1003ca6fcf2fc3caf153a31c97296d598b7597e9ed1a49ccd68da8bf69abe7c56d44d8b39b8b61f92a408298fa7e593eb5506727cf4a25ae6f48d920e9359d2f4cfed88a734b30531f8727afdb222de21d8bfd874478337df3dcf2ff392c0bd26228312a38f16d9bbb325cd2a298eb3e5eb9ce0cca8bffbfc05615ee64b6afab226eabcfbe8d1eece0ed187da38627e497c57935aa0972065579844a087efe833a38802d6dfbe227db286e01ae17f21bae1bbf4b92800231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89a14c7ecffbf031c45874306a19d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37386c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d27fc322778b3624a3d902fcabf7e51cdf297816b2aef3a73fe45b15c93eb4ec3d927e9926f5fe5e4080073d7ecdbe4ee53a303d3447d2633a1c0e3a3cff3eaa35f42f6bdeb9abcd260e10c5e03f09f15d9c5b26ac8f97a5e5dbccedb963889befac5eab33d5b97e59bfc5dfb13ebbc065cf66b00985c08420bf4b263d6efbeff4b","fe1fb578e340d70c0000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '99a9d418-b9eb-460b-adfd-c03a9f5b6e3a', + 'x-ms-correlation-request-id', + '99a9d418-b9eb-460b-adfd-c03a9f5b6e3a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T023938Z:99a9d418-b9eb-460b-adfd-c03a9f5b6e3a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 02:39:37 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_create_test.js new file mode 100644 index 000000000000..47fed2b29149 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_create_test.js @@ -0,0 +1,507 @@ +let nock = require('nock'); + +module.exports.hash = "b357933bfc3ff848e569a623dbc7fe7a"; + +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', + '6cb2a18f-6938-4bec-9152-71fdf1970700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'Set-Cookie', + 'fpc=Ah8bkvGUxD9PtYOSfhI5y88; expires=Mon, 18-Oct-2021 03:02:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrsUNlRGcdRJ3ISBPRFLdm8XDiyPefQS8b3nmIbzOF6hbR6RUcRoI815FA4AS9edzlXZYSzfgMa6SXs8YqLa5W9MyPzK21ilh9Z7ZnZjK7jMxhPPJ_Pylg8iGauG8Ndcjaxgj6_DYnX0gy7tYqwWGzY-N7hLGUigHNr8684kQCwqEgAA; 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', + 'Sat, 18 Sep 2021 03:02:55 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', + 'e79f8125-fc16-4ef1-96fd-b10926170700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AiwqFWD8nB1Kk_sDA5lm014; expires=Mon, 18-Oct-2021 03:02:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrgzmba981dQqYtftlUnfIjbsnEJILpphRUhVD3LvOulAif932-dHrWBJwyJyZ04WxsYnRAndtWZF78915R1F1NHAUSLJtEO8yleTDsiX7oDqntfjepSFflXatgq_t4Q2f8YBTRTw2Oz460GWgeO0b7RvybWV59p1Sr616j6YGsuogAA; 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', + 'Sat, 18 Sep 2021 03:02: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.1&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=ad3da717-3661-46a6-9733-99d39d8b6ff8&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', + '385cf0df-0fbf-4dac-9a52-b07af8d10600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=Ats7Hs7PFRRGpWwIsKUbF3cWPr5BAQAAAN5N19gOAAAA; expires=Mon, 18-Oct-2021 03:02:55 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', + 'Sat, 18 Sep 2021 03:02:55 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3', {"location":"eastus","properties":{"resource":{"id":"mydatabasexxxx3"},"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/myaccountxxx/mongodbDatabases/mydatabasexxxx3/operationResults/0bafb224-756f-47da-96e3-a650f1807be8?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8?api-version=2021-07-01-preview', + 'x-ms-request-id', + '0bafb224-756f-47da-96e3-a650f1807be8', + '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', + '480e18c1-308d-4196-b007-14346775a019', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030256Z:480e18c1-308d-4196-b007-14346775a019', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') + .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', + '11917', + 'x-ms-request-id', + '28b46508-7d4b-4eb4-8d74-1fe95700f3a3', + 'x-ms-correlation-request-id', + '28b46508-7d4b-4eb4-8d74-1fe95700f3a3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030256Z:28b46508-7d4b-4eb4-8d74-1fe95700f3a3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ee90bbe-9242-4d9e-b0eb-ff5effe63073', + 'x-ms-correlation-request-id', + '9ee90bbe-9242-4d9e-b0eb-ff5effe63073', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030256Z:9ee90bbe-9242-4d9e-b0eb-ff5effe63073', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') + .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', + '11916', + 'x-ms-request-id', + '33015cf7-dcee-4c70-ac16-a62183ccf407', + 'x-ms-correlation-request-id', + '33015cf7-dcee-4c70-ac16-a62183ccf407', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030258Z:33015cf7-dcee-4c70-ac16-a62183ccf407', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '395d4d4e-e6f8-4538-9891-7800a15a8609', + 'x-ms-correlation-request-id', + '395d4d4e-e6f8-4538-9891-7800a15a8609', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030258Z:395d4d4e-e6f8-4538-9891-7800a15a8609', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:02:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6570cf51-719a-461f-b96d-f1bd75028ff4', + 'x-ms-correlation-request-id', + '6570cf51-719a-461f-b96d-f1bd75028ff4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030301Z:6570cf51-719a-461f-b96d-f1bd75028ff4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5a047bd-8c21-434f-afe6-b4477962fb33', + 'x-ms-correlation-request-id', + 'd5a047bd-8c21-434f-afe6-b4477962fb33', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030301Z:d5a047bd-8c21-434f-afe6-b4477962fb33', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') + .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', + '11914', + 'x-ms-request-id', + 'bf5fd88c-0329-4f7c-b971-df8c05569b68', + 'x-ms-correlation-request-id', + 'bf5fd88c-0329-4f7c-b971-df8c05569b68', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030303Z:bf5fd88c-0329-4f7c-b971-df8c05569b68', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f08e902-66e9-4147-9ea2-8f2bd13ca695', + 'x-ms-correlation-request-id', + '8f08e902-66e9-4147-9ea2-8f2bd13ca695', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030303Z:8f08e902-66e9-4147-9ea2-8f2bd13ca695', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b7577ef-8872-4e0c-95b7-3aa7c73ed4b3', + 'x-ms-correlation-request-id', + '6b7577ef-8872-4e0c-95b7-3aa7c73ed4b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030305Z:6b7577ef-8872-4e0c-95b7-3aa7c73ed4b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efee7d34faa8bd5ee584f22d8177e0d1fbcb6c81f7fb8009f1555eb705b57af48b3f32c3c3ef4ca3ee0bbfe497","fc92ff07d9007d493e010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3a6f5c99-c250-4a20-9d07-e9596fa071df', + 'x-ms-correlation-request-id', + '3a6f5c99-c250-4a20-9d07-e9596fa071df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030305Z:3a6f5c99-c250-4a20-9d07-e9596fa071df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:05 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_delete_test.js new file mode 100644 index 000000000000..98edd9fb99d1 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_delete_test.js @@ -0,0 +1,399 @@ +let nock = require('nock'); + +module.exports.hash = "31111f21ae5ffc8c4e77a1363cda5fb4"; + +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', + '0456d74f-d41a-4432-8023-94b0076f0700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AvfVY5Ag4MBLi7_aEsvvwWA; expires=Mon, 18-Oct-2021 03:03:29 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAKmk2MEMGBeBrjqBRxcff9Gpx66UGP_rKdbUTNNNVK9i-h_9wCvSnA-DdSyy0ozewO826B0cu-Zy6shUS-NqiewVVJIacvIAUoo0zgTDoHBOf9D_9a3490SJdzpW1JUlXlp-7YWabk6ZB820Qqw9rHbFgdHsyAdeF398RIgJ8JMgAA; 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', + 'Sat, 18 Sep 2021 03:03:29 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', + '2e7a69bb-6906-4241-9094-705b03c60700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AgbZS9YZD-BJvwK6OZwNSXY; expires=Mon, 18-Oct-2021 03:03:29 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr4Mj3tuv9CbUJ3yb0yZWV_-yEcg_zkTgNeA6JJNGe2Gdyopfjc58vpis27MAEyQNOyKP_FLImkfyQnMhJV5N2wAWKM1OgyfH0znXf3CaN-1WnVKdFw7iMYiokPt0kfEpgXEu94J1-LmGsE8rrWvGiLseVkhQNJl5uQ9jIDaWDmYMgAA; 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', + 'Sat, 18 Sep 2021 03:03:29 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.1&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=9dbb983e-16bd-4c21-9b89-dd7ba4d6acf9&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', + 'e6415b90-59ac-45e2-a118-6f0e85fd0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AsWm9GVqxklMk44gaMEMw48WPr5BAQAAAAFO19gOAAAA; expires=Mon, 18-Oct-2021 03:03: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', + 'Sat, 18 Sep 2021 03:03:29 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3') + .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/myaccountxxx/mongodbDatabases/mydatabasexxxx3/operationResults/59ffac46-ec03-4da5-a372-49b58a4124a8?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8?api-version=2021-07-01-preview', + 'x-ms-request-id', + '59ffac46-ec03-4da5-a372-49b58a4124a8', + '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', + '7901800a-6104-48ff-a99d-cd2f0092a9cb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030330Z:7901800a-6104-48ff-a99d-cd2f0092a9cb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .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', + '11900', + 'x-ms-request-id', + '9721b7d0-5460-4980-aad5-b28e7fcabbc5', + 'x-ms-correlation-request-id', + '9721b7d0-5460-4980-aad5-b28e7fcabbc5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030330Z:9721b7d0-5460-4980-aad5-b28e7fcabbc5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6513b6b7-8663-422f-b8ba-d8a157f06bad', + 'x-ms-correlation-request-id', + '6513b6b7-8663-422f-b8ba-d8a157f06bad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030331Z:6513b6b7-8663-422f-b8ba-d8a157f06bad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .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', + '11899', + 'x-ms-request-id', + 'a079d1e3-7b71-4975-b3c0-aed6d91bdca0', + 'x-ms-correlation-request-id', + 'a079d1e3-7b71-4975-b3c0-aed6d91bdca0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030333Z:a079d1e3-7b71-4975-b3c0-aed6d91bdca0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b268b7dc-99b6-4371-853d-b08be8c814d2', + 'x-ms-correlation-request-id', + 'b268b7dc-99b6-4371-853d-b08be8c814d2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030334Z:b268b7dc-99b6-4371-853d-b08be8c814d2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f5e98a31-cb8c-40fa-91dd-ee0831a125b7', + 'x-ms-correlation-request-id', + 'f5e98a31-cb8c-40fa-91dd-ee0831a125b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030335Z:f5e98a31-cb8c-40fa-91dd-ee0831a125b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fdb66bd8-94f1-4eea-8b1d-83bf8b63c86e', + 'x-ms-correlation-request-id', + 'fdb66bd8-94f1-4eea-8b1d-83bf8b63c86e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030336Z:fdb66bd8-94f1-4eea-8b1d-83bf8b63c86e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .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', + '11897', + 'x-ms-request-id', + '6ce79d1f-983c-4544-b371-3b22eb83f8f2', + 'x-ms-correlation-request-id', + '6ce79d1f-983c-4544-b371-3b22eb83f8f2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030337Z:6ce79d1f-983c-4544-b371-3b22eb83f8f2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:36 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_get_test.js new file mode 100644 index 000000000000..645147caa456 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_get_test.js @@ -0,0 +1,183 @@ +let nock = require('nock'); + +module.exports.hash = "23e5809c809a3edb317db0554305a60d"; + +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', + '0bbe5df3-9460-498c-a762-829b52ec0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AoyrxcMQOQ9Jom17mQurrfg; expires=Mon, 18-Oct-2021 03:03:17 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrbUTKZOQ6Tk89TX-lHkh5QLyICVPeNV4K2yWzpFz212VCMm7fL36UdMACKqriY1MBYI95FHLRusRkGJ4mtvBAekM65ki3iggpwGQwsjvHavzqDufOT1jLPWZy2NX9ItHPD5mkIb7Shvs9BH5ewtzdFc3ZbXlexG6pDWet3M98RK0gAA; 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', + 'Sat, 18 Sep 2021 03:03: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', + '11d1bd8b-d0ad-4f2d-b547-29a2574c0700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AkCxc7p6jstHmfSXdhvjzxE; expires=Mon, 18-Oct-2021 03:03:17 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrdWmiESksEwWmlGr2q18InTZB3edkRxdF5ET5jndj1Z2KYBo9gXpKH-xO5aCuoDovx28bafsOj61pP3lW4g8qhOMVuHXIzObCM3OioBy3UYe2C_Ow6tZ0MQ1BJl6N-Fh403oehg0uqgAXehLv91fcqyrfTBhuNm21ktrtBXC_JJAgAA; 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', + 'Sat, 18 Sep 2021 03:03: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.1&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=7cf29878-2a47-4f38-aab0-d66dc77b6222&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-Length', + '1351', + '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', + '6cb2a18f-6938-4bec-9152-71fd86980700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=At1PN36Pu71Mp8uiR21yQC8WPr5BAQAAAPRN19gOAAAA; expires=Mon, 18-Oct-2021 03:03: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', + 'Sat, 18 Sep 2021 03:03:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bdc26a7e-240c-4454-95a9-fe98d17e0ef1', + 'x-ms-correlation-request-id', + 'bdc26a7e-240c-4454-95a9-fe98d17e0ef1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030317Z:bdc26a7e-240c-4454-95a9-fe98d17e0ef1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efee7d34faa8bd5ee584f22d8177e0d1fbcb6c81f7fb8009f1555eb705b57af48b3f32c3c3ef4ca3ee0bbfe497","fc92ff07d9007d493e010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '795ac3c9-a46b-4126-b383-cabdbd26eb19', + 'x-ms-correlation-request-id', + '795ac3c9-a46b-4126-b383-cabdbd26eb19', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030317Z:795ac3c9-a46b-4126-b383-cabdbd26eb19', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:17 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_list_test.js new file mode 100644 index 000000000000..501294fc7a4e --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_list_test.js @@ -0,0 +1,147 @@ +let nock = require('nock'); + +module.exports.hash = "e84a08679e5e857badc7e4ea789381f7"; + +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-Length', + '980', + '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', + '385cf0df-0fbf-4dac-9a52-b07a90d20600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AtkAr1bbfhxFkJtoWF04gUc; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrLsxNa1SqEGlFkxj_uoL4O-jNkgQGPo2ERZOUNhikYCbXdSjCMsY6W09OHcG7ixxfmcKsLqZcVLDR2mXn7rJUNCv2T9-vyS0pvN0mHR9teLDcH8sQNkODrNeu9JTFUCFmnGlN0N7GafC8tvOuieZGgCh1pQsU9DSkFCkRDq5pIqwgAA; 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', + 'Sat, 18 Sep 2021 03:03:18 GMT' +]); + +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', + '385cf0df-0fbf-4dac-9a52-b07a92d20600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AkDEZhhd4HpCkOfAAjPVlgU; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr6qmVEI8lJR-yDi-r1vEk7Sq9WFwfhEVfaUtB3r45XDZxjrshVnTbzFeqqU2h7SxzsO-mqE-JT7_5CpYPV2yePOK-ttRNNj3SFMjo_8J7t_6UJXmxYIdK0q5Jrh5sd-_wRF3Lc-tc28-8i3olH1JwKE72E7yv-Tq-VEM0XcDTUgAgAA; 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', + 'Sat, 18 Sep 2021 03:03:18 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.1&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=36a36177-1a87-4e28-9b4f-a5676219f3c1&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', + '6cb2a18f-6938-4bec-9152-71fd8e980700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=Aj2vq4rwje9BuzGTdUzjhzgWPr5BAQAAAPVN19gOAAAA; expires=Mon, 18-Oct-2021 03:03: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', + 'Sat, 18 Sep 2021 03:03:18 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbbb8b6a7951cd264fb511be9de9eff4f5bb7b1f8d3e6aaf5784f947b704de8147ef2fb305deef0326c45779dd16d4ead12ffec80c0fbf338dba2ffc925ff24bbeff4b","fe1f44a7c4734a010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '14e22f1e-8fb6-4973-a617-e518d1a962ac', + 'x-ms-correlation-request-id', + '14e22f1e-8fb6-4973-a617-e518d1a962ac', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030318Z:14e22f1e-8fb6-4973-a617-e518d1a962ac', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:18 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_migrate_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_migrate_test.js new file mode 100644 index 000000000000..b4f14189dd6a --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_migrate_test.js @@ -0,0 +1,507 @@ +let nock = require('nock'); + +module.exports.hash = "b18c32bb02dc026f36e651a3d4f08b9b"; + +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', + '0bbe5df3-9460-498c-a762-829b62ec0600', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=Ao6jIwoqoExOgcJUeWyA0gY; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrRbQJW2PZ1g9eP_x9qx7YealUjzbUrUXaowTRwl2zEe2RYG5hIuz64P2aanYwn6vx3rUQvjerT9mFK2R4brYcT-M_ZfqkFTpvFEBmy7DyCmAUHBkk2fqY-3xXYC3PBwhdnV28At9xiqWTHxH27idVC1b-HYanWpWZF6P36mhYGmcgAA; 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', + 'Sat, 18 Sep 2021 03:03:18 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', + 'e79f8125-fc16-4ef1-96fd-b109da170700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AmLf2Mm8aM9Cu4CBJjqGheY; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrCaSvXT2Vy5LFczt4AUT-LP2klQfGnHPIMIOjD-Ywb0K-SW5OAeM4OFbjEGyvG0opF1VIPMbgwXVdBoHswElkSdrcWZho1vzbwd0Zmj9uUr15HTZOh105MjIIV8zvMHzDvhploTMOXoPzHUa6I889NjAjEotQnKwK3WnSD-Fe5HQgAA; 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', + 'Sat, 18 Sep 2021 03:03:18 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.1&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=40fc2c52-f081-479f-a079-d7f847d25b7c&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', + '2e7a69bb-6906-4241-9094-705bbfc50700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=AtHyjQcPE5JNjkAWX9CMcqYWPr5BAQAAAPZN19gOAAAA; expires=Mon, 18-Oct-2021 03:03:19 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', + 'Sat, 18 Sep 2021 03:03:19 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .post('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/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/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default/migrateToAutoscale/operationResults/4da6a9fc-6080-44c0-af57-8c9ee231d66a?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a?api-version=2021-07-01-preview', + 'x-ms-request-id', + '4da6a9fc-6080-44c0-af57-8c9ee231d66a', + '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', + '8a7dfd1c-aa5b-47ef-a378-ce48b57f31ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030319Z:8a7dfd1c-aa5b-47ef-a378-ce48b57f31ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .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', + '11905', + 'x-ms-request-id', + 'a8eeac30-b8b3-460f-bb34-21b63a5cf91a', + 'x-ms-correlation-request-id', + 'a8eeac30-b8b3-460f-bb34-21b63a5cf91a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030320Z:a8eeac30-b8b3-460f-bb34-21b63a5cf91a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '63b483bc-692e-42b4-8a58-323c30e8bc59', + 'x-ms-correlation-request-id', + '63b483bc-692e-42b4-8a58-323c30e8bc59', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030320Z:63b483bc-692e-42b4-8a58-323c30e8bc59', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .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', + '11904', + 'x-ms-request-id', + '1e324e90-4848-4038-98fb-4ca73a559d1a', + 'x-ms-correlation-request-id', + '1e324e90-4848-4038-98fb-4ca73a559d1a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030322Z:1e324e90-4848-4038-98fb-4ca73a559d1a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd6fc80d0-5711-4e20-bbe0-32ca1ccf0fb8', + 'x-ms-correlation-request-id', + 'd6fc80d0-5711-4e20-bbe0-32ca1ccf0fb8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030322Z:d6fc80d0-5711-4e20-bbe0-32ca1ccf0fb8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '53dac245-6f3a-4d2c-bfe5-4207e0289dc2', + 'x-ms-correlation-request-id', + '53dac245-6f3a-4d2c-bfe5-4207e0289dc2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030324Z:53dac245-6f3a-4d2c-bfe5-4207e0289dc2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5940e11a-02e7-44c1-923e-7b4d8d54e851', + 'x-ms-correlation-request-id', + '5940e11a-02e7-44c1-923e-7b4d8d54e851', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030324Z:5940e11a-02e7-44c1-923e-7b4d8d54e851', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ed7f4ae3-ad60-4b4f-9df9-4c388e6cf9a4', + 'x-ms-correlation-request-id', + 'ed7f4ae3-ad60-4b4f-9df9-4c388e6cf9a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030327Z:ed7f4ae3-ad60-4b4f-9df9-4c388e6cf9a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .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', + '11902', + 'x-ms-request-id', + 'c8caeaab-91fa-4f79-8883-48be45952fde', + 'x-ms-correlation-request-id', + 'c8caeaab-91fa-4f79-8883-48be45952fde', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030327Z:c8caeaab-91fa-4f79-8883-48be45952fde', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '883e9e41-a940-4e53-bf69-257a74b51c58', + 'x-ms-correlation-request-id', + '883e9e41-a940-4e53-bf69-257a74b51c58', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030329Z:883e9e41-a940-4e53-bf69-257a74b51c58', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default/migrateToAutoscale/operationResults/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efeedd6de7d4ddc57cb56e5fe76d5b2c2f9abbb3fc3c5b97eddd457151676dfea63a5eb75533cdcafca3d147edf52aa701de12956eef91dea2bd2cb3057af9bdaff62ee92fa2c02aafdb226f3e7af48b3f3274c2ef0ede478ff67776461f650688818f568becdd9bb0e1ce2f197db42896c562bdf0bff9085f7df44b7ec92f","f97f00799f5596c7010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0708fade-a3ca-46e6-be5f-af2d90b9033d', + 'x-ms-correlation-request-id', + '0708fade-a3ca-46e6-be5f-af2d90b9033d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030329Z:0708fade-a3ca-46e6-be5f-af2d90b9033d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:28 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_update_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_update_test.js new file mode 100644 index 000000000000..167c147e3f88 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_update_test.js @@ -0,0 +1,471 @@ +let nock = require('nock'); + +module.exports.hash = "675bff34b3723e34149d1926e576270f"; + +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', + 'e79f8125-fc16-4ef1-96fd-b10976170700', + 'x-ms-ests-server', + '2.1.12071.7 - SEASLR2 ProdSlices', + 'Set-Cookie', + 'fpc=AjuUpn_rwttNiIHB_xSEWIw; expires=Mon, 18-Oct-2021 03:03:05 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrt_dsMdAd2IJSwymnuLCawaVYIefF6uXt_u3qMcfPEEnGbJtPhlCe3y2_1JsffbA2QPa-Z75NS0276AvwrI1v4bGJrK1DFV4t8MDUfy4pvURt0qp_6eXXpD2f383GhwUluSjZ0DZnvCeCOlI7LXmIq7cYD8bH6tjvePFxNXqm0b4gAA; 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', + 'Sat, 18 Sep 2021 03:03:05 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', + '6cb2a18f-6938-4bec-9152-71fd3b980700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR1 ProdSlices', + 'Set-Cookie', + 'fpc=AlK6fOkaLeVMt5R2x6CVi2M; expires=Mon, 18-Oct-2021 03:03:05 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr3n8beFKjXUY6DkKUSvqi4LJWrLjf8jlpveLQsyRoe8izIc40vEPEb5LEBJB1Axf0YAapJeWpx-FkHgjxL2CFQGZ-qRkG3wFdfrk1Zw-snTXT1rd5ACy9x-_hZXrAYyA3cWVGp0pz75un19iixiBpPZTo1b8fVfqECgAfDrtqrBcgAA; 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', + 'Sat, 18 Sep 2021 03:03:06 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.1&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=377d73fc-e2c2-40a7-a135-625139509c4e&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', + '11d1bd8b-d0ad-4f2d-b547-29a21c4c0700', + 'x-ms-ests-server', + '2.1.12071.7 - KRSLR2 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=Avc1-mNBWMxHhlmZzn4fxE0WPr5BAQAAAOlN19gOAAAA; expires=Mon, 18-Oct-2021 03:03:06 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', + 'Sat, 18 Sep 2021 03:03:06 GMT', + 'Content-Length', + '1351' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/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/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default/operationResults/33bad886-ac03-475f-831d-52a6de35c708?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708?api-version=2021-07-01-preview', + 'x-ms-request-id', + '33bad886-ac03-475f-831d-52a6de35c708', + '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', + '65952198-7560-4f82-b232-6bfc8435a226', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030307Z:65952198-7560-4f82-b232-6bfc8435a226', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .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', + '11912', + 'x-ms-request-id', + 'cfbf83bf-ce56-49a7-aee2-ef178cee75ee', + 'x-ms-correlation-request-id', + 'cfbf83bf-ce56-49a7-aee2-ef178cee75ee', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030307Z:cfbf83bf-ce56-49a7-aee2-ef178cee75ee', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '237fda5f-d52f-46eb-87b8-292eafbd9fd5', + 'x-ms-correlation-request-id', + '237fda5f-d52f-46eb-87b8-292eafbd9fd5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030308Z:237fda5f-d52f-46eb-87b8-292eafbd9fd5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .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', + '11911', + 'x-ms-request-id', + 'f6b1271d-3829-428d-a8fe-f12d055c66a1', + 'x-ms-correlation-request-id', + 'f6b1271d-3829-428d-a8fe-f12d055c66a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030309Z:f6b1271d-3829-428d-a8fe-f12d055c66a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc9b986b-4e1d-4671-9b06-4363df891506', + 'x-ms-correlation-request-id', + 'bc9b986b-4e1d-4671-9b06-4363df891506', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030310Z:bc9b986b-4e1d-4671-9b06-4363df891506', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '77be3290-8d83-427e-a95e-c6d85336a2e8', + 'x-ms-correlation-request-id', + '77be3290-8d83-427e-a95e-c6d85336a2e8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030312Z:77be3290-8d83-427e-a95e-c6d85336a2e8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '783a1581-cba0-48db-b950-3311928d166c', + 'x-ms-correlation-request-id', + '783a1581-cba0-48db-b950-3311928d166c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030313Z:783a1581-cba0-48db-b950-3311928d166c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .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', + '11909', + 'x-ms-request-id', + 'c163609e-ec97-42d8-be29-b566df314c4b', + 'x-ms-correlation-request-id', + 'c163609e-ec97-42d8-be29-b566df314c4b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030314Z:c163609e-ec97-42d8-be29-b566df314c4b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8d46fa7d-b431-40aa-930a-9efe598f6734', + 'x-ms-correlation-request-id', + '8d46fa7d-b431-40aa-930a-9efe598f6734', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030315Z:8d46fa7d-b431-40aa-930a-9efe598f6734', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efeedd6de7d4ddc57cb56e5fe76d5b2c2f9abbb3fc3c5b97ed47a38fdaeb554ea3b965bfddaefaa009e4325b00e4ef7db577497fd1d85679dd1679f3d1a35ffc91a1007e772f7ff4687f6767f4d1a258168bf5e28df7f947f4c547bfe497fc","92ff071dc7c3c375010000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a21f56ca-450c-4728-8048-4e330162b59a', + 'x-ms-correlation-request-id', + 'a21f56ca-450c-4728-8048-4e330162b59a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210918T030316Z:a21f56ca-450c-4728-8048-4e330162b59a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Sat, 18 Sep 2021 03:03:16 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..944ac1201abf --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md @@ -0,0 +1,3889 @@ +## 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; + identity?: ManagedServiceIdentity; + 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 BackupResource = ARMProxyResource & { + properties?: BackupResourceProperties; +}; + +// @public (undocumented) +export interface BackupResourceProperties { + timestamp?: Date; +} + +// @public +export type BackupStorageRedundancy = string; + +// @public +export interface Capability { + name?: 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; + beginDelete(resourceGroupName: string, clusterName: string, options?: CassandraClustersDeleteOptionalParams): Promise, void>>; + beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersDeleteOptionalParams): Promise; + beginFetchNodeStatus(resourceGroupName: string, clusterName: string, options?: CassandraClustersFetchNodeStatusOptionalParams): Promise, CassandraClustersFetchNodeStatusResponse>>; + beginFetchNodeStatusAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersFetchNodeStatusOptionalParams): Promise; + beginRequestRepair(resourceGroupName: string, clusterName: string, body: RepairPostBody, options?: CassandraClustersRequestRepairOptionalParams): Promise, void>>; + beginRequestRepairAndWait(resourceGroupName: string, clusterName: string, body: RepairPostBody, options?: CassandraClustersRequestRepairOptionalParams): 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; + getBackup(resourceGroupName: string, clusterName: string, backupId: string, options?: CassandraClustersGetBackupOptionalParams): Promise; + listBackups(resourceGroupName: string, clusterName: string, options?: CassandraClustersListBackupsOptionalParams): PagedAsyncIterableIterator; + listByResourceGroup(resourceGroupName: string, options?: CassandraClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator; + listBySubscription(options?: CassandraClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator; +} + +// @public +export interface CassandraClustersCreateUpdateOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type CassandraClustersCreateUpdateResponse = ClusterResource; + +// @public +export interface CassandraClustersDeleteOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export interface CassandraClustersFetchNodeStatusOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type CassandraClustersFetchNodeStatusResponse = ClusterNodeStatus; + +// @public +export interface CassandraClustersGetBackupOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CassandraClustersGetBackupResponse = BackupResource; + +// @public +export interface CassandraClustersGetOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CassandraClustersGetResponse = ClusterResource; + +// @public +export interface CassandraClustersListBackupsOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CassandraClustersListBackupsResponse = ListBackups; + +// @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 CassandraClustersRequestRepairOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @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; + beginCreateUpdateCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams): Promise, CassandraResourcesCreateUpdateCassandraViewResponse>>; + beginCreateUpdateCassandraViewAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams): 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; + beginDeleteCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesDeleteCassandraViewOptionalParams): Promise, void>>; + beginDeleteCassandraViewAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesDeleteCassandraViewOptionalParams): 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; + beginMigrateCassandraViewToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams): Promise, CassandraResourcesMigrateCassandraViewToAutoscaleResponse>>; + beginMigrateCassandraViewToAutoscaleAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams): Promise; + beginMigrateCassandraViewToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams): Promise, CassandraResourcesMigrateCassandraViewToManualThroughputResponse>>; + beginMigrateCassandraViewToManualThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams): 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; + beginUpdateCassandraViewThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams): Promise, CassandraResourcesUpdateCassandraViewThroughputResponse>>; + beginUpdateCassandraViewThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams): 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; + getCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesGetCassandraViewOptionalParams): Promise; + getCassandraViewThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesGetCassandraViewThroughputOptionalParams): Promise; + listCassandraKeyspaces(resourceGroupName: string, accountName: string, options?: CassandraResourcesListCassandraKeyspacesOptionalParams): PagedAsyncIterableIterator; + listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesListCassandraTablesOptionalParams): PagedAsyncIterableIterator; + listCassandraViews(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesListCassandraViewsOptionalParams): 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 CassandraResourcesCreateUpdateCassandraViewOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type CassandraResourcesCreateUpdateCassandraViewResponse = CassandraViewGetResults; + +// @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 CassandraResourcesDeleteCassandraViewOptionalParams 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 CassandraResourcesGetCassandraViewOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CassandraResourcesGetCassandraViewResponse = CassandraViewGetResults; + +// @public +export interface CassandraResourcesGetCassandraViewThroughputOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CassandraResourcesGetCassandraViewThroughputResponse = 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 CassandraResourcesListCassandraViewsOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CassandraResourcesListCassandraViewsResponse = CassandraViewListResult; + +// @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 CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type CassandraResourcesMigrateCassandraViewToAutoscaleResponse = ThroughputSettingsGetResults; + +// @public +export interface CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type CassandraResourcesMigrateCassandraViewToManualThroughputResponse = 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 CassandraResourcesUpdateCassandraViewThroughputOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type CassandraResourcesUpdateCassandraViewThroughputResponse = 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 +export type CassandraViewCreateUpdateParameters = ARMResourceProperties & { + resource: CassandraViewResource; + options?: CreateUpdateOptions; +}; + +// @public (undocumented) +export type CassandraViewGetPropertiesOptions = OptionsResource & {}; + +// @public (undocumented) +export type CassandraViewGetPropertiesResource = CassandraViewResource & ExtendedResourceProperties & {}; + +// @public +export type CassandraViewGetResults = ARMResourceProperties & { + resource?: CassandraViewGetPropertiesResource; + options?: CassandraViewGetPropertiesOptions; +}; + +// @public +export interface CassandraViewListResult { + readonly value?: CassandraViewGetResults[]; +} + +// @public +export interface CassandraViewResource { + id: string; + viewDefinition?: string; +} + +// @public (undocumented) +export interface Certificate { + pem?: string; +} + +// @public +export interface CloudError { + error?: ErrorResponse; +} + +// @public +export interface ClusterKey { + name?: string; + orderBy?: string; +} + +// @public +export interface ClusterNodeStatus { + nodes?: ClusterNodeStatusNodesItem[]; +} + +// @public (undocumented) +export interface ClusterNodeStatusNodesItem { + address?: string; + datacenter?: string; + hostId?: string; + load?: string; + owns?: number; + rack?: string; + state?: NodeState; + status?: NodeStatus; + tokens?: string[]; +} + +// @public +export type ClusterResource = ARMResourceProperties & { + properties?: ClusterResourceProperties; +}; + +// @public +export interface ClusterResourceProperties { + authenticationMethod?: AuthenticationMethod; + cassandraVersion?: string; + clientCertificates?: Certificate[]; + clusterNameOverride?: string; + 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 (undocumented) +export interface Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties { + readonly clientId?: string; + readonly principalId?: 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 +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) + graphResources: GraphResources; + // (undocumented) + gremlinResources: GremlinResources; + listLocationList(options?: CosmosDBManagementClientLocationListOptionalParams): PagedAsyncIterableIterator; + locationGet(location: string, options?: CosmosDBManagementClientLocationGetOptionalParams): Promise; + // (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) + service: Service; + // (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 CosmosDBManagementClientLocationGetOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CosmosDBManagementClientLocationGetResponse = LocationGetResult; + +// @public +export interface CosmosDBManagementClientLocationListOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type CosmosDBManagementClientLocationListResponse = LocationListResult; + +// @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; + consistencyPolicy?: ConsistencyPolicy; + locations: Location[]; + 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[]; + diagnosticLogSettings?: DiagnosticLogSettings; + disableLocalAuth?: boolean; + restoreParameters?: RestoreParameters; +}; + +// @public +export interface DatabaseAccountCreateUpdateProperties { + analyticalStorageConfiguration?: AnalyticalStorageConfiguration; + apiProperties?: ApiProperties; + backupPolicy?: BackupPolicyUnion; + capabilities?: Capability[]; + connectorOffer?: ConnectorOffer; + consistencyPolicy?: ConsistencyPolicy; + cors?: CorsPolicy[]; + createMode: "Default"; + databaseAccountOfferType: "Standard"; + defaultIdentity?: string; + diagnosticLogSettings?: DiagnosticLogSettings; + disableKeyBasedMetadataWriteAccess?: boolean; + disableLocalAuth?: boolean; + enableAnalyticalStorage?: boolean; + enableAutomaticFailover?: boolean; + enableCassandraConnector?: boolean; + enableFreeTier?: boolean; + enableMultipleWriteLocations?: boolean; + ipRules?: IpAddressOrRange[]; + isVirtualNetworkFilterEnabled?: boolean; + keyVaultKeyUri?: string; + locations: Location[]; + networkAclBypass?: NetworkAclBypass; + networkAclBypassResourceIds?: string[]; + publicNetworkAccess?: PublicNetworkAccess; + restoreParameters?: RestoreParameters; + virtualNetworkRules?: VirtualNetworkRule[]; +} + +// @public (undocumented) +export type DatabaseAccountCreateUpdatePropertiesUnion = DatabaseAccountCreateUpdateProperties | DefaultRequestDatabaseAccountCreateUpdateProperties; + +// @public +export type DatabaseAccountGetResults = ARMResourceProperties & { + kind?: DatabaseAccountKind; + 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[]; + readonly readLocations?: Location[]; + readonly locations?: Location[]; + 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[]; + diagnosticLogSettings?: DiagnosticLogSettings; + disableLocalAuth?: boolean; +}; + +// @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[]; + connectorOffer?: ConnectorOffer; + consistencyPolicy?: ConsistencyPolicy; + cors?: CorsPolicy[]; + defaultIdentity?: string; + diagnosticLogSettings?: DiagnosticLogSettings; + 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[]; + 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 { + base64EncodedCassandraYamlFragment?: string; + dataCenterLocation?: string; + delegatedSubnetId?: string; + nodeCount?: number; + provisioningState?: ManagedCassandraProvisioningState; + readonly seedNodes?: SeedNode[]; +} + +// @public +export type DataTransferRegionalServiceResource = RegionalServiceResource & {}; + +// @public +export interface DataTransferServiceResource { + properties?: DataTransferServiceResourceProperties; +} + +// @public +export type DataTransferServiceResourceProperties = ServiceResourceProperties & { + serviceType: "DataTransfer"; + readonly locations?: DataTransferRegionalServiceResource[]; +}; + +// @public +export type DataType = string; + +// @public +export type DefaultConsistencyLevel = "Eventual" | "Session" | "BoundedStaleness" | "Strong" | "ConsistentPrefix"; + +// @public +export type DefaultRequestDatabaseAccountCreateUpdateProperties = DatabaseAccountCreateUpdateProperties & { + createMode: "Default"; +}; + +// @public +export interface DiagnosticLogSettings { + enableFullTextQuery?: EnableFullTextQuery; +} + +// @public +export type EnableFullTextQuery = "None" | "True" | "False"; + +// @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 GraphAPIComputeRegionalServiceResource = RegionalServiceResource & { + readonly graphApiComputeEndpoint?: string; +}; + +// @public +export interface GraphAPIComputeServiceResource { + properties?: GraphAPIComputeServiceResourceProperties; +} + +// @public +export type GraphAPIComputeServiceResourceProperties = ServiceResourceProperties & { + serviceType: "GraphAPICompute"; + graphApiComputeEndpoint?: string; + readonly locations?: GraphAPIComputeRegionalServiceResource[]; +}; + +// @public +export interface GraphResource { + id: string; +} + +// @public +export type GraphResourceCreateUpdateParameters = ARMResourceProperties & { + resource: GraphResource; + options?: CreateUpdateOptions; +}; + +// @public (undocumented) +export type GraphResourceGetPropertiesOptions = OptionsResource & {}; + +// @public (undocumented) +export type GraphResourceGetPropertiesResource = GraphResource & ExtendedResourceProperties & {}; + +// @public +export type GraphResourceGetResults = ARMResourceProperties & { + resource?: GraphResourceGetPropertiesResource; + options?: GraphResourceGetPropertiesOptions; +}; + +// @public +export interface GraphResources { + beginCreateUpdateGraph(resourceGroupName: string, accountName: string, graphName: string, createUpdateGraphParameters: GraphResourceCreateUpdateParameters, options?: GraphResourcesCreateUpdateGraphOptionalParams): Promise, GraphResourcesCreateUpdateGraphResponse>>; + beginCreateUpdateGraphAndWait(resourceGroupName: string, accountName: string, graphName: string, createUpdateGraphParameters: GraphResourceCreateUpdateParameters, options?: GraphResourcesCreateUpdateGraphOptionalParams): Promise; + beginDeleteGraphResource(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesDeleteGraphResourceOptionalParams): Promise, void>>; + beginDeleteGraphResourceAndWait(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesDeleteGraphResourceOptionalParams): Promise; + getGraph(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesGetGraphOptionalParams): Promise; + listGraphs(resourceGroupName: string, accountName: string, options?: GraphResourcesListGraphsOptionalParams): PagedAsyncIterableIterator; +} + +// @public +export interface GraphResourcesCreateUpdateGraphOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type GraphResourcesCreateUpdateGraphResponse = GraphResourceGetResults; + +// @public +export interface GraphResourcesDeleteGraphResourceOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export interface GraphResourcesGetGraphOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type GraphResourcesGetGraphResponse = GraphResourceGetResults; + +// @public +export interface GraphResourcesListGraphsOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type GraphResourcesListGraphsResponse = GraphResourcesListResult; + +// @public +export interface GraphResourcesListResult { + readonly value?: GraphResourceGetResults[]; +} + +// @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 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 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 KnownServiceSize { + // (undocumented) + CosmosD16S = "Cosmos.D16s", + // (undocumented) + CosmosD4S = "Cosmos.D4s", + // (undocumented) + CosmosD8S = "Cosmos.D8s" +} + +// @public +export enum KnownServiceStatus { + // (undocumented) + Creating = "Creating", + // (undocumented) + Deleting = "Deleting", + // (undocumented) + Error = "Error", + // (undocumented) + Running = "Running", + // (undocumented) + Stopped = "Stopped", + // (undocumented) + Updating = "Updating" +} + +// @public +export enum KnownServiceType { + // (undocumented) + DataTransfer = "DataTransfer", + // (undocumented) + GraphAPICompute = "GraphAPICompute", + // (undocumented) + SqlDedicatedGateway = "SqlDedicatedGateway" +} + +// @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 ListBackups { + readonly value?: BackupResource[]; +} + +// @public +export interface ListClusters { + value?: ClusterResource[]; +} + +// @public +export interface ListDataCenters { + readonly value?: DataCenterResource[]; +} + +// @public +export interface Location { + readonly documentEndpoint?: string; + failoverPriority?: number; + readonly id?: string; + isZoneRedundant?: boolean; + locationName?: string; + readonly provisioningState?: string; +} + +// @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 status?: string; + readonly supportsAvailabilityZone?: boolean; +} + +// @public +export type ManagedCassandraProvisioningState = 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; + 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 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 RegionalServiceResource { + readonly location?: string; + readonly name?: string; + readonly status?: ServiceStatus; +} + +// @public +export interface RegionForOnlineOffline { + region: string; +} + +// @public +export interface RepairPostBody { + keyspace: string; + tables?: 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 +export interface Service { + beginCreate(resourceGroupName: string, accountName: string, serviceName: string, createUpdateParameters: ServiceResourceCreateUpdateParameters, options?: ServiceCreateOptionalParams): Promise, ServiceCreateResponse>>; + beginCreateAndWait(resourceGroupName: string, accountName: string, serviceName: string, createUpdateParameters: ServiceResourceCreateUpdateParameters, options?: ServiceCreateOptionalParams): Promise; + beginDelete(resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceDeleteOptionalParams): Promise, void>>; + beginDeleteAndWait(resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceDeleteOptionalParams): Promise; + get(resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceGetOptionalParams): Promise; + list(resourceGroupName: string, accountName: string, options?: ServiceListOptionalParams): PagedAsyncIterableIterator; +} + +// @public +export interface ServiceCreateOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type ServiceCreateResponse = ServiceResource; + +// @public +export interface ServiceDeleteOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export interface ServiceGetOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type ServiceGetResponse = ServiceResource; + +// @public +export interface ServiceListOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type ServiceListResponse = ServiceResourceListResult; + +// @public +export type ServiceResource = ARMProxyResource & { + properties?: ServiceResourcePropertiesUnion; +}; + +// @public +export interface ServiceResourceCreateUpdateParameters { + instanceCount?: number; + instanceSize?: ServiceSize; + serviceType?: ServiceType; +} + +// @public +export interface ServiceResourceListResult { + readonly value?: ServiceResource[]; +} + +// @public +export interface ServiceResourceProperties { + [property: string]: any; + readonly creationTime?: Date; + instanceCount?: number; + instanceSize?: ServiceSize; + serviceType: "DataTransfer" | "SqlDedicatedGateway" | "GraphAPICompute"; + readonly status?: ServiceStatus; +} + +// @public (undocumented) +export type ServiceResourcePropertiesUnion = ServiceResourceProperties | DataTransferServiceResourceProperties | SqlDedicatedGatewayServiceResourceProperties | GraphAPIComputeServiceResourceProperties; + +// @public +export type ServiceSize = string; + +// @public +export type ServiceStatus = string; + +// @public +export type ServiceType = 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 type SqlDedicatedGatewayRegionalServiceResource = RegionalServiceResource & { + readonly sqlDedicatedGatewayEndpoint?: string; +}; + +// @public +export interface SqlDedicatedGatewayServiceResource { + properties?: SqlDedicatedGatewayServiceResourceProperties; +} + +// @public +export type SqlDedicatedGatewayServiceResourceProperties = ServiceResourceProperties & { + serviceType: "SqlDedicatedGateway"; + sqlDedicatedGatewayEndpoint?: string; + readonly locations?: SqlDedicatedGatewayRegionalServiceResource[]; +}; + +// @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..aee57e095eae 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts @@ -3,99 +3,274 @@ * 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 coreClient from "@azure/core-client"; +import * as coreAuth from "@azure/core-auth"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + DatabaseAccountsImpl, + OperationsImpl, + DatabaseImpl, + CollectionImpl, + CollectionRegionImpl, + DatabaseAccountRegionImpl, + PercentileSourceTargetImpl, + PercentileTargetImpl, + PercentileImpl, + CollectionPartitionRegionImpl, + CollectionPartitionImpl, + PartitionKeyRangeIdImpl, + PartitionKeyRangeIdRegionImpl, + GraphResourcesImpl, + SqlResourcesImpl, + MongoDBResourcesImpl, + TableResourcesImpl, + CassandraResourcesImpl, + GremlinResourcesImpl, + NotebookWorkspacesImpl, + PrivateEndpointConnectionsImpl, + PrivateLinkResourcesImpl, + RestorableDatabaseAccountsImpl, + RestorableSqlDatabasesImpl, + RestorableSqlContainersImpl, + RestorableSqlResourcesImpl, + RestorableMongodbDatabasesImpl, + RestorableMongodbCollectionsImpl, + RestorableMongodbResourcesImpl, + CassandraClustersImpl, + CassandraDataCentersImpl, + ServiceImpl +} from "./operations"; +import { + DatabaseAccounts, + Operations, + Database, + Collection, + CollectionRegion, + DatabaseAccountRegion, + PercentileSourceTarget, + PercentileTarget, + Percentile, + CollectionPartitionRegion, + CollectionPartition, + PartitionKeyRangeId, + PartitionKeyRangeIdRegion, + GraphResources, + SqlResources, + MongoDBResources, + TableResources, + CassandraResources, + GremlinResources, + NotebookWorkspaces, + PrivateEndpointConnections, + PrivateLinkResources, + RestorableDatabaseAccounts, + RestorableSqlDatabases, + RestorableSqlContainers, + RestorableSqlResources, + RestorableMongodbDatabases, + RestorableMongodbCollections, + RestorableMongodbResources, + CassandraClusters, + CassandraDataCenters, + Service +} from "./operationsInterfaces"; +import * as Parameters from "./models/parameters"; import * as Mappers from "./models/mappers"; -import * as operations from "./operations"; import { CosmosDBManagementClientContext } from "./cosmosDBManagementClientContext"; +import { + CosmosDBManagementClientOptionalParams, + LocationGetResult, + CosmosDBManagementClientLocationListOptionalParams, + CosmosDBManagementClientLocationListResponse, + CosmosDBManagementClientLocationGetOptionalParams, + CosmosDBManagementClientLocationGetResponse +} 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.graphResources = new GraphResourcesImpl(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.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); + this.service = new ServiceImpl(this); + } + + /** + * List Cosmos DB locations and their properties + * @param options The options parameters. + */ + public listLocationList( + options?: CosmosDBManagementClientLocationListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.locationListPagingAll(options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.locationListPagingPage(options); + } + }; + } + + private async *locationListPagingPage( + options?: CosmosDBManagementClientLocationListOptionalParams + ): AsyncIterableIterator { + let result = await this._locationList(options); + yield result.value || []; + } + + private async *locationListPagingAll( + options?: CosmosDBManagementClientLocationListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.locationListPagingPage(options)) { + yield* page; + } } -} + /** + * List Cosmos DB locations and their properties + * @param options The options parameters. + */ + private _locationList( + options?: CosmosDBManagementClientLocationListOptionalParams + ): Promise { + return this.sendOperationRequest({ options }, locationListOperationSpec); + } + + /** + * 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. + */ + locationGet( + location: string, + options?: CosmosDBManagementClientLocationGetOptionalParams + ): Promise { + return this.sendOperationRequest( + { location, options }, + locationGetOperationSpec + ); + } + + 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; + graphResources: GraphResources; + sqlResources: SqlResources; + mongoDBResources: MongoDBResources; + tableResources: TableResources; + cassandraResources: CassandraResources; + gremlinResources: GremlinResources; + notebookWorkspaces: NotebookWorkspaces; + privateEndpointConnections: PrivateEndpointConnections; + privateLinkResources: PrivateLinkResources; + restorableDatabaseAccounts: RestorableDatabaseAccounts; + restorableSqlDatabases: RestorableSqlDatabases; + restorableSqlContainers: RestorableSqlContainers; + restorableSqlResources: RestorableSqlResources; + restorableMongodbDatabases: RestorableMongodbDatabases; + restorableMongodbCollections: RestorableMongodbCollections; + restorableMongodbResources: RestorableMongodbResources; + cassandraClusters: CassandraClusters; + cassandraDataCenters: CassandraDataCenters; + service: Service; +} // Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); -export { - CosmosDBManagementClient, - CosmosDBManagementClientContext, - Models as CosmosDBManagementModels, - Mappers as CosmosDBManagementMappers +const locationListOperationSpec: 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 locationGetOperationSpec: 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 }; -export * from "./operations"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts index f8d7ab8eab11..5f79946e8e53 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/30.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-07-01-preview"; } } 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..9d6a32202fe2 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts @@ -6,7463 +6,4961 @@ * 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"; - -export { BaseResource, CloudError }; - -/** - * An interface representing ManagedServiceIdentityUserAssignedIdentitiesValue. - */ -export interface ManagedServiceIdentityUserAssignedIdentitiesValue { +import * as coreClient from "@azure/core-client"; + +export type BackupPolicyUnion = + | BackupPolicy + | PeriodicModeBackupPolicy + | ContinuousModeBackupPolicy; +export type DatabaseAccountCreateUpdatePropertiesUnion = + | DatabaseAccountCreateUpdateProperties + | DefaultRequestDatabaseAccountCreateUpdateProperties; +export type ServiceResourcePropertiesUnion = + | ServiceResourceProperties + | DataTransferServiceResourceProperties + | SqlDedicatedGatewayServiceResourceProperties + | GraphAPIComputeServiceResourceProperties; + +/** 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?: ManagedServiceIdentity; } -/** - * 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. - */ +/** Indicates what diagnostic log settings are to be enabled. */ +export interface DiagnosticLogSettings { + /** Describe the level of detail with which queries are to be logged. */ + enableFullTextQuery?: EnableFullTextQuery; +} + +/** 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) - */ + /** The timestamp of resource last modification (UTC) */ lastModifiedAt?: Date; } -/** - * The core properties of ARM resources. - */ -export interface ARMResourceProperties extends BaseResource { - /** - * 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; +/** 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 }; -} - -/** - * An Azure Cosmos DB database account. - */ -export interface DatabaseAccountGetResults 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'. - */ - kind?: DatabaseAccountKind; + /** The location of the resource group to which the resource belongs. */ + location?: string; + /** Identity for the resource. */ identity?: ManagedServiceIdentity; - provisioningState?: string; - /** - * The connection endpoint for the Cosmos DB database account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly documentEndpoint?: string; - /** - * 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.** - */ - readonly databaseAccountOfferType?: DatabaseAccountOfferType; - /** - * List of IpRules. - */ + /** 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. - */ + /** 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; - /** - * The consistency policy for the Cosmos DB database account. - */ - consistencyPolicy?: ConsistencyPolicy; - /** - * List of Cosmos DB capabilities for the account - */ + /** List of Cosmos DB capabilities for the account */ capabilities?: Capability[]; - /** - * 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.** - */ - readonly writeLocations?: Location[]; - /** - * 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.** - */ - readonly readLocations?: Location[]; - /** - * 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.** - */ - readonly locations?: Location[]; - /** - * 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.** - */ - readonly failoverPolicies?: FailoverPolicy[]; - /** - * 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 */ + 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[]; + /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ + diagnosticLogSettings?: DiagnosticLogSettings; + /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */ + disableLocalAuth?: boolean; +} + +/** Properties to create and update Azure Cosmos DB database accounts. */ +export interface DatabaseAccountCreateUpdateProperties { + /** Polymorphic discriminator, which specifies the different types this object can be */ + createMode: "Default"; + /** 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[]; + /** The offer type for the database */ + 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. */ + 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[]; + /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ + diagnosticLogSettings?: DiagnosticLogSettings; + /** 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 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 { /** - * 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.** + * List of database account and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly privateEndpointConnections?: PrivateEndpointConnection[]; + readonly value?: DatabaseAccountGetResults[]; +} + +/** The read-only access keys for the given database account. */ +export interface DatabaseAccountListReadOnlyKeysResult { /** - * Enables the account to write in multiple locations + * 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. */ - enableMultipleWriteLocations?: boolean; + readonly primaryReadonlyMasterKey?: string; /** - * Enables the cassandra connector on the Cosmos DB C* account + * 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. */ - enableCassandraConnector?: boolean; + 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 cassandra connector offer type for the Cosmos DB database C* account. Possible values - * include: 'Small' + * Value of the connection string + * NOTE: This property will not be serialized. It can only be populated by the server. */ - connectorOffer?: ConnectorOffer; + readonly connectionString?: string; /** - * Disable write operations on metadata resources (databases, containers, throughput) via account - * keys + * Description of the connection string + * NOTE: This property will not be serialized. It can only be populated by the server. */ - disableKeyBasedMetadataWriteAccess?: boolean; + readonly description?: string; +} + +/** 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 { /** - * The URI of the key vault + * The list of metrics for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - keyVaultKeyUri?: string; + readonly value?: Metric[]; +} + +/** Metric data */ +export interface Metric { /** - * 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 start time for the metric (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - defaultIdentity?: string; + readonly startTime?: Date; /** - * Whether requests from Public Network are allowed. Possible values include: 'Enabled', - * 'Disabled' + * The end time for the metric (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - publicNetworkAccess?: PublicNetworkAccess; + readonly endTime?: Date; /** - * Flag to indicate whether Free Tier is enabled. + * 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. */ - enableFreeTier?: boolean; + readonly timeGrain?: string; /** - * API specific properties. + * The unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - apiProperties?: ApiProperties; + readonly unit?: UnitType; /** - * Flag to indicate whether to enable storage analytics. + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableAnalyticalStorage?: boolean; + readonly name?: MetricName; /** - * Analytical storage specific properties. + * 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. */ - analyticalStorageConfiguration?: AnalyticalStorageConfiguration; + readonly metricValues?: MetricValue[]; +} + +/** A metric name. */ +export interface MetricName { /** - * 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 of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly instanceId?: string; + readonly value?: string; /** - * Enum to indicate the mode of account creation. Possible values include: 'Default', 'Restore'. - * Default value: 'Default'. + * The friendly name of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - createMode?: CreateMode; + readonly localizedValue?: string; +} + +/** Represents metrics values. */ +export interface MetricValue { /** - * Parameters to indicate the information about the restore. + * The number of values for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restoreParameters?: RestoreParameters; + readonly count?: number; /** - * The object representing the policy for taking backups on an account. + * The average value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - backupPolicy?: BackupPolicyUnion; + readonly average?: number; /** - * The CORS policy for the Cosmos DB database account. + * The max value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - cors?: CorsPolicy[]; + readonly maximum?: number; /** - * Indicates what services are allowed to bypass firewall checks. Possible values include: - * 'None', 'AzureServices' + * The min value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - networkAclBypass?: NetworkAclBypass; + readonly minimum?: number; /** - * An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. + * The metric timestamp (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - networkAclBypassResourceIds?: string[]; + readonly timestamp?: Date; /** - * Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for - * authentication. + * The total value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - disableLocalAuth?: boolean; + readonly total?: number; +} + +/** The response to a list percentile metrics request. */ +export interface PercentileMetricListResult { /** - * The system meta data relating to this resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The list of percentile metrics for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly systemData?: SystemData; + readonly value?: PercentileMetric[]; } -/** - * An interface representing SqlDatabaseGetPropertiesResource. - */ -export interface SqlDatabaseGetPropertiesResource { +/** Percentile Metric data */ +export interface PercentileMetric { /** - * Name of the Cosmos DB SQL database + * The start time for the metric (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly startTime?: Date; /** - * A system generated property. A unique identifier. - * **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 _rid?: string; + readonly endTime?: Date; /** - * 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 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 _ts?: number; + readonly timeGrain?: 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 unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly unit?: UnitType; /** - * A system generated property that specified the addressable path of the collections resource. + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _colls?: string; + readonly name?: MetricName; /** - * A system generated property that specifies the addressable path of the users resource. + * 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. */ - _users?: string; + readonly metricValues?: PercentileMetricValue[]; } -/** - * Cosmos DB options resource object - */ -export interface OptionsResource { +/** The response to a list partition metrics request. */ +export interface PartitionMetricListResult { /** - * Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting - * resource when retrieving offer details. + * The list of partition-level metrics for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - throughput?: number; - /** - * Specifies the Autoscale settings. - */ - autoscaleSettings?: AutoscaleSettings; + readonly value?: PartitionMetric[]; } -/** - * An interface representing SqlDatabaseGetPropertiesOptions. - */ -export interface SqlDatabaseGetPropertiesOptions extends OptionsResource { -} - -/** - * An Azure Cosmos DB SQL database. - */ -export interface SqlDatabaseGetResults extends ARMResourceProperties { - resource?: SqlDatabaseGetPropertiesResource; - options?: SqlDatabaseGetPropertiesOptions; +/** The response to a list usage request. */ +export interface UsagesResult { + /** + * 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. + */ + readonly value?: Usage[]; } -/** - * The indexes for the path. - */ -export interface Indexes { +/** The usage data for a usage request. */ +export interface Usage { /** - * The datatype for which the indexing behavior is applied to. Possible values include: 'String', - * 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon'. Default value: 'String'. + * The unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - dataType?: DataType; + readonly unit?: UnitType; /** - * The precision of the index. -1 is maximum precision. + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - precision?: number; + readonly name?: MetricName; /** - * Indicates the type of index. Possible values include: 'Hash', 'Range', 'Spatial'. Default - * value: 'Hash'. + * The quota period used to summarize the usage values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - kind?: IndexKind; -} - -/** - * The paths that are included in indexing - */ -export interface IncludedPath { + readonly quotaPeriod?: string; /** - * The path for which the indexing behavior applies to. Index paths typically start with root and - * end with wildcard (/path/*) + * Maximum value for this metric + * NOTE: This property will not be serialized. It can only be populated by the server. */ - path?: string; + readonly limit?: number; /** - * List of indexes for this path + * Current value for this metric + * NOTE: This property will not be serialized. It can only be populated by the server. */ - indexes?: Indexes[]; + readonly currentValue?: number; } -/** - * An interface representing ExcludedPath. - */ -export interface ExcludedPath { +/** The response to a list partition level usage request. */ +export interface PartitionUsagesResult { /** - * The path for which the indexing behavior applies to. Index paths typically start with root and - * end with wildcard (/path/*) + * 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. */ - path?: string; + readonly value?: PartitionUsage[]; } -/** - * 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; +/** The response to a list metric definitions request. */ +export interface MetricDefinitionsListResult { /** - * Sort order for composite paths. Possible values include: 'ascending', 'descending' + * The list of metric definitions for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - order?: CompositePathSortOrder; + readonly value?: MetricDefinition[]; } -/** - * An interface representing SpatialSpec. - */ -export interface SpatialSpec { +/** The definition of a metric. */ +export interface MetricDefinition { /** - * The path for which the indexing behavior applies to. Index paths typically start with root and - * end with wildcard (/path/*) + * The list of metric availabilities for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - path?: string; + readonly metricAvailabilities?: MetricAvailability[]; /** - * List of path's spatial type + * The primary aggregation type of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - types?: SpatialType[]; -} - -/** - * Cosmos DB indexing policy - */ -export interface IndexingPolicy { + readonly primaryAggregationType?: PrimaryAggregationType; /** - * Indicates if the indexing policy is automatic + * The unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - automatic?: boolean; + readonly unit?: UnitType; /** - * Indicates the indexing mode. Possible values include: 'consistent', 'lazy', 'none'. Default - * value: 'consistent'. + * The resource uri of the database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - indexingMode?: IndexingMode; + readonly resourceUri?: string; /** - * List of paths to include in the indexing + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - includedPaths?: IncludedPath[]; + readonly name?: MetricName; +} + +/** The availability of the metric. */ +export interface MetricAvailability { /** - * List of paths to exclude from indexing + * 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. */ - excludedPaths?: ExcludedPath[]; + readonly timeGrain?: string; /** - * List of composite path list + * The retention for the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - compositeIndexes?: CompositePath[][]; - /** - * List of spatial specifics - */ - spatialIndexes?: SpatialSpec[]; + readonly retention?: string; } -/** - * The configuration of the partition key to be used for partitioning data into multiple partitions - */ -export interface ContainerPartitionKey { +/** The List operation response, that contains the Graph resource and their properties. */ +export interface GraphResourcesListResult { /** - * List of paths using which data within the container can be partitioned + * List of Graph resource and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - paths?: string[]; + readonly value?: GraphResourceGetResults[]; +} + +/** Cosmos DB Graph resource object */ +export interface GraphResource { + /** Name of the Cosmos DB Graph */ + id: string; +} + +/** The system generated resource properties associated with SQL databases, SQL containers, Gremlin databases and Gremlin graphs. */ +export interface ExtendedResourceProperties { /** - * 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'. + * A system generated property. A unique identifier. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - kind?: PartitionKind; + readonly rid?: string; /** - * Indicates the version of the partition key definition + * 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. */ - version?: number; + readonly ts?: 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.** + * 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 systemKey?: boolean; + readonly etag?: string; } -/** - * 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[]; +/** 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. */ + throughput?: number; + /** Specifies the Autoscale settings. */ + autoscaleSettings?: AutoscaleSettings; } -/** - * The unique key policy configuration for specifying uniqueness constraints on documents in the - * collection in the Azure Cosmos DB service. - */ -export interface UniqueKeyPolicy { +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; +} + +/** The List operation response, that contains the SQL databases and their properties. */ +export interface SqlDatabaseListResult { /** - * List of unique keys on that enforces uniqueness constraint on documents in the collection in - * the Azure Cosmos DB service. + * List of SQL databases and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - uniqueKeys?: UniqueKey[]; + readonly value?: SqlDatabaseGetResults[]; } -/** - * The conflict resolution policy for the container. - */ -export interface ConflictResolutionPolicy { +/** Cosmos DB SQL database resource object */ +export interface SqlDatabaseResource { + /** Name of the Cosmos DB SQL database */ + id: string; +} + +/** 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; /** - * Indicates the conflict resolution mode. Possible values include: 'LastWriterWins', 'Custom'. - * Default value: 'LastWriterWins'. + * The minimum throughput of the resource + * NOTE: This property will not be serialized. It can only be populated by the server. */ - mode?: ConflictResolutionMode; + readonly minimumThroughput?: string; /** - * The conflict resolution path in the case of LastWriterWins mode. + * The throughput replace is pending + * NOTE: This property will not be serialized. It can only be populated by the server. */ - conflictResolutionPath?: string; + readonly offerReplacePending?: 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; /** - * The procedure to resolve conflicts in the case of custom mode. + * 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. */ - conflictResolutionProcedure?: string; + readonly targetMaxThroughput?: number; } -/** - * An interface representing SqlContainerGetPropertiesResource. - */ -export interface SqlContainerGetPropertiesResource { +/** Cosmos DB resource auto-upgrade policy */ +export interface AutoUpgradePolicyResource { + /** Represents throughput policy which service must adhere to for auto-upgrade */ + throughputPolicy?: ThroughputPolicyResource; +} + +/** 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 error response from the service. */ +export interface CloudError { + /** Error Response. */ + error?: ErrorResponse; +} + +/** The List operation response, that contains the containers and their properties. */ +export interface SqlContainerListResult { /** - * Name of the Cosmos DB SQL container + * 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 - */ + /** 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 - */ + /** The configuration of the partition key to be used for partitioning data into multiple partitions */ partitionKey?: ContainerPartitionKey; - /** - * Default time to live - */ + /** 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. - */ + /** 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. - */ + /** The conflict resolution policy for the container. */ conflictResolutionPolicy?: ConflictResolutionPolicy; - /** - * Analytical TTL. - */ + /** 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 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 */ + excludedPaths?: ExcludedPath[]; + /** List of composite path list */ + compositeIndexes?: CompositePath[][]; + /** List of spatial specifics */ + spatialIndexes?: SpatialSpec[]; } -/** - * An Azure Cosmos DB container. - */ -export interface SqlContainerGetResults extends ARMResourceProperties { - resource?: SqlContainerGetPropertiesResource; - options?: SqlContainerGetPropertiesOptions; +/** 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[]; } -/** - * An interface representing SqlStoredProcedureGetPropertiesResource. - */ -export interface SqlStoredProcedureGetPropertiesResource { - /** - * Name of the Cosmos DB SQL storedProcedure - */ - id: string; - /** - * 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; +/** 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 */ + paths?: string[]; + /** 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 */ + version?: 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.** + * 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. */ - readonly _etag?: string; + readonly systemKey?: boolean; } -/** - * An Azure Cosmos DB storedProcedure. - */ -export interface SqlStoredProcedureGetResults extends ARMResourceProperties { - resource?: SqlStoredProcedureGetPropertiesResource; +/** 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. */ + uniqueKeys?: UniqueKey[]; } -/** - * An interface representing SqlUserDefinedFunctionGetPropertiesResource. - */ -export interface SqlUserDefinedFunctionGetPropertiesResource { +/** 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. */ + mode?: ConflictResolutionMode; + /** The conflict resolution path in the case of LastWriterWins mode. */ + conflictResolutionPath?: string; + /** The procedure to resolve conflicts in the case of custom mode. */ + conflictResolutionProcedure?: string; +} + +/** The List operation response, that contains the storedProcedures and their properties. */ +export interface SqlStoredProcedureListResult { /** - * Name of the Cosmos DB SQL userDefinedFunction + * 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 User Defined Function - */ + /** Body of the Stored Procedure */ body?: string; +} + +/** The List operation response, that contains the userDefinedFunctions and their properties. */ +export interface SqlUserDefinedFunctionListResult { /** - * 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 userDefinedFunctions and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly value?: SqlUserDefinedFunctionGetResults[]; } -/** - * An Azure Cosmos DB userDefinedFunction. - */ -export interface SqlUserDefinedFunctionGetResults extends ARMResourceProperties { - resource?: SqlUserDefinedFunctionGetPropertiesResource; +/** 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; } -/** - * An interface representing SqlTriggerGetPropertiesResource. - */ -export interface SqlTriggerGetPropertiesResource { +/** The List operation response, that contains the triggers and their properties. */ +export interface SqlTriggerListResult { /** - * Name of the Cosmos DB SQL trigger + * List of triggers and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + 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 of the Trigger */ body?: string; - /** - * Type of the Trigger. Possible values include: 'Pre', 'Post' - */ + /** Type of the Trigger */ triggerType?: TriggerType; - /** - * The operation the trigger is associated with. Possible values include: 'All', 'Create', - * 'Update', 'Delete', 'Replace' - */ + /** The operation the trigger is associated with */ triggerOperation?: TriggerOperation; +} + +/** The List operation response, that contains the MongoDB databases and their properties. */ +export interface MongoDBDatabaseListResult { /** - * 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 MongoDB databases and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly value?: MongoDBDatabaseGetResults[]; } -/** - * An Azure Cosmos DB trigger. - */ -export interface SqlTriggerGetResults extends ARMResourceProperties { - resource?: SqlTriggerGetPropertiesResource; +/** Cosmos DB MongoDB database resource object */ +export interface MongoDBDatabaseResource { + /** Name of the Cosmos DB MongoDB database */ + id: string; } -/** - * 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; - /** - * 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; +/** The List operation response, that contains the MongoDB collections and their properties. */ +export interface MongoDBCollectionListResult { /** - * 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 MongoDB collections and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly value?: MongoDBCollectionGetResults[]; } -/** - * An interface representing MongoDBDatabaseGetPropertiesOptions. - */ -export interface MongoDBDatabaseGetPropertiesOptions extends OptionsResource { +/** 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; } -/** - * An Azure Cosmos DB MongoDB database. - */ -export interface MongoDBDatabaseGetResults extends ARMResourceProperties { - resource?: MongoDBDatabaseGetPropertiesResource; - options?: MongoDBDatabaseGetPropertiesOptions; +/** 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; } -/** - * Cosmos DB MongoDB collection resource object - */ +/** Cosmos DB MongoDB collection resource object */ export interface MongoIndexKeys { - /** - * List of keys for each MongoDB collection in the Azure Cosmos DB service - */ + /** List of keys for each MongoDB collection in the Azure Cosmos DB service */ keys?: string[]; } -/** - * Cosmos DB MongoDB collection index options - */ +/** Cosmos DB MongoDB collection index options */ export interface MongoIndexOptions { - /** - * Expire after seconds - */ + /** Expire after seconds */ expireAfterSeconds?: number; - /** - * Is unique or not - */ + /** Is unique or not */ unique?: boolean; } -/** - * Cosmos DB MongoDB collection index key - */ -export interface MongoIndex { +/** The List operation response, that contains the Table and their properties. */ +export interface TableListResult { /** - * Cosmos DB MongoDB collection index keys + * List of Table and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - key?: MongoIndexKeys; - /** - * Cosmos DB MongoDB collection index key options - */ - options?: MongoIndexOptions; + readonly value?: TableGetResults[]; } -/** - * An interface representing MongoDBCollectionGetPropertiesResource. - */ -export interface MongoDBCollectionGetPropertiesResource { - /** - * Name of the Cosmos DB MongoDB collection - */ +/** Cosmos DB table resource object */ +export interface TableResource { + /** Name of the Cosmos DB table */ 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 MongoDBCollectionGetPropertiesOptions. - */ -export interface MongoDBCollectionGetPropertiesOptions extends OptionsResource { -} - -/** - * An Azure Cosmos DB MongoDB collection. - */ -export interface MongoDBCollectionGetResults extends ARMResourceProperties { - resource?: MongoDBCollectionGetPropertiesResource; - options?: MongoDBCollectionGetPropertiesOptions; } -/** - * An interface representing TableGetPropertiesResource. - */ -export interface TableGetPropertiesResource { - /** - * Name of the Cosmos DB table - */ - 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 List operation response, that contains the Cassandra keyspaces and their properties. */ +export interface CassandraKeyspaceListResult { /** - * 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; -} - -/** - * An interface representing TableGetPropertiesOptions. - */ -export interface TableGetPropertiesOptions extends OptionsResource { + readonly value?: CassandraKeyspaceGetResults[]; } -/** - * An Azure Cosmos DB Table. - */ -export interface TableGetResults extends ARMResourceProperties { - resource?: TableGetPropertiesResource; - options?: TableGetPropertiesOptions; +/** Cosmos DB Cassandra keyspace resource object */ +export interface CassandraKeyspaceResource { + /** Name of the Cosmos DB Cassandra keyspace */ + id: string; } -/** - * An interface representing CassandraKeyspaceGetPropertiesResource. - */ -export interface CassandraKeyspaceGetPropertiesResource { - /** - * Name of the Cosmos DB Cassandra keyspace - */ - 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; +/** The List operation response, that contains the Cassandra tables and their properties. */ +export interface CassandraTableListResult { /** - * 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 tables and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly value?: CassandraTableGetResults[]; } -/** - * An interface representing CassandraKeyspaceGetPropertiesOptions. - */ -export interface CassandraKeyspaceGetPropertiesOptions extends OptionsResource { +/** 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; } -/** - * An Azure Cosmos DB Cassandra keyspace. - */ -export interface CassandraKeyspaceGetResults extends ARMResourceProperties { - resource?: CassandraKeyspaceGetPropertiesResource; - options?: CassandraKeyspaceGetPropertiesOptions; +/** 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 - */ +/** Cosmos DB Cassandra table column */ export interface Column { - /** - * Name of the Cosmos DB Cassandra table column - */ + /** Name of the Cosmos DB Cassandra table column */ name?: string; - /** - * Type of the Cosmos DB Cassandra table column - */ + /** Type of the Cosmos DB Cassandra table column */ type?: string; } -/** - * Cosmos DB Cassandra table partition key - */ +/** Cosmos DB Cassandra table partition key */ export interface CassandraPartitionKey { - /** - * Name of the Cosmos DB Cassandra table partition key - */ + /** Name of the Cosmos DB Cassandra table partition key */ name?: string; } -/** - * Cosmos DB Cassandra table cluster key - */ +/** Cosmos DB Cassandra table cluster key */ export interface ClusterKey { - /** - * Name of the Cosmos DB Cassandra table cluster key - */ + /** 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" - */ + /** Order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc" */ orderBy?: string; } -/** - * Cosmos DB Cassandra table schema - */ -export interface CassandraSchema { - /** - * List of Cassandra table columns. - */ - columns?: Column[]; - /** - * List of partition key. - */ - partitionKeys?: CassandraPartitionKey[]; +/** The List operation response, that contains the Gremlin databases and their properties. */ +export interface GremlinDatabaseListResult { /** - * List of cluster key. + * List of Gremlin databases and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - clusterKeys?: ClusterKey[]; + readonly value?: GremlinDatabaseGetResults[]; } -/** - * An interface representing CassandraTableGetPropertiesResource. - */ -export interface CassandraTableGetPropertiesResource { - /** - * Name of the Cosmos DB Cassandra table - */ +/** 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 { /** - * Time to live of the Cosmos DB Cassandra table + * List of graphs and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly value?: GremlinGraphGetResults[]; +} + +/** 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; +} + +/** The List operation response, that contains Cosmos DB locations and their properties. */ +export interface LocationListResult { /** - * Schema of the Cosmos DB Cassandra table - */ - schema?: CassandraSchema; - /** - * Analytical TTL. + * List of Cosmos DB locations and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - analyticalStorageTtl?: number; + 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 { /** - * 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 database account. + * 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 database account. + * 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; } -/** - * An interface representing GremlinDatabaseGetPropertiesResource. - */ -export interface GremlinDatabaseGetPropertiesResource { +/** Cosmos DB location metadata */ +export interface LocationProperties { /** - * Name of the Cosmos DB Gremlin database + * The current status of location in Azure. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly status?: string; /** - * 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 interface representing GremlinDatabaseGetPropertiesOptions. - */ -export interface GremlinDatabaseGetPropertiesOptions extends OptionsResource { +/** The List operation response, that contains the Cassandra views and their properties. */ +export interface CassandraViewListResult { + /** + * List of Cassandra views and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly value?: CassandraViewGetResults[]; } -/** - * An Azure Cosmos DB Gremlin database. - */ -export interface GremlinDatabaseGetResults extends ARMResourceProperties { - resource?: GremlinDatabaseGetPropertiesResource; - options?: GremlinDatabaseGetPropertiesOptions; +/** Cosmos DB Cassandra view resource object */ +export interface CassandraViewResource { + /** Name of the Cosmos DB Cassandra view */ + id: string; + /** View Definition of the Cosmos DB Cassandra view */ + viewDefinition?: string; } -/** - * An interface representing GremlinGraphGetPropertiesResource. - */ -export interface GremlinGraphGetPropertiesResource { - /** - * 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; - /** - * 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 list of notebook workspace resources */ +export interface NotebookWorkspaceListResult { + /** Array of notebook workspace resources */ + value?: NotebookWorkspace[]; +} + +/** 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 GremlinGraphGetPropertiesOptions. - */ -export interface GremlinGraphGetPropertiesOptions extends OptionsResource { +/** A list of private endpoint connections */ +export interface PrivateEndpointConnectionListResult { + /** Array of private endpoint connections */ + value?: PrivateEndpointConnection[]; } -/** - * An Azure Cosmos DB Gremlin graph. - */ -export interface GremlinGraphGetResults extends ARMResourceProperties { - resource?: GremlinGraphGetPropertiesResource; - options?: GremlinGraphGetPropertiesOptions; +/** A list of private link resources */ +export interface PrivateLinkResourceListResult { + /** Array of private link resources */ + value?: PrivateLinkResource[]; } -/** - * Error Response. - */ -export interface ErrorResponse { - /** - * Error code. - */ - code?: 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. */ + 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 { /** - * Error message indicating why the operation failed. + * List of Role Definitions and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - message?: string; + readonly value?: SqlRoleDefinitionGetResults[]; } -/** - * The list of new failover policies for the failover priority change. - */ -export interface FailoverPolicies { +/** 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 { /** - * List of failover policies. + * List of Role Assignments and their properties + * NOTE: This property will not be serialized. It can only be populated by the server. */ - failoverPolicies: FailoverPolicy[]; + readonly value?: SqlRoleAssignmentGetResults[]; } -/** - * Cosmos DB region to online or offline. - */ -export interface RegionForOnlineOffline { +/** The List operation response, that contains the restorable database accounts and their properties. */ +export interface RestorableDatabaseAccountsListResult { /** - * Cosmos DB region, with spaces between words and each word capitalized. + * List of restorable database accounts and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - region: string; + readonly value?: RestorableDatabaseAccountGetResult[]; } -/** - * The resource model definition for a ARM proxy resource. It will have everything other than - * required location and tags - */ -export interface ARMProxyResource extends BaseResource { +/** A Azure Cosmos DB restorable database account. */ +export interface RestorableDatabaseAccountGetResult { /** - * 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 system generated resource properties associated with SQL databases, SQL containers, Gremlin - * databases and Gremlin graphs. - */ -export interface ExtendedResourceProperties { + /** 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 system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The API type of the restorable database account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly apiType?: ApiType; /** - * 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 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 _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; + readonly restorableLocations?: RestorableLocationResource[]; } -/** - * Cosmos DB resource throughput policy - */ -export interface ThroughputPolicyResource { +/** Properties of the regional restorable account. */ +export interface RestorableLocationResource { /** - * Determines whether the ThroughputPolicy is active or not + * The location of the regional restorable account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - isEnabled?: boolean; + readonly locationName?: string; /** - * Represents the percentage by which throughput can increase every time throughput policy kicks - * in. + * The instance id of the regional restorable account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - incrementPercent?: number; -} - -/** - * Cosmos DB resource auto-upgrade policy - */ -export interface AutoUpgradePolicyResource { + readonly regionalDatabaseAccountInstanceId?: string; /** - * Represents throughput policy which service must adhere to for auto-upgrade + * 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. */ - throughputPolicy?: ThroughputPolicyResource; -} - -/** - * Cosmos DB provisioned throughput settings object - */ -export interface AutoscaleSettingsResource { + readonly creationTime?: Date; /** - * Represents maximum throughput container can scale up to. + * 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. */ - maxThroughput: number; + readonly deletionTime?: Date; +} + +/** Properties of the regional restorable account. */ +export interface ContinuousBackupRestoreLocation { + /** The name of the continuous backup restore location. */ + location?: string; +} + +/** Backup information of a resource. */ +export interface BackupInformation { /** - * Cosmos DB resource auto-upgrade policy + * Information about the status of continuous backups. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - autoUpgradePolicy?: AutoUpgradePolicyResource; + readonly continuousBackupInformation?: ContinuousBackupInformation; +} + +/** 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 { /** - * 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.** + * List of SQL database events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly targetMaxThroughput?: number; + readonly value?: RestorableSqlDatabaseGetResult[]; } -/** - * An interface representing ThroughputSettingsGetPropertiesResource. - */ -export interface ThroughputSettingsGetPropertiesResource { +/** An Azure Cosmos DB SQL database event */ +export interface RestorableSqlDatabaseGetResult { /** - * Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings - * is required, but not both. + * The unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - throughput?: number; + readonly id?: string; /** - * Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings - * is required, but not both. + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - autoscaleSettings?: AutoscaleSettingsResource; + readonly name?: string; /** - * The minimum throughput of the resource - * **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 minimumThroughput?: string; + readonly type?: string; + /** The resource of an Azure Cosmos DB SQL database event */ + resource?: RestorableSqlDatabasePropertiesResource; +} + +/** The resource of an Azure Cosmos DB SQL database event */ +export interface RestorableSqlDatabasePropertiesResource { /** - * The throughput replace is pending - * **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 offerReplacePending?: 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 eventTimestamp?: string; + /** + * The name of the SQL database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly ownerId?: 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 resource ID of the SQL database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly ownerResourceId?: string; + /** Cosmos DB SQL database resource object */ + database?: RestorableSqlDatabasePropertiesResourceDatabase; } -/** - * An Azure Cosmos DB resource throughput. - */ -export interface ThroughputSettingsGetResults extends ARMResourceProperties { - resource?: ThroughputSettingsGetPropertiesResource; +/** The List operation response, that contains the SQL container events and their properties. */ +export interface RestorableSqlContainersListResult { + /** + * List of SQL container events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly value?: RestorableSqlContainerGetResult[]; } -/** - * Parameters to create and update Cosmos DB database accounts. - */ -export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProperties { +/** An Azure Cosmos DB SQL container event */ +export interface RestorableSqlContainerGetResult { /** - * 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 unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - kind?: DatabaseAccountKind; - identity?: ManagedServiceIdentity; + readonly id?: string; /** - * The consistency policy for the Cosmos DB account. + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - consistencyPolicy?: ConsistencyPolicy; + readonly name?: string; /** - * An array that contains the georeplication locations enabled for the Cosmos DB account. + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - locations: Location[]; + readonly type?: string; + /** The resource of an Azure Cosmos DB SQL container event */ + resource?: RestorableSqlContainerPropertiesResource; +} + +/** The resource of an Azure Cosmos DB SQL container event */ +export interface RestorableSqlContainerPropertiesResource { /** - * List of IpRules. + * A system generated property. A unique identifier. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - ipRules?: IpAddressOrRange[]; + readonly rid?: string; /** - * Flag to indicate whether to enable/disable Virtual Network ACL rules. + * The operation type of this container event. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - isVirtualNetworkFilterEnabled?: boolean; + readonly operationType?: OperationType; /** - * 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 when this container event happened. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableAutomaticFailover?: boolean; + readonly eventTimestamp?: string; /** - * List of Cosmos DB capabilities for the account + * The name of this SQL container. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - capabilities?: Capability[]; + readonly ownerId?: string; /** - * List of Virtual Network ACL rules configured for the Cosmos DB account. + * The resource ID of this SQL container. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - virtualNetworkRules?: VirtualNetworkRule[]; + readonly ownerResourceId?: string; + /** Cosmos DB SQL container resource object */ + container?: RestorableSqlContainerPropertiesResourceContainer; +} + +/** The List operation response, that contains the restorable SQL resources. */ +export interface RestorableSqlResourcesListResult { /** - * Enables the account to write in multiple locations + * 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. */ - enableMultipleWriteLocations?: boolean; + readonly value?: DatabaseRestoreResource[]; +} + +/** The List operation response, that contains the MongoDB database events and their properties. */ +export interface RestorableMongodbDatabasesListResult { /** - * Enables the cassandra connector on the Cosmos DB C* account + * List of MongoDB database events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableCassandraConnector?: boolean; + readonly value?: RestorableMongodbDatabaseGetResult[]; +} + +/** An Azure Cosmos DB MongoDB database event */ +export interface RestorableMongodbDatabaseGetResult { /** - * The cassandra connector offer type for the Cosmos DB database C* account. Possible values - * include: 'Small' + * The unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - connectorOffer?: ConnectorOffer; + readonly id?: string; /** - * Disable write operations on metadata resources (databases, containers, throughput) via account - * keys + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - disableKeyBasedMetadataWriteAccess?: boolean; + 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 */ + resource?: RestorableMongodbDatabasePropertiesResource; +} + +/** The resource of an Azure Cosmos DB MongoDB database event */ +export interface RestorableMongodbDatabasePropertiesResource { /** - * The URI of the key vault + * A system generated property. A unique identifier. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - keyVaultKeyUri?: string; + readonly rid?: 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 operation type of this database event. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - defaultIdentity?: string; + readonly operationType?: OperationType; /** - * Whether requests from Public Network are allowed. Possible values include: 'Enabled', - * 'Disabled' + * The time when this database event happened. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - publicNetworkAccess?: PublicNetworkAccess; + readonly eventTimestamp?: string; /** - * Flag to indicate whether Free Tier is enabled. + * The name of this MongoDB database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableFreeTier?: boolean; + readonly ownerId?: string; /** - * API specific properties. Currently, supported only for MongoDB API. + * The resource ID of this MongoDB database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - apiProperties?: ApiProperties; + readonly ownerResourceId?: string; +} + +/** The List operation response, that contains the MongoDB collection events and their properties. */ +export interface RestorableMongodbCollectionsListResult { /** - * Flag to indicate whether to enable storage analytics. + * List of MongoDB collection events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableAnalyticalStorage?: boolean; + readonly value?: RestorableMongodbCollectionGetResult[]; +} + +/** An Azure Cosmos DB MongoDB collection event */ +export interface RestorableMongodbCollectionGetResult { /** - * Analytical storage specific properties. + * The unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - analyticalStorageConfiguration?: AnalyticalStorageConfiguration; + readonly id?: string; /** - * Enum to indicate the mode of account creation. Possible values include: 'Default', 'Restore'. - * Default value: 'Default'. + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - createMode?: CreateMode; + readonly name?: string; /** - * The object representing the policy for taking backups on an account. + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - backupPolicy?: BackupPolicyUnion; + 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 { /** - * The CORS policy for the Cosmos DB database account. + * A system generated property. A unique identifier. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - cors?: CorsPolicy[]; + readonly rid?: string; /** - * Indicates what services are allowed to bypass firewall checks. Possible values include: - * 'None', 'AzureServices' + * The operation type of this collection event. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - networkAclBypass?: NetworkAclBypass; + readonly operationType?: OperationType; /** - * An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. + * The time when this collection event happened. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - networkAclBypassResourceIds?: string[]; + readonly eventTimestamp?: string; /** - * Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for - * authentication. + * The name of this MongoDB collection. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - disableLocalAuth?: boolean; + readonly ownerId?: string; /** - * Parameters to indicate the information about the restore. + * The resource ID of this MongoDB collection. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restoreParameters?: RestoreParameters; + readonly ownerResourceId?: string; } -/** - * Parameters for patching Azure Cosmos DB database account properties. - */ -export interface DatabaseAccountUpdateParameters { - tags?: { [propertyName: string]: string }; +/** The List operation response, that contains the restorable MongoDB resources. */ +export interface RestorableMongodbResourcesListResult { + /** + * 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. + */ + readonly value?: DatabaseRestoreResource[]; +} + +/** List of managed Cassandra clusters. */ +export interface ListClusters { + /** Container for the array of clusters. */ + value?: ClusterResource[]; +} + +/** 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; + /** Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0. */ + hoursBetweenBackups?: number; + /** 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[]; /** - * The location of the resource group to which the resource belongs. + * 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. */ - location?: string; - identity?: ManagedServiceIdentity; + 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[]; /** - * The consistency policy for the Cosmos DB account. + * 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. */ - consistencyPolicy?: ConsistencyPolicy; + readonly seedNodes?: SeedNode[]; +} + +export interface SeedNode { + /** IP address of this seed node. */ + ipAddress?: string; +} + +export interface Certificate { + /** PEM formatted public key. */ + pem?: string; +} + +/** Specification of the keyspaces and tables to run repair on. */ +export interface RepairPostBody { + /** The name of the keyspace that repair should be run on. */ + keyspace: string; + /** List of tables in the keyspace to repair. If omitted, repair all tables in the keyspace. */ + tables?: string[]; +} + +/** The status of all nodes in the cluster (as returned by 'nodetool status'). */ +export interface ClusterNodeStatus { + /** Information about nodes in the cluster (corresponds to what is returned from nodetool info). */ + nodes?: ClusterNodeStatusNodesItem[]; +} + +export interface ClusterNodeStatusNodesItem { + /** The Cassandra data center this node resides in. */ + datacenter?: string; + /** Indicates whether the node is functioning or not. */ + status?: NodeStatus; + /** The state of the node in relation to the cluster. */ + state?: NodeState; + /** The node's URL. */ + address?: 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 cell or tombstoned data) is counted. */ + load?: string; + /** List of tokens. */ + tokens?: string[]; + /** The percentage of the data owned by the node per datacenter times the replication factor (e.g., 33.3, or null if the data is not available). For example, a node can own 33% of the ring, but shows 100% if the replication factor is 3. For non-system keyspaces, the endpoint percentage ownership information is shown. */ + owns?: number; + /** The network ID of the node. */ + hostId?: string; + /** The rack this node is part of. */ + rack?: string; +} + +/** List of restorable backups for a Cassandra cluster. */ +export interface ListBackups { /** - * An array that contains the georeplication locations enabled for the Cosmos DB account. + * Container for array of backups. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - locations?: Location[]; + readonly value?: BackupResource[]; +} + +export interface BackupResourceProperties { + /** The time this backup was taken, formatted like 2021-01-21T17:35:21 */ + timestamp?: Date; +} + +/** List of managed Cassandra data centers and their properties. */ +export interface ListDataCenters { /** - * List of IpRules. + * Container for array of data centers. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - ipRules?: IpAddressOrRange[]; + 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; /** - * Flag to indicate whether to enable/disable Virtual Network ACL rules. + * 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. */ - isVirtualNetworkFilterEnabled?: boolean; + 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; +} + +/** The List operation response, that contains the Service Resource and their properties. */ +export interface ServiceResourceListResult { /** - * 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. + * List of Service Resource and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableAutomaticFailover?: boolean; + readonly value?: ServiceResource[]; +} + +/** Services response resource. */ +export interface ServiceResourceProperties { + /** Polymorphic discriminator, which specifies the different types this object can be */ + serviceType: "DataTransfer" | "SqlDedicatedGateway" | "GraphAPICompute"; + /** Describes unknown properties. The value of an unknown property can be of "any" type. */ + [property: string]: any; /** - * List of Cosmos DB capabilities for the account + * Time of the last state change (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - capabilities?: Capability[]; + readonly creationTime?: Date; + /** Instance type for the service. */ + instanceSize?: ServiceSize; + /** Instance count for the service. */ + instanceCount?: number; /** - * List of Virtual Network ACL rules configured for the Cosmos DB account. + * Describes the status of a service. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - virtualNetworkRules?: VirtualNetworkRule[]; + readonly status?: ServiceStatus; +} + +/** Parameters for Create or Update Request for ServiceResource */ +export interface ServiceResourceCreateUpdateParameters { + /** Instance type for the service. */ + instanceSize?: ServiceSize; + /** Instance count for the service. */ + instanceCount?: number; + /** ServiceType for the service. */ + serviceType?: ServiceType; +} + +/** 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; +} + +/** Describes the service response property. */ +export interface DataTransferServiceResource { + /** Properties for DataTransferServiceResource. */ + properties?: DataTransferServiceResourceProperties; +} + +/** Resource for a regional service location. */ +export interface RegionalServiceResource { /** - * Enables the account to write in multiple locations + * The regional service name. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableMultipleWriteLocations?: boolean; + readonly name?: string; /** - * Enables the cassandra connector on the Cosmos DB C* account + * The location name. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableCassandraConnector?: boolean; + readonly location?: string; /** - * The cassandra connector offer type for the Cosmos DB database C* account. Possible values - * include: 'Small' + * Describes the status of a service. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - connectorOffer?: ConnectorOffer; + readonly status?: ServiceStatus; +} + +/** Describes the service response property for SqlDedicatedGateway. */ +export interface SqlDedicatedGatewayServiceResource { + /** Properties for SqlDedicatedGatewayServiceResource. */ + properties?: SqlDedicatedGatewayServiceResourceProperties; +} + +/** Describes the service response property for GraphAPICompute. */ +export interface GraphAPIComputeServiceResource { + /** Properties for GraphAPIComputeServiceResource. */ + properties?: GraphAPIComputeServiceResourceProperties; +} + +/** 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; /** - * Disable write operations on metadata resources (databases, containers, throughput) via account - * keys + * The system meta data relating to this resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - disableKeyBasedMetadataWriteAccess?: boolean; + readonly systemData?: SystemData; /** - * The URI of the key vault + * 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. */ - keyVaultKeyUri?: string; + readonly provisioningState?: 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 connection endpoint for the Cosmos DB database account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - defaultIdentity?: string; + readonly documentEndpoint?: string; /** - * Whether requests from Public Network are allowed. Possible values include: 'Enabled', - * 'Disabled' + * 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. */ - publicNetworkAccess?: PublicNetworkAccess; + 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. */ + enableAutomaticFailover?: boolean; + /** The consistency policy for the Cosmos DB database account. */ + consistencyPolicy?: ConsistencyPolicy; + /** List of Cosmos DB capabilities for the account */ + capabilities?: Capability[]; /** - * Flag to indicate whether Free Tier is enabled. + * 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. */ - enableFreeTier?: boolean; + readonly writeLocations?: Location[]; /** - * API specific properties. Currently, supported only for MongoDB API. + * 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. */ - apiProperties?: ApiProperties; + readonly readLocations?: Location[]; /** - * Flag to indicate whether to enable storage analytics. + * 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. */ - enableAnalyticalStorage?: boolean; + readonly locations?: Location[]; /** - * Analytical storage specific properties. + * 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. */ - analyticalStorageConfiguration?: AnalyticalStorageConfiguration; + readonly failoverPolicies?: FailoverPolicy[]; + /** List of Virtual Network ACL rules configured for the Cosmos DB account. */ + virtualNetworkRules?: VirtualNetworkRule[]; /** - * The object representing the policy for taking backups on an account. + * 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. */ - backupPolicy?: BackupPolicyUnion; + 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 */ + 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. */ + apiProperties?: ApiProperties; + /** Flag to indicate whether to enable storage analytics. */ + enableAnalyticalStorage?: boolean; + /** Analytical storage specific properties. */ + analyticalStorageConfiguration?: AnalyticalStorageConfiguration; /** - * The CORS policy for the Cosmos DB database account. + * 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; + /** 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. */ 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. - */ + /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ + diagnosticLogSettings?: DiagnosticLogSettings; + /** 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; -} +/** 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; + /** 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[]; + /** The offer type for the database */ + 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. */ + 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; + /** 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. */ + 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[]; + /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ + diagnosticLogSettings?: DiagnosticLogSettings; + /** 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 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; -} +/** An Azure Cosmos DB Graph resource. */ +export type GraphResourceGetResults = ARMResourceProperties & { + resource?: GraphResourceGetPropertiesResource; + options?: GraphResourceGetPropertiesOptions; +}; -/** - * 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; -} +/** Parameters to create and update Cosmos DB Graph resource. */ +export type GraphResourceCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a Graph resource */ + resource: GraphResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; +}; -/** - * 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[]; -} +/** An Azure Cosmos DB SQL database. */ +export type SqlDatabaseGetResults = ARMResourceProperties & { + resource?: SqlDatabaseGetPropertiesResource; + options?: SqlDatabaseGetPropertiesOptions; +}; -/** - * 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; -} +/** 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; +}; -/** - * 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; -} +/** An Azure Cosmos DB resource throughput. */ +export type ThroughputSettingsGetResults = ARMResourceProperties & { + resource?: ThroughputSettingsGetPropertiesResource; +}; -/** - * Parameters to update Cosmos DB resource throughput. - */ -export interface ThroughputSettingsUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a resource throughput - */ +/** Parameters to update Cosmos DB resource throughput. */ +export type ThroughputSettingsUpdateParameters = 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 Azure Cosmos DB container. */ +export type SqlContainerGetResults = ARMResourceProperties & { + resource?: SqlContainerGetPropertiesResource; + options?: SqlContainerGetPropertiesOptions; +}; -/** - * An interface representing AutoscaleSettings. - */ -export interface AutoscaleSettings { - /** - * Represents maximum throughput, the resource can scale up to. - */ - maxThroughput?: number; -} +/** 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; +}; -/** - * 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; -} +/** An Azure Cosmos DB storedProcedure. */ +export type SqlStoredProcedureGetResults = ARMResourceProperties & { + resource?: SqlStoredProcedureGetPropertiesResource; +}; -/** - * 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. - */ +/** 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; -} +}; -/** - * 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; -} +/** An Azure Cosmos DB userDefinedFunction. */ +export type SqlUserDefinedFunctionGetResults = ARMResourceProperties & { + resource?: SqlUserDefinedFunctionGetPropertiesResource; +}; -/** - * 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. - */ +/** 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; -} +}; -/** - * 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; -} +/** An Azure Cosmos DB trigger. */ +export type SqlTriggerGetResults = ARMResourceProperties & { + resource?: SqlTriggerGetPropertiesResource; +}; -/** - * 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. - */ +/** 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; -} +}; -/** - * 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; -} +/** An Azure Cosmos DB MongoDB database. */ +export type MongoDBDatabaseGetResults = ARMResourceProperties & { + resource?: MongoDBDatabaseGetPropertiesResource; + options?: MongoDBDatabaseGetPropertiesOptions; +}; -/** - * Parameters to create and update Cosmos DB MongoDB database. - */ -export interface MongoDBDatabaseCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a MongoDB database - */ +/** 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. - */ + /** 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; -} +/** An Azure Cosmos DB MongoDB collection. */ +export type MongoDBCollectionGetResults = ARMResourceProperties & { + resource?: MongoDBCollectionGetPropertiesResource; + options?: MongoDBCollectionGetPropertiesOptions; +}; -/** - * Parameters to create and update Cosmos DB MongoDB collection. - */ -export interface MongoDBCollectionCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a MongoDB collection - */ +/** 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. - */ + /** 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; -} +/** An Azure Cosmos DB Table. */ +export type TableGetResults = ARMResourceProperties & { + resource?: TableGetPropertiesResource; + options?: TableGetPropertiesOptions; +}; -/** - * Parameters to create and update Cosmos DB Table. - */ -export interface TableCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Table - */ +/** 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. - */ + /** 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; -} +/** An Azure Cosmos DB Cassandra keyspace. */ +export type CassandraKeyspaceGetResults = ARMResourceProperties & { + resource?: CassandraKeyspaceGetPropertiesResource; + options?: CassandraKeyspaceGetPropertiesOptions; +}; -/** - * Parameters to create and update Cosmos DB Cassandra keyspace. - */ -export interface CassandraKeyspaceCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Cassandra keyspace - */ +/** 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. - */ + /** 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; -} +/** An Azure Cosmos DB Cassandra table. */ +export type CassandraTableGetResults = ARMResourceProperties & { + resource?: CassandraTableGetPropertiesResource; + options?: CassandraTableGetPropertiesOptions; +}; -/** - * Parameters to create and update Cosmos DB Cassandra table. - */ -export interface CassandraTableCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Cassandra table - */ +/** 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. - */ + /** 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; -} +/** An Azure Cosmos DB Gremlin database. */ +export type GremlinDatabaseGetResults = ARMResourceProperties & { + resource?: GremlinDatabaseGetPropertiesResource; + options?: GremlinDatabaseGetPropertiesOptions; +}; -/** - * Parameters to create and update Cosmos DB Gremlin database. - */ -export interface GremlinDatabaseCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Gremlin database - */ +/** 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. - */ + /** 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; -} +/** An Azure Cosmos DB Gremlin graph. */ +export type GremlinGraphGetResults = ARMResourceProperties & { + resource?: GremlinGraphGetPropertiesResource; + options?: GremlinGraphGetPropertiesOptions; +}; -/** - * Parameters to create and update Cosmos DB Gremlin graph. - */ -export interface GremlinGraphCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Gremlin graph - */ +/** 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. - */ + /** 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; -} +/** An Azure Cosmos DB Cassandra view. */ +export type CassandraViewGetResults = ARMResourceProperties & { + resource?: CassandraViewGetPropertiesResource; + options?: CassandraViewGetPropertiesOptions; +}; -/** - * 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; -} +/** Parameters to create and update Cosmos DB Cassandra view. */ +export type CassandraViewCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a Cassandra view */ + resource: CassandraViewResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; +}; -/** - * Properties of the regional restorable account. - */ -export interface ContinuousBackupRestoreLocation { - /** - * The name of the continuous backup restore location. - */ - location?: string; -} +/** Representation of a managed Cassandra cluster. */ +export type ClusterResource = ARMResourceProperties & { + /** Properties of a managed Cassandra cluster. */ + properties?: ClusterResourceProperties; +}; -/** - * Information about the status of continuous backups. - */ -export interface ContinuousBackupInformation { - /** - * The latest restorable timestamp for a resource. - */ - latestRestorableTimestamp?: string; -} +/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */ +export type ProxyResource = Resource & {}; -/** - * Backup information of a resource. - */ -export interface BackupInformation { +/** 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; +}; + +/** The object representing continuous mode backup policy. */ +export type ContinuousModeBackupPolicy = BackupPolicy & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + type: "Continuous"; +}; + +/** Properties for non-restore Azure Cosmos DB database account requests. */ +export type DefaultRequestDatabaseAccountCreateUpdateProperties = DatabaseAccountCreateUpdateProperties & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + createMode: "Default"; +}; + +/** The access keys for the given database account. */ +export type DatabaseAccountListKeysResult = DatabaseAccountListReadOnlyKeysResult & { /** - * Information about the status of continuous backups. + * 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. */ - continuousBackupInformation?: ContinuousBackupInformation; -} - -/** - * Optional Parameters. - */ -export interface DatabaseAccountsListUsagesOptionalParams extends msRest.RequestOptionsBase { + readonly primaryMasterKey?: string; /** - * 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). + * 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. */ - filter?: string; -} + readonly secondaryMasterKey?: string; +}; -/** - * Optional Parameters. - */ -export interface DatabaseListUsagesOptionalParams extends msRest.RequestOptionsBase { +/** The metric values for a single partition. */ +export type PartitionMetric = Metric & { /** - * 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). + * The partition id (GUID identifier) of the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - filter?: string; -} - -/** - * Optional Parameters. - */ -export interface CollectionListUsagesOptionalParams extends msRest.RequestOptionsBase { + readonly partitionId?: string; /** - * 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). + * 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. */ - filter?: string; -} + readonly partitionKeyRangeId?: string; +}; -/** - * Optional Parameters. - */ -export interface CollectionPartitionListUsagesOptionalParams extends msRest.RequestOptionsBase { +/** Represents percentile metrics values. */ +export type PercentileMetricValue = MetricValue & { /** - * 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). + * The 10th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - filter?: string; -} - -/** - * Optional Parameters. - */ -export interface RestorableSqlContainersListOptionalParams extends msRest.RequestOptionsBase { + readonly p10?: number; /** - * The resource ID of the SQL database. + * The 25th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restorableSqlDatabaseRid?: string; + readonly p25?: number; /** - * The snapshot create timestamp after which snapshots need to be listed. + * The 50th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - startTime?: string; + readonly p50?: number; /** - * The snapshot create timestamp before which snapshots need to be listed. + * The 75th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - endTime?: string; -} - -/** - * Optional Parameters. - */ -export interface RestorableSqlResourcesListOptionalParams extends msRest.RequestOptionsBase { + readonly p75?: number; /** - * The location where the restorable resources are located. + * The 90th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restoreLocation?: string; + readonly p90?: number; /** - * The timestamp when the restorable resources existed. + * The 95th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restoreTimestampInUtc?: string; -} - -/** - * Optional Parameters. - */ -export interface RestorableMongodbCollectionsListOptionalParams extends msRest.RequestOptionsBase { + readonly p95?: number; /** - * The resource ID of the MongoDB database. + * The 99th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restorableMongodbDatabaseRid?: string; -} + readonly p99?: number; +}; -/** - * Optional Parameters. - */ -export interface RestorableMongodbResourcesListOptionalParams extends msRest.RequestOptionsBase { +/** The partition level usage data for a usage request. */ +export type PartitionUsage = Usage & { /** - * The location where the restorable resources are located. + * The partition id (GUID identifier) of the usages. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restoreLocation?: string; + readonly partitionId?: string; /** - * The timestamp when the restorable resources existed. + * 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. */ - restoreTimestampInUtc?: string; -} + readonly partitionKeyRangeId?: string; +}; -/** - * An interface representing CosmosDBManagementClientOptions. - */ -export interface CosmosDBManagementClientOptions extends AzureServiceClientOptions { - baseUri?: string; -} +export type GraphResourceGetPropertiesResource = GraphResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The List operation response, that contains the database accounts and their properties. - * @extends Array - */ -export interface DatabaseAccountsListResult extends Array { -} +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; + }; -/** - * @interface - * The response to a list metrics request. - * @extends Array - */ -export interface MetricListResult extends Array { -} +export type ThroughputSettingsGetPropertiesResource = ThroughputSettingsResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The response to a list usage request. - * @extends Array - */ -export interface UsagesResult extends Array { -} +export type SqlContainerGetPropertiesResource = SqlContainerResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The response to a list metric definitions request. - * @extends Array - */ -export interface MetricDefinitionsListResult extends Array { -} +export type SqlStoredProcedureGetPropertiesResource = SqlStoredProcedureResource & + ExtendedResourceProperties & {}; -/** - * @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; -} +export type SqlUserDefinedFunctionGetPropertiesResource = SqlUserDefinedFunctionResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The response to a list percentile metrics request. - * @extends Array - */ -export interface PercentileMetricListResult extends Array { -} +export type SqlTriggerGetPropertiesResource = SqlTriggerResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The response to a list partition metrics request. - * @extends Array - */ -export interface PartitionMetricListResult extends Array { -} +export type MongoDBDatabaseGetPropertiesResource = MongoDBDatabaseResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The response to a list partition level usage request. - * @extends Array - */ -export interface PartitionUsagesResult extends Array { -} +export type MongoDBCollectionGetPropertiesResource = MongoDBCollectionResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The List operation response, that contains the SQL databases and their properties. - * @extends Array - */ -export interface SqlDatabaseListResult extends Array { -} +export type TableGetPropertiesResource = TableResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The List operation response, that contains the containers and their properties. - * @extends Array - */ -export interface SqlContainerListResult extends Array { -} +export type CassandraKeyspaceGetPropertiesResource = CassandraKeyspaceResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The List operation response, that contains the storedProcedures and their properties. - * @extends Array - */ -export interface SqlStoredProcedureListResult extends Array { -} +export type CassandraTableGetPropertiesResource = CassandraTableResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The List operation response, that contains the userDefinedFunctions and their properties. - * @extends Array - */ -export interface SqlUserDefinedFunctionListResult extends Array { -} +export type GremlinDatabaseGetPropertiesResource = GremlinDatabaseResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The List operation response, that contains the triggers and their properties. - * @extends Array - */ -export interface SqlTriggerListResult extends Array { -} +export type GremlinGraphGetPropertiesResource = GremlinGraphResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The relevant Role Definitions. - * @extends Array - */ -export interface SqlRoleDefinitionListResult extends Array { -} +export type CassandraViewGetPropertiesResource = CassandraViewResource & + ExtendedResourceProperties & {}; -/** - * @interface - * The relevant Role Assignments. - * @extends Array - */ -export interface SqlRoleAssignmentListResult extends Array { -} +/** 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; + }; -/** - * @interface - * The List operation response, that contains the MongoDB databases and their properties. - * @extends Array - */ -export interface MongoDBDatabaseListResult extends Array { -} +/** 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; + }; -/** - * @interface - * The List operation response, that contains the MongoDB collections and their properties. - * @extends Array - */ -export interface MongoDBCollectionListResult extends Array { -} +export type GraphResourceGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the Table and their properties. - * @extends Array - */ -export interface TableListResult extends Array { -} +export type SqlDatabaseGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the Cassandra keyspaces and their properties. - * @extends Array - */ -export interface CassandraKeyspaceListResult extends Array { -} +export type SqlContainerGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the Cassandra tables and their properties. - * @extends Array - */ -export interface CassandraTableListResult extends Array { -} +export type MongoDBDatabaseGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the Gremlin databases and their properties. - * @extends Array - */ -export interface GremlinDatabaseListResult extends Array { -} +export type MongoDBCollectionGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the graphs and their properties. - * @extends Array - */ -export interface GremlinGraphListResult extends Array { -} +export type TableGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * A list of notebook workspace resources - * @extends Array - */ -export interface NotebookWorkspaceListResult extends Array { -} +export type CassandraKeyspaceGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * A list of private endpoint connections - * @extends Array - */ -export interface PrivateEndpointConnectionListResult extends Array { -} +export type CassandraTableGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * A list of private link resources - * @extends Array - */ -export interface PrivateLinkResourceListResult extends Array { -} +export type GremlinDatabaseGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the restorable database accounts and their - * properties. - * @extends Array - */ -export interface RestorableDatabaseAccountsListResult extends Array { -} +export type GremlinGraphGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the SQL database events and their properties. - * @extends Array - */ -export interface RestorableSqlDatabasesListResult extends Array { -} +export type CassandraViewGetPropertiesOptions = OptionsResource & {}; -/** - * @interface - * The List operation response, that contains the SQL container events and their properties. - * @extends Array - */ -export interface RestorableSqlContainersListResult extends Array { -} +/** Cosmos DB location get result */ +export type LocationGetResult = ARMProxyResource & { + /** Cosmos DB location metadata */ + properties?: LocationProperties; +}; -/** - * @interface - * The List operation response, that contains the restorable SQL resources. - * @extends Array - */ -export interface RestorableSqlResourcesListResult extends Array { -} +/** A notebook workspace resource */ +export type NotebookWorkspace = 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; +}; -/** - * @interface - * The List operation response, that contains the MongoDB database events and their properties. - * @extends Array - */ -export interface RestorableMongodbDatabasesListResult extends Array { -} +/** Parameters to create a notebook workspace resource */ +export type NotebookWorkspaceCreateUpdateParameters = ARMProxyResource & {}; -/** - * @interface - * The List operation response, that contains the MongoDB collection events and their properties. - * @extends Array - */ -export interface RestorableMongodbCollectionsListResult extends Array { -} +/** A private link resource */ +export type PrivateLinkResource = 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[]; +}; -/** - * @interface - * The List operation response, that contains the restorable MongoDB resources. - * @extends Array - */ -export interface RestorableMongodbResourcesListResult extends Array { -} +/** 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[]; +}; -/** - * Defines values for DatabaseAccountKind. - * Possible values include: 'GlobalDocumentDB', 'MongoDB', 'Parse' - * @readonly - * @enum {string} - */ -export type DatabaseAccountKind = 'GlobalDocumentDB' | 'MongoDB' | 'Parse'; +/** 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; +}; + +/** A restorable backup of a Cassandra cluster. */ +export type BackupResource = ARMProxyResource & { + properties?: BackupResourceProperties; +}; + +/** A managed Cassandra data center. */ +export type DataCenterResource = ARMProxyResource & { + /** Properties of a managed Cassandra data center. */ + properties?: DataCenterResourceProperties; +}; + +/** Properties for the database account. */ +export type ServiceResource = ARMProxyResource & { + /** Services response resource. */ + properties?: ServiceResourcePropertiesUnion; +}; + +/** Properties for DataTransferServiceResource. */ +export type DataTransferServiceResourceProperties = ServiceResourceProperties & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + serviceType: "DataTransfer"; + /** + * An array that contains all of the locations for the service. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly locations?: DataTransferRegionalServiceResource[]; +}; + +/** Properties for SqlDedicatedGatewayServiceResource. */ +export type SqlDedicatedGatewayServiceResourceProperties = ServiceResourceProperties & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + serviceType: "SqlDedicatedGateway"; + /** SqlDedicatedGateway endpoint for the service. */ + sqlDedicatedGatewayEndpoint?: string; + /** + * An array that contains all of the locations for the service. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly locations?: SqlDedicatedGatewayRegionalServiceResource[]; +}; + +/** Properties for GraphAPIComputeServiceResource. */ +export type GraphAPIComputeServiceResourceProperties = ServiceResourceProperties & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + serviceType: "GraphAPICompute"; + /** GraphAPICompute endpoint for the service. */ + graphApiComputeEndpoint?: string; + /** + * An array that contains all of the locations for the service. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly locations?: GraphAPIComputeRegionalServiceResource[]; +}; + +/** Resource for a regional service location. */ +export type DataTransferRegionalServiceResource = RegionalServiceResource & {}; + +/** Resource for a regional service location. */ +export type SqlDedicatedGatewayRegionalServiceResource = RegionalServiceResource & { + /** + * The regional endpoint for SqlDedicatedGateway. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly sqlDedicatedGatewayEndpoint?: string; +}; -/** - * Defines values for ResourceIdentityType. - * Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned', 'None' - * @readonly - * @enum {string} - */ -export type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned,UserAssigned' | 'None'; +/** Resource for a regional service location. */ +export type GraphAPIComputeRegionalServiceResource = RegionalServiceResource & { + /** + * The regional endpoint for GraphAPICompute. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly graphApiComputeEndpoint?: string; +}; -/** - * Defines values for DatabaseAccountOfferType. - * Possible values include: 'Standard' - * @readonly - * @enum {string} - */ -export type DatabaseAccountOfferType = 'Standard'; +/** 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; +}; -/** - * Defines values for DefaultConsistencyLevel. - * Possible values include: 'Eventual', 'Session', 'BoundedStaleness', 'Strong', 'ConsistentPrefix' - * @readonly - * @enum {string} - */ -export type DefaultConsistencyLevel = 'Eventual' | 'Session' | 'BoundedStaleness' | 'Strong' | 'ConsistentPrefix'; +/** Known values of {@link DatabaseAccountKind} that the service accepts. */ +export enum KnownDatabaseAccountKind { + GlobalDocumentDB = "GlobalDocumentDB", + MongoDB = "MongoDB", + Parse = "Parse" +} /** - * Defines values for ConnectorOffer. - * Possible values include: 'Small' - * @readonly - * @enum {string} + * 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 ConnectorOffer = 'Small'; +export type DatabaseAccountKind = string; -/** - * Defines values for PublicNetworkAccess. - * Possible values include: 'Enabled', 'Disabled' - * @readonly - * @enum {string} - */ -export type PublicNetworkAccess = 'Enabled' | 'Disabled'; +/** Known values of {@link ConnectorOffer} that the service accepts. */ +export enum KnownConnectorOffer { + Small = "Small" +} /** - * Defines values for ServerVersion. - * Possible values include: '3.2', '3.6', '4.0' - * @readonly - * @enum {string} + * 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 ServerVersion = '3.2' | '3.6' | '4.0'; +export type ConnectorOffer = string; -/** - * Defines values for AnalyticalStorageSchemaType. - * Possible values include: 'WellDefined', 'FullFidelity' - * @readonly - * @enum {string} - */ -export type AnalyticalStorageSchemaType = 'WellDefined' | 'FullFidelity'; +/** Known values of {@link PublicNetworkAccess} that the service accepts. */ +export enum KnownPublicNetworkAccess { + Enabled = "Enabled", + Disabled = "Disabled" +} /** - * Defines values for CreateMode. - * Possible values include: 'Default', 'Restore' - * @readonly - * @enum {string} + * 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 CreateMode = 'Default' | 'Restore'; +export type PublicNetworkAccess = string; -/** - * Defines values for RestoreMode. - * Possible values include: 'PointInTime' - * @readonly - * @enum {string} - */ -export type RestoreMode = 'PointInTime'; +/** Known values of {@link ServerVersion} that the service accepts. */ +export enum KnownServerVersion { + Three2 = "3.2", + Three6 = "3.6", + Four0 = "4.0" +} /** - * Defines values for BackupPolicyMigrationStatus. - * Possible values include: 'Invalid', 'InProgress', 'Completed', 'Failed' - * @readonly - * @enum {string} + * 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 BackupPolicyMigrationStatus = 'Invalid' | 'InProgress' | 'Completed' | 'Failed'; +export type ServerVersion = string; -/** - * Defines values for BackupPolicyType. - * Possible values include: 'Periodic', 'Continuous' - * @readonly - * @enum {string} - */ -export type BackupPolicyType = 'Periodic' | 'Continuous'; +/** Known values of {@link AnalyticalStorageSchemaType} that the service accepts. */ +export enum KnownAnalyticalStorageSchemaType { + WellDefined = "WellDefined", + FullFidelity = "FullFidelity" +} /** - * Defines values for NetworkAclBypass. - * Possible values include: 'None', 'AzureServices' - * @readonly - * @enum {string} + * 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 NetworkAclBypass = 'None' | 'AzureServices'; +export type AnalyticalStorageSchemaType = string; -/** - * Defines values for CreatedByType. - * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' - * @readonly - * @enum {string} - */ -export type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key'; +/** Known values of {@link CreateMode} that the service accepts. */ +export enum KnownCreateMode { + Default = "Default", + Restore = "Restore" +} /** - * Defines values for IndexingMode. - * Possible values include: 'consistent', 'lazy', 'none' - * @readonly - * @enum {string} + * 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 IndexingMode = 'consistent' | 'lazy' | 'none'; +export type CreateMode = string; -/** - * 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'; +/** Known values of {@link RestoreMode} that the service accepts. */ +export enum KnownRestoreMode { + PointInTime = "PointInTime" +} /** - * Defines values for IndexKind. - * Possible values include: 'Hash', 'Range', 'Spatial' - * @readonly - * @enum {string} + * 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 IndexKind = 'Hash' | 'Range' | 'Spatial'; +export type RestoreMode = string; -/** - * Defines values for CompositePathSortOrder. - * Possible values include: 'ascending', 'descending' - * @readonly - * @enum {string} - */ -export type CompositePathSortOrder = 'ascending' | 'descending'; +/** Known values of {@link BackupPolicyType} that the service accepts. */ +export enum KnownBackupPolicyType { + Periodic = "Periodic", + Continuous = "Continuous" +} /** - * Defines values for SpatialType. - * Possible values include: 'Point', 'LineString', 'Polygon', 'MultiPolygon' - * @readonly - * @enum {string} + * 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 SpatialType = 'Point' | 'LineString' | 'Polygon' | 'MultiPolygon'; +export type BackupPolicyType = string; -/** - * Defines values for PartitionKind. - * Possible values include: 'Hash', 'Range', 'MultiHash' - * @readonly - * @enum {string} - */ -export type PartitionKind = 'Hash' | 'Range' | 'MultiHash'; +/** Known values of {@link BackupPolicyMigrationStatus} that the service accepts. */ +export enum KnownBackupPolicyMigrationStatus { + Invalid = "Invalid", + InProgress = "InProgress", + Completed = "Completed", + Failed = "Failed" +} /** - * Defines values for ConflictResolutionMode. - * Possible values include: 'LastWriterWins', 'Custom' - * @readonly - * @enum {string} + * 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 ConflictResolutionMode = 'LastWriterWins' | 'Custom'; +export type BackupPolicyMigrationStatus = string; -/** - * Defines values for TriggerType. - * Possible values include: 'Pre', 'Post' - * @readonly - * @enum {string} - */ -export type TriggerType = 'Pre' | 'Post'; +/** Known values of {@link CreatedByType} that the service accepts. */ +export enum KnownCreatedByType { + User = "User", + Application = "Application", + ManagedIdentity = "ManagedIdentity", + Key = "Key" +} /** - * Defines values for TriggerOperation. - * Possible values include: 'All', 'Create', 'Update', 'Delete', 'Replace' - * @readonly - * @enum {string} + * 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 TriggerOperation = 'All' | 'Create' | 'Update' | 'Delete' | 'Replace'; +export type CreatedByType = string; -/** - * Defines values for KeyKind. - * Possible values include: 'primary', 'secondary', 'primaryReadonly', 'secondaryReadonly' - * @readonly - * @enum {string} - */ -export type KeyKind = 'primary' | 'secondary' | 'primaryReadonly' | 'secondaryReadonly'; +/** Known values of {@link KeyKind} that the service accepts. */ +export enum KnownKeyKind { + Primary = "primary", + Secondary = "secondary", + PrimaryReadonly = "primaryReadonly", + SecondaryReadonly = "secondaryReadonly" +} /** - * Defines values for UnitType. - * Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond', - * 'BytesPerSecond', 'Milliseconds' - * @readonly - * @enum {string} + * 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 UnitType = 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountPerSecond' | 'BytesPerSecond' | 'Milliseconds'; +export type KeyKind = string; -/** - * 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'; +/** 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" +} /** - * Defines values for RoleDefinitionType. - * Possible values include: 'BuiltInRole', 'CustomRole' - * @readonly - * @enum {string} + * 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 RoleDefinitionType = 'BuiltInRole' | 'CustomRole'; +export type UnitType = string; -/** - * 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'; +/** Known values of {@link PrimaryAggregationType} that the service accepts. */ +export enum KnownPrimaryAggregationType { + None = "None", + Average = "Average", + Total = "Total", + Minimum = "Minimum", + Maximum = "Maximum", + Last = "Last" +} /** - * Defines values for OperationType. - * Possible values include: 'Create', 'Replace', 'Delete', 'SystemOperation' - * @readonly - * @enum {string} - */ -export type OperationType = 'Create' | 'Replace' | 'Delete' | 'SystemOperation'; + * 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 get 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 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; - }; -}; +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 update 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 DatabaseAccountsUpdateResponse = DatabaseAccountGetResults & { - /** - * 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: DatabaseAccountGetResults; - }; -}; +/** Known values of {@link IndexKind} that the service accepts. */ +export enum KnownIndexKind { + Hash = "Hash", + Range = "Range", + Spatial = "Spatial" +} /** - * Contains response data for the createOrUpdate 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 DatabaseAccountsCreateOrUpdateResponse = DatabaseAccountGetResults & { - /** - * 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: DatabaseAccountGetResults; - }; -}; +/** Known values of {@link CompositePathSortOrder} that the service accepts. */ +export enum KnownCompositePathSortOrder { + Ascending = "ascending", + Descending = "descending" +} /** - * Contains response data for the list 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 DatabaseAccountsListResponse = DatabaseAccountsListResult & { - /** - * 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: DatabaseAccountsListResult; - }; -}; +/** 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 listByResourceGroup 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 DatabaseAccountsListByResourceGroupResponse = DatabaseAccountsListResult & { - /** - * 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: DatabaseAccountsListResult; - }; -}; +/** Known values of {@link PartitionKind} that the service accepts. */ +export enum KnownPartitionKind { + Hash = "Hash", + Range = "Range", + MultiHash = "MultiHash" +} /** - * Contains response data for the listKeys 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 DatabaseAccountsListKeysResponse = DatabaseAccountListKeysResult & { - /** - * 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: DatabaseAccountListKeysResult; - }; -}; +/** Known values of {@link ConflictResolutionMode} that the service accepts. */ +export enum KnownConflictResolutionMode { + LastWriterWins = "LastWriterWins", + Custom = "Custom" +} /** - * Contains response data for the listConnectionStrings 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 DatabaseAccountsListConnectionStringsResponse = DatabaseAccountListConnectionStringsResult & { - /** - * 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: DatabaseAccountListConnectionStringsResult; - }; -}; +/** Known values of {@link TriggerType} that the service accepts. */ +export enum KnownTriggerType { + Pre = "Pre", + Post = "Post" +} /** - * Contains response data for the getReadOnlyKeys 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 DatabaseAccountsGetReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult & { - /** - * 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: DatabaseAccountListReadOnlyKeysResult; - }; -}; +/** 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 listReadOnlyKeys 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 DatabaseAccountsListReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult & { - /** - * 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: DatabaseAccountListReadOnlyKeysResult; - }; -}; +/** Known values of {@link BackupStorageRedundancy} that the service accepts. */ +export enum KnownBackupStorageRedundancy { + Geo = "Geo", + Local = "Local", + Zone = "Zone" +} /** - * Contains response data for the checkNameExists 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 DatabaseAccountsCheckNameExistsResponse = { - /** - * The parsed response body. - */ - body: boolean; +export type BackupStorageRedundancy = string; - /** - * 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; - }; -}; +/** Known values of {@link NotebookWorkspaceName} that the service accepts. */ +export enum KnownNotebookWorkspaceName { + Default = "default" +} /** - * Contains response data for the listMetrics 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 DatabaseAccountsListMetricsResponse = MetricListResult & { - /** - * 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: MetricListResult; - }; -}; +/** 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 listUsages 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 DatabaseAccountsListUsagesResponse = UsagesResult & { - /** - * 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: UsagesResult; - }; -}; +/** 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 listMetricDefinitions 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 DatabaseAccountsListMetricDefinitionsResponse = MetricDefinitionsListResult & { - /** - * 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: MetricDefinitionsListResult; - }; -}; +/** Known values of {@link ManagedCassandraProvisioningState} that the service accepts. */ +export enum KnownManagedCassandraProvisioningState { + Creating = "Creating", + Updating = "Updating", + Deleting = "Deleting", + Succeeded = "Succeeded", + Failed = "Failed", + Canceled = "Canceled" +} /** - * Contains response data for the beginUpdate operation. + * 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 DatabaseAccountsBeginUpdateResponse = DatabaseAccountGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type ManagedCassandraProvisioningState = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountGetResults; - }; -}; +/** Known values of {@link AuthenticationMethod} that the service accepts. */ +export enum KnownAuthenticationMethod { + None = "None", + Cassandra = "Cassandra" +} /** - * Contains response data for the beginCreateOrUpdate operation. + * 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 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; - }; -}; +export type AuthenticationMethod = string; -/** - * 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; +/** 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; + +/** 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 ServiceSize} that the service accepts. */ +export enum KnownServiceSize { + CosmosD4S = "Cosmos.D4s", + CosmosD8S = "Cosmos.D8s", + CosmosD16S = "Cosmos.D16s" +} + +/** + * Defines values for ServiceSize. \ + * {@link KnownServiceSize} can be used interchangeably with ServiceSize, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Cosmos.D4s** \ + * **Cosmos.D8s** \ + * **Cosmos.D16s** + */ +export type ServiceSize = string; + +/** Known values of {@link ServiceType} that the service accepts. */ +export enum KnownServiceType { + SqlDedicatedGateway = "SqlDedicatedGateway", + DataTransfer = "DataTransfer", + GraphAPICompute = "GraphAPICompute" +} + +/** + * Defines values for ServiceType. \ + * {@link KnownServiceType} can be used interchangeably with ServiceType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **SqlDedicatedGateway** \ + * **DataTransfer** \ + * **GraphAPICompute** + */ +export type ServiceType = string; + +/** Known values of {@link ServiceStatus} that the service accepts. */ +export enum KnownServiceStatus { + Creating = "Creating", + Running = "Running", + Updating = "Updating", + Deleting = "Deleting", + Error = "Error", + Stopped = "Stopped" +} + +/** + * Defines values for ServiceStatus. \ + * {@link KnownServiceStatus} can be used interchangeably with ServiceStatus, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Creating** \ + * **Running** \ + * **Updating** \ + * **Deleting** \ + * **Error** \ + * **Stopped** + */ +export type ServiceStatus = 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 EnableFullTextQuery. */ +export type EnableFullTextQuery = "None" | "True" | "False"; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: OperationListResult; - }; -}; +/** Optional parameters. */ +export interface DatabaseAccountsGetReadOnlyKeysOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the getReadOnlyKeys operation. */ +export type DatabaseAccountsGetReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: OperationListResult; - }; -}; +/** Optional parameters. */ +export interface DatabaseAccountsListReadOnlyKeysOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the listReadOnlyKeys operation. */ +export type DatabaseAccountsListReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; -}; +/** 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; +} -/** - * 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; +/** Optional parameters. */ +export interface DatabaseAccountsCheckNameExistsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: UsagesResult; - }; +/** Contains response data for the checkNameExists operation. */ +export type DatabaseAccountsCheckNameExistsResponse = { + body: boolean; }; -/** - * 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; +/** Optional parameters. */ +export interface DatabaseAccountsListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricDefinitionsListResult; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type DatabaseAccountsListMetricsResponse = MetricListResult; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; -}; +/** Contains response data for the listUsages operation. */ +export type DatabaseAccountsListUsagesResponse = UsagesResult; -/** - * 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; +/** Optional parameters. */ +export interface DatabaseAccountsListMetricDefinitionsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: UsagesResult; - }; -}; +/** Contains response data for the listMetricDefinitions operation. */ +export type DatabaseAccountsListMetricDefinitionsResponse = MetricDefinitionsListResult; -/** - * 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; +/** Optional parameters. */ +export interface OperationsListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricDefinitionsListResult; - }; -}; +/** Contains response data for the list operation. */ +export type OperationsListResponse = OperationListResult; -/** - * 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; +/** Optional parameters. */ +export interface OperationsListNextOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; -}; +/** Contains response data for the listNext operation. */ +export type OperationsListNextResponse = OperationListResult; -/** - * 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; +/** Optional parameters. */ +export interface DatabaseListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type DatabaseListMetricsResponse = MetricListResult; -/** - * Contains response data for the listMetrics operation. - */ -export type PercentileSourceTargetListMetricsResponse = PercentileMetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PercentileMetricListResult; - }; -}; +/** Contains response data for the listUsages operation. */ +export type DatabaseListUsagesResponse = UsagesResult; -/** - * Contains response data for the listMetrics operation. - */ -export type PercentileTargetListMetricsResponse = PercentileMetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface DatabaseListMetricDefinitionsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PercentileMetricListResult; - }; -}; +/** Contains response data for the listMetricDefinitions operation. */ +export type DatabaseListMetricDefinitionsResponse = MetricDefinitionsListResult; -/** - * Contains response data for the listMetrics operation. - */ -export type PercentileListMetricsResponse = PercentileMetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CollectionListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PercentileMetricListResult; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type CollectionListMetricsResponse = MetricListResult; -/** - * Contains response data for the listMetrics operation. - */ -export type CollectionPartitionRegionListMetricsResponse = PartitionMetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; -}; +/** Contains response data for the listUsages operation. */ +export type CollectionListUsagesResponse = UsagesResult; -/** - * Contains response data for the listMetrics operation. - */ -export type CollectionPartitionListMetricsResponse = PartitionMetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CollectionListMetricDefinitionsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; -}; +/** Contains response data for the listMetricDefinitions operation. */ +export type CollectionListMetricDefinitionsResponse = MetricDefinitionsListResult; -/** - * Contains response data for the listUsages operation. - */ -export type CollectionPartitionListUsagesResponse = PartitionUsagesResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CollectionRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionUsagesResult; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type CollectionRegionListMetricsResponse = MetricListResult; -/** - * Contains response data for the listMetrics operation. - */ -export type PartitionKeyRangeIdListMetricsResponse = PartitionMetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface DatabaseAccountRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type DatabaseAccountRegionListMetricsResponse = MetricListResult; -/** - * Contains response data for the listMetrics operation. - */ -export type PartitionKeyRangeIdRegionListMetricsResponse = PartitionMetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface PercentileSourceTargetListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type PercentileSourceTargetListMetricsResponse = PercentileMetricListResult; -/** - * Contains response data for the listSqlDatabases operation. - */ -export type SqlResourcesListSqlDatabasesResponse = SqlDatabaseListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface PercentileTargetListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseListResult; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type PercentileTargetListMetricsResponse = PercentileMetricListResult; -/** - * Contains response data for the getSqlDatabase operation. - */ -export type SqlResourcesGetSqlDatabaseResponse = SqlDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface PercentileListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseGetResults; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type PercentileListMetricsResponse = PercentileMetricListResult; -/** - * Contains response data for the createUpdateSqlDatabase operation. - */ -export type SqlResourcesCreateUpdateSqlDatabaseResponse = SqlDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CollectionPartitionRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseGetResults; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type CollectionPartitionRegionListMetricsResponse = PartitionMetricListResult; -/** - * Contains response data for the getSqlDatabaseThroughput operation. - */ -export type SqlResourcesGetSqlDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CollectionPartitionListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type CollectionPartitionListMetricsResponse = PartitionMetricListResult; -/** - * Contains response data for the updateSqlDatabaseThroughput operation. - */ -export type SqlResourcesUpdateSqlDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listUsages operation. */ +export type CollectionPartitionListUsagesResponse = PartitionUsagesResult; -/** - * 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; +/** Optional parameters. */ +export interface PartitionKeyRangeIdListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type PartitionKeyRangeIdListMetricsResponse = PartitionMetricListResult; -/** - * 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; +/** Optional parameters. */ +export interface PartitionKeyRangeIdRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listMetrics operation. */ +export type PartitionKeyRangeIdRegionListMetricsResponse = PartitionMetricListResult; -/** - * 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; +/** Optional parameters. */ +export interface GraphResourcesListGraphsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlContainerListResult; - }; -}; +/** Contains response data for the listGraphs operation. */ +export type GraphResourcesListGraphsResponse = GraphResourcesListResult; -/** - * 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; +/** Optional parameters. */ +export interface GraphResourcesGetGraphOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlContainerGetResults; - }; -}; +/** Contains response data for the getGraph operation. */ +export type GraphResourcesGetGraphResponse = GraphResourceGetResults; -/** - * 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; +/** Optional parameters. */ +export interface GraphResourcesCreateUpdateGraphOptionalParams + 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: SqlContainerGetResults; - }; -}; +/** Contains response data for the createUpdateGraph operation. */ +export type GraphResourcesCreateUpdateGraphResponse = GraphResourceGetResults; -/** - * 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; +/** Optional parameters. */ +export interface GraphResourcesDeleteGraphResourceOptionalParams + 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 SqlResourcesListSqlDatabasesOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the listSqlDatabases operation. */ +export type SqlResourcesListSqlDatabasesResponse = SqlDatabaseListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesGetSqlDatabaseOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the getSqlDatabase operation. */ +export type SqlResourcesGetSqlDatabaseResponse = SqlDatabaseGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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 migrateSqlContainerToManualThroughput operation. - */ -export type SqlResourcesMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateSqlDatabase operation. */ +export type SqlResourcesCreateUpdateSqlDatabaseResponse = SqlDatabaseGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Optional parameters. */ +export interface SqlResourcesGetSqlDatabaseThroughputOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureListResult; - }; -}; +/** Contains response data for the getSqlDatabaseThroughput operation. */ +export type SqlResourcesGetSqlDatabaseThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureGetResults; - }; -}; +/** Contains response data for the updateSqlDatabaseThroughput operation. */ +export type SqlResourcesUpdateSqlDatabaseThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureGetResults; - }; -}; +/** Contains response data for the migrateSqlDatabaseToAutoscale operation. */ +export type SqlResourcesMigrateSqlDatabaseToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the listSqlUserDefinedFunctions operation. - */ -export type SqlResourcesListSqlUserDefinedFunctionsResponse = SqlUserDefinedFunctionListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionListResult; - }; -}; +/** Contains response data for the migrateSqlDatabaseToManualThroughput operation. */ +export type SqlResourcesMigrateSqlDatabaseToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the getSqlUserDefinedFunction operation. - */ -export type SqlResourcesGetSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface SqlResourcesListSqlContainersOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionGetResults; - }; -}; +/** Contains response data for the listSqlContainers operation. */ +export type SqlResourcesListSqlContainersResponse = SqlContainerListResult; -/** - * Contains response data for the createUpdateSqlUserDefinedFunction operation. - */ -export type SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface SqlResourcesGetSqlContainerOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionGetResults; - }; -}; +/** Contains response data for the getSqlContainer operation. */ +export type SqlResourcesGetSqlContainerResponse = SqlContainerGetResults; -/** - * Contains response data for the listSqlTriggers operation. - */ -export type SqlResourcesListSqlTriggersResponse = SqlTriggerListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerListResult; - }; -}; +/** Contains response data for the createUpdateSqlContainer operation. */ +export type SqlResourcesCreateUpdateSqlContainerResponse = SqlContainerGetResults; -/** - * Contains response data for the getSqlTrigger operation. - */ -export type SqlResourcesGetSqlTriggerResponse = SqlTriggerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerGetResults; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesGetSqlContainerThroughputOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the getSqlContainerThroughput operation. */ +export type SqlResourcesGetSqlContainerThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerGetResults; - }; -}; +/** 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 getSqlRoleDefinition operation. - */ -export type SqlResourcesGetSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the updateSqlContainerThroughput operation. */ +export type SqlResourcesUpdateSqlContainerThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionGetResults; - }; -}; +/** 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 createUpdateSqlRoleDefinition operation. - */ -export type SqlResourcesCreateUpdateSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateSqlContainerToAutoscale operation. */ +export type SqlResourcesMigrateSqlContainerToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionGetResults; - }; -}; +/** 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 listSqlRoleDefinitions operation. - */ -export type SqlResourcesListSqlRoleDefinitionsResponse = SqlRoleDefinitionListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateSqlContainerToManualThroughput operation. */ +export type SqlResourcesMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionListResult; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesListSqlStoredProceduresOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the getSqlRoleAssignment operation. - */ -export type SqlResourcesGetSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listSqlStoredProcedures operation. */ +export type SqlResourcesListSqlStoredProceduresResponse = SqlStoredProcedureListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleAssignmentGetResults; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesGetSqlStoredProcedureOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the createUpdateSqlRoleAssignment operation. - */ -export type SqlResourcesCreateUpdateSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getSqlStoredProcedure operation. */ +export type SqlResourcesGetSqlStoredProcedureResponse = SqlStoredProcedureGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleAssignmentGetResults; - }; -}; +/** 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 listSqlRoleAssignments operation. - */ -export type SqlResourcesListSqlRoleAssignmentsResponse = SqlRoleAssignmentListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateSqlStoredProcedure operation. */ +export type SqlResourcesCreateUpdateSqlStoredProcedureResponse = SqlStoredProcedureGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleAssignmentListResult; - }; -}; +/** 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; +} -/** - * Contains response data for the retrieveContinuousBackupInformation operation. - */ -export type SqlResourcesRetrieveContinuousBackupInformationResponse = BackupInformation & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface SqlResourcesListSqlUserDefinedFunctionsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: BackupInformation; - }; -}; +/** Contains response data for the listSqlUserDefinedFunctions operation. */ +export type SqlResourcesListSqlUserDefinedFunctionsResponse = SqlUserDefinedFunctionListResult; -/** - * Contains response data for the beginCreateUpdateSqlDatabase operation. - */ -export type SqlResourcesBeginCreateUpdateSqlDatabaseResponse = SqlDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface SqlResourcesGetSqlUserDefinedFunctionOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseGetResults; - }; -}; +/** Contains response data for the getSqlUserDefinedFunction operation. */ +export type SqlResourcesGetSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults; -/** - * Contains response data for the beginUpdateSqlDatabaseThroughput operation. - */ -export type SqlResourcesBeginUpdateSqlDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the createUpdateSqlUserDefinedFunction operation. */ +export type SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults; -/** - * Contains response data for the beginMigrateSqlDatabaseToAutoscale operation. - */ -export type SqlResourcesBeginMigrateSqlDatabaseToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesListSqlTriggersOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginMigrateSqlDatabaseToManualThroughput operation. - */ -export type SqlResourcesBeginMigrateSqlDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listSqlTriggers operation. */ +export type SqlResourcesListSqlTriggersResponse = SqlTriggerListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesGetSqlTriggerOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginCreateUpdateSqlContainer operation. - */ -export type SqlResourcesBeginCreateUpdateSqlContainerResponse = SqlContainerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getSqlTrigger operation. */ +export type SqlResourcesGetSqlTriggerResponse = SqlTriggerGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlContainerGetResults; - }; -}; +/** 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 beginUpdateSqlContainerThroughput operation. - */ -export type SqlResourcesBeginUpdateSqlContainerThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateSqlTrigger operation. */ +export type SqlResourcesCreateUpdateSqlTriggerResponse = SqlTriggerGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Optional parameters. */ +export interface SqlResourcesGetSqlRoleDefinitionOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getSqlRoleDefinition operation. */ +export type SqlResourcesGetSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults; -/** - * Contains response data for the beginMigrateSqlContainerToManualThroughput operation. - */ -export type SqlResourcesBeginMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the createUpdateSqlRoleDefinition operation. */ +export type SqlResourcesCreateUpdateSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults; -/** - * Contains response data for the beginCreateUpdateSqlStoredProcedure operation. - */ -export type SqlResourcesBeginCreateUpdateSqlStoredProcedureResponse = SqlStoredProcedureGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureGetResults; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesListSqlRoleDefinitionsOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginCreateUpdateSqlUserDefinedFunction operation. - */ -export type SqlResourcesBeginCreateUpdateSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listSqlRoleDefinitions operation. */ +export type SqlResourcesListSqlRoleDefinitionsResponse = SqlRoleDefinitionListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionGetResults; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesGetSqlRoleAssignmentOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginCreateUpdateSqlTrigger operation. - */ -export type SqlResourcesBeginCreateUpdateSqlTriggerResponse = SqlTriggerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getSqlRoleAssignment operation. */ +export type SqlResourcesGetSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerGetResults; - }; -}; +/** 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 beginCreateUpdateSqlRoleDefinition operation. - */ -export type SqlResourcesBeginCreateUpdateSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateSqlRoleAssignment operation. */ +export type SqlResourcesCreateUpdateSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionGetResults; - }; -}; +/** 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 beginCreateUpdateSqlRoleAssignment operation. - */ -export type SqlResourcesBeginCreateUpdateSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults & { - /** - * 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: SqlRoleAssignmentGetResults; - }; -}; +/** Contains response data for the listSqlRoleAssignments operation. */ +export type SqlResourcesListSqlRoleAssignmentsResponse = SqlRoleAssignmentListResult; -/** - * Contains response data for the beginRetrieveContinuousBackupInformation operation. - */ -export type SqlResourcesBeginRetrieveContinuousBackupInformationResponse = BackupInformation & { - /** - * 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: BackupInformation; - }; -}; +/** Contains response data for the retrieveContinuousBackupInformation operation. */ +export type SqlResourcesRetrieveContinuousBackupInformationResponse = BackupInformation; -/** - * Contains response data for the listMongoDBDatabases operation. - */ -export type MongoDBResourcesListMongoDBDatabasesResponse = MongoDBDatabaseListResult & { - /** - * 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: MongoDBDatabaseListResult; - }; -}; +/** Contains response data for the listMongoDBDatabases operation. */ +export type MongoDBResourcesListMongoDBDatabasesResponse = MongoDBDatabaseListResult; -/** - * Contains response data for the getMongoDBDatabase operation. - */ -export type MongoDBResourcesGetMongoDBDatabaseResponse = MongoDBDatabaseGetResults & { - /** - * 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: MongoDBDatabaseGetResults; - }; -}; +/** Contains response data for the getMongoDBDatabase operation. */ +export type MongoDBResourcesGetMongoDBDatabaseResponse = MongoDBDatabaseGetResults; -/** - * Contains response data for the createUpdateMongoDBDatabase operation. - */ -export type MongoDBResourcesCreateUpdateMongoDBDatabaseResponse = MongoDBDatabaseGetResults & { - /** - * 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: MongoDBDatabaseGetResults; - }; -}; +/** Contains response data for the createUpdateMongoDBDatabase operation. */ +export type MongoDBResourcesCreateUpdateMongoDBDatabaseResponse = MongoDBDatabaseGetResults; -/** - * Contains response data for the getMongoDBDatabaseThroughput operation. - */ -export type MongoDBResourcesGetMongoDBDatabaseThroughputResponse = 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 updateMongoDBDatabaseThroughput operation. - */ -export type MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * 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: ThroughputSettingsGetResults; - }; -}; +/** 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 migrateMongoDBDatabaseToAutoscale operation. - */ -export type MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse = 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 migrateMongoDBDatabaseToManualThroughput operation. - */ -export type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse = 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 listMongoDBCollections operation. - */ -export type MongoDBResourcesListMongoDBCollectionsResponse = MongoDBCollectionListResult & { - /** - * 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; + +/** Optional parameters. */ +export interface MongoDBResourcesListMongoDBCollectionsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMongoDBCollections operation. */ +export type MongoDBResourcesListMongoDBCollectionsResponse = MongoDBCollectionListResult; + +/** Optional parameters. */ +export interface MongoDBResourcesGetMongoDBCollectionOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionListResult; - }; -}; +/** Contains response data for the getMongoDBCollection operation. */ +export type MongoDBResourcesGetMongoDBCollectionResponse = MongoDBCollectionGetResults; -/** - * 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 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionGetResults; - }; -}; +/** Contains response data for the createUpdateMongoDBCollection operation. */ +export type MongoDBResourcesCreateUpdateMongoDBCollectionResponse = MongoDBCollectionGetResults; -/** - * 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 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the getMongoDBCollectionThroughput operation. */ +export type MongoDBResourcesGetMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Contains response data for the updateMongoDBCollectionThroughput operation. */ +export type MongoDBResourcesUpdateMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Contains response data for the migrateMongoDBCollectionToAutoscale operation. */ +export type MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Contains response data for the migrateMongoDBCollectionToManualThroughput operation. */ +export type MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface TableResourcesListTablesOptionalParams + 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 listTables operation. */ +export type TableResourcesListTablesResponse = TableListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBDatabaseGetResults; - }; -}; +/** Optional parameters. */ +export interface TableResourcesGetTableOptionalParams + extends coreClient.OperationOptions {} -/** - * 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 getTable operation. */ +export type TableResourcesGetTableResponse = TableGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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 createUpdateTable operation. */ +export type TableResourcesCreateUpdateTableResponse = TableGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Optional parameters. */ +export interface TableResourcesGetTableThroughputOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getTableThroughput operation. */ +export type TableResourcesGetTableThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionGetResults; - }; -}; +/** Contains response data for the updateTableThroughput operation. */ +export type TableResourcesUpdateTableThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the migrateTableToAutoscale operation. */ +export type TableResourcesMigrateTableToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the migrateTableToManualThroughput operation. */ +export type TableResourcesMigrateTableToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * 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 CassandraResourcesListCassandraKeyspacesOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listCassandraKeyspaces operation. */ +export type CassandraResourcesListCassandraKeyspacesResponse = CassandraKeyspaceListResult; -/** - * 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 CassandraResourcesGetCassandraKeyspaceOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableListResult; - }; -}; +/** Contains response data for the getCassandraKeyspace operation. */ +export type CassandraResourcesGetCassandraKeyspaceResponse = CassandraKeyspaceGetResults; -/** - * 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 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableGetResults; - }; -}; +/** Contains response data for the createUpdateCassandraKeyspace operation. */ +export type CassandraResourcesCreateUpdateCassandraKeyspaceResponse = CassandraKeyspaceGetResults; -/** - * 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 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the getCassandraKeyspaceThroughput operation. */ +export type CassandraResourcesGetCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Contains response data for the updateCassandraKeyspaceThroughput operation. */ +export type CassandraResourcesUpdateCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Contains response data for the migrateCassandraKeyspaceToAutoscale operation. */ +export type CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Contains response data for the migrateCassandraKeyspaceToManualThroughput operation. */ +export type CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesListCassandraTablesOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the listCassandraTables operation. */ +export type CassandraResourcesListCassandraTablesResponse = CassandraTableListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesGetCassandraTableOptionalParams + 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 getCassandraTable operation. */ +export type CassandraResourcesGetCassandraTableResponse = CassandraTableGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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 createUpdateCassandraTable operation. */ +export type CassandraResourcesCreateUpdateCassandraTableResponse = CassandraTableGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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; +} -/** - * 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; +/** Optional parameters. */ +export interface CassandraResourcesGetCassandraTableThroughputOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getCassandraTableThroughput operation. */ +export type CassandraResourcesGetCassandraTableThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceListResult; - }; -}; +/** Contains response data for the updateCassandraTableThroughput operation. */ +export type CassandraResourcesUpdateCassandraTableThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceGetResults; - }; -}; +/** Contains response data for the migrateCassandraTableToAutoscale operation. */ +export type CassandraResourcesMigrateCassandraTableToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceGetResults; - }; -}; +/** Contains response data for the migrateCassandraTableToManualThroughput operation. */ +export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** Optional parameters. */ +export interface CassandraResourcesListCassandraViewsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listCassandraViews operation. */ +export type CassandraResourcesListCassandraViewsResponse = CassandraViewListResult; -/** - * 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 CassandraResourcesGetCassandraViewOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getCassandraView operation. */ +export type CassandraResourcesGetCassandraViewResponse = CassandraViewGetResults; -/** - * 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 CassandraResourcesCreateUpdateCassandraViewOptionalParams + 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 createUpdateCassandraView operation. */ +export type CassandraResourcesCreateUpdateCassandraViewResponse = CassandraViewGetResults; -/** - * 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 CassandraResourcesDeleteCassandraViewOptionalParams + 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 CassandraResourcesGetCassandraViewThroughputOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the getCassandraViewThroughput operation. */ +export type CassandraResourcesGetCassandraViewThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesUpdateCassandraViewThroughputOptionalParams + 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 getCassandraTable operation. - */ -export type CassandraResourcesGetCassandraTableResponse = CassandraTableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the updateCassandraViewThroughput operation. */ +export type CassandraResourcesUpdateCassandraViewThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams + 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 createUpdateCassandraTable operation. - */ -export type CassandraResourcesCreateUpdateCassandraTableResponse = CassandraTableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateCassandraViewToAutoscale operation. */ +export type CassandraResourcesMigrateCassandraViewToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams + 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 getCassandraTableThroughput operation. - */ -export type CassandraResourcesGetCassandraTableThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateCassandraViewToManualThroughput operation. */ +export type CassandraResourcesMigrateCassandraViewToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesListGremlinDatabasesOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** 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 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 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 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 createUpdateGremlinDatabase operation. */ +export type GremlinResourcesCreateUpdateGremlinDatabaseResponse = GremlinDatabaseGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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 beginCreateUpdateCassandraKeyspace operation. - */ -export type CassandraResourcesBeginCreateUpdateCassandraKeyspaceResponse = CassandraKeyspaceGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface GremlinResourcesGetGremlinDatabaseThroughputOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceGetResults; - }; -}; +/** Contains response data for the getGremlinDatabaseThroughput operation. */ +export type GremlinResourcesGetGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the updateGremlinDatabaseThroughput operation. */ +export type GremlinResourcesUpdateGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the migrateGremlinDatabaseToAutoscale operation. */ +export type GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the migrateGremlinDatabaseToManualThroughput operation. */ +export type GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** Optional parameters. */ +export interface GremlinResourcesListGremlinGraphsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableGetResults; - }; -}; +/** Contains response data for the listGremlinGraphs operation. */ +export type GremlinResourcesListGremlinGraphsResponse = GremlinGraphListResult; -/** - * 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 GremlinResourcesGetGremlinGraphOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getGremlinGraph operation. */ +export type GremlinResourcesGetGremlinGraphResponse = GremlinGraphGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** 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 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 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 beginMigrateCassandraTableToManualThroughput operation. - */ -export type CassandraResourcesBeginMigrateCassandraTableToManualThroughputResponse = 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 listGremlinDatabases operation. - */ -export type GremlinResourcesListGremlinDatabasesResponse = GremlinDatabaseListResult & { - /** - * 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: GremlinDatabaseListResult; - }; -}; +/** Contains response data for the updateGremlinGraphThroughput operation. */ +export type GremlinResourcesUpdateGremlinGraphThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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: GremlinDatabaseGetResults; - }; -}; +/** Contains response data for the migrateGremlinGraphToAutoscale operation. */ +export type GremlinResourcesMigrateGremlinGraphToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * 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; +/** 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: GremlinDatabaseGetResults; - }; -}; +/** Contains response data for the migrateGremlinGraphToManualThroughput operation. */ +export type GremlinResourcesMigrateGremlinGraphToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * 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; +/** Optional parameters. */ +export interface CosmosDBManagementClientLocationListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the locationList operation. */ +export type CosmosDBManagementClientLocationListResponse = LocationListResult; -/** - * 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 CosmosDBManagementClientLocationGetOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the locationGet operation. */ +export type CosmosDBManagementClientLocationGetResponse = LocationGetResult; -/** - * 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 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 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 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 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 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: GremlinGraphListResult; - }; -}; +/** Contains response data for the createOrUpdate operation. */ +export type NotebookWorkspacesCreateOrUpdateResponse = NotebookWorkspace; -/** - * 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 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: GremlinGraphGetResults; - }; -}; +/** Optional parameters. */ +export interface NotebookWorkspacesListConnectionInfoOptionalParams + extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the listConnectionInfo operation. */ +export type NotebookWorkspacesListConnectionInfoResponse = NotebookWorkspaceConnectionInfoResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinGraphGetResults; - }; -}; +/** 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 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 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 updateGremlinGraphThroughput operation. - */ -export type GremlinResourcesUpdateGremlinGraphThroughputResponse = 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 migrateGremlinGraphToAutoscale operation. - */ -export type GremlinResourcesMigrateGremlinGraphToAutoscaleResponse = 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 migrateGremlinGraphToManualThroughput operation. - */ -export type GremlinResourcesMigrateGremlinGraphToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * 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: ThroughputSettingsGetResults; - }; -}; +/** 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 beginCreateUpdateGremlinDatabase operation. - */ -export type GremlinResourcesBeginCreateUpdateGremlinDatabaseResponse = GremlinDatabaseGetResults & { - /** - * 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: GremlinDatabaseGetResults; - }; -}; +/** Contains response data for the listByDatabaseAccount operation. */ +export type PrivateLinkResourcesListByDatabaseAccountResponse = PrivateLinkResourceListResult; -/** - * 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 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 beginMigrateGremlinDatabaseToAutoscale operation. - */ -export type GremlinResourcesBeginMigrateGremlinDatabaseToAutoscaleResponse = 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 beginMigrateGremlinDatabaseToManualThroughput operation. - */ -export type GremlinResourcesBeginMigrateGremlinDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * 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: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableDatabaseAccountsListResponse = RestorableDatabaseAccountsListResult; -/** - * 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; +/** Optional parameters. */ +export interface RestorableDatabaseAccountsGetByLocationOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinGraphGetResults; - }; -}; +/** Contains response data for the getByLocation operation. */ +export type RestorableDatabaseAccountsGetByLocationResponse = RestorableDatabaseAccountGetResult; -/** - * 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 RestorableSqlDatabasesListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableSqlDatabasesListResponse = RestorableSqlDatabasesListResult; -/** - * 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 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: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableSqlContainersListResponse = RestorableSqlContainersListResult; -/** - * 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 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: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableSqlResourcesListResponse = RestorableSqlResourcesListResult; -/** - * 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 RestorableMongodbDatabasesListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspaceListResult; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableMongodbDatabasesListResponse = RestorableMongodbDatabasesListResult; -/** - * 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 RestorableMongodbCollectionsListOptionalParams + extends coreClient.OperationOptions { + /** The resource ID of the MongoDB database. */ + restorableMongodbDatabaseRid?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspace; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableMongodbCollectionsListResponse = RestorableMongodbCollectionsListResult; -/** - * 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 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: NotebookWorkspace; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableMongodbResourcesListResponse = RestorableMongodbResourcesListResult; -/** - * 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 CassandraClustersListBySubscriptionOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspaceConnectionInfoResult; - }; -}; +/** Contains response data for the listBySubscription operation. */ +export type CassandraClustersListBySubscriptionResponse = ListClusters; -/** - * 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 CassandraClustersListByResourceGroupOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspace; - }; -}; +/** Contains response data for the listByResourceGroup operation. */ +export type CassandraClustersListByResourceGroupResponse = ListClusters; -/** - * 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 CassandraClustersGetOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnectionListResult; - }; -}; +/** Contains response data for the get operation. */ +export type CassandraClustersGetResponse = ClusterResource; -/** - * 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 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: PrivateEndpointConnection; - }; -}; +/** 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 createOrUpdate operation. - */ -export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & { - /** - * 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: PrivateEndpointConnection; - }; -}; +/** 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 beginCreateOrUpdate operation. - */ -export type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & { - /** - * 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: PrivateEndpointConnection; - }; -}; +/** Optional parameters. */ +export interface CassandraClustersRequestRepairOptionalParams + 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 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 CassandraClustersFetchNodeStatusOptionalParams + 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: PrivateLinkResourceListResult; - }; -}; +/** Contains response data for the fetchNodeStatus operation. */ +export type CassandraClustersFetchNodeStatusResponse = ClusterNodeStatus; -/** - * 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 CassandraClustersListBackupsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResource; - }; -}; +/** Contains response data for the listBackups operation. */ +export type CassandraClustersListBackupsResponse = ListBackups; -/** - * 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 CassandraClustersGetBackupOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDatabaseAccountsListResult; - }; -}; +/** Contains response data for the getBackup operation. */ +export type CassandraClustersGetBackupResponse = BackupResource; -/** - * 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; +/** Optional parameters. */ +export interface CassandraDataCentersListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDatabaseAccountsListResult; - }; -}; +/** Contains response data for the list operation. */ +export type CassandraDataCentersListResponse = ListDataCenters; -/** - * 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; +/** Optional parameters. */ +export interface CassandraDataCentersGetOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDatabaseAccountGetResult; - }; -}; +/** Contains response data for the get operation. */ +export type CassandraDataCentersGetResponse = DataCenterResource; -/** - * 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; +/** 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: RestorableSqlDatabasesListResult; - }; -}; +/** 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 list operation. - */ -export type RestorableSqlContainersListResponse = RestorableSqlContainersListResult & { - /** - * 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 CassandraDataCentersCreateUpdateResponse = DataCenterResource; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableSqlContainersListResult; - }; -}; +/** 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; +} -/** - * 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 update operation. */ +export type CassandraDataCentersUpdateResponse = DataCenterResource; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableSqlResourcesListResult; - }; -}; +/** Optional parameters. */ +export interface ServiceListOptionalParams + 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 ServiceListResponse = ServiceResourceListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableMongodbDatabasesListResult; - }; -}; +/** Optional parameters. */ +export interface ServiceCreateOptionalParams + 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 RestorableMongodbCollectionsListResponse = RestorableMongodbCollectionsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the create operation. */ +export type ServiceCreateResponse = ServiceResource; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableMongodbCollectionsListResult; - }; -}; +/** Optional parameters. */ +export interface ServiceGetOptionalParams extends coreClient.OperationOptions {} -/** - * 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; +/** Contains response data for the get operation. */ +export type ServiceGetResponse = ServiceResource; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableMongodbResourcesListResult; - }; -}; +/** Optional parameters. */ +export interface ServiceDeleteOptionalParams + 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 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..40435906080b 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts @@ -6,52 +6,73 @@ * 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" } } + } + }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } } } } }; -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 +96,8 @@ export const ManagedServiceIdentity: msRest.CompositeMapper = { value: { type: { name: "Composite", - className: "ManagedServiceIdentityUserAssignedIdentitiesValue" + className: + "Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties" } } } @@ -84,8 +106,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 +145,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 +165,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 +188,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 +203,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 +222,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 +254,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 +273,10 @@ export const FailoverPolicy: msRest.CompositeMapper = { } }, failoverPriority: { - serializedName: "failoverPriority", constraints: { InclusiveMinimum: 0 }, + serializedName: "failoverPriority", type: { name: "Number" } @@ -243,8 +285,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 +306,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 +336,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 +379,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 +394,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 +409,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 +448,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 +560,11 @@ export const CorsPolicy: msRest.CompositeMapper = { } }, maxAgeInSeconds: { - serializedName: "maxAgeInSeconds", constraints: { InclusiveMaximum: 2147483647, InclusiveMinimum: 1 }, + serializedName: "maxAgeInSeconds", type: { name: "Number" } @@ -590,8 +573,23 @@ export const CorsPolicy: msRest.CompositeMapper = { } }; -export const SystemData: msRest.CompositeMapper = { - serializedName: "systemData", +export const DiagnosticLogSettings: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "DiagnosticLogSettings", + modelProperties: { + enableFullTextQuery: { + serializedName: "enableFullTextQuery", + type: { + name: "Enum", + allowedValues: ["None", "True", "False"] + } + } + } + } +}; + +export const SystemData: coreClient.CompositeMapper = { type: { name: "Composite", className: "SystemData", @@ -636,64 +634,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 +659,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 +702,6 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { name: "Boolean" } }, - consistencyPolicy: { - serializedName: "properties.consistencyPolicy", - type: { - name: "Composite", - className: "ConsistencyPolicy" - } - }, capabilities: { serializedName: "properties.capabilities", type: { @@ -771,58 +714,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 +726,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 +794,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 +817,7 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { serializedName: "properties.networkAclBypass", type: { name: "Enum", - allowedValues: [ - "None", - "AzureServices" - ] + allowedValues: ["None", "AzureServices"] } }, networkAclBypassResourceIds: { @@ -977,340 +831,213 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { } } }, - disableLocalAuth: { - serializedName: "properties.disableLocalAuth", + diagnosticLogSettings: { + serializedName: "properties.diagnosticLogSettings", type: { - name: "Boolean" + name: "Composite", + className: "DiagnosticLogSettings" } }, - systemData: { - readOnly: true, - serializedName: "systemData", + disableLocalAuth: { + serializedName: "properties.disableLocalAuth", type: { - name: "Composite", - className: "SystemData" + name: "Boolean" } } } } }; -export const SqlDatabaseGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlDatabaseGetProperties_resource", +export const DatabaseAccountCreateUpdateProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseGetPropertiesResource", + className: "DatabaseAccountCreateUpdateProperties", + uberParent: "DatabaseAccountCreateUpdateProperties", + polymorphicDiscriminator: { + serializedName: "createMode", + clientName: "createMode" + }, modelProperties: { - id: { - required: true, - serializedName: "id", + consistencyPolicy: { + serializedName: "consistencyPolicy", type: { - name: "String" + name: "Composite", + className: "ConsistencyPolicy" } }, - _rid: { - readOnly: true, - serializedName: "_rid", + locations: { + serializedName: "locations", + required: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } } }, - _ts: { - readOnly: true, - serializedName: "_ts", + databaseAccountOfferType: { + defaultValue: "Standard", + isConstant: true, + serializedName: "databaseAccountOfferType", type: { - name: "Number" + name: "String" } }, - _etag: { - readOnly: true, - serializedName: "_etag", + ipRules: { + serializedName: "ipRules", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "IpAddressOrRange" + } + } } }, - _colls: { - serializedName: "_colls", + isVirtualNetworkFilterEnabled: { + serializedName: "isVirtualNetworkFilterEnabled", type: { - name: "String" + name: "Boolean" } }, - _users: { - serializedName: "_users", + enableAutomaticFailover: { + serializedName: "enableAutomaticFailover", type: { - name: "String" + name: "Boolean" } - } - } - } -}; - -export const OptionsResource: msRest.CompositeMapper = { - serializedName: "OptionsResource", - type: { - name: "Composite", - className: "OptionsResource", - modelProperties: { - throughput: { - serializedName: "throughput", + }, + capabilities: { + serializedName: "capabilities", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Capability" + } + } } }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + virtualNetworkRules: { + serializedName: "virtualNetworkRules", type: { - name: "Composite", - className: "AutoscaleSettings" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "VirtualNetworkRule" + } + } } - } - } - } -}; - -export const SqlDatabaseGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "SqlDatabaseGetProperties_options", - type: { - name: "Composite", - className: "SqlDatabaseGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - -export const SqlDatabaseGetResults: msRest.CompositeMapper = { - serializedName: "SqlDatabaseGetResults", - type: { - name: "Composite", - className: "SqlDatabaseGetResults", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + }, + enableMultipleWriteLocations: { + serializedName: "enableMultipleWriteLocations", type: { - name: "Composite", - className: "SqlDatabaseGetPropertiesResource" + name: "Boolean" } }, - options: { - serializedName: "properties.options", + enableCassandraConnector: { + serializedName: "enableCassandraConnector", type: { - name: "Composite", - className: "SqlDatabaseGetPropertiesOptions" + name: "Boolean" } - } - } - } -}; - -export const Indexes: msRest.CompositeMapper = { - serializedName: "Indexes", - type: { - name: "Composite", - className: "Indexes", - modelProperties: { - dataType: { - serializedName: "dataType", - defaultValue: 'String', + }, + connectorOffer: { + serializedName: "connectorOffer", type: { name: "String" } }, - precision: { - serializedName: "precision", + disableKeyBasedMetadataWriteAccess: { + serializedName: "disableKeyBasedMetadataWriteAccess", type: { - name: "Number" + name: "Boolean" } }, - kind: { - serializedName: "kind", - defaultValue: 'Hash', - type: { - name: "String" - } - } - } - } -}; - -export const IncludedPath: msRest.CompositeMapper = { - serializedName: "IncludedPath", - type: { - name: "Composite", - className: "IncludedPath", - modelProperties: { - path: { - serializedName: "path", + keyVaultKeyUri: { + serializedName: "keyVaultKeyUri", type: { name: "String" } }, - indexes: { - serializedName: "indexes", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Indexes" - } - } - } - } - } - } -}; - -export const ExcludedPath: msRest.CompositeMapper = { - serializedName: "ExcludedPath", - type: { - name: "Composite", - className: "ExcludedPath", - modelProperties: { - path: { - serializedName: "path", + defaultIdentity: { + serializedName: "defaultIdentity", type: { name: "String" } - } - } - } -}; - -export const CompositePath: msRest.CompositeMapper = { - serializedName: "CompositePath", - type: { - name: "Composite", - className: "CompositePath", - modelProperties: { - path: { - serializedName: "path", + }, + publicNetworkAccess: { + serializedName: "publicNetworkAccess", type: { name: "String" } }, - order: { - serializedName: "order", + enableFreeTier: { + serializedName: "enableFreeTier", type: { - name: "String" + name: "Boolean" } - } - } - } -}; - -export const SpatialSpec: msRest.CompositeMapper = { - serializedName: "SpatialSpec", - type: { - name: "Composite", - className: "SpatialSpec", - modelProperties: { - path: { - serializedName: "path", + }, + apiProperties: { + serializedName: "apiProperties", type: { - name: "String" + name: "Composite", + className: "ApiProperties" } }, - types: { - serializedName: "types", + enableAnalyticalStorage: { + serializedName: "enableAnalyticalStorage", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Boolean" } - } - } - } -}; - -export const IndexingPolicy: msRest.CompositeMapper = { - serializedName: "IndexingPolicy", - type: { - name: "Composite", - className: "IndexingPolicy", - modelProperties: { - automatic: { - serializedName: "automatic", + }, + analyticalStorageConfiguration: { + serializedName: "analyticalStorageConfiguration", type: { - name: "Boolean" + name: "Composite", + className: "AnalyticalStorageConfiguration" } }, - indexingMode: { - serializedName: "indexingMode", - defaultValue: 'consistent', + createMode: { + defaultValue: "Default", + serializedName: "createMode", + required: true, type: { name: "String" } }, - includedPaths: { - serializedName: "includedPaths", + backupPolicy: { + serializedName: "backupPolicy", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "IncludedPath" - } - } + name: "Composite", + className: "BackupPolicy" } }, - excludedPaths: { - serializedName: "excludedPaths", + cors: { + serializedName: "cors", type: { name: "Sequence", element: { type: { name: "Composite", - className: "ExcludedPath" + className: "CorsPolicy" } } } }, - compositeIndexes: { - serializedName: "compositeIndexes", + networkAclBypass: { + serializedName: "networkAclBypass", type: { - name: "Sequence", - element: { - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "CompositePath" - } - } - } - } + name: "Enum", + allowedValues: ["None", "AzureServices"] } }, - spatialIndexes: { - serializedName: "spatialIndexes", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SpatialSpec" - } - } - } - } - } - } -}; - -export const ContainerPartitionKey: msRest.CompositeMapper = { - serializedName: "ContainerPartitionKey", - type: { - name: "Composite", - className: "ContainerPartitionKey", - modelProperties: { - paths: { - serializedName: "paths", + networkAclBypassResourceIds: { + serializedName: "networkAclBypassResourceIds", type: { name: "Sequence", element: { @@ -1320,47 +1047,44 @@ export const ContainerPartitionKey: msRest.CompositeMapper = { } } }, - kind: { - serializedName: "kind", - defaultValue: 'Hash', + diagnosticLogSettings: { + serializedName: "diagnosticLogSettings", type: { - name: "String" + name: "Composite", + className: "DiagnosticLogSettings" } }, - version: { - serializedName: "version", - constraints: { - InclusiveMaximum: 2, - InclusiveMinimum: 1 - }, + disableLocalAuth: { + serializedName: "disableLocalAuth", type: { - name: "Number" + name: "Boolean" } }, - systemKey: { - readOnly: true, - serializedName: "systemKey", + restoreParameters: { + serializedName: "restoreParameters", type: { - name: "Boolean" + name: "Composite", + className: "RestoreParameters" } } } } }; -export const UniqueKey: msRest.CompositeMapper = { - serializedName: "UniqueKey", +export const FailoverPolicies: coreClient.CompositeMapper = { type: { name: "Composite", - className: "UniqueKey", + className: "FailoverPolicies", modelProperties: { - paths: { - serializedName: "paths", + failoverPolicies: { + serializedName: "failoverPolicies", + required: true, type: { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "FailoverPolicy" } } } @@ -1369,20 +1093,20 @@ export const UniqueKey: msRest.CompositeMapper = { } }; -export const UniqueKeyPolicy: msRest.CompositeMapper = { - serializedName: "UniqueKeyPolicy", +export const DatabaseAccountsListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "UniqueKeyPolicy", + className: "DatabaseAccountsListResult", modelProperties: { - uniqueKeys: { - serializedName: "uniqueKeys", + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "UniqueKey" + className: "DatabaseAccountGetResults" } } } @@ -1391,27 +1115,21 @@ export const UniqueKeyPolicy: msRest.CompositeMapper = { } }; -export const ConflictResolutionPolicy: msRest.CompositeMapper = { - serializedName: "ConflictResolutionPolicy", +export const DatabaseAccountListReadOnlyKeysResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ConflictResolutionPolicy", + className: "DatabaseAccountListReadOnlyKeysResult", modelProperties: { - mode: { - serializedName: "mode", - defaultValue: 'LastWriterWins', - type: { - name: "String" - } - }, - conflictResolutionPath: { - serializedName: "conflictResolutionPath", + primaryReadonlyMasterKey: { + serializedName: "primaryReadonlyMasterKey", + readOnly: true, type: { name: "String" } }, - conflictResolutionProcedure: { - serializedName: "conflictResolutionProcedure", + secondaryReadonlyMasterKey: { + serializedName: "secondaryReadonlyMasterKey", + readOnly: true, type: { name: "String" } @@ -1420,76 +1138,42 @@ export const ConflictResolutionPolicy: msRest.CompositeMapper = { } }; -export const SqlContainerGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlContainerGetProperties_resource", +export const DatabaseAccountListConnectionStringsResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerGetPropertiesResource", + className: "DatabaseAccountListConnectionStringsResult", modelProperties: { - id: { - required: true, - serializedName: "id", - 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" - } - }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + connectionStrings: { + serializedName: "connectionStrings", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DatabaseAccountConnectionString" + } + } } - }, - _rid: { + } + } + } +}; + +export const DatabaseAccountConnectionString: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "DatabaseAccountConnectionString", + modelProperties: { + connectionString: { + serializedName: "connectionString", readOnly: true, - serializedName: "_rid", type: { name: "String" } }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { + description: { + serializedName: "description", readOnly: true, - serializedName: "_etag", type: { name: "String" } @@ -1498,78 +1182,78 @@ export const SqlContainerGetPropertiesResource: msRest.CompositeMapper = { } }; -export const SqlContainerGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "SqlContainerGetProperties_options", +export const RegionForOnlineOffline: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerGetPropertiesOptions", + className: "RegionForOnlineOffline", modelProperties: { - ...OptionsResource.type.modelProperties + region: { + serializedName: "region", + required: true, + type: { + name: "String" + } + } } } }; -export const SqlContainerGetResults: msRest.CompositeMapper = { - serializedName: "SqlContainerGetResults", +export const ErrorResponse: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerGetResults", + className: "ErrorResponse", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + code: { + serializedName: "code", type: { - name: "Composite", - className: "SqlContainerGetPropertiesResource" + name: "String" } }, - options: { - serializedName: "properties.options", + message: { + serializedName: "message", type: { - name: "Composite", - className: "SqlContainerGetPropertiesOptions" + name: "String" } } } } }; -export const SqlStoredProcedureGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureGetProperties_resource", +export const DatabaseAccountRegenerateKeyParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlStoredProcedureGetPropertiesResource", + className: "DatabaseAccountRegenerateKeyParameters", modelProperties: { - id: { + keyKind: { + serializedName: "keyKind", required: true, - serializedName: "id", type: { name: "String" } - }, - body: { - serializedName: "body", - type: { - name: "String" - } - }, - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - _ts: { - readOnly: true, - serializedName: "_ts", + } + } + } +}; + +export const OperationListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "OperationListResult", + modelProperties: { + value: { + serializedName: "value", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Operation" + } + } } }, - _etag: { - readOnly: true, - serializedName: "_etag", + nextLink: { + serializedName: "nextLink", type: { name: "String" } @@ -1578,60 +1262,53 @@ export const SqlStoredProcedureGetPropertiesResource: msRest.CompositeMapper = { } }; -export const SqlStoredProcedureGetResults: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureGetResults", +export const Operation: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlStoredProcedureGetResults", + className: "Operation", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + name: { + serializedName: "name", + type: { + name: "String" + } + }, + display: { + serializedName: "display", type: { name: "Composite", - className: "SqlStoredProcedureGetPropertiesResource" + className: "OperationDisplay" } } } } }; -export const SqlUserDefinedFunctionGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionGetProperties_resource", +export const OperationDisplay: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionGetPropertiesResource", + className: "OperationDisplay", modelProperties: { - id: { - required: true, - serializedName: "id", + provider: { + serializedName: "Provider", type: { name: "String" } }, - body: { - serializedName: "body", + resource: { + serializedName: "Resource", type: { name: "String" } }, - _rid: { - readOnly: true, - serializedName: "_rid", + operation: { + serializedName: "Operation", type: { name: "String" } }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { - readOnly: true, - serializedName: "_etag", + description: { + serializedName: "Description", type: { name: "String" } @@ -1640,185 +1317,173 @@ export const SqlUserDefinedFunctionGetPropertiesResource: msRest.CompositeMapper } }; -export const SqlUserDefinedFunctionGetResults: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionGetResults", +export const MetricListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionGetResults", + className: "MetricListResult", 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: "Metric" + } + } } } } } }; -export const SqlTriggerGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlTriggerGetProperties_resource", +export const Metric: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerGetPropertiesResource", + className: "Metric", modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" - } - }, - body: { - serializedName: "body", + startTime: { + serializedName: "startTime", + readOnly: true, type: { - name: "String" + name: "DateTime" } }, - triggerType: { - serializedName: "triggerType", + endTime: { + serializedName: "endTime", + readOnly: true, type: { - name: "String" + name: "DateTime" } }, - triggerOperation: { - serializedName: "triggerOperation", + timeGrain: { + serializedName: "timeGrain", + readOnly: true, type: { name: "String" } }, - _rid: { + unit: { + serializedName: "unit", readOnly: true, - serializedName: "_rid", type: { name: "String" } }, - _ts: { - readOnly: true, - serializedName: "_ts", + name: { + serializedName: "name", type: { - name: "Number" + name: "Composite", + className: "MetricName" } }, - _etag: { + metricValues: { + serializedName: "metricValues", readOnly: true, - serializedName: "_etag", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MetricValue" + } + } } } } } }; -export const SqlTriggerGetResults: msRest.CompositeMapper = { - serializedName: "SqlTriggerGetResults", +export const MetricName: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerGetResults", + className: "MetricName", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "SqlTriggerGetPropertiesResource" + name: "String" + } + }, + localizedValue: { + serializedName: "localizedValue", + readOnly: true, + type: { + name: "String" } } } } }; -export const MongoDBDatabaseGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseGetProperties_resource", +export const MetricValue: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseGetPropertiesResource", + className: "MetricValue", modelProperties: { - id: { - required: true, - serializedName: "id", + count: { + serializedName: "_count", + readOnly: true, type: { - name: "String" + name: "Number" } }, - _rid: { + average: { + serializedName: "average", readOnly: true, - serializedName: "_rid", type: { - name: "String" + name: "Number" } }, - _ts: { + maximum: { + serializedName: "maximum", readOnly: true, - serializedName: "_ts", type: { name: "Number" } }, - _etag: { + minimum: { + serializedName: "minimum", readOnly: true, - serializedName: "_etag", type: { - name: "String" + name: "Number" } - } - } - } -}; - -export const MongoDBDatabaseGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseGetProperties_options", - type: { - name: "Composite", - className: "MongoDBDatabaseGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - -export const MongoDBDatabaseGetResults: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseGetResults", - type: { - name: "Composite", - className: "MongoDBDatabaseGetResults", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + }, + timestamp: { + serializedName: "timestamp", + readOnly: true, type: { - name: "Composite", - className: "MongoDBDatabaseGetPropertiesResource" + name: "DateTime" } }, - options: { - serializedName: "properties.options", + total: { + serializedName: "total", + readOnly: true, type: { - name: "Composite", - className: "MongoDBDatabaseGetPropertiesOptions" + name: "Number" } } } } }; -export const MongoIndexKeys: msRest.CompositeMapper = { - serializedName: "MongoIndexKeys", +export const PercentileMetricListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoIndexKeys", + className: "PercentileMetricListResult", modelProperties: { - keys: { - serializedName: "keys", + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "PercentileMetric" } } } @@ -1827,259 +1492,328 @@ export const MongoIndexKeys: msRest.CompositeMapper = { } }; -export const MongoIndexOptions: msRest.CompositeMapper = { - serializedName: "MongoIndexOptions", +export const PercentileMetric: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoIndexOptions", + className: "PercentileMetric", modelProperties: { - expireAfterSeconds: { - serializedName: "expireAfterSeconds", + startTime: { + serializedName: "startTime", + readOnly: true, type: { - name: "Number" + name: "DateTime" } }, - unique: { - serializedName: "unique", + endTime: { + serializedName: "endTime", + readOnly: true, type: { - name: "Boolean" + name: "DateTime" } - } - } - } -}; - -export const MongoIndex: msRest.CompositeMapper = { - serializedName: "MongoIndex", - type: { - name: "Composite", - className: "MongoIndex", - modelProperties: { - key: { - serializedName: "key", + }, + timeGrain: { + serializedName: "timeGrain", + readOnly: true, type: { - name: "Composite", - className: "MongoIndexKeys" + name: "String" } }, - options: { - serializedName: "options", + unit: { + serializedName: "unit", + readOnly: true, + type: { + name: "String" + } + }, + name: { + serializedName: "name", type: { name: "Composite", - className: "MongoIndexOptions" + className: "MetricName" + } + }, + metricValues: { + serializedName: "metricValues", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PercentileMetricValue" + } + } } } } } }; -export const MongoDBCollectionGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionGetProperties_resource", +export const PartitionMetricListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionGetPropertiesResource", + className: "PartitionMetricListResult", modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" - } - }, - shardKey: { - serializedName: "shardKey", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Dictionary", - value: { + name: "Sequence", + element: { type: { - name: "String" + name: "Composite", + className: "PartitionMetric" } } } - }, - indexes: { - serializedName: "indexes", + } + } + } +}; + +export const UsagesResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "UsagesResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "MongoIndex" + className: "Usage" } } } + } + } + } +}; + +export const Usage: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "Usage", + modelProperties: { + unit: { + serializedName: "unit", + readOnly: true, + type: { + name: "String" + } }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + name: { + serializedName: "name", type: { - name: "Number" + 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 MongoDBCollectionGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionGetProperties_options", +export const PartitionUsagesResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionGetPropertiesOptions", + className: "PartitionUsagesResult", modelProperties: { - ...OptionsResource.type.modelProperties + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PartitionUsage" + } + } + } + } } } }; -export const MongoDBCollectionGetResults: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionGetResults", +export const MetricDefinitionsListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionGetResults", + className: "MetricDefinitionsListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "MongoDBCollectionGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "MongoDBCollectionGetPropertiesOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MetricDefinition" + } + } } } } } }; -export const TableGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "TableGetProperties_resource", +export const MetricDefinition: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableGetPropertiesResource", + className: "MetricDefinition", modelProperties: { - id: { - required: true, - serializedName: "id", + metricAvailabilities: { + serializedName: "metricAvailabilities", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MetricAvailability" + } + } } }, - _rid: { + primaryAggregationType: { + serializedName: "primaryAggregationType", readOnly: true, - serializedName: "_rid", type: { name: "String" } }, - _ts: { + unit: { + serializedName: "unit", readOnly: true, - serializedName: "_ts", type: { - name: "Number" + name: "String" } }, - _etag: { + resourceUri: { + serializedName: "resourceUri", readOnly: true, - serializedName: "_etag", type: { name: "String" } + }, + name: { + serializedName: "name", + type: { + name: "Composite", + className: "MetricName" + } } } } }; -export const TableGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "TableGetProperties_options", +export const MetricAvailability: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableGetPropertiesOptions", + className: "MetricAvailability", modelProperties: { - ...OptionsResource.type.modelProperties + timeGrain: { + serializedName: "timeGrain", + readOnly: true, + type: { + name: "String" + } + }, + retention: { + serializedName: "retention", + readOnly: true, + type: { + name: "String" + } + } } } }; -export const TableGetResults: msRest.CompositeMapper = { - serializedName: "TableGetResults", +export const GraphResourcesListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableGetResults", + className: "GraphResourcesListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "TableGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "TableGetPropertiesOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "GraphResourceGetResults" + } + } } } } } }; -export const CassandraKeyspaceGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceGetProperties_resource", +export const GraphResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceGetPropertiesResource", + className: "GraphResource", 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" } @@ -2088,140 +1822,79 @@ export const CassandraKeyspaceGetPropertiesResource: msRest.CompositeMapper = { } }; -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 OptionsResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceGetResults", + className: "OptionsResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + throughput: { + serializedName: "throughput", type: { - name: "Composite", - className: "CassandraKeyspaceGetPropertiesResource" + name: "Number" } }, - options: { - serializedName: "properties.options", + autoscaleSettings: { + serializedName: "autoscaleSettings", type: { name: "Composite", - className: "CassandraKeyspaceGetPropertiesOptions" - } - } - } - } -}; - -export const Column: msRest.CompositeMapper = { - serializedName: "Column", - type: { - name: "Composite", - className: "Column", - modelProperties: { - name: { - serializedName: "name", - type: { - name: "String" - } - }, - type: { - serializedName: "type", - type: { - name: "String" + className: "AutoscaleSettings" } } } } }; -export const CassandraPartitionKey: msRest.CompositeMapper = { - serializedName: "CassandraPartitionKey", +export const AutoscaleSettings: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraPartitionKey", + className: "AutoscaleSettings", modelProperties: { - name: { - serializedName: "name", + maxThroughput: { + serializedName: "maxThroughput", type: { - name: "String" + name: "Number" } } } } }; -export const ClusterKey: msRest.CompositeMapper = { - serializedName: "ClusterKey", +export const CreateUpdateOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ClusterKey", + className: "CreateUpdateOptions", modelProperties: { - name: { - serializedName: "name", + throughput: { + serializedName: "throughput", type: { - name: "String" + name: "Number" } }, - orderBy: { - serializedName: "orderBy", + autoscaleSettings: { + serializedName: "autoscaleSettings", type: { - name: "String" + name: "Composite", + className: "AutoscaleSettings" } } } } }; -export const CassandraSchema: msRest.CompositeMapper = { - serializedName: "CassandraSchema", +export const SqlDatabaseListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraSchema", + className: "SqlDatabaseListResult", modelProperties: { - columns: { - serializedName: "columns", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Column" - } - } - } - }, - partitionKeys: { - serializedName: "partitionKeys", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "CassandraPartitionKey" - } - } - } - }, - clusterKeys: { - serializedName: "clusterKeys", + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "ClusterKey" + className: "SqlDatabaseGetResults" } } } @@ -2230,55 +1903,50 @@ export const CassandraSchema: msRest.CompositeMapper = { } }; -export const CassandraTableGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "CassandraTableGetProperties_resource", +export const SqlDatabaseResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableGetPropertiesResource", + className: "SqlDatabaseResource", modelProperties: { id: { - required: true, serializedName: "id", + required: true, type: { name: "String" } - }, - defaultTtl: { - serializedName: "defaultTtl", + } + } + } +}; + +export const ThroughputSettingsResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ThroughputSettingsResource", + modelProperties: { + throughput: { + serializedName: "throughput", type: { name: "Number" } }, - schema: { - serializedName: "schema", + autoscaleSettings: { + serializedName: "autoscaleSettings", type: { name: "Composite", - className: "CassandraSchema" - } - }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", - type: { - name: "Number" + className: "AutoscaleSettingsResource" } }, - _rid: { + minimumThroughput: { + serializedName: "minimumThroughput", readOnly: true, - serializedName: "_rid", type: { name: "String" } }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { + offerReplacePending: { + serializedName: "offerReplacePending", readOnly: true, - serializedName: "_etag", type: { name: "String" } @@ -2287,125 +1955,119 @@ export const CassandraTableGetPropertiesResource: msRest.CompositeMapper = { } }; -export const CassandraTableGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "CassandraTableGetProperties_options", +export const AutoscaleSettingsResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableGetPropertiesOptions", + className: "AutoscaleSettingsResource", modelProperties: { - ...OptionsResource.type.modelProperties + maxThroughput: { + serializedName: "maxThroughput", + required: true, + type: { + name: "Number" + } + }, + autoUpgradePolicy: { + serializedName: "autoUpgradePolicy", + type: { + name: "Composite", + className: "AutoUpgradePolicyResource" + } + }, + targetMaxThroughput: { + serializedName: "targetMaxThroughput", + readOnly: true, + type: { + name: "Number" + } + } } } }; -export const CassandraTableGetResults: msRest.CompositeMapper = { - serializedName: "CassandraTableGetResults", +export const AutoUpgradePolicyResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableGetResults", + className: "AutoUpgradePolicyResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "CassandraTableGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", + throughputPolicy: { + serializedName: "throughputPolicy", type: { name: "Composite", - className: "CassandraTableGetPropertiesOptions" + className: "ThroughputPolicyResource" } } } } }; -export const GremlinDatabaseGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseGetProperties_resource", +export const ThroughputPolicyResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseGetPropertiesResource", + className: "ThroughputPolicyResource", modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" - } - }, - _rid: { - readOnly: true, - serializedName: "_rid", + isEnabled: { + serializedName: "isEnabled", type: { - name: "String" + name: "Boolean" } }, - _ts: { - readOnly: true, - serializedName: "_ts", + incrementPercent: { + serializedName: "incrementPercent", type: { name: "Number" } - }, - _etag: { - readOnly: true, - serializedName: "_etag", - type: { - name: "String" - } } } } }; -export const GremlinDatabaseGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseGetProperties_options", +export const CloudError: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseGetPropertiesOptions", + className: "CloudError", modelProperties: { - ...OptionsResource.type.modelProperties + error: { + serializedName: "error", + type: { + name: "Composite", + className: "ErrorResponse" + } + } } } }; -export const GremlinDatabaseGetResults: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseGetResults", +export const SqlContainerListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseGetResults", + className: "SqlContainerListResult", 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: "SqlContainerGetResults" + } + } } } } } }; -export const GremlinGraphGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "GremlinGraphGetProperties_resource", +export const SqlContainerResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphGetPropertiesResource", + className: "SqlContainerResource", modelProperties: { id: { - required: true, serializedName: "id", + required: true, type: { name: "String" } @@ -2444,81 +2106,139 @@ export const GremlinGraphGetPropertiesResource: msRest.CompositeMapper = { className: "ConflictResolutionPolicy" } }, - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - _ts: { - readOnly: true, - serializedName: "_ts", + analyticalStorageTtl: { + serializedName: "analyticalStorageTtl", type: { name: "Number" } - }, - _etag: { - readOnly: true, - serializedName: "_etag", - type: { - name: "String" - } } } } }; -export const GremlinGraphGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "GremlinGraphGetProperties_options", +export const IndexingPolicy: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphGetPropertiesOptions", + className: "IndexingPolicy", modelProperties: { - ...OptionsResource.type.modelProperties + automatic: { + serializedName: "automatic", + type: { + name: "Boolean" + } + }, + indexingMode: { + defaultValue: "consistent", + serializedName: "indexingMode", + type: { + name: "String" + } + }, + includedPaths: { + serializedName: "includedPaths", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "IncludedPath" + } + } + } + }, + excludedPaths: { + serializedName: "excludedPaths", + type: { + 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 GremlinGraphGetResults: msRest.CompositeMapper = { - serializedName: "GremlinGraphGetResults", +export const IncludedPath: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphGetResults", + className: "IncludedPath", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + path: { + serializedName: "path", type: { - name: "Composite", - className: "GremlinGraphGetPropertiesResource" + name: "String" } }, - options: { - serializedName: "properties.options", + indexes: { + serializedName: "indexes", type: { - name: "Composite", - className: "GremlinGraphGetPropertiesOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Indexes" + } + } } } } } }; -export const ErrorResponse: msRest.CompositeMapper = { - serializedName: "ErrorResponse", +export const Indexes: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ErrorResponse", + className: "Indexes", modelProperties: { - code: { - serializedName: "code", + dataType: { + defaultValue: "String", + serializedName: "dataType", type: { name: "String" } }, - message: { - serializedName: "message", + precision: { + serializedName: "precision", + type: { + name: "Number" + } + }, + kind: { + defaultValue: "Hash", + serializedName: "kind", type: { name: "String" } @@ -2527,38 +2247,34 @@ export const ErrorResponse: msRest.CompositeMapper = { } }; -export const FailoverPolicies: msRest.CompositeMapper = { - serializedName: "FailoverPolicies", +export const ExcludedPath: coreClient.CompositeMapper = { type: { name: "Composite", - className: "FailoverPolicies", + className: "ExcludedPath", modelProperties: { - failoverPolicies: { - required: true, - serializedName: "failoverPolicies", + path: { + serializedName: "path", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "FailoverPolicy" - } - } + name: "String" } } } } }; -export const RegionForOnlineOffline: msRest.CompositeMapper = { - serializedName: "RegionForOnlineOffline", +export const CompositePath: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RegionForOnlineOffline", + className: "CompositePath", modelProperties: { - region: { - required: true, - serializedName: "region", + path: { + serializedName: "path", + type: { + name: "String" + } + }, + order: { + serializedName: "order", type: { name: "String" } @@ -2567,188 +2283,225 @@ export const RegionForOnlineOffline: msRest.CompositeMapper = { } }; -export const ARMProxyResource: msRest.CompositeMapper = { - serializedName: "ARMProxyResource", +export const SpatialSpec: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ARMProxyResource", + className: "SpatialSpec", modelProperties: { - id: { - readOnly: true, - serializedName: "id", + path: { + serializedName: "path", type: { name: "String" } }, - name: { - readOnly: true, - serializedName: "name", - type: { - name: "String" - } - }, - type: { - readOnly: true, - serializedName: "type", + types: { + serializedName: "types", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "String" + } + } } } } } }; -export const ExtendedResourceProperties: msRest.CompositeMapper = { - serializedName: "ExtendedResourceProperties", +export const ContainerPartitionKey: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ExtendedResourceProperties", + className: "ContainerPartitionKey", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", + paths: { + serializedName: "paths", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + 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 ThroughputPolicyResource: msRest.CompositeMapper = { - serializedName: "ThroughputPolicyResource", +export const UniqueKeyPolicy: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputPolicyResource", + className: "UniqueKeyPolicy", modelProperties: { - isEnabled: { - serializedName: "isEnabled", - type: { - name: "Boolean" - } - }, - incrementPercent: { - serializedName: "incrementPercent", + uniqueKeys: { + serializedName: "uniqueKeys", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "UniqueKey" + } + } } } } } }; -export const AutoUpgradePolicyResource: msRest.CompositeMapper = { - serializedName: "AutoUpgradePolicyResource", +export const UniqueKey: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AutoUpgradePolicyResource", + className: "UniqueKey", modelProperties: { - throughputPolicy: { - serializedName: "throughputPolicy", + paths: { + serializedName: "paths", type: { - name: "Composite", - className: "ThroughputPolicyResource" + name: "Sequence", + element: { + type: { + name: "String" + } + } } } } } }; -export const AutoscaleSettingsResource: msRest.CompositeMapper = { - serializedName: "AutoscaleSettingsResource", +export const ConflictResolutionPolicy: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AutoscaleSettingsResource", + className: "ConflictResolutionPolicy", modelProperties: { - maxThroughput: { - required: true, - serializedName: "maxThroughput", + mode: { + defaultValue: "LastWriterWins", + serializedName: "mode", type: { - name: "Number" + name: "String" } }, - autoUpgradePolicy: { - serializedName: "autoUpgradePolicy", + conflictResolutionPath: { + serializedName: "conflictResolutionPath", type: { - name: "Composite", - className: "AutoUpgradePolicyResource" + name: "String" } }, - targetMaxThroughput: { - readOnly: true, - serializedName: "targetMaxThroughput", + conflictResolutionProcedure: { + serializedName: "conflictResolutionProcedure", type: { - name: "Number" + name: "String" } } } } }; -export const ThroughputSettingsGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsGetProperties_resource", +export const SqlStoredProcedureListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputSettingsGetPropertiesResource", + className: "SqlStoredProcedureListResult", modelProperties: { - throughput: { - serializedName: "throughput", - type: { - name: "Number" - } - }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "AutoscaleSettingsResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlStoredProcedureGetResults" + } + } } - }, - minimumThroughput: { - readOnly: true, - serializedName: "minimumThroughput", + } + } + } +}; + +export const SqlStoredProcedureResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlStoredProcedureResource", + modelProperties: { + id: { + serializedName: "id", + required: true, type: { name: "String" } }, - offerReplacePending: { - readOnly: true, - serializedName: "offerReplacePending", + body: { + serializedName: "body", type: { name: "String" } - }, - _rid: { + } + } + } +}; + +export const SqlUserDefinedFunctionListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlUserDefinedFunctionListResult", + modelProperties: { + value: { + serializedName: "value", readOnly: true, - serializedName: "_rid", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlUserDefinedFunctionGetResults" + } + } } - }, - _ts: { - readOnly: true, - serializedName: "_ts", + } + } + } +}; + +export const SqlUserDefinedFunctionResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlUserDefinedFunctionResource", + modelProperties: { + id: { + serializedName: "id", + required: true, type: { - name: "Number" + name: "String" } }, - _etag: { - readOnly: true, - serializedName: "_etag", + body: { + serializedName: "body", type: { name: "String" } @@ -2757,534 +2510,1459 @@ export const ThroughputSettingsGetPropertiesResource: msRest.CompositeMapper = { } }; -export const ThroughputSettingsGetResults: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsGetResults", +export const SqlTriggerListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputSettingsGetResults", + className: "SqlTriggerListResult", 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: "SqlTriggerGetResults" + } + } } } } } }; -export const DatabaseAccountCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "DatabaseAccountCreateUpdateParameters", +export const SqlTriggerResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountCreateUpdateParameters", + className: "SqlTriggerResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - kind: { - serializedName: "kind", - defaultValue: 'GlobalDocumentDB', + id: { + serializedName: "id", + required: true, type: { name: "String" } }, - identity: { - serializedName: "identity", + body: { + serializedName: "body", type: { - name: "Composite", - className: "ManagedServiceIdentity" + name: "String" } }, - consistencyPolicy: { - serializedName: "properties.consistencyPolicy", + triggerType: { + serializedName: "triggerType", type: { - name: "Composite", - className: "ConsistencyPolicy" + name: "String" } }, - locations: { - required: true, - serializedName: "properties.locations", + triggerOperation: { + serializedName: "triggerOperation", + type: { + name: "String" + } + } + } + } +}; + +export const MongoDBDatabaseListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBDatabaseListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "Location" + className: "MongoDBDatabaseGetResults" } } } - }, - databaseAccountOfferType: { - required: true, - isConstant: true, - serializedName: "properties.databaseAccountOfferType", - defaultValue: 'Standard', - type: { + } + } + } +}; + +export const MongoDBDatabaseResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBDatabaseResource", + modelProperties: { + id: { + serializedName: "id", + required: true, + type: { + name: "String" + } + } + } + } +}; + +export const MongoDBCollectionListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBCollectionListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MongoDBCollectionGetResults" + } + } + } + } + } + } +}; + +export const MongoDBCollectionResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBCollectionResource", + modelProperties: { + id: { + serializedName: "id", + required: true, + 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" + } + } + } + } +}; + +export const MongoIndex: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoIndex", + modelProperties: { + key: { + serializedName: "key", + type: { + name: "Composite", + className: "MongoIndexKeys" + } + }, + options: { + serializedName: "options", + type: { + name: "Composite", + className: "MongoIndexOptions" + } + } + } + } +}; + +export const MongoIndexKeys: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoIndexKeys", + modelProperties: { + keys: { + serializedName: "keys", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const MongoIndexOptions: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoIndexOptions", + modelProperties: { + expireAfterSeconds: { + serializedName: "expireAfterSeconds", + type: { + name: "Number" + } + }, + unique: { + serializedName: "unique", + type: { + name: "Boolean" + } + } + } + } +}; + +export const TableListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "TableListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "TableGetResults" + } + } + } + } + } + } +}; + +export const TableResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "TableResource", + modelProperties: { + id: { + serializedName: "id", + required: true, + type: { + name: "String" + } + } + } + } +}; + +export const CassandraKeyspaceListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CassandraKeyspaceGetResults" + } + } + } + } + } + } +}; + +export const CassandraKeyspaceResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceResource", + modelProperties: { + id: { + serializedName: "id", + required: true, + type: { + name: "String" + } + } + } + } +}; + +export const CassandraTableListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraTableListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CassandraTableGetResults" + } + } + } + } + } + } +}; + +export const CassandraTableResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraTableResource", + modelProperties: { + id: { + serializedName: "id", + required: true, + type: { + name: "String" + } + }, + defaultTtl: { + serializedName: "defaultTtl", + type: { + name: "Number" + } + }, + schema: { + serializedName: "schema", + type: { + name: "Composite", + className: "CassandraSchema" + } + }, + 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: "Column" + } + } + } + }, + partitionKeys: { + serializedName: "partitionKeys", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CassandraPartitionKey" + } + } + } + }, + clusterKeys: { + serializedName: "clusterKeys", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ClusterKey" + } + } + } + } + } + } +}; + +export const Column: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "Column", + modelProperties: { + name: { + serializedName: "name", + type: { + name: "String" + } + }, + type: { + serializedName: "type", + type: { + name: "String" + } + } + } + } +}; + +export const CassandraPartitionKey: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraPartitionKey", + modelProperties: { + name: { + serializedName: "name", + type: { + name: "String" + } + } + } + } +}; + +export const ClusterKey: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ClusterKey", + modelProperties: { + name: { + serializedName: "name", + type: { + name: "String" + } + }, + orderBy: { + serializedName: "orderBy", + type: { + name: "String" + } + } + } + } +}; + +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" + } + } + } + } +}; + +export const GremlinGraphListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinGraphListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "GremlinGraphGetResults" + } + } + } + } + } + } +}; + +export const GremlinGraphResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinGraphResource", + modelProperties: { + id: { + 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" + } + } + } + } +}; + +export const LocationListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "LocationListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "LocationGetResult" + } + } + } + } + } + } +}; + +export const ARMProxyResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ARMProxyResource", + modelProperties: { + id: { + serializedName: "id", + readOnly: true, + type: { + name: "String" + } + }, + name: { + serializedName: "name", + readOnly: true, + type: { + name: "String" + } + }, + type: { + serializedName: "type", + readOnly: true, + type: { + name: "String" + } + } + } + } +}; + +export const LocationProperties: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "LocationProperties", + modelProperties: { + status: { + serializedName: "status", + readOnly: true, + type: { + name: "String" + } + }, + supportsAvailabilityZone: { + serializedName: "supportsAvailabilityZone", + readOnly: true, + type: { + name: "Boolean" + } + }, + isResidencyRestricted: { + serializedName: "isResidencyRestricted", + readOnly: true, + type: { + name: "Boolean" + } + }, + backupStorageRedundancies: { + serializedName: "backupStorageRedundancies", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const CassandraViewListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraViewListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CassandraViewGetResults" + } + } + } + } + } + } +}; + +export const CassandraViewResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraViewResource", + modelProperties: { + id: { + serializedName: "id", + required: true, + type: { name: "String" } }, - ipRules: { - serializedName: "properties.ipRules", + viewDefinition: { + serializedName: "viewDefinition", + type: { + name: "String" + } + } + } + } +}; + +export const NotebookWorkspaceListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "NotebookWorkspaceListResult", + modelProperties: { + value: { + serializedName: "value", type: { name: "Sequence", element: { type: { name: "Composite", - className: "IpAddressOrRange" + className: "NotebookWorkspace" } } } - }, - isVirtualNetworkFilterEnabled: { - serializedName: "properties.isVirtualNetworkFilterEnabled", + } + } + } +}; + +export const NotebookWorkspaceConnectionInfoResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "NotebookWorkspaceConnectionInfoResult", + modelProperties: { + authToken: { + serializedName: "authToken", + readOnly: true, type: { - name: "Boolean" + name: "String" } }, - enableAutomaticFailover: { - serializedName: "properties.enableAutomaticFailover", + notebookServerEndpoint: { + serializedName: "notebookServerEndpoint", + readOnly: true, type: { - name: "Boolean" + name: "String" } - }, - capabilities: { - serializedName: "properties.capabilities", + } + } + } +}; + +export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "PrivateEndpointConnectionListResult", + modelProperties: { + value: { + serializedName: "value", type: { name: "Sequence", element: { type: { name: "Composite", - className: "Capability" + className: "PrivateEndpointConnection" } } } - }, - virtualNetworkRules: { - serializedName: "properties.virtualNetworkRules", + } + } + } +}; + +export const PrivateLinkResourceListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "PrivateLinkResourceListResult", + modelProperties: { + value: { + serializedName: "value", type: { name: "Sequence", element: { type: { name: "Composite", - className: "VirtualNetworkRule" + className: "PrivateLinkResource" + } + } + } + } + } + } +}; + +export const Permission: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "Permission", + modelProperties: { + dataActions: { + serializedName: "dataActions", + type: { + name: "Sequence", + element: { + type: { + name: "String" } } } }, - enableMultipleWriteLocations: { - serializedName: "properties.enableMultipleWriteLocations", + 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" } }, - enableCassandraConnector: { - serializedName: "properties.enableCassandraConnector", + type: { + serializedName: "properties.type", type: { - name: "Boolean" + name: "Enum", + allowedValues: ["BuiltInRole", "CustomRole"] } }, - connectorOffer: { - serializedName: "properties.connectorOffer", + assignableScopes: { + serializedName: "properties.assignableScopes", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + permissions: { + serializedName: "properties.permissions", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Permission" + } + } + } + } + } + } +}; + +export const SqlRoleDefinitionListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlRoleDefinitionListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlRoleDefinitionGetResults" + } + } + } + } + } + } +}; + +export const SqlRoleAssignmentCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlRoleAssignmentCreateUpdateParameters", + modelProperties: { + roleDefinitionId: { + serializedName: "properties.roleDefinitionId", type: { name: "String" } }, - disableKeyBasedMetadataWriteAccess: { - serializedName: "properties.disableKeyBasedMetadataWriteAccess", + scope: { + serializedName: "properties.scope", + type: { + name: "String" + } + }, + principalId: { + serializedName: "properties.principalId", + type: { + name: "String" + } + } + } + } +}; + +export const SqlRoleAssignmentListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlRoleAssignmentListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlRoleAssignmentGetResults" + } + } + } + } + } + } +}; + +export const RestorableDatabaseAccountsListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableDatabaseAccountsListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { - name: "Boolean" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "RestorableDatabaseAccountGetResult" + } + } } - }, - keyVaultKeyUri: { - serializedName: "properties.keyVaultKeyUri", + } + } + } +}; + +export const RestorableDatabaseAccountGetResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableDatabaseAccountGetResult", + modelProperties: { + id: { + serializedName: "id", + readOnly: true, type: { name: "String" } }, - defaultIdentity: { - serializedName: "properties.defaultIdentity", + name: { + serializedName: "name", + readOnly: true, type: { name: "String" } }, - publicNetworkAccess: { - serializedName: "properties.publicNetworkAccess", + type: { + serializedName: "type", + readOnly: true, type: { name: "String" } }, - enableFreeTier: { - serializedName: "properties.enableFreeTier", + location: { + serializedName: "location", type: { - name: "Boolean" + name: "String" } }, - apiProperties: { - serializedName: "properties.apiProperties", + accountName: { + serializedName: "properties.accountName", type: { - name: "Composite", - className: "ApiProperties" + name: "String" } }, - enableAnalyticalStorage: { - serializedName: "properties.enableAnalyticalStorage", + creationTime: { + serializedName: "properties.creationTime", type: { - name: "Boolean" + name: "DateTime" } }, - analyticalStorageConfiguration: { - serializedName: "properties.analyticalStorageConfiguration", + deletionTime: { + serializedName: "properties.deletionTime", type: { - name: "Composite", - className: "AnalyticalStorageConfiguration" + name: "DateTime" } }, - createMode: { - serializedName: "properties.createMode", - defaultValue: 'Default', + apiType: { + serializedName: "properties.apiType", + readOnly: true, type: { name: "String" } }, - backupPolicy: { - serializedName: "properties.backupPolicy", - type: { - name: "Composite", - className: "BackupPolicy" - } - }, - cors: { - serializedName: "properties.cors", + restorableLocations: { + serializedName: "properties.restorableLocations", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "CorsPolicy" + className: "RestorableLocationResource" } } } - }, - networkAclBypass: { - serializedName: "properties.networkAclBypass", + } + } + } +}; + +export const RestorableLocationResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableLocationResource", + modelProperties: { + locationName: { + serializedName: "locationName", + readOnly: true, type: { - name: "Enum", - allowedValues: [ - "None", - "AzureServices" - ] + name: "String" } }, - networkAclBypassResourceIds: { - serializedName: "properties.networkAclBypassResourceIds", + regionalDatabaseAccountInstanceId: { + serializedName: "regionalDatabaseAccountInstanceId", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "String" } }, - disableLocalAuth: { - serializedName: "properties.disableLocalAuth", + creationTime: { + serializedName: "creationTime", + readOnly: true, type: { - name: "Boolean" + name: "DateTime" } }, - restoreParameters: { - serializedName: "properties.restoreParameters", + deletionTime: { + serializedName: "deletionTime", + readOnly: true, + type: { + name: "DateTime" + } + } + } + } +}; + +export const ContinuousBackupRestoreLocation: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ContinuousBackupRestoreLocation", + modelProperties: { + location: { + serializedName: "location", + type: { + name: "String" + } + } + } + } +}; + +export const BackupInformation: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "BackupInformation", + modelProperties: { + continuousBackupInformation: { + serializedName: "continuousBackupInformation", type: { name: "Composite", - className: "RestoreParameters" + className: "ContinuousBackupInformation" } } } } }; -export const DatabaseAccountUpdateParameters: msRest.CompositeMapper = { - serializedName: "DatabaseAccountUpdateParameters", +export const ContinuousBackupInformation: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountUpdateParameters", + className: "ContinuousBackupInformation", modelProperties: { - tags: { - serializedName: "tags", + latestRestorableTimestamp: { + serializedName: "latestRestorableTimestamp", type: { - name: "Dictionary", - value: { + name: "String" + } + } + } + } +}; + +export const RestorableSqlDatabasesListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableSqlDatabasesListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { type: { - name: "String" + name: "Composite", + className: "RestorableSqlDatabaseGetResult" } } } + } + } + } +}; + +export const RestorableSqlDatabaseGetResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableSqlDatabaseGetResult", + modelProperties: { + id: { + serializedName: "id", + readOnly: true, + type: { + name: "String" + } }, - location: { - serializedName: "location", + name: { + serializedName: "name", + readOnly: true, type: { name: "String" } }, - identity: { - serializedName: "identity", + type: { + serializedName: "type", + readOnly: true, type: { - name: "Composite", - className: "ManagedServiceIdentity" + name: "String" } }, - consistencyPolicy: { - serializedName: "properties.consistencyPolicy", + resource: { + serializedName: "properties.resource", type: { name: "Composite", - className: "ConsistencyPolicy" + className: "RestorableSqlDatabasePropertiesResource" } - }, - locations: { - serializedName: "properties.locations", + } + } + } +}; + +export const RestorableSqlDatabasePropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableSqlDatabasePropertiesResource", + modelProperties: { + rid: { + serializedName: "_rid", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Location" - } - } + name: "String" } }, - ipRules: { - serializedName: "properties.ipRules", + operationType: { + serializedName: "operationType", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "IpAddressOrRange" - } - } + name: "String" + } + }, + eventTimestamp: { + serializedName: "eventTimestamp", + readOnly: true, + type: { + name: "String" } }, - isVirtualNetworkFilterEnabled: { - serializedName: "properties.isVirtualNetworkFilterEnabled", + ownerId: { + serializedName: "ownerId", + readOnly: true, type: { - name: "Boolean" + name: "String" } }, - enableAutomaticFailover: { - serializedName: "properties.enableAutomaticFailover", + ownerResourceId: { + serializedName: "ownerResourceId", + readOnly: true, type: { - name: "Boolean" + name: "String" } }, - capabilities: { - serializedName: "properties.capabilities", + database: { + serializedName: "database", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Capability" - } - } + name: "Composite", + className: "RestorableSqlDatabasePropertiesResourceDatabase" } - }, - virtualNetworkRules: { - serializedName: "properties.virtualNetworkRules", + } + } + } +}; + +export const RestorableSqlContainersListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableSqlContainersListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "VirtualNetworkRule" + className: "RestorableSqlContainerGetResult" } } } - }, - enableMultipleWriteLocations: { - serializedName: "properties.enableMultipleWriteLocations", + } + } + } +}; + +export const RestorableSqlContainerGetResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableSqlContainerGetResult", + modelProperties: { + id: { + serializedName: "id", + readOnly: true, type: { - name: "Boolean" + name: "String" } }, - enableCassandraConnector: { - serializedName: "properties.enableCassandraConnector", + name: { + serializedName: "name", + readOnly: true, type: { - name: "Boolean" + name: "String" } }, - connectorOffer: { - serializedName: "properties.connectorOffer", + type: { + serializedName: "type", + readOnly: true, type: { name: "String" } }, - disableKeyBasedMetadataWriteAccess: { - serializedName: "properties.disableKeyBasedMetadataWriteAccess", + resource: { + serializedName: "properties.resource", type: { - name: "Boolean" + name: "Composite", + className: "RestorableSqlContainerPropertiesResource" } - }, - keyVaultKeyUri: { - serializedName: "properties.keyVaultKeyUri", + } + } + } +}; + +export const RestorableSqlContainerPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableSqlContainerPropertiesResource", + modelProperties: { + rid: { + serializedName: "_rid", + readOnly: true, type: { name: "String" } }, - defaultIdentity: { - serializedName: "properties.defaultIdentity", + operationType: { + serializedName: "operationType", + readOnly: true, type: { name: "String" } }, - publicNetworkAccess: { - serializedName: "properties.publicNetworkAccess", + eventTimestamp: { + serializedName: "eventTimestamp", + readOnly: true, type: { name: "String" } }, - enableFreeTier: { - serializedName: "properties.enableFreeTier", - type: { - name: "Boolean" - } - }, - apiProperties: { - serializedName: "properties.apiProperties", - type: { - name: "Composite", - className: "ApiProperties" - } - }, - enableAnalyticalStorage: { - serializedName: "properties.enableAnalyticalStorage", + ownerId: { + serializedName: "ownerId", + readOnly: true, type: { - name: "Boolean" + name: "String" } }, - analyticalStorageConfiguration: { - serializedName: "properties.analyticalStorageConfiguration", + ownerResourceId: { + serializedName: "ownerResourceId", + readOnly: true, type: { - name: "Composite", - className: "AnalyticalStorageConfiguration" + name: "String" } }, - backupPolicy: { - serializedName: "properties.backupPolicy", + container: { + serializedName: "container", type: { name: "Composite", - className: "BackupPolicy" + className: "RestorableSqlContainerPropertiesResourceContainer" } - }, - cors: { - serializedName: "properties.cors", + } + } + } +}; + +export const RestorableSqlResourcesListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableSqlResourcesListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "CorsPolicy" + className: "DatabaseRestoreResource" } } } - }, - networkAclBypass: { - serializedName: "properties.networkAclBypass", - type: { - name: "Enum", - allowedValues: [ - "None", - "AzureServices" - ] - } - }, - networkAclBypassResourceIds: { - serializedName: "properties.networkAclBypassResourceIds", + } + } + } +}; + +export const RestorableMongodbDatabasesListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableMongodbDatabasesListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "RestorableMongodbDatabaseGetResult" } } } - }, - disableLocalAuth: { - serializedName: "properties.disableLocalAuth", - type: { - name: "Boolean" - } } } } }; -export const DatabaseAccountListReadOnlyKeysResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountListReadOnlyKeysResult", +export const RestorableMongodbDatabaseGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountListReadOnlyKeysResult", + className: "RestorableMongodbDatabaseGetResult", modelProperties: { - primaryReadonlyMasterKey: { + id: { + serializedName: "id", readOnly: true, - serializedName: "primaryReadonlyMasterKey", type: { name: "String" } }, - secondaryReadonlyMasterKey: { + name: { + serializedName: "name", + readOnly: true, + type: { + name: "String" + } + }, + type: { + serializedName: "type", readOnly: true, - serializedName: "secondaryReadonlyMasterKey", type: { name: "String" } + }, + resource: { + serializedName: "properties.resource", + type: { + name: "Composite", + className: "RestorableMongodbDatabasePropertiesResource" + } } } } }; -export const DatabaseAccountListKeysResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountListKeysResult", +export const RestorableMongodbDatabasePropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountListKeysResult", + className: "RestorableMongodbDatabasePropertiesResource", modelProperties: { - ...DatabaseAccountListReadOnlyKeysResult.type.modelProperties, - primaryMasterKey: { + rid: { + serializedName: "_rid", readOnly: true, - serializedName: "primaryMasterKey", type: { name: "String" } }, - secondaryMasterKey: { + operationType: { + serializedName: "operationType", readOnly: true, - serializedName: "secondaryMasterKey", type: { name: "String" } - } - } - } -}; - -export const DatabaseAccountConnectionString: msRest.CompositeMapper = { - serializedName: "DatabaseAccountConnectionString", - type: { - name: "Composite", - className: "DatabaseAccountConnectionString", - modelProperties: { - connectionString: { + }, + eventTimestamp: { + serializedName: "eventTimestamp", readOnly: true, - serializedName: "connectionString", type: { name: "String" } }, - description: { + ownerId: { + serializedName: "ownerId", + readOnly: true, + type: { + name: "String" + } + }, + ownerResourceId: { + serializedName: "ownerResourceId", readOnly: true, - serializedName: "description", type: { name: "String" } @@ -3293,20 +3971,20 @@ export const DatabaseAccountConnectionString: msRest.CompositeMapper = { } }; -export const DatabaseAccountListConnectionStringsResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountListConnectionStringsResult", +export const RestorableMongodbCollectionsListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountListConnectionStringsResult", + className: "RestorableMongodbCollectionsListResult", modelProperties: { - connectionStrings: { - serializedName: "connectionStrings", + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "DatabaseAccountConnectionString" + className: "RestorableMongodbCollectionGetResult" } } } @@ -3315,369 +3993,400 @@ export const DatabaseAccountListConnectionStringsResult: msRest.CompositeMapper } }; -export const DatabaseAccountRegenerateKeyParameters: msRest.CompositeMapper = { - serializedName: "DatabaseAccountRegenerateKeyParameters", +export const RestorableMongodbCollectionGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountRegenerateKeyParameters", + className: "RestorableMongodbCollectionGetResult", modelProperties: { - keyKind: { - required: true, - serializedName: "keyKind", + id: { + serializedName: "id", + readOnly: true, + type: { + name: "String" + } + }, + name: { + serializedName: "name", + readOnly: true, + type: { + name: "String" + } + }, + type: { + serializedName: "type", + readOnly: true, type: { name: "String" } + }, + resource: { + serializedName: "properties.resource", + type: { + name: "Composite", + className: "RestorableMongodbCollectionPropertiesResource" + } } } } }; -export const ThroughputSettingsResource: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsResource", +export const RestorableMongodbCollectionPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputSettingsResource", + className: "RestorableMongodbCollectionPropertiesResource", modelProperties: { - throughput: { - serializedName: "throughput", + rid: { + serializedName: "_rid", + readOnly: true, type: { - name: "Number" + name: "String" } }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + operationType: { + serializedName: "operationType", + readOnly: true, type: { - name: "Composite", - className: "AutoscaleSettingsResource" + name: "String" } }, - minimumThroughput: { + eventTimestamp: { + serializedName: "eventTimestamp", readOnly: true, - serializedName: "minimumThroughput", type: { name: "String" } }, - offerReplacePending: { + ownerId: { + serializedName: "ownerId", readOnly: true, - serializedName: "offerReplacePending", type: { name: "String" } - } - } - } -}; - -export const ThroughputSettingsUpdateParameters: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsUpdateParameters", - type: { - name: "Composite", - className: "ThroughputSettingsUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + ownerResourceId: { + serializedName: "ownerResourceId", + readOnly: true, type: { - name: "Composite", - className: "ThroughputSettingsResource" + name: "String" } } } } }; -export const SqlDatabaseResource: msRest.CompositeMapper = { - serializedName: "SqlDatabaseResource", +export const RestorableMongodbResourcesListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseResource", + 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 AutoscaleSettings: msRest.CompositeMapper = { - serializedName: "AutoscaleSettings", +export const ListClusters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AutoscaleSettings", + className: "ListClusters", modelProperties: { - maxThroughput: { - serializedName: "maxThroughput", + value: { + serializedName: "value", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ClusterResource" + } + } } } } } }; -export const CreateUpdateOptions: msRest.CompositeMapper = { - serializedName: "CreateUpdateOptions", +export const ClusterResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CreateUpdateOptions", + className: "ClusterResourceProperties", modelProperties: { - throughput: { - serializedName: "throughput", + provisioningState: { + serializedName: "provisioningState", type: { - name: "Number" + name: "String" } }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + restoreFromBackupId: { + serializedName: "restoreFromBackupId", 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", + }, + delegatedManagementSubnetId: { + serializedName: "delegatedManagementSubnetId", type: { - name: "Composite", - className: "SqlDatabaseResource" + name: "String" } }, - options: { - serializedName: "properties.options", + cassandraVersion: { + serializedName: "cassandraVersion", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "String" } - } - } - } -}; - -export const SqlContainerResource: msRest.CompositeMapper = { - serializedName: "SqlContainerResource", - type: { - name: "Composite", - className: "SqlContainerResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + clusterNameOverride: { + serializedName: "clusterNameOverride", type: { name: "String" } }, - indexingPolicy: { - serializedName: "indexingPolicy", + authenticationMethod: { + serializedName: "authenticationMethod", type: { - name: "Composite", - className: "IndexingPolicy" + name: "String" } }, - partitionKey: { - serializedName: "partitionKey", + initialCassandraAdminPassword: { + serializedName: "initialCassandraAdminPassword", type: { - name: "Composite", - className: "ContainerPartitionKey" + name: "String" } }, - defaultTtl: { - serializedName: "defaultTtl", + hoursBetweenBackups: { + serializedName: "hoursBetweenBackups", type: { name: "Number" } }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", + prometheusEndpoint: { + serializedName: "prometheusEndpoint", type: { name: "Composite", - className: "UniqueKeyPolicy" + className: "SeedNode" } }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", + repairEnabled: { + serializedName: "repairEnabled", type: { - name: "Composite", - className: "ConflictResolutionPolicy" + name: "Boolean" } }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + clientCertificates: { + serializedName: "clientCertificates", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Certificate" + } + } } - } - } - } -}; - -export const SqlContainerCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlContainerCreateUpdateParameters", - type: { - name: "Composite", - className: "SqlContainerCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + externalGossipCertificates: { + serializedName: "externalGossipCertificates", type: { - name: "Composite", - className: "SqlContainerResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Certificate" + } + } } }, - options: { - serializedName: "properties.options", + gossipCertificates: { + serializedName: "gossipCertificates", + readOnly: true, type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Certificate" + } + } } - } - } - } -}; - -export const SqlStoredProcedureResource: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureResource", - type: { - name: "Composite", - className: "SqlStoredProcedureResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + externalSeedNodes: { + serializedName: "externalSeedNodes", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SeedNode" + } + } } }, - body: { - serializedName: "body", + seedNodes: { + serializedName: "seedNodes", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SeedNode" + } + } } } } } }; -export const SqlStoredProcedureCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureCreateUpdateParameters", +export const SeedNode: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlStoredProcedureCreateUpdateParameters", + className: "SeedNode", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + ipAddress: { + serializedName: "ipAddress", type: { - name: "Composite", - className: "SqlStoredProcedureResource" + 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 SqlUserDefinedFunctionResource: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionResource", +export const RepairPostBody: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionResource", + className: "RepairPostBody", modelProperties: { - id: { + keyspace: { + serializedName: "keyspace", required: true, - serializedName: "id", type: { name: "String" } }, - body: { - serializedName: "body", + tables: { + serializedName: "tables", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "String" + } + } } } } } }; -export const SqlUserDefinedFunctionCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionCreateUpdateParameters", +export const ClusterNodeStatus: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionCreateUpdateParameters", + className: "ClusterNodeStatus", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "SqlUserDefinedFunctionResource" - } - }, - options: { - serializedName: "properties.options", + nodes: { + serializedName: "nodes", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ClusterNodeStatusNodesItem" + } + } } } } } }; -export const SqlTriggerResource: msRest.CompositeMapper = { - serializedName: "SqlTriggerResource", +export const ClusterNodeStatusNodesItem: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerResource", + className: "ClusterNodeStatusNodesItem", modelProperties: { - id: { - required: true, - serializedName: "id", + datacenter: { + serializedName: "datacenter", type: { name: "String" } }, - body: { - serializedName: "body", + status: { + serializedName: "status", type: { name: "String" } }, - triggerType: { - serializedName: "triggerType", + state: { + serializedName: "state", type: { name: "String" } }, - triggerOperation: { - serializedName: "triggerOperation", + address: { + serializedName: "address", + type: { + name: "String" + } + }, + load: { + serializedName: "load", + type: { + name: "String" + } + }, + tokens: { + serializedName: "tokens", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + owns: { + serializedName: "owns", + type: { + name: "Number" + } + }, + hostId: { + serializedName: "hostId", + type: { + name: "String" + } + }, + rack: { + serializedName: "rack", type: { name: "String" } @@ -3686,156 +4395,183 @@ export const SqlTriggerResource: msRest.CompositeMapper = { } }; -export const SqlTriggerCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlTriggerCreateUpdateParameters", +export const ListBackups: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerCreateUpdateParameters", + className: "ListBackups", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "SqlTriggerResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "BackupResource" + } + } } } } } }; -export const MongoDBDatabaseResource: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseResource", +export const BackupResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseResource", + className: "BackupResourceProperties", modelProperties: { - id: { - required: true, - serializedName: "id", + timestamp: { + serializedName: "timestamp", type: { - name: "String" + name: "DateTime" } } } } }; -export const MongoDBDatabaseCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseCreateUpdateParameters", +export const ListDataCenters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseCreateUpdateParameters", + className: "ListDataCenters", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "MongoDBDatabaseResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DataCenterResource" + } + } } } } } }; -export const MongoDBCollectionResource: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionResource", +export const DataCenterResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionResource", + className: "DataCenterResourceProperties", modelProperties: { - id: { - required: true, - serializedName: "id", + provisioningState: { + serializedName: "provisioningState", type: { name: "String" } }, - shardKey: { - serializedName: "shardKey", + dataCenterLocation: { + serializedName: "dataCenterLocation", type: { - name: "Dictionary", - value: { - type: { - name: "String" - } - } + name: "String" } }, - indexes: { - serializedName: "indexes", + delegatedSubnetId: { + serializedName: "delegatedSubnetId", + type: { + name: "String" + } + }, + nodeCount: { + serializedName: "nodeCount", + type: { + name: "Number" + } + }, + seedNodes: { + serializedName: "seedNodes", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "MongoIndex" + className: "SeedNode" } } } }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + base64EncodedCassandraYamlFragment: { + serializedName: "base64EncodedCassandraYamlFragment", type: { - name: "Number" + name: "String" } } } } }; -export const MongoDBCollectionCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionCreateUpdateParameters", +export const ServiceResourceListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionCreateUpdateParameters", + className: "ServiceResourceListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "MongoDBCollectionResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ServiceResource" + } + } } } } } }; -export const TableResource: msRest.CompositeMapper = { - serializedName: "TableResource", +export const ServiceResourceProperties: coreClient.CompositeMapper = { + serializedName: "ServiceResourceProperties", type: { name: "Composite", - className: "TableResource", + className: "ServiceResourceProperties", + uberParent: "ServiceResourceProperties", + additionalProperties: { type: { name: "Object" } }, + polymorphicDiscriminator: { + serializedName: "serviceType", + clientName: "serviceType" + }, modelProperties: { - id: { + creationTime: { + serializedName: "creationTime", + readOnly: true, + type: { + name: "DateTime" + } + }, + instanceSize: { + serializedName: "instanceSize", + type: { + name: "String" + } + }, + instanceCount: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "instanceCount", + type: { + name: "Number" + } + }, + serviceType: { + serializedName: "serviceType", required: true, - serializedName: "id", + type: { + name: "String" + } + }, + status: { + serializedName: "status", + readOnly: true, type: { name: "String" } @@ -3844,41 +4580,61 @@ export const TableResource: msRest.CompositeMapper = { } }; -export const TableCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "TableCreateUpdateParameters", +export const ServiceResourceCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableCreateUpdateParameters", + className: "ServiceResourceCreateUpdateParameters", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + instanceSize: { + serializedName: "properties.instanceSize", type: { - name: "Composite", - className: "TableResource" + name: "String" } }, - options: { - serializedName: "properties.options", + instanceCount: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "properties.instanceCount", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Number" + } + }, + serviceType: { + serializedName: "properties.serviceType", + type: { + name: "String" } } } } }; -export const CassandraKeyspaceResource: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceResource", +export const PeriodicModeProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceResource", + className: "PeriodicModeProperties", modelProperties: { - id: { - required: true, - serializedName: "id", + backupIntervalInMinutes: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "backupIntervalInMinutes", + type: { + name: "Number" + } + }, + backupRetentionIntervalInHours: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "backupRetentionIntervalInHours", + type: { + name: "Number" + } + }, + backupStorageRedundancy: { + serializedName: "backupStorageRedundancy", type: { name: "String" } @@ -3887,1520 +4643,1388 @@ export const CassandraKeyspaceResource: msRest.CompositeMapper = { } }; -export const CassandraKeyspaceCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceCreateUpdateParameters", +export const DataTransferServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceCreateUpdateParameters", + className: "DataTransferServiceResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + properties: { + serializedName: "properties", type: { name: "Composite", - className: "CassandraKeyspaceResource" - } - }, - options: { - serializedName: "properties.options", - type: { - name: "Composite", - className: "CreateUpdateOptions" + className: "DataTransferServiceResourceProperties" } } } } }; -export const CassandraTableResource: msRest.CompositeMapper = { - serializedName: "CassandraTableResource", +export const RegionalServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableResource", + className: "RegionalServiceResource", modelProperties: { - id: { - required: true, - serializedName: "id", + name: { + serializedName: "name", + readOnly: true, type: { name: "String" } }, - defaultTtl: { - serializedName: "defaultTtl", - type: { - name: "Number" - } - }, - schema: { - serializedName: "schema", + location: { + serializedName: "location", + readOnly: true, type: { - name: "Composite", - className: "CassandraSchema" + name: "String" } }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + status: { + serializedName: "status", + readOnly: true, type: { - name: "Number" + name: "String" } } } } }; -export const CassandraTableCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "CassandraTableCreateUpdateParameters", +export const SqlDedicatedGatewayServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableCreateUpdateParameters", + className: "SqlDedicatedGatewayServiceResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "CassandraTableResource" - } - }, - options: { - serializedName: "properties.options", + properties: { + serializedName: "properties", type: { name: "Composite", - className: "CreateUpdateOptions" + className: "SqlDedicatedGatewayServiceResourceProperties" } } } } }; -export const GremlinDatabaseResource: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseResource", +export const GraphAPIComputeServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseResource", + className: "GraphAPIComputeServiceResource", modelProperties: { - id: { - required: true, - serializedName: "id", + properties: { + serializedName: "properties", type: { - name: "String" + name: "Composite", + className: "GraphAPIComputeServiceResourceProperties" } } } } }; -export const GremlinDatabaseCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseCreateUpdateParameters", +export const DatabaseAccountGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseCreateUpdateParameters", + className: "DatabaseAccountGetResults", modelProperties: { ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + kind: { + serializedName: "kind", type: { - name: "Composite", - className: "GremlinDatabaseResource" + name: "String" } }, - options: { - serializedName: "properties.options", + systemData: { + serializedName: "systemData", type: { name: "Composite", - className: "CreateUpdateOptions" + className: "SystemData" } - } - } - } -}; - -export const GremlinGraphResource: msRest.CompositeMapper = { - serializedName: "GremlinGraphResource", - type: { - name: "Composite", - className: "GremlinGraphResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + provisioningState: { + serializedName: "properties.provisioningState", + readOnly: true, type: { name: "String" } }, - indexingPolicy: { - serializedName: "indexingPolicy", + documentEndpoint: { + serializedName: "properties.documentEndpoint", + readOnly: true, type: { - name: "Composite", - className: "IndexingPolicy" + name: "String" } }, - partitionKey: { - serializedName: "partitionKey", + databaseAccountOfferType: { + defaultValue: "Standard", + isConstant: true, + serializedName: "properties.databaseAccountOfferType", type: { - name: "Composite", - className: "ContainerPartitionKey" + name: "String" } }, - defaultTtl: { - serializedName: "defaultTtl", + ipRules: { + serializedName: "properties.ipRules", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "IpAddressOrRange" + } + } } }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", + isVirtualNetworkFilterEnabled: { + serializedName: "properties.isVirtualNetworkFilterEnabled", type: { - name: "Composite", - className: "UniqueKeyPolicy" + name: "Boolean" } }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", + enableAutomaticFailover: { + serializedName: "properties.enableAutomaticFailover", type: { - name: "Composite", - className: "ConflictResolutionPolicy" + name: "Boolean" } - } - } - } -}; - -export const GremlinGraphCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "GremlinGraphCreateUpdateParameters", - type: { - name: "Composite", - className: "GremlinGraphCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + consistencyPolicy: { + serializedName: "properties.consistencyPolicy", type: { name: "Composite", - className: "GremlinGraphResource" + className: "ConsistencyPolicy" } }, - options: { - serializedName: "properties.options", + capabilities: { + serializedName: "properties.capabilities", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Capability" + } + } } - } - } - } -}; - -export const OperationDisplay: msRest.CompositeMapper = { - serializedName: "Operation_display", - type: { - name: "Composite", - className: "OperationDisplay", - modelProperties: { - provider: { - serializedName: "Provider", + }, + writeLocations: { + serializedName: "properties.writeLocations", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } } }, - resource: { - serializedName: "Resource", + readLocations: { + serializedName: "properties.readLocations", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } } }, - operation: { - serializedName: "Operation", + 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: "String" + name: "Boolean" } }, - description: { - serializedName: "Description", + enableCassandraConnector: { + serializedName: "properties.enableCassandraConnector", type: { - name: "String" + name: "Boolean" } - } - } - } -}; - -export const Operation: msRest.CompositeMapper = { - serializedName: "Operation", - type: { - name: "Composite", - className: "Operation", - modelProperties: { - name: { - serializedName: "name", + }, + connectorOffer: { + serializedName: "properties.connectorOffer", type: { name: "String" } }, - display: { - serializedName: "display", + disableKeyBasedMetadataWriteAccess: { + serializedName: "properties.disableKeyBasedMetadataWriteAccess", type: { - name: "Composite", - className: "OperationDisplay" + name: "Boolean" } - } - } - } -}; - -export const MetricName: msRest.CompositeMapper = { - serializedName: "MetricName", - type: { - name: "Composite", - className: "MetricName", - modelProperties: { - value: { - readOnly: true, - serializedName: "value", + }, + keyVaultKeyUri: { + serializedName: "properties.keyVaultKeyUri", type: { name: "String" } }, - localizedValue: { - readOnly: true, - serializedName: "localizedValue", + defaultIdentity: { + serializedName: "properties.defaultIdentity", type: { name: "String" } - } - } - } -}; - -export const Usage: msRest.CompositeMapper = { - serializedName: "Usage", - type: { - name: "Composite", - className: "Usage", - modelProperties: { - unit: { - serializedName: "unit", + }, + publicNetworkAccess: { + serializedName: "properties.publicNetworkAccess", type: { name: "String" } }, - name: { - readOnly: true, - serializedName: "name", + enableFreeTier: { + serializedName: "properties.enableFreeTier", type: { - name: "Composite", - className: "MetricName" + name: "Boolean" } }, - quotaPeriod: { - readOnly: true, - serializedName: "quotaPeriod", + apiProperties: { + serializedName: "properties.apiProperties", type: { - name: "String" + name: "Composite", + className: "ApiProperties" } }, - limit: { - readOnly: true, - serializedName: "limit", + enableAnalyticalStorage: { + serializedName: "properties.enableAnalyticalStorage", type: { - name: "Number" + name: "Boolean" } }, - currentValue: { - readOnly: true, - serializedName: "currentValue", + analyticalStorageConfiguration: { + serializedName: "properties.analyticalStorageConfiguration", type: { - name: "Number" + name: "Composite", + className: "AnalyticalStorageConfiguration" } - } - } - } -}; - -export const PartitionUsage: msRest.CompositeMapper = { - serializedName: "PartitionUsage", - type: { - name: "Composite", - className: "PartitionUsage", - modelProperties: { - ...Usage.type.modelProperties, - partitionId: { + }, + instanceId: { + serializedName: "properties.instanceId", readOnly: true, - serializedName: "partitionId", type: { name: "String" } }, - partitionKeyRangeId: { - readOnly: true, - serializedName: "partitionKeyRangeId", + createMode: { + defaultValue: "Default", + serializedName: "properties.createMode", type: { name: "String" } - } - } - } -}; - -export const MetricAvailability: msRest.CompositeMapper = { - serializedName: "MetricAvailability", - type: { - name: "Composite", - className: "MetricAvailability", - modelProperties: { - timeGrain: { - readOnly: true, - serializedName: "timeGrain", + }, + restoreParameters: { + serializedName: "properties.restoreParameters", type: { - name: "String" + name: "Composite", + className: "RestoreParameters" } }, - retention: { - readOnly: true, - serializedName: "retention", + backupPolicy: { + serializedName: "properties.backupPolicy", type: { - name: "String" + name: "Composite", + className: "BackupPolicy" } - } - } - } -}; - -export const MetricDefinition: msRest.CompositeMapper = { - serializedName: "MetricDefinition", - type: { - name: "Composite", - className: "MetricDefinition", - modelProperties: { - metricAvailabilities: { - readOnly: true, - serializedName: "metricAvailabilities", + }, + cors: { + serializedName: "properties.cors", type: { name: "Sequence", element: { type: { name: "Composite", - className: "MetricAvailability" + className: "CorsPolicy" } } } }, - primaryAggregationType: { - readOnly: true, - serializedName: "primaryAggregationType", + networkAclBypass: { + serializedName: "properties.networkAclBypass", type: { - name: "String" + name: "Enum", + allowedValues: ["None", "AzureServices"] } }, - unit: { - serializedName: "unit", + networkAclBypassResourceIds: { + serializedName: "properties.networkAclBypassResourceIds", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "String" + } + } } }, - resourceUri: { - readOnly: true, - serializedName: "resourceUri", + diagnosticLogSettings: { + serializedName: "properties.diagnosticLogSettings", type: { - name: "String" + name: "Composite", + className: "DiagnosticLogSettings" } }, - name: { - readOnly: true, - serializedName: "name", + disableLocalAuth: { + serializedName: "properties.disableLocalAuth", type: { - name: "Composite", - className: "MetricName" + name: "Boolean" } } } } }; -export const MetricValue: msRest.CompositeMapper = { - serializedName: "MetricValue", +export const DatabaseAccountCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricValue", + className: "DatabaseAccountCreateUpdateParameters", modelProperties: { - _count: { - readOnly: true, - serializedName: "_count", - type: { - name: "Number" - } - }, - average: { - readOnly: true, - serializedName: "average", - type: { - name: "Number" - } - }, - maximum: { - readOnly: true, - serializedName: "maximum", - type: { - name: "Number" - } - }, - minimum: { - readOnly: true, - serializedName: "minimum", + ...ARMResourceProperties.type.modelProperties, + kind: { + serializedName: "kind", type: { - name: "Number" + name: "String" } }, - timestamp: { - readOnly: true, - serializedName: "timestamp", + consistencyPolicy: { + serializedName: "properties.consistencyPolicy", type: { - name: "DateTime" + name: "Composite", + className: "ConsistencyPolicy" } }, - total: { - readOnly: true, - serializedName: "total", + locations: { + serializedName: "properties.locations", + required: true, type: { - name: "Number" - } - } - } - } -}; - -export const Metric: msRest.CompositeMapper = { - serializedName: "Metric", - type: { - name: "Composite", - className: "Metric", - modelProperties: { - startTime: { - readOnly: true, - serializedName: "startTime", + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } + } + }, + databaseAccountOfferType: { + defaultValue: "Standard", + isConstant: true, + serializedName: "properties.databaseAccountOfferType", type: { - name: "DateTime" + name: "String" } }, - endTime: { - readOnly: true, - serializedName: "endTime", + ipRules: { + serializedName: "properties.ipRules", type: { - name: "DateTime" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "IpAddressOrRange" + } + } } }, - timeGrain: { - readOnly: true, - serializedName: "timeGrain", + isVirtualNetworkFilterEnabled: { + serializedName: "properties.isVirtualNetworkFilterEnabled", type: { - name: "String" + name: "Boolean" } }, - unit: { - serializedName: "unit", + enableAutomaticFailover: { + serializedName: "properties.enableAutomaticFailover", type: { - name: "String" + name: "Boolean" } }, - name: { - readOnly: true, - serializedName: "name", + capabilities: { + serializedName: "properties.capabilities", type: { - name: "Composite", - className: "MetricName" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Capability" + } + } } }, - metricValues: { - readOnly: true, - serializedName: "metricValues", + virtualNetworkRules: { + serializedName: "properties.virtualNetworkRules", type: { name: "Sequence", element: { type: { name: "Composite", - className: "MetricValue" + className: "VirtualNetworkRule" } } } - } - } - } -}; - -export const PercentileMetricValue: msRest.CompositeMapper = { - serializedName: "PercentileMetricValue", - type: { - name: "Composite", - className: "PercentileMetricValue", - modelProperties: { - ...MetricValue.type.modelProperties, - p10: { - readOnly: true, - serializedName: "P10", + }, + enableMultipleWriteLocations: { + serializedName: "properties.enableMultipleWriteLocations", type: { - name: "Number" + name: "Boolean" } }, - p25: { - readOnly: true, - serializedName: "P25", + enableCassandraConnector: { + serializedName: "properties.enableCassandraConnector", type: { - name: "Number" + name: "Boolean" } }, - p50: { - readOnly: true, - serializedName: "P50", + connectorOffer: { + serializedName: "properties.connectorOffer", type: { - name: "Number" + name: "String" } }, - p75: { - readOnly: true, - serializedName: "P75", + disableKeyBasedMetadataWriteAccess: { + serializedName: "properties.disableKeyBasedMetadataWriteAccess", type: { - name: "Number" + name: "Boolean" } }, - p90: { - readOnly: true, - serializedName: "P90", + keyVaultKeyUri: { + serializedName: "properties.keyVaultKeyUri", type: { - name: "Number" + name: "String" } }, - p95: { - readOnly: true, - serializedName: "P95", + defaultIdentity: { + serializedName: "properties.defaultIdentity", type: { - name: "Number" + name: "String" } }, - p99: { - readOnly: true, - serializedName: "P99", + publicNetworkAccess: { + serializedName: "properties.publicNetworkAccess", type: { - name: "Number" + name: "String" } - } - } - } -}; - -export const PercentileMetric: msRest.CompositeMapper = { - serializedName: "PercentileMetric", - type: { - name: "Composite", - className: "PercentileMetric", - modelProperties: { - startTime: { - readOnly: true, - serializedName: "startTime", + }, + enableFreeTier: { + serializedName: "properties.enableFreeTier", type: { - name: "DateTime" + name: "Boolean" } }, - endTime: { - readOnly: true, - serializedName: "endTime", + apiProperties: { + serializedName: "properties.apiProperties", type: { - name: "DateTime" + name: "Composite", + className: "ApiProperties" } }, - timeGrain: { - readOnly: true, - serializedName: "timeGrain", + enableAnalyticalStorage: { + serializedName: "properties.enableAnalyticalStorage", type: { - name: "String" + name: "Boolean" } }, - unit: { - serializedName: "unit", + analyticalStorageConfiguration: { + serializedName: "properties.analyticalStorageConfiguration", + type: { + name: "Composite", + className: "AnalyticalStorageConfiguration" + } + }, + createMode: { + defaultValue: "Default", + serializedName: "properties.createMode", + required: true, type: { name: "String" } }, - name: { - readOnly: true, - serializedName: "name", + backupPolicy: { + serializedName: "properties.backupPolicy", type: { name: "Composite", - className: "MetricName" + className: "BackupPolicy" } }, - metricValues: { - readOnly: true, - serializedName: "metricValues", + cors: { + serializedName: "properties.cors", type: { name: "Sequence", element: { type: { name: "Composite", - className: "PercentileMetricValue" + className: "CorsPolicy" + } + } + } + }, + networkAclBypass: { + serializedName: "properties.networkAclBypass", + type: { + name: "Enum", + allowedValues: ["None", "AzureServices"] + } + }, + networkAclBypassResourceIds: { + serializedName: "properties.networkAclBypassResourceIds", + type: { + name: "Sequence", + element: { + type: { + name: "String" } } } + }, + diagnosticLogSettings: { + serializedName: "properties.diagnosticLogSettings", + type: { + name: "Composite", + className: "DiagnosticLogSettings" + } + }, + disableLocalAuth: { + serializedName: "properties.disableLocalAuth", + type: { + name: "Boolean" + } + }, + restoreParameters: { + serializedName: "properties.restoreParameters", + type: { + name: "Composite", + className: "RestoreParameters" + } } } } }; -export const PartitionMetric: msRest.CompositeMapper = { - serializedName: "PartitionMetric", +export const GraphResourceGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PartitionMetric", + className: "GraphResourceGetResults", modelProperties: { - ...Metric.type.modelProperties, - partitionId: { - readOnly: true, - serializedName: "partitionId", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "GraphResourceGetPropertiesResource" } }, - partitionKeyRangeId: { - readOnly: true, - serializedName: "partitionKeyRangeId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "GraphResourceGetPropertiesOptions" } } } } }; -export const PeriodicModeProperties: msRest.CompositeMapper = { - serializedName: "PeriodicModeProperties", +export const GraphResourceCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PeriodicModeProperties", + className: "GraphResourceCreateUpdateParameters", modelProperties: { - backupIntervalInMinutes: { - serializedName: "backupIntervalInMinutes", - constraints: { - InclusiveMinimum: 0 - }, + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Number" + name: "Composite", + className: "GraphResource" } }, - backupRetentionIntervalInHours: { - serializedName: "backupRetentionIntervalInHours", - constraints: { - InclusiveMinimum: 0 - }, + options: { + serializedName: "properties.options", type: { - name: "Number" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const PeriodicModeBackupPolicy: msRest.CompositeMapper = { - serializedName: "Periodic", +export const SqlDatabaseGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator, - uberParent: "BackupPolicy", - className: "PeriodicModeBackupPolicy", + className: "SqlDatabaseGetResults", modelProperties: { - ...BackupPolicy.type.modelProperties, - periodicModeProperties: { - serializedName: "periodicModeProperties", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", + type: { + name: "Composite", + className: "SqlDatabaseGetPropertiesResource" + } + }, + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "PeriodicModeProperties" + className: "SqlDatabaseGetPropertiesOptions" } } } } }; -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", +export const SqlDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TrackedResource", + className: "SqlDatabaseCreateUpdateParameters", modelProperties: { - ...Resource.type.modelProperties, - tags: { - serializedName: "tags", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Dictionary", - value: { - type: { - name: "String" - } - } + name: "Composite", + className: "SqlDatabaseResource" } }, - location: { - required: true, - serializedName: "location", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const AzureEntityResource: msRest.CompositeMapper = { - serializedName: "AzureEntityResource", +export const ThroughputSettingsGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AzureEntityResource", + className: "ThroughputSettingsGetResults", modelProperties: { - ...Resource.type.modelProperties, - etag: { - readOnly: true, - serializedName: "etag", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "ThroughputSettingsGetPropertiesResource" } } } } }; -export const NotebookWorkspaceCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "NotebookWorkspaceCreateUpdateParameters", +export const ThroughputSettingsUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "NotebookWorkspaceCreateUpdateParameters", + className: "ThroughputSettingsUpdateParameters", modelProperties: { - ...ARMProxyResource.type.modelProperties + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", + type: { + name: "Composite", + className: "ThroughputSettingsResource" + } + } } } }; -export const NotebookWorkspace: msRest.CompositeMapper = { - serializedName: "NotebookWorkspace", +export const SqlContainerGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "NotebookWorkspace", + className: "SqlContainerGetResults", modelProperties: { - ...ARMProxyResource.type.modelProperties, - notebookServerEndpoint: { - readOnly: true, - serializedName: "properties.notebookServerEndpoint", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlContainerGetPropertiesResource" } }, - status: { - readOnly: true, - serializedName: "properties.status", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "SqlContainerGetPropertiesOptions" } } } } }; -export const NotebookWorkspaceConnectionInfoResult: msRest.CompositeMapper = { - serializedName: "NotebookWorkspaceConnectionInfoResult", +export const SqlContainerCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "NotebookWorkspaceConnectionInfoResult", + className: "SqlContainerCreateUpdateParameters", modelProperties: { - authToken: { - readOnly: true, - serializedName: "authToken", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlContainerResource" } }, - notebookServerEndpoint: { - readOnly: true, - serializedName: "notebookServerEndpoint", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const PrivateLinkResource: msRest.CompositeMapper = { - serializedName: "PrivateLinkResource", +export const SqlStoredProcedureGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PrivateLinkResource", + className: "SqlStoredProcedureGetResults", modelProperties: { - ...ARMProxyResource.type.modelProperties, - groupId: { - readOnly: true, - serializedName: "properties.groupId", - type: { - name: "String" - } - }, - requiredMembers: { - readOnly: true, - serializedName: "properties.requiredMembers", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - }, - requiredZoneNames: { - readOnly: true, - serializedName: "properties.requiredZoneNames", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "SqlStoredProcedureGetPropertiesResource" } } } } }; -export const Permission: msRest.CompositeMapper = { - serializedName: "Permission", +export const SqlStoredProcedureCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Permission", + className: "SqlStoredProcedureCreateUpdateParameters", modelProperties: { - dataActions: { - serializedName: "dataActions", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "SqlStoredProcedureResource" } }, - notDataActions: { - serializedName: "notDataActions", + options: { + serializedName: "properties.options", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const SqlRoleDefinitionCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlRoleDefinitionCreateUpdateParameters", +export const SqlUserDefinedFunctionGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleDefinitionCreateUpdateParameters", + className: "SqlUserDefinedFunctionGetResults", modelProperties: { - roleName: { - serializedName: "properties.roleName", - type: { - name: "String" - } - }, - type: { - serializedName: "properties.type", - type: { - name: "Enum", - allowedValues: [ - "BuiltInRole", - "CustomRole" - ] - } - }, - assignableScopes: { - serializedName: "properties.assignableScopes", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - }, - permissions: { - serializedName: "properties.permissions", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Permission" - } - } + name: "Composite", + className: "SqlUserDefinedFunctionGetPropertiesResource" } } } } }; -export const SqlRoleDefinitionGetResults: msRest.CompositeMapper = { - serializedName: "SqlRoleDefinitionGetResults", +export const SqlUserDefinedFunctionCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleDefinitionGetResults", + className: "SqlUserDefinedFunctionCreateUpdateParameters", modelProperties: { - ...ARMProxyResource.type.modelProperties, - roleName: { - serializedName: "properties.roleName", - type: { - name: "String" - } - }, - sqlRoleDefinitionGetResultsType: { - serializedName: "properties.type", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Enum", - allowedValues: [ - "BuiltInRole", - "CustomRole" - ] + name: "Composite", + className: "SqlUserDefinedFunctionResource" } }, - assignableScopes: { - serializedName: "properties.assignableScopes", + options: { + serializedName: "properties.options", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "CreateUpdateOptions" } - }, - permissions: { - serializedName: "properties.permissions", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Permission" - } - } + } + } + } +}; + +export const SqlTriggerGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlTriggerGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", + type: { + name: "Composite", + className: "SqlTriggerGetPropertiesResource" } } } } }; -export const SqlRoleAssignmentCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlRoleAssignmentCreateUpdateParameters", +export const SqlTriggerCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleAssignmentCreateUpdateParameters", + className: "SqlTriggerCreateUpdateParameters", 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: "SqlTriggerResource" } }, - principalId: { - serializedName: "properties.principalId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const SqlRoleAssignmentGetResults: msRest.CompositeMapper = { - serializedName: "SqlRoleAssignmentGetResults", +export const MongoDBDatabaseGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleAssignmentGetResults", + className: "MongoDBDatabaseGetResults", modelProperties: { - ...ARMProxyResource.type.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: "MongoDBDatabaseGetPropertiesResource" } }, - principalId: { - serializedName: "properties.principalId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "MongoDBDatabaseGetPropertiesOptions" } } } } }; -export const RestorableLocationResource: msRest.CompositeMapper = { - serializedName: "RestorableLocationResource", +export const MongoDBDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableLocationResource", + className: "MongoDBDatabaseCreateUpdateParameters", 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: "MongoDBDatabaseResource" } }, - 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 MongoDBCollectionGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableDatabaseAccountGetResult", + className: "MongoDBCollectionGetResults", 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", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "MongoDBCollectionGetPropertiesResource" } }, - location: { - serializedName: "location", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "MongoDBCollectionGetPropertiesOptions" } } } } }; -export const RestorableSqlDatabasePropertiesResourceDatabase: msRest.CompositeMapper = { - serializedName: "RestorableSqlDatabaseProperties_resource_database", +export const MongoDBCollectionCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResourceDatabase", + className: "MongoDBCollectionCreateUpdateParameters", 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: "MongoDBCollectionResource" } }, - _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 TableGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResource", + className: "TableGetResults", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "TableGetPropertiesResource" } }, - operationType: { - readOnly: true, - serializedName: "operationType", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "TableGetPropertiesOptions" } - }, - eventTimestamp: { - readOnly: true, - serializedName: "eventTimestamp", + } + } + } +}; + +export const TableCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "TableCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "TableResource" } }, - ownerId: { - readOnly: true, - serializedName: "ownerId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } - }, - ownerResourceId: { - readOnly: true, - serializedName: "ownerResourceId", + } + } + } +}; + +export const CassandraKeyspaceGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "CassandraKeyspaceGetPropertiesResource" } }, - database: { - serializedName: "database", + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResourceDatabase" + className: "CassandraKeyspaceGetPropertiesOptions" } } } } }; -export const RestorableSqlDatabaseGetResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlDatabaseGetResult", +export const CassandraKeyspaceCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlDatabaseGetResult", + className: "CassandraKeyspaceCreateUpdateParameters", modelProperties: { + ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResource" + className: "CassandraKeyspaceResource" } }, - id: { - readOnly: true, - serializedName: "id", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } - }, - name: { - readOnly: true, - serializedName: "name", + } + } + } +}; + +export const CassandraTableGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraTableGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "CassandraTableGetPropertiesResource" } }, - type: { - readOnly: true, - serializedName: "type", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CassandraTableGetPropertiesOptions" } } } } }; -export const RestorableSqlContainerPropertiesResourceContainer: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainerProperties_resource_container", +export const CassandraTableCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlContainerPropertiesResourceContainer", + className: "CassandraTableCreateUpdateParameters", modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" - } - }, - indexingPolicy: { - serializedName: "indexingPolicy", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { name: "Composite", - className: "IndexingPolicy" + className: "CassandraTableResource" } }, - partitionKey: { - serializedName: "partitionKey", + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "ContainerPartitionKey" + className: "CreateUpdateOptions" } - }, - defaultTtl: { - serializedName: "defaultTtl", + } + } + } +}; + +export const GremlinDatabaseGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinDatabaseGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Number" + name: "Composite", + className: "GremlinDatabaseGetPropertiesResource" } }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "UniqueKeyPolicy" + className: "GremlinDatabaseGetPropertiesOptions" } - }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", + } + } + } +}; + +export const GremlinDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinDatabaseCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { name: "Composite", - className: "ConflictResolutionPolicy" + className: "GremlinDatabaseResource" } }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + options: { + serializedName: "properties.options", type: { - name: "Number" + name: "Composite", + className: "CreateUpdateOptions" } - }, - _rid: { - readOnly: true, - serializedName: "_rid", + } + } + } +}; + +export const GremlinGraphGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinGraphGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "GremlinGraphGetPropertiesResource" } }, - _ts: { - readOnly: true, - serializedName: "_ts", + options: { + serializedName: "properties.options", type: { - name: "Number" + name: "Composite", + className: "GremlinGraphGetPropertiesOptions" } - }, - _etag: { - readOnly: true, - serializedName: "_etag", + } + } + } +}; + +export const GremlinGraphCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinGraphCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "GremlinGraphResource" } }, - _self: { - readOnly: true, - serializedName: "_self", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const RestorableSqlContainerPropertiesResource: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainerProperties_resource", +export const CassandraViewGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlContainerPropertiesResource", + className: "CassandraViewGetResults", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "CassandraViewGetPropertiesResource" } }, - operationType: { - readOnly: true, - serializedName: "operationType", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CassandraViewGetPropertiesOptions" } - }, - eventTimestamp: { - readOnly: true, - serializedName: "eventTimestamp", + } + } + } +}; + +export const CassandraViewCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraViewCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "CassandraViewResource" } }, - ownerId: { - readOnly: true, - serializedName: "ownerId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } - }, - ownerResourceId: { - readOnly: true, - serializedName: "ownerResourceId", + } + } + } +}; + +export const ClusterResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ClusterResource", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + properties: { + serializedName: "properties", type: { - name: "String" + name: "Composite", + className: "ClusterResourceProperties" } - }, - container: { - serializedName: "container", + } + } + } +}; + +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: "Composite", - className: "RestorableSqlContainerPropertiesResourceContainer" + className: "PeriodicModeProperties" } } } } }; -export const RestorableSqlContainerGetResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainerGetResult", +export const ContinuousModeBackupPolicy: coreClient.CompositeMapper = { + serializedName: "Continuous", type: { name: "Composite", - className: "RestorableSqlContainerGetResult", + className: "ContinuousModeBackupPolicy", + uberParent: "BackupPolicy", + polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator, modelProperties: { - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "RestorableSqlContainerPropertiesResource" - } - }, - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - name: { + ...BackupPolicy.type.modelProperties + } + } +}; + +export const DefaultRequestDatabaseAccountCreateUpdateProperties: coreClient.CompositeMapper = { + serializedName: "Default", + type: { + name: "Composite", + className: "DefaultRequestDatabaseAccountCreateUpdateProperties", + uberParent: "DatabaseAccountCreateUpdateProperties", + polymorphicDiscriminator: + DatabaseAccountCreateUpdateProperties.type.polymorphicDiscriminator, + modelProperties: { + ...DatabaseAccountCreateUpdateProperties.type.modelProperties + } + } +}; + +export const DatabaseAccountListKeysResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "DatabaseAccountListKeysResult", + modelProperties: { + ...DatabaseAccountListReadOnlyKeysResult.type.modelProperties, + primaryMasterKey: { + serializedName: "primaryMasterKey", readOnly: true, - serializedName: "name", type: { name: "String" } }, - type: { + secondaryMasterKey: { + serializedName: "secondaryMasterKey", readOnly: true, - serializedName: "type", type: { name: "String" } @@ -5409,43 +6033,22 @@ export const RestorableSqlContainerGetResult: msRest.CompositeMapper = { } }; -export const RestorableMongodbDatabasePropertiesResource: msRest.CompositeMapper = { - serializedName: "RestorableMongodbDatabaseProperties_resource", +export const PartitionMetric: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbDatabasePropertiesResource", + className: "PartitionMetric", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - operationType: { - readOnly: true, - serializedName: "operationType", - type: { - name: "String" - } - }, - eventTimestamp: { - readOnly: true, - serializedName: "eventTimestamp", - type: { - name: "String" - } - }, - ownerId: { + ...Metric.type.modelProperties, + partitionId: { + serializedName: "partitionId", readOnly: true, - serializedName: "ownerId", type: { name: "String" } }, - ownerResourceId: { + partitionKeyRangeId: { + serializedName: "partitionKeyRangeId", readOnly: true, - serializedName: "ownerResourceId", type: { name: "String" } @@ -5454,119 +6057,115 @@ export const RestorableMongodbDatabasePropertiesResource: msRest.CompositeMapper } }; -export const RestorableMongodbDatabaseGetResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbDatabaseGetResult", +export const PercentileMetricValue: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbDatabaseGetResult", + className: "PercentileMetricValue", modelProperties: { - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "RestorableMongodbDatabasePropertiesResource" - } - }, - id: { + ...MetricValue.type.modelProperties, + p10: { + serializedName: "P10", readOnly: true, - serializedName: "id", type: { - name: "String" + name: "Number" } }, - name: { + p25: { + serializedName: "P25", readOnly: true, - serializedName: "name", type: { - name: "String" + name: "Number" } }, - type: { - readOnly: true, - serializedName: "type", - type: { - name: "String" - } - } - } - } -}; - -export const RestorableMongodbCollectionPropertiesResource: msRest.CompositeMapper = { - serializedName: "RestorableMongodbCollectionProperties_resource", - type: { - name: "Composite", - className: "RestorableMongodbCollectionPropertiesResource", - modelProperties: { - _rid: { + p50: { + serializedName: "P50", readOnly: true, - serializedName: "_rid", type: { - name: "String" + name: "Number" } }, - operationType: { + p75: { + serializedName: "P75", readOnly: true, - serializedName: "operationType", type: { - name: "String" + name: "Number" } }, - eventTimestamp: { + p90: { + serializedName: "P90", readOnly: true, - serializedName: "eventTimestamp", type: { - name: "String" + name: "Number" } }, - ownerId: { + p95: { + serializedName: "P95", readOnly: true, - serializedName: "ownerId", type: { - name: "String" + name: "Number" } }, - ownerResourceId: { + p99: { + serializedName: "P99", readOnly: true, - serializedName: "ownerResourceId", type: { - name: "String" + 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", + ...Usage.type.modelProperties, + partitionId: { + serializedName: "partitionId", + readOnly: true, type: { - name: "Composite", - className: "RestorableMongodbCollectionPropertiesResource" + name: "String" } }, - id: { + partitionKeyRangeId: { + serializedName: "partitionKeyRangeId", readOnly: true, - serializedName: "id", type: { name: "String" } - }, - name: { - readOnly: true, - serializedName: "name", + } + } + } +}; + +export const GraphResourceGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GraphResourceGetPropertiesResource", + modelProperties: { + ...GraphResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const SqlDatabaseGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlDatabaseGetPropertiesResource", + modelProperties: { + ...SqlDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties, + colls: { + serializedName: "_colls", type: { name: "String" } }, - type: { - readOnly: true, - serializedName: "type", + users: { + serializedName: "_users", type: { name: "String" } @@ -5575,489 +6174,393 @@ export const RestorableMongodbCollectionGetResult: msRest.CompositeMapper = { } }; -export const ContinuousBackupRestoreLocation: msRest.CompositeMapper = { - serializedName: "ContinuousBackupRestoreLocation", +export const ThroughputSettingsGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ThroughputSettingsGetPropertiesResource", + modelProperties: { + ...ThroughputSettingsResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const SqlContainerGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlContainerGetPropertiesResource", + modelProperties: { + ...SqlContainerResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const SqlStoredProcedureGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlStoredProcedureGetPropertiesResource", + modelProperties: { + ...SqlStoredProcedureResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const SqlUserDefinedFunctionGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlUserDefinedFunctionGetPropertiesResource", + modelProperties: { + ...SqlUserDefinedFunctionResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const SqlTriggerGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlTriggerGetPropertiesResource", + modelProperties: { + ...SqlTriggerResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const MongoDBDatabaseGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBDatabaseGetPropertiesResource", + modelProperties: { + ...MongoDBDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const MongoDBCollectionGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBCollectionGetPropertiesResource", + modelProperties: { + ...MongoDBCollectionResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const TableGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "TableGetPropertiesResource", + modelProperties: { + ...TableResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const CassandraKeyspaceGetPropertiesResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceGetPropertiesResource", + modelProperties: { + ...CassandraKeyspaceResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties + } + } +}; + +export const CassandraTableGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ContinuousBackupRestoreLocation", + className: "CassandraTableGetPropertiesResource", modelProperties: { - location: { - serializedName: "location", - type: { - name: "String" - } - } + ...CassandraTableResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const ContinuousBackupInformation: msRest.CompositeMapper = { - serializedName: "ContinuousBackupInformation", +export const GremlinDatabaseGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ContinuousBackupInformation", + className: "GremlinDatabaseGetPropertiesResource", modelProperties: { - latestRestorableTimestamp: { - serializedName: "latestRestorableTimestamp", - type: { - name: "String" - } - } + ...GremlinDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const BackupInformation: msRest.CompositeMapper = { - serializedName: "BackupInformation", +export const GremlinGraphGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "BackupInformation", + className: "GremlinGraphGetPropertiesResource", modelProperties: { - continuousBackupInformation: { - serializedName: "continuousBackupInformation", - type: { - name: "Composite", - className: "ContinuousBackupInformation" - } - } + ...GremlinGraphResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const DatabaseAccountsListResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountsListResult", +export const CassandraViewGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountsListResult", + className: "CassandraViewGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "DatabaseAccountGetResults" - } - } - } - } + ...CassandraViewResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const MetricListResult: msRest.CompositeMapper = { - serializedName: "MetricListResult", +export const RestorableSqlDatabasePropertiesResourceDatabase: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricListResult", + className: "RestorableSqlDatabasePropertiesResourceDatabase", modelProperties: { - value: { + ...SqlDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties, + colls: { + serializedName: "_colls", readOnly: true, - serializedName: "", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Metric" - } - } + name: "String" + } + }, + users: { + serializedName: "_users", + readOnly: true, + type: { + name: "String" + } + }, + self: { + serializedName: "_self", + readOnly: true, + type: { + name: "String" } } } } }; -export const UsagesResult: msRest.CompositeMapper = { - serializedName: "UsagesResult", +export const RestorableSqlContainerPropertiesResourceContainer: coreClient.CompositeMapper = { type: { name: "Composite", - className: "UsagesResult", + className: "RestorableSqlContainerPropertiesResourceContainer", modelProperties: { - value: { + ...SqlContainerResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties, + self: { + serializedName: "_self", readOnly: true, - serializedName: "", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Usage" - } - } + name: "String" } } } } }; -export const MetricDefinitionsListResult: msRest.CompositeMapper = { - serializedName: "MetricDefinitionsListResult", +export const GraphResourceGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricDefinitionsListResult", + className: "GraphResourceGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MetricDefinition" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const OperationListResult: msRest.CompositeMapper = { - serializedName: "OperationListResult", +export const SqlDatabaseGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "OperationListResult", + className: "SqlDatabaseGetPropertiesOptions", modelProperties: { - value: { - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Operation" - } - } - } - }, - nextLink: { - serializedName: "nextLink", - type: { - name: "String" - } - } + ...OptionsResource.type.modelProperties } } }; -export const PercentileMetricListResult: msRest.CompositeMapper = { - serializedName: "PercentileMetricListResult", +export const SqlContainerGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PercentileMetricListResult", + className: "SqlContainerGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PercentileMetric" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const PartitionMetricListResult: msRest.CompositeMapper = { - serializedName: "PartitionMetricListResult", +export const MongoDBDatabaseGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PartitionMetricListResult", + className: "MongoDBDatabaseGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PartitionMetric" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const PartitionUsagesResult: msRest.CompositeMapper = { - serializedName: "PartitionUsagesResult", +export const MongoDBCollectionGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PartitionUsagesResult", + className: "MongoDBCollectionGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PartitionUsage" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const SqlDatabaseListResult: msRest.CompositeMapper = { - serializedName: "SqlDatabaseListResult", +export const TableGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseListResult", + className: "TableGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlDatabaseGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const SqlContainerListResult: msRest.CompositeMapper = { - serializedName: "SqlContainerListResult", +export const CassandraKeyspaceGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerListResult", + className: "CassandraKeyspaceGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlContainerGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const SqlStoredProcedureListResult: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureListResult", +export const CassandraTableGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlStoredProcedureListResult", + className: "CassandraTableGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlStoredProcedureGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const SqlUserDefinedFunctionListResult: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionListResult", +export const GremlinDatabaseGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionListResult", + className: "GremlinDatabaseGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlUserDefinedFunctionGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const SqlTriggerListResult: msRest.CompositeMapper = { - serializedName: "SqlTriggerListResult", +export const GremlinGraphGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerListResult", + className: "GremlinGraphGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlTriggerGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const SqlRoleDefinitionListResult: msRest.CompositeMapper = { - serializedName: "SqlRoleDefinitionListResult", +export const CassandraViewGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleDefinitionListResult", + className: "CassandraViewGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlRoleDefinitionGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const SqlRoleAssignmentListResult: msRest.CompositeMapper = { - serializedName: "SqlRoleAssignmentListResult", +export const LocationGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleAssignmentListResult", + className: "LocationGetResult", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlRoleAssignmentGetResults" - } - } + ...ARMProxyResource.type.modelProperties, + properties: { + serializedName: "properties", + type: { + name: "Composite", + className: "LocationProperties" } } } } }; -export const MongoDBDatabaseListResult: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseListResult", +export const NotebookWorkspace: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseListResult", + className: "NotebookWorkspace", modelProperties: { - value: { + ...ARMProxyResource.type.modelProperties, + notebookServerEndpoint: { + serializedName: "properties.notebookServerEndpoint", readOnly: true, - serializedName: "", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MongoDBDatabaseGetResults" - } - } + name: "String" + } + }, + status: { + serializedName: "properties.status", + readOnly: true, + type: { + name: "String" } } } } }; -export const MongoDBCollectionListResult: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionListResult", +export const NotebookWorkspaceCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionListResult", + className: "NotebookWorkspaceCreateUpdateParameters", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MongoDBCollectionGetResults" - } - } - } - } + ...ARMProxyResource.type.modelProperties } } }; -export const TableListResult: msRest.CompositeMapper = { - serializedName: "TableListResult", +export const PrivateLinkResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableListResult", + 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: "TableGetResults" + name: "String" } } } - } - } - } -}; - -export const CassandraKeyspaceListResult: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceListResult", - type: { - name: "Composite", - className: "CassandraKeyspaceListResult", - modelProperties: { - value: { + }, + requiredZoneNames: { + serializedName: "properties.requiredZoneNames", readOnly: true, - serializedName: "", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "CassandraKeyspaceGetResults" + name: "String" } } } @@ -6066,44 +6569,44 @@ export const CassandraKeyspaceListResult: msRest.CompositeMapper = { } }; -export const CassandraTableListResult: msRest.CompositeMapper = { - serializedName: "CassandraTableListResult", +export const SqlRoleDefinitionGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableListResult", + 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: "Composite", - className: "CassandraTableGetResults" + name: "String" } } } - } - } - } -}; - -export const GremlinDatabaseListResult: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseListResult", - type: { - name: "Composite", - className: "GremlinDatabaseListResult", - modelProperties: { - value: { - readOnly: true, - serializedName: "", + }, + permissions: { + serializedName: "properties.permissions", type: { name: "Sequence", element: { type: { name: "Composite", - className: "GremlinDatabaseGetResults" + className: "Permission" } } } @@ -6112,110 +6615,105 @@ export const GremlinDatabaseListResult: msRest.CompositeMapper = { } }; -export const GremlinGraphListResult: msRest.CompositeMapper = { - serializedName: "GremlinGraphListResult", +export const SqlRoleAssignmentGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphListResult", + className: "SqlRoleAssignmentGetResults", modelProperties: { - value: { - readOnly: true, - serializedName: "", + ...ARMProxyResource.type.modelProperties, + roleDefinitionId: { + serializedName: "properties.roleDefinitionId", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "GremlinGraphGetResults" - } - } + name: "String" + } + }, + scope: { + serializedName: "properties.scope", + type: { + name: "String" + } + }, + principalId: { + serializedName: "properties.principalId", + type: { + name: "String" } } } } }; -export const NotebookWorkspaceListResult: msRest.CompositeMapper = { - serializedName: "NotebookWorkspaceListResult", +export const BackupResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "NotebookWorkspaceListResult", + className: "BackupResource", modelProperties: { - value: { - serializedName: "", + ...ARMProxyResource.type.modelProperties, + properties: { + serializedName: "properties", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "NotebookWorkspace" - } - } + name: "Composite", + className: "BackupResourceProperties" } } } } }; -export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = { - serializedName: "PrivateEndpointConnectionListResult", +export const DataCenterResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PrivateEndpointConnectionListResult", + className: "DataCenterResource", modelProperties: { - value: { - serializedName: "", + ...ARMProxyResource.type.modelProperties, + properties: { + serializedName: "properties", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PrivateEndpointConnection" - } - } + name: "Composite", + className: "DataCenterResourceProperties" } } } } }; -export const PrivateLinkResourceListResult: msRest.CompositeMapper = { - serializedName: "PrivateLinkResourceListResult", +export const ServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PrivateLinkResourceListResult", + className: "ServiceResource", modelProperties: { - value: { - serializedName: "", + ...ARMProxyResource.type.modelProperties, + properties: { + serializedName: "properties", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PrivateLinkResource" - } - } + name: "Composite", + className: "ServiceResourceProperties" } } } } }; -export const RestorableDatabaseAccountsListResult: msRest.CompositeMapper = { - serializedName: "RestorableDatabaseAccountsListResult", +export const DataTransferServiceResourceProperties: coreClient.CompositeMapper = { + serializedName: "DataTransfer", type: { name: "Composite", - className: "RestorableDatabaseAccountsListResult", + className: "DataTransferServiceResourceProperties", + uberParent: "ServiceResourceProperties", + additionalProperties: { type: { name: "Object" } }, + polymorphicDiscriminator: + ServiceResourceProperties.type.polymorphicDiscriminator, modelProperties: { - value: { + ...ServiceResourceProperties.type.modelProperties, + locations: { + serializedName: "locations", readOnly: true, - serializedName: "", type: { name: "Sequence", element: { type: { name: "Composite", - className: "RestorableDatabaseAccountGetResult" + className: "DataTransferRegionalServiceResource" } } } @@ -6224,21 +6722,32 @@ export const RestorableDatabaseAccountsListResult: msRest.CompositeMapper = { } }; -export const RestorableSqlDatabasesListResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlDatabasesListResult", +export const SqlDedicatedGatewayServiceResourceProperties: coreClient.CompositeMapper = { + serializedName: "SqlDedicatedGateway", type: { name: "Composite", - className: "RestorableSqlDatabasesListResult", + className: "SqlDedicatedGatewayServiceResourceProperties", + uberParent: "ServiceResourceProperties", + additionalProperties: { type: { name: "Object" } }, + polymorphicDiscriminator: + ServiceResourceProperties.type.polymorphicDiscriminator, modelProperties: { - value: { + ...ServiceResourceProperties.type.modelProperties, + sqlDedicatedGatewayEndpoint: { + serializedName: "sqlDedicatedGatewayEndpoint", + type: { + name: "String" + } + }, + locations: { + serializedName: "locations", readOnly: true, - serializedName: "", type: { name: "Sequence", element: { type: { name: "Composite", - className: "RestorableSqlDatabaseGetResult" + className: "SqlDedicatedGatewayRegionalServiceResource" } } } @@ -6247,21 +6756,32 @@ export const RestorableSqlDatabasesListResult: msRest.CompositeMapper = { } }; -export const RestorableSqlContainersListResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainersListResult", +export const GraphAPIComputeServiceResourceProperties: coreClient.CompositeMapper = { + serializedName: "GraphAPICompute", type: { name: "Composite", - className: "RestorableSqlContainersListResult", + className: "GraphAPIComputeServiceResourceProperties", + uberParent: "ServiceResourceProperties", + additionalProperties: { type: { name: "Object" } }, + polymorphicDiscriminator: + ServiceResourceProperties.type.polymorphicDiscriminator, modelProperties: { - value: { + ...ServiceResourceProperties.type.modelProperties, + graphApiComputeEndpoint: { + serializedName: "graphApiComputeEndpoint", + type: { + name: "String" + } + }, + locations: { + serializedName: "locations", readOnly: true, - serializedName: "", type: { name: "Sequence", element: { type: { name: "Composite", - className: "RestorableSqlContainerGetResult" + className: "GraphAPIComputeRegionalServiceResource" } } } @@ -6270,101 +6790,94 @@ export const RestorableSqlContainersListResult: msRest.CompositeMapper = { } }; -export const RestorableSqlResourcesListResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlResourcesListResult", +export const DataTransferRegionalServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlResourcesListResult", + className: "DataTransferRegionalServiceResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "DatabaseRestoreResource" - } - } - } - } + ...RegionalServiceResource.type.modelProperties } } }; -export const RestorableMongodbDatabasesListResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbDatabasesListResult", +export const SqlDedicatedGatewayRegionalServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbDatabasesListResult", + className: "SqlDedicatedGatewayRegionalServiceResource", modelProperties: { - value: { + ...RegionalServiceResource.type.modelProperties, + sqlDedicatedGatewayEndpoint: { + serializedName: "sqlDedicatedGatewayEndpoint", readOnly: true, - serializedName: "", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "RestorableMongodbDatabaseGetResult" - } - } + name: "String" } } } } }; -export const RestorableMongodbCollectionsListResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbCollectionsListResult", +export const GraphAPIComputeRegionalServiceResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbCollectionsListResult", + className: "GraphAPIComputeRegionalServiceResource", modelProperties: { - value: { + ...RegionalServiceResource.type.modelProperties, + graphApiComputeEndpoint: { + serializedName: "graphApiComputeEndpoint", readOnly: true, - serializedName: "", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "RestorableMongodbCollectionGetResult" - } - } + name: "String" } } } } }; -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, + DatabaseAccountCreateUpdateProperties: DatabaseAccountCreateUpdateProperties, + ServiceResourceProperties: ServiceResourceProperties, + "BackupPolicy.Periodic": PeriodicModeBackupPolicy, + "BackupPolicy.Continuous": ContinuousModeBackupPolicy, + "DatabaseAccountCreateUpdateProperties.Default": DefaultRequestDatabaseAccountCreateUpdateProperties, + "ServiceResourceProperties.DataTransfer": DataTransferServiceResourceProperties, + "ServiceResourceProperties.SqlDedicatedGateway": SqlDedicatedGatewayServiceResourceProperties, + "ServiceResourceProperties.GraphAPICompute": GraphAPIComputeServiceResourceProperties }; 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..8562422d6ebe 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts @@ -3,334 +3,567 @@ * 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, + GraphResourceCreateUpdateParameters as GraphResourceCreateUpdateParametersMapper, + 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, + CassandraViewCreateUpdateParameters as CassandraViewCreateUpdateParametersMapper, + GremlinDatabaseCreateUpdateParameters as GremlinDatabaseCreateUpdateParametersMapper, + GremlinGraphCreateUpdateParameters as GremlinGraphCreateUpdateParametersMapper, + NotebookWorkspaceCreateUpdateParameters as NotebookWorkspaceCreateUpdateParametersMapper, + PrivateEndpointConnection as PrivateEndpointConnectionMapper, + ClusterResource as ClusterResourceMapper, + RepairPostBody as RepairPostBodyMapper, + DataCenterResource as DataCenterResourceMapper, + ServiceResourceCreateUpdateParameters as ServiceResourceCreateUpdateParametersMapper +} 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: { + defaultValue: "2021-07-01-preview", + isConstant: true, + serializedName: "api-version", + type: { + name: "String" + } + } +}; + +export const contentType: OperationParameter = { + parameterPath: ["options", "contentType"], mapper: { + defaultValue: "application/json", + isConstant: true, + serializedName: "Content-Type", + type: { + name: "String" + } + } +}; + +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: "collectionRid", type: { name: "String" } } }; -export const containerName: msRest.OperationURLParameter = { - parameterPath: "containerName", + +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, - serializedName: "containerName", type: { name: "String" } } }; -export const databaseName: msRest.OperationURLParameter = { - parameterPath: "databaseName", + +export const collectionRid: OperationURLParameter = { + parameterPath: "collectionRid", mapper: { + serializedName: "collectionRid", required: true, - serializedName: "databaseName", type: { name: "String" } } }; -export const databaseRid: msRest.OperationURLParameter = { - parameterPath: "databaseRid", + +export const region: OperationURLParameter = { + parameterPath: "region", mapper: { + serializedName: "region", required: true, - serializedName: "databaseRid", type: { name: "String" } } }; -export const endTime: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "endTime" - ], + +export const sourceRegion: OperationURLParameter = { + parameterPath: "sourceRegion", mapper: { - serializedName: "endTime", + serializedName: "sourceRegion", + required: true, type: { name: "String" } } }; -export const filter0: msRest.OperationQueryParameter = { - parameterPath: "filter", + +export const targetRegion: OperationURLParameter = { + parameterPath: "targetRegion", mapper: { + serializedName: "targetRegion", required: true, - serializedName: "$filter", type: { name: "String" } } }; -export const filter1: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "filter" - ], + +export const partitionKeyRangeId: OperationURLParameter = { + parameterPath: "partitionKeyRangeId", mapper: { - serializedName: "$filter", + serializedName: "partitionKeyRangeId", + required: true, type: { name: "String" } } }; -export const graphName: msRest.OperationURLParameter = { + +export const graphName: OperationURLParameter = { parameterPath: "graphName", mapper: { - required: true, serializedName: "graphName", + required: true, type: { name: "String" } } }; -export const groupName: msRest.OperationURLParameter = { - parameterPath: "groupName", + +export const createUpdateGraphParameters: OperationParameter = { + parameterPath: "createUpdateGraphParameters", + mapper: GraphResourceCreateUpdateParametersMapper +}; + +export const databaseName: OperationURLParameter = { + parameterPath: "databaseName", mapper: { + serializedName: "databaseName", required: true, - serializedName: "groupName", type: { name: "String" } } }; -export const instanceId: msRest.OperationURLParameter = { - parameterPath: "instanceId", + +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: "instanceId", type: { name: "String" } } }; -export const keyspaceName: msRest.OperationURLParameter = { - parameterPath: "keyspaceName", + +export const createUpdateSqlContainerParameters: OperationParameter = { + parameterPath: "createUpdateSqlContainerParameters", + mapper: SqlContainerCreateUpdateParametersMapper +}; + +export const storedProcedureName: OperationURLParameter = { + parameterPath: "storedProcedureName", mapper: { + serializedName: "storedProcedureName", required: true, - serializedName: "keyspaceName", type: { name: "String" } } }; -export const location: msRest.OperationURLParameter = { - parameterPath: "location", + +export const createUpdateSqlStoredProcedureParameters: OperationParameter = { + parameterPath: "createUpdateSqlStoredProcedureParameters", + mapper: SqlStoredProcedureCreateUpdateParametersMapper +}; + +export const userDefinedFunctionName: OperationURLParameter = { + parameterPath: "userDefinedFunctionName", mapper: { + serializedName: "userDefinedFunctionName", required: true, - serializedName: "location", type: { name: "String" } } }; -export const nextPageLink: msRest.OperationURLParameter = { - parameterPath: "nextPageLink", + +export const createUpdateSqlUserDefinedFunctionParameters: OperationParameter = { + parameterPath: "createUpdateSqlUserDefinedFunctionParameters", + mapper: SqlUserDefinedFunctionCreateUpdateParametersMapper +}; + +export const triggerName: OperationURLParameter = { + parameterPath: "triggerName", mapper: { + serializedName: "triggerName", required: true, - serializedName: "nextLink", type: { name: "String" } - }, - skipEncoding: true + } }; -export const notebookWorkspaceName: msRest.OperationURLParameter = { - parameterPath: "notebookWorkspaceName", + +export const createUpdateSqlTriggerParameters: OperationParameter = { + parameterPath: "createUpdateSqlTriggerParameters", + mapper: SqlTriggerCreateUpdateParametersMapper +}; + +export const roleDefinitionId: OperationURLParameter = { + parameterPath: "roleDefinitionId", mapper: { + serializedName: "roleDefinitionId", required: true, - isConstant: true, - serializedName: "notebookWorkspaceName", - defaultValue: 'default', type: { name: "String" } } }; -export const partitionKeyRangeId: msRest.OperationURLParameter = { - parameterPath: "partitionKeyRangeId", + +export const createUpdateSqlRoleDefinitionParameters: OperationParameter = { + parameterPath: "createUpdateSqlRoleDefinitionParameters", + mapper: SqlRoleDefinitionCreateUpdateParametersMapper +}; + +export const roleAssignmentId: OperationURLParameter = { + parameterPath: "roleAssignmentId", mapper: { + serializedName: "roleAssignmentId", required: true, - serializedName: "partitionKeyRangeId", type: { name: "String" } } }; -export const privateEndpointConnectionName: msRest.OperationURLParameter = { - parameterPath: "privateEndpointConnectionName", + +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: "privateEndpointConnectionName", type: { name: "String" } } }; -export const region: msRest.OperationURLParameter = { - parameterPath: "region", + +export const createUpdateMongoDBCollectionParameters: OperationParameter = { + parameterPath: "createUpdateMongoDBCollectionParameters", + mapper: MongoDBCollectionCreateUpdateParametersMapper +}; + +export const tableName: OperationURLParameter = { + parameterPath: "tableName", mapper: { + serializedName: "tableName", required: true, - serializedName: "region", type: { name: "String" } } }; -export const resourceGroupName: msRest.OperationURLParameter = { - parameterPath: "resourceGroupName", + +export const createUpdateTableParameters: OperationParameter = { + parameterPath: "createUpdateTableParameters", + mapper: TableCreateUpdateParametersMapper +}; + +export const keyspaceName: OperationURLParameter = { + parameterPath: "keyspaceName", mapper: { + serializedName: "keyspaceName", required: true, - serializedName: "resourceGroupName", - constraints: { - MaxLength: 90, - MinLength: 1 - }, type: { name: "String" } } }; -export const restorableMongodbDatabaseRid: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restorableMongodbDatabaseRid" - ], + +export const createUpdateCassandraKeyspaceParameters: OperationParameter = { + parameterPath: "createUpdateCassandraKeyspaceParameters", + mapper: CassandraKeyspaceCreateUpdateParametersMapper +}; + +export const createUpdateCassandraTableParameters: OperationParameter = { + parameterPath: "createUpdateCassandraTableParameters", + mapper: CassandraTableCreateUpdateParametersMapper +}; + +export const viewName: OperationURLParameter = { + parameterPath: "viewName", mapper: { - serializedName: "restorableMongodbDatabaseRid", + serializedName: "viewName", + required: true, type: { name: "String" } } }; -export const restorableSqlDatabaseRid: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restorableSqlDatabaseRid" - ], + +export const createUpdateCassandraViewParameters: OperationParameter = { + parameterPath: "createUpdateCassandraViewParameters", + mapper: CassandraViewCreateUpdateParametersMapper +}; + +export const createUpdateGremlinDatabaseParameters: OperationParameter = { + parameterPath: "createUpdateGremlinDatabaseParameters", + mapper: GremlinDatabaseCreateUpdateParametersMapper +}; + +export const createUpdateGremlinGraphParameters: OperationParameter = { + parameterPath: "createUpdateGremlinGraphParameters", + mapper: GremlinGraphCreateUpdateParametersMapper +}; + +export const location1: OperationURLParameter = { + parameterPath: "location", mapper: { - serializedName: "restorableSqlDatabaseRid", + serializedName: "location", + required: true, type: { name: "String" } } }; -export const restoreLocation: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restoreLocation" - ], + +export const notebookWorkspaceName: OperationURLParameter = { + parameterPath: "notebookWorkspaceName", mapper: { - serializedName: "restoreLocation", + serializedName: "notebookWorkspaceName", + required: true, type: { name: "String" } } }; -export const restoreTimestampInUtc: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restoreTimestampInUtc" - ], + +export const notebookCreateUpdateParameters: OperationParameter = { + parameterPath: "notebookCreateUpdateParameters", + mapper: NotebookWorkspaceCreateUpdateParametersMapper +}; + +export const privateEndpointConnectionName: OperationURLParameter = { + parameterPath: "privateEndpointConnectionName", mapper: { - serializedName: "restoreTimestampInUtc", + serializedName: "privateEndpointConnectionName", + required: true, type: { name: "String" } } }; -export const roleAssignmentId: msRest.OperationURLParameter = { - parameterPath: "roleAssignmentId", + +export const parameters: OperationParameter = { + parameterPath: "parameters", + mapper: PrivateEndpointConnectionMapper +}; + +export const groupName: OperationURLParameter = { + parameterPath: "groupName", mapper: { + serializedName: "groupName", required: true, - serializedName: "roleAssignmentId", type: { name: "String" } } }; -export const roleDefinitionId: msRest.OperationURLParameter = { - parameterPath: "roleDefinitionId", + +export const instanceId: OperationURLParameter = { + parameterPath: "instanceId", mapper: { + serializedName: "instanceId", required: true, - serializedName: "roleDefinitionId", type: { name: "String" } } }; -export const sourceRegion: msRest.OperationURLParameter = { - parameterPath: "sourceRegion", + +export const restorableSqlDatabaseRid: OperationQueryParameter = { + parameterPath: ["options", "restorableSqlDatabaseRid"], mapper: { - required: true, - serializedName: "sourceRegion", + serializedName: "restorableSqlDatabaseRid", type: { name: "String" } } }; -export const startTime: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "startTime" - ], + +export const startTime: OperationQueryParameter = { + parameterPath: ["options", "startTime"], mapper: { serializedName: "startTime", type: { @@ -338,64 +571,124 @@ 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: { + serializedName: "restoreTimestampInUtc", + type: { + name: "String" + } + } +}; + +export const restorableMongodbDatabaseRid: OperationQueryParameter = { + parameterPath: ["options", "restorableMongodbDatabaseRid"], + mapper: { + serializedName: "restorableMongodbDatabaseRid", + type: { + name: "String" + } + } +}; + +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: "tableName", type: { name: "String" } } }; -export const targetRegion: msRest.OperationURLParameter = { - parameterPath: "targetRegion", + +export const body: OperationParameter = { + parameterPath: "body", + mapper: ClusterResourceMapper +}; + +export const body1: OperationParameter = { + parameterPath: "body", + mapper: RepairPostBodyMapper +}; + +export const backupId: OperationURLParameter = { + parameterPath: "backupId", mapper: { + constraints: { + Pattern: new RegExp("^[0-9]+$"), + MaxLength: 15, + MinLength: 1 + }, + serializedName: "backupId", required: true, - serializedName: "targetRegion", type: { name: "String" } } }; -export const triggerName: msRest.OperationURLParameter = { - parameterPath: "triggerName", + +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: "triggerName", type: { name: "String" } } }; -export const userDefinedFunctionName: msRest.OperationURLParameter = { - parameterPath: "userDefinedFunctionName", + +export const body2: OperationParameter = { + parameterPath: "body", + mapper: DataCenterResourceMapper +}; + +export const createUpdateParameters1: OperationParameter = { + parameterPath: "createUpdateParameters", + mapper: ServiceResourceCreateUpdateParametersMapper +}; + +export const serviceName: OperationURLParameter = { + parameterPath: "serviceName", mapper: { + constraints: { + MaxLength: 50, + MinLength: 3 + }, + serializedName: "serviceName", required: true, - serializedName: "userDefinedFunctionName", type: { name: "String" } 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..e9ef7e80f8e4 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts @@ -0,0 +1,958 @@ +/* + * 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, + BackupResource, + CassandraClustersListBackupsOptionalParams, + CassandraClustersListBySubscriptionResponse, + CassandraClustersListByResourceGroupResponse, + CassandraClustersGetOptionalParams, + CassandraClustersGetResponse, + CassandraClustersDeleteOptionalParams, + CassandraClustersCreateUpdateOptionalParams, + CassandraClustersCreateUpdateResponse, + CassandraClustersUpdateOptionalParams, + CassandraClustersUpdateResponse, + RepairPostBody, + CassandraClustersRequestRepairOptionalParams, + CassandraClustersFetchNodeStatusOptionalParams, + CassandraClustersFetchNodeStatusResponse, + CassandraClustersListBackupsResponse, + CassandraClustersGetBackupOptionalParams, + CassandraClustersGetBackupResponse +} 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 the backups of this cluster that are available to restore. + * @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 listBackups( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersListBackupsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listBackupsPagingAll( + resourceGroupName, + clusterName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listBackupsPagingPage( + resourceGroupName, + clusterName, + options + ); + } + }; + } + + private async *listBackupsPagingPage( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersListBackupsOptionalParams + ): AsyncIterableIterator { + let result = await this._listBackups( + resourceGroupName, + clusterName, + options + ); + yield result.value || []; + } + + private async *listBackupsPagingAll( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersListBackupsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listBackupsPagingPage( + resourceGroupName, + clusterName, + 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(); + } + + /** + * Request that repair begin on this cluster as soon as possible. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification of what keyspaces and tables to run repair on. + * @param options The options parameters. + */ + async beginRequestRepair( + resourceGroupName: string, + clusterName: string, + body: RepairPostBody, + options?: CassandraClustersRequestRepairOptionalParams + ): 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, body, options }, + requestRepairOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Request that repair begin on this cluster as soon as possible. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification of what keyspaces and tables to run repair on. + * @param options The options parameters. + */ + async beginRequestRepairAndWait( + resourceGroupName: string, + clusterName: string, + body: RepairPostBody, + options?: CassandraClustersRequestRepairOptionalParams + ): Promise { + const poller = await this.beginRequestRepair( + resourceGroupName, + clusterName, + body, + options + ); + return poller.pollUntilDone(); + } + + /** + * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * @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 beginFetchNodeStatus( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersFetchNodeStatusOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersFetchNodeStatusResponse + > + > { + 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 }, + fetchNodeStatusOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * @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 beginFetchNodeStatusAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersFetchNodeStatusOptionalParams + ): Promise { + const poller = await this.beginFetchNodeStatus( + resourceGroupName, + clusterName, + options + ); + return poller.pollUntilDone(); + } + + /** + * List the backups of this cluster that are available to restore. + * @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 _listBackups( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersListBackupsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, clusterName, options }, + listBackupsOperationSpec + ); + } + + /** + * Get the properties of an individual backup of this cluster that is available to restore. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param backupId Id of a restorable backup of a Cassandra cluster. + * @param options The options parameters. + */ + getBackup( + resourceGroupName: string, + clusterName: string, + backupId: string, + options?: CassandraClustersGetBackupOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, clusterName, backupId, options }, + getBackupOperationSpec + ); + } +} +// 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 requestRepairOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/repair", + httpMethod: "POST", + responses: { + 200: {}, + 201: {}, + 202: {}, + 204: {}, + 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 fetchNodeStatusOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/fetchNodeStatus", + httpMethod: "POST", + responses: { + 200: { + bodyMapper: Mappers.ClusterNodeStatus + }, + 201: { + bodyMapper: Mappers.ClusterNodeStatus + }, + 202: { + bodyMapper: Mappers.ClusterNodeStatus + }, + 204: { + bodyMapper: Mappers.ClusterNodeStatus + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const listBackupsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/backups", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.ListBackups + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const getBackupOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/backups/{backupId}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.BackupResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName, + Parameters.backupId + ], + 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..90be6a635638 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts @@ -3,24 +3,80 @@ * 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, + CassandraViewGetResults, + CassandraResourcesListCassandraViewsOptionalParams, + 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, + CassandraResourcesListCassandraViewsResponse, + CassandraResourcesGetCassandraViewOptionalParams, + CassandraResourcesGetCassandraViewResponse, + CassandraViewCreateUpdateParameters, + CassandraResourcesCreateUpdateCassandraViewOptionalParams, + CassandraResourcesCreateUpdateCassandraViewResponse, + CassandraResourcesDeleteCassandraViewOptionalParams, + CassandraResourcesGetCassandraViewThroughputOptionalParams, + CassandraResourcesGetCassandraViewThroughputResponse, + CassandraResourcesUpdateCassandraViewThroughputOptionalParams, + CassandraResourcesUpdateCassandraViewThroughputResponse, + CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams, + CassandraResourcesMigrateCassandraViewToAutoscaleResponse, + CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams, + CassandraResourcesMigrateCassandraViewToManualThroughputResponse +} 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 +86,312 @@ 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; + 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 callback The callback + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. */ - listCassandraKeyspaces(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + public listCassandraTables( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraTablesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listCassandraTablesPagingAll( + resourceGroupName, + accountName, + keyspaceName, + options + ); + return { + next() { + return iter.next(); + }, + [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; + } + } + /** + * Lists the Cassandra materialized views 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 listCassandraViews( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraViewsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listCassandraViewsPagingAll( + resourceGroupName, + accountName, + keyspaceName, + options + ); + return { + next() { + return iter.next(); }, - listCassandraKeyspacesOperationSpec, - callback) as Promise; + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listCassandraViewsPagingPage( + resourceGroupName, + accountName, + keyspaceName, + options + ); + } + }; + } + + private async *listCassandraViewsPagingPage( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraViewsOptionalParams + ): AsyncIterableIterator { + let result = await this._listCassandraViews( + resourceGroupName, + accountName, + keyspaceName, + options + ); + yield result.value || []; + } + + private async *listCassandraViewsPagingAll( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraViewsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listCassandraViewsPagingPage( + 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 +399,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 +425,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 +609,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 +635,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 +841,99 @@ 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; + getCassandraTable( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesGetCassandraTableOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, tableName, options }, + getCassandraTableOperationSpec + ); + } + /** + * 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 options The optional parameters - * @param callback The callback + * @param createUpdateCassandraTableParameters The parameters to provide for the current Cassandra + * Table. + * @param options The options parameters. */ - 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 { - return this.client.sendOperationRequest( + 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() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, keyspaceName, tableName, + createUpdateCassandraTableParameters, options }, - getCassandraTableOperationSpec, - callback) as Promise; + createUpdateCassandraTableOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -284,13 +943,26 @@ 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 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(); } /** @@ -299,53 +971,192 @@ 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. */ - 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()); + 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 + }); } /** - * Gets the RUs per second of the Cassandra table under an existing Azure Cosmos DB database - * account with the provided name. + * 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. */ - getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): 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(); + } + /** + * 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 callback The callback + * @param options The options parameters. */ - getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, callback: msRest.ServiceCallback): void; + getCassandraTableThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesGetCassandraTableThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, tableName, options }, + getCassandraTableThroughputOperationSpec + ); + } + /** + * 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 options The optional parameters - * @param callback The callback + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra table. + * @param options The options parameters. */ - 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( + 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() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, keyspaceName, tableName, + updateThroughputParameters, options }, - getCassandraTableThroughputOperationSpec, - callback) as Promise; + updateCassandraTableThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -354,14 +1165,99 @@ export class CassandraResources { * @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 updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra table. + * @param options The options parameters. + */ + 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(); + } + + /** + * 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. */ - 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 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 + }); } /** @@ -370,12 +1266,23 @@ 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. */ - 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 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(); } /** @@ -384,691 +1291,1279 @@ 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. */ - 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 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 + }); } /** - * Create or update an Azure Cosmos DB Cassandra keyspace + * 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 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); + 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(); } /** - * Deletes an existing Azure Cosmos DB Cassandra keyspace. + * Lists the Cassandra materialized views 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. */ - beginDeleteCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - options - }, - beginDeleteCassandraKeyspaceOperationSpec, - options); + private _listCassandraViews( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraViewsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, options }, + listCassandraViewsOperationSpec + ); } /** - * Update RUs per second of an Azure Cosmos DB Cassandra Keyspace + * Gets the Cassandra view 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 updateThroughputParameters The RUs per second of the parameters to provide for the - * current Cassandra Keyspace. - * @param [options] The optional parameters - * @returns Promise + * @param viewName Cosmos DB view name. + * @param options The options parameters. */ - beginUpdateCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - updateThroughputParameters, - options - }, - beginUpdateCassandraKeyspaceThroughputOperationSpec, - options); + getCassandraView( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesGetCassandraViewOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, viewName, options }, + getCassandraViewOperationSpec + ); } /** - * Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale + * Create or update an Azure Cosmos DB Cassandra View * @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 viewName Cosmos DB view name. + * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. + * @param options The options parameters. */ - beginMigrateCassandraKeyspaceToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( + async beginCreateUpdateCassandraView( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraResourcesCreateUpdateCassandraViewResponse + > + > { + 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, + viewName, + createUpdateCassandraViewParameters, options }, - beginMigrateCassandraKeyspaceToAutoscaleOperationSpec, - options); + createUpdateCassandraViewOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput + * Create or update an Azure Cosmos DB Cassandra View * @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 viewName Cosmos DB view name. + * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. + * @param options The options parameters. */ - beginMigrateCassandraKeyspaceToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - options - }, - beginMigrateCassandraKeyspaceToManualThroughputOperationSpec, - options); + async beginCreateUpdateCassandraViewAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateCassandraView( + resourceGroupName, + accountName, + keyspaceName, + viewName, + createUpdateCassandraViewParameters, + options + ); + return poller.pollUntilDone(); } /** - * Create or update an Azure Cosmos DB Cassandra Table + * Deletes an existing Azure Cosmos DB Cassandra view. * @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 viewName Cosmos DB view name. + * @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 beginDeleteCassandraView( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesDeleteCassandraViewOptionalParams + ): 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, viewName, options }, + deleteCassandraViewOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Deletes an existing Azure Cosmos DB Cassandra table. + * Deletes an existing Azure Cosmos DB Cassandra view. * @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 viewName Cosmos DB view name. + * @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 beginDeleteCassandraViewAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesDeleteCassandraViewOptionalParams + ): Promise { + const poller = await this.beginDeleteCassandraView( + resourceGroupName, + accountName, + keyspaceName, + viewName, + options + ); + return poller.pollUntilDone(); } /** - * Update RUs per second of an Azure Cosmos DB Cassandra table + * Gets the RUs per second of the Cassandra view 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 updateThroughputParameters The RUs per second of the parameters to provide for the - * current Cassandra table. - * @param [options] The optional parameters - * @returns Promise + * @param viewName Cosmos DB view name. + * @param options The options parameters. + */ + getCassandraViewThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesGetCassandraViewThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, viewName, options }, + getCassandraViewThroughputOperationSpec + ); + } + + /** + * Update RUs per second of an Azure Cosmos DB Cassandra view + * @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 viewName Cosmos DB view name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra view. + * @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( + async beginUpdateCassandraViewThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesUpdateCassandraViewThroughputResponse + >, + CassandraResourcesUpdateCassandraViewThroughputResponse + > + > { + 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, + viewName, updateThroughputParameters, options }, - beginUpdateCassandraTableThroughputOperationSpec, - options); + updateCassandraViewThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale + * Update RUs per second of an Azure Cosmos DB Cassandra view * @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 viewName Cosmos DB view name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra view. + * @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 beginUpdateCassandraViewThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateCassandraViewThroughput( + resourceGroupName, + accountName, + keyspaceName, + viewName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @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 beginMigrateCassandraViewToAutoscale( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraViewToAutoscaleResponse + >, + CassandraResourcesMigrateCassandraViewToAutoscaleResponse + > + > { + 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, viewName, options }, + migrateCassandraViewToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + async beginMigrateCassandraViewToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateCassandraViewToAutoscale( + resourceGroupName, + accountName, + keyspaceName, + viewName, + options + ); + return poller.pollUntilDone(); + } + + /** + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + async beginMigrateCassandraViewToManualThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraViewToManualThroughputResponse + >, + CassandraResourcesMigrateCassandraViewToManualThroughputResponse + > + > { + 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, viewName, options }, + migrateCassandraViewToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } -} + /** + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + async beginMigrateCassandraViewToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams + ): Promise { + const poller = await this.beginMigrateCassandraViewToManualThroughput( + resourceGroupName, + accountName, + keyspaceName, + viewName, + 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 + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +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 ], + 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.ThroughputSettingsGetResults - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const listCassandraTablesOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables", + 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 updateCassandraKeyspaceThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.CassandraTableListResult + bodyMapper: Mappers.ThroughputSettingsGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const getCassandraTableOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + 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.CassandraTableGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getCassandraTableThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default", + 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 migrateCassandraKeyspaceToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, + 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.keyspaceName + ], + headerParameters: [Parameters.accept], serializer }; - -const beginCreateUpdateCassandraKeyspaceOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", +const listCassandraTablesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.CassandraTableListResult + } + }, + 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 getCassandraTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.CassandraTableGetResults } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.tableName, + Parameters.keyspaceName + ], + 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.CassandraKeyspaceGetResults + bodyMapper: Mappers.CassandraTableGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.CassandraTableGetResults + }, + 202: { + bodyMapper: Mappers.CassandraTableGetResults + }, + 204: { + bodyMapper: Mappers.CassandraTableGetResults } }, + requestBody: Parameters.createUpdateCassandraTableParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.tableName, + Parameters.keyspaceName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteCassandraKeyspaceOperationSpec: msRest.OperationSpec = { +const deleteCassandraTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, + Parameters.tableName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getCassandraTableThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - 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.tableName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const updateCassandraTableThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/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 beginMigrateCassandraKeyspaceToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default/migrateToAutoscale", + requestBody: Parameters.updateThroughputParameters, + 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, 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 beginMigrateCassandraKeyspaceToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default/migrateToManualThroughput", + 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 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 }; - -const beginCreateUpdateCassandraTableOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", +const listCassandraViewsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.CassandraViewListResult + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.keyspaceName ], - requestBody: { - parameterPath: "createUpdateCassandraTableParameters", - mapper: { - ...Mappers.CassandraTableCreateUpdateParameters, - required: true + headerParameters: [Parameters.accept], + serializer +}; +const getCassandraViewOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.CassandraViewGetResults } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.keyspaceName, + Parameters.viewName + ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateCassandraViewOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.CassandraTableGetResults + bodyMapper: Mappers.CassandraViewGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.CassandraViewGetResults + }, + 202: { + bodyMapper: Mappers.CassandraViewGetResults + }, + 204: { + bodyMapper: Mappers.CassandraViewGetResults } }, + requestBody: Parameters.createUpdateCassandraViewParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.keyspaceName, + Parameters.viewName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteCassandraTableOperationSpec: msRest.OperationSpec = { +const deleteCassandraViewOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + 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.viewName ], + serializer +}; +const getCassandraViewThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginUpdateCassandraTableThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.viewName ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const updateCassandraViewThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/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 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.viewName ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateCassandraViewToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/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.viewName ], + headerParameters: [Parameters.accept], + serializer +}; +const migrateCassandraViewToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/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.keyspaceName, + Parameters.viewName + ], + 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/graphResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/graphResources.ts new file mode 100644 index 000000000000..eb437de2e812 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/graphResources.ts @@ -0,0 +1,411 @@ +/* + * 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 { GraphResources } 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 { + GraphResourceGetResults, + GraphResourcesListGraphsOptionalParams, + GraphResourcesListGraphsResponse, + GraphResourcesGetGraphOptionalParams, + GraphResourcesGetGraphResponse, + GraphResourceCreateUpdateParameters, + GraphResourcesCreateUpdateGraphOptionalParams, + GraphResourcesCreateUpdateGraphResponse, + GraphResourcesDeleteGraphResourceOptionalParams +} from "../models"; + +/// +/** Class containing GraphResources operations. */ +export class GraphResourcesImpl implements GraphResources { + private readonly client: CosmosDBManagementClientContext; + + /** + * Initialize a new instance of the class GraphResources class. + * @param client Reference to the service client + */ + constructor(client: CosmosDBManagementClientContext) { + this.client = client; + } + + /** + * Lists the graphs 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. + */ + public listGraphs( + resourceGroupName: string, + accountName: string, + options?: GraphResourcesListGraphsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listGraphsPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listGraphsPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listGraphsPagingPage( + resourceGroupName: string, + accountName: string, + options?: GraphResourcesListGraphsOptionalParams + ): AsyncIterableIterator { + let result = await this._listGraphs( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listGraphsPagingAll( + resourceGroupName: string, + accountName: string, + options?: GraphResourcesListGraphsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listGraphsPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + + /** + * Lists the graphs 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. + */ + private _listGraphs( + resourceGroupName: string, + accountName: string, + options?: GraphResourcesListGraphsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listGraphsOperationSpec + ); + } + + /** + * Gets the Graph resource 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 graphName Cosmos DB graph resource name. + * @param options The options parameters. + */ + getGraph( + resourceGroupName: string, + accountName: string, + graphName: string, + options?: GraphResourcesGetGraphOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, graphName, options }, + getGraphOperationSpec + ); + } + + /** + * Create or update an Azure Cosmos DB Graph. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param createUpdateGraphParameters The parameters to provide for the current graph. + * @param options The options parameters. + */ + async beginCreateUpdateGraph( + resourceGroupName: string, + accountName: string, + graphName: string, + createUpdateGraphParameters: GraphResourceCreateUpdateParameters, + options?: GraphResourcesCreateUpdateGraphOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GraphResourcesCreateUpdateGraphResponse + > + > { + 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, + graphName, + createUpdateGraphParameters, + options + }, + createUpdateGraphOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Create or update an Azure Cosmos DB Graph. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param createUpdateGraphParameters The parameters to provide for the current graph. + * @param options The options parameters. + */ + async beginCreateUpdateGraphAndWait( + resourceGroupName: string, + accountName: string, + graphName: string, + createUpdateGraphParameters: GraphResourceCreateUpdateParameters, + options?: GraphResourcesCreateUpdateGraphOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateGraph( + resourceGroupName, + accountName, + graphName, + createUpdateGraphParameters, + options + ); + return poller.pollUntilDone(); + } + + /** + * Deletes an existing Azure Cosmos DB Graph Resource. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param options The options parameters. + */ + async beginDeleteGraphResource( + resourceGroupName: string, + accountName: string, + graphName: string, + options?: GraphResourcesDeleteGraphResourceOptionalParams + ): 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, graphName, options }, + deleteGraphResourceOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Deletes an existing Azure Cosmos DB Graph Resource. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param options The options parameters. + */ + async beginDeleteGraphResourceAndWait( + resourceGroupName: string, + accountName: string, + graphName: string, + options?: GraphResourcesDeleteGraphResourceOptionalParams + ): Promise { + const poller = await this.beginDeleteGraphResource( + resourceGroupName, + accountName, + graphName, + options + ); + return poller.pollUntilDone(); + } +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listGraphsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.GraphResourcesListResult + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName + ], + headerParameters: [Parameters.accept], + serializer +}; +const getGraphOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs/{graphName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.GraphResourceGetResults + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.graphName + ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateGraphOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs/{graphName}", + httpMethod: "PUT", + responses: { + 200: { + bodyMapper: Mappers.GraphResourceGetResults + }, + 201: { + bodyMapper: Mappers.GraphResourceGetResults + }, + 202: { + bodyMapper: Mappers.GraphResourceGetResults + }, + 204: { + bodyMapper: Mappers.GraphResourceGetResults + } + }, + requestBody: Parameters.createUpdateGraphParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.graphName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const deleteGraphResourceOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs/{graphName}", + httpMethod: "DELETE", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.graphName + ], + serializer +}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts index 68c437ee319b..244fb9bebb3a 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); - } - - /** - * 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); + updateGremlinGraphThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * 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", + responses: { + 200: { + bodyMapper: Mappers.GremlinDatabaseListResult + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + 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.GremlinDatabaseListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.GremlinDatabaseGetResults } }, - 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 - ], + 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.GremlinDatabaseGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.GremlinDatabaseGetResults + }, + 202: { + bodyMapper: Mappers.GremlinDatabaseGetResults + }, + 204: { + bodyMapper: Mappers.GremlinDatabaseGetResults } }, - serializer -}; - -const getGremlinDatabaseThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default", + 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.ThroughputSettingsGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const listGremlinGraphsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs", +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 ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getGremlinDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.GremlinGraphListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const getGremlinGraphOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - 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 + Parameters.databaseName ], + 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.GremlinGraphGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const getGremlinGraphThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default", + 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 + Parameters.databaseName ], + 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: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + 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 migrateGremlinDatabaseToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { - bodyMapper: Mappers.GremlinDatabaseGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginDeleteGremlinDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - 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 - ], + headerParameters: [Parameters.accept], + serializer +}; +const listGremlinGraphsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.GremlinGraphListResult } }, - 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 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 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.graphName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + 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.ThroughputSettingsGetResults + bodyMapper: Mappers.GremlinGraphGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.GremlinGraphGetResults + }, + 202: { + bodyMapper: Mappers.GremlinGraphGetResults + }, + 204: { + bodyMapper: Mappers.GremlinGraphGetResults } }, - serializer -}; - -const beginMigrateGremlinDatabaseToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + requestBody: Parameters.createUpdateGremlinGraphParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, + Parameters.graphName, Parameters.databaseName ], - 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 beginCreateUpdateGremlinGraphOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", +const deleteGremlinGraphOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", + 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.graphName, + Parameters.databaseName ], - requestBody: { - parameterPath: "createUpdateGremlinGraphParameters", - mapper: { - ...Mappers.GremlinGraphCreateUpdateParameters, - required: true - } - }, + serializer +}; +const getGremlinGraphThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.GremlinGraphGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginDeleteGremlinGraphOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - 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 + Parameters.graphName, + Parameters.databaseName ], - responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; - -const beginUpdateGremlinGraphThroughputOperationSpec: msRest.OperationSpec = { +const updateGremlinGraphThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default", httpMethod: "PUT", - 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 - ], - 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 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 + Parameters.graphName, + Parameters.databaseName ], + 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 + Parameters.graphName, + Parameters.databaseName ], + 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.graphName, + Parameters.databaseName + ], + 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..0d8149ed5106 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"; @@ -20,6 +19,7 @@ export * from "./collectionPartitionRegion"; export * from "./collectionPartition"; export * from "./partitionKeyRangeId"; export * from "./partitionKeyRangeIdRegion"; +export * from "./graphResources"; export * from "./sqlResources"; export * from "./mongoDBResources"; export * from "./tableResources"; @@ -35,3 +35,6 @@ export * from "./restorableSqlResources"; export * from "./restorableMongodbDatabases"; export * from "./restorableMongodbCollections"; export * from "./restorableMongodbResources"; +export * from "./cassandraClusters"; +export * from "./cassandraDataCenters"; +export * from "./service"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts index 11847cee69eb..69a5032178d2 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.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/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 +} 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 +69,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 +216,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 +313,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 +338,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 +522,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 +548,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 +752,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 + * @param options The options parameters. */ - 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 - */ - 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,312 +774,498 @@ 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 + * Collection. + * @param options The options parameters. */ - 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; - } + 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() + } + }; + }; - /** - * 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 - */ - 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()); - } - - /** - * 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 - * @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 - */ - beginMigrateMongoDBDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateMongoDBDatabaseToAutoscaleOperationSpec, - options); - } - - /** - * 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 - */ - beginMigrateMongoDBDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateMongoDBDatabaseToManualThroughputOperationSpec, - options); - } - - /** - * Create or update an Azure Cosmos DB MongoDB Collection + * 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 createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB - * Collection. - * @param [options] The optional parameters - * @returns Promise + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB collection. + * @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 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(); } /** - * Deletes an existing 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 [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 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 + }); } /** - * Update the RUs per second of 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 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 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(); } /** - * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale + * 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. */ - beginMigrateMongoDBCollectionToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - collectionName, - options - }, - beginMigrateMongoDBCollectionToAutoscaleOperationSpec, - 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 + }); } /** @@ -598,477 +1274,438 @@ 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 + * @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 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(); } } - // 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", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.MongoDBDatabaseListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - 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 + Parameters.accountName ], + 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.MongoDBDatabaseGetResults - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getMongoDBDatabaseThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - 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 - ], + 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.ThroughputSettingsGetResults + bodyMapper: Mappers.MongoDBDatabaseGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.MongoDBDatabaseGetResults + }, + 202: { + bodyMapper: Mappers.MongoDBDatabaseGetResults + }, + 204: { + bodyMapper: Mappers.MongoDBDatabaseGetResults } }, - serializer -}; - -const listMongoDBCollectionsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections", + 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.MongoDBCollectionListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const getMongoDBCollectionOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", +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, - Parameters.collectionName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.databaseName ], - responses: { - 200: { - bodyMapper: Mappers.MongoDBCollectionGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, serializer }; - -const getMongoDBCollectionThroughputOperationSpec: msRest.OperationSpec = { +const getMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.collectionName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { 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 updateMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default", + httpMethod: "PUT", 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}", + 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 migrateMongoDBDatabaseToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{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 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 migrateMongoDBDatabaseToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{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 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 - ], + headerParameters: [Parameters.accept], + serializer +}; +const listMongoDBCollectionsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.MongoDBCollectionListResult } }, - serializer -}; - -const beginMigrateMongoDBDatabaseToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{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 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 beginCreateUpdateMongoDBCollectionOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - 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 - ], - requestBody: { - parameterPath: "createUpdateMongoDBCollectionParameters", - mapper: { - ...Mappers.MongoDBCollectionCreateUpdateParameters, - required: true - } - }, + 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.MongoDBCollectionGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.MongoDBCollectionGetResults + }, + 202: { + bodyMapper: Mappers.MongoDBCollectionGetResults + }, + 204: { + bodyMapper: Mappers.MongoDBCollectionGetResults } }, + requestBody: Parameters.createUpdateMongoDBCollectionParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.collectionName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteMongoDBCollectionOperationSpec: msRest.OperationSpec = { +const deleteMongoDBCollectionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", + 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 - ], + serializer +}; +const getMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginUpdateMongoDBCollectionThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default", + 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], + serializer +}; +const updateMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/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 beginMigrateMongoDBCollectionToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToAutoscale", + 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 - ], + 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 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 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 } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.collectionName + ], + headerParameters: [Parameters.accept], 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/service.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/service.ts new file mode 100644 index 000000000000..206ed30bc55a --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/service.ts @@ -0,0 +1,414 @@ +/* + * 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 { Service } 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 { + ServiceResource, + ServiceListOptionalParams, + ServiceListResponse, + ServiceResourceCreateUpdateParameters, + ServiceCreateOptionalParams, + ServiceCreateResponse, + ServiceGetOptionalParams, + ServiceGetResponse, + ServiceDeleteOptionalParams +} from "../models"; + +/// +/** Class containing Service operations. */ +export class ServiceImpl implements Service { + private readonly client: CosmosDBManagementClientContext; + + /** + * Initialize a new instance of the class Service class. + * @param client Reference to the service client + */ + constructor(client: CosmosDBManagementClientContext) { + this.client = client; + } + + /** + * Gets the status of service. + * @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 list( + resourceGroupName: string, + accountName: string, + options?: ServiceListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(resourceGroupName, accountName, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(resourceGroupName, accountName, options); + } + }; + } + + private async *listPagingPage( + resourceGroupName: string, + accountName: string, + options?: ServiceListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(resourceGroupName, accountName, options); + yield result.value || []; + } + + private async *listPagingAll( + resourceGroupName: string, + accountName: string, + options?: ServiceListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + + /** + * Gets the status of service. + * @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. + */ + private _list( + resourceGroupName: string, + accountName: string, + options?: ServiceListOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listOperationSpec + ); + } + + /** + * Creates a service. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param createUpdateParameters The Service resource parameters. + * @param options The options parameters. + */ + async beginCreate( + resourceGroupName: string, + accountName: string, + serviceName: string, + createUpdateParameters: ServiceResourceCreateUpdateParameters, + options?: ServiceCreateOptionalParams + ): Promise< + PollerLike, ServiceCreateResponse> + > { + 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, + serviceName, + createUpdateParameters, + options + }, + createOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Creates a service. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param createUpdateParameters The Service resource parameters. + * @param options The options parameters. + */ + async beginCreateAndWait( + resourceGroupName: string, + accountName: string, + serviceName: string, + createUpdateParameters: ServiceResourceCreateUpdateParameters, + options?: ServiceCreateOptionalParams + ): Promise { + const poller = await this.beginCreate( + resourceGroupName, + accountName, + serviceName, + createUpdateParameters, + options + ); + return poller.pollUntilDone(); + } + + /** + * Gets the status of service. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + accountName: string, + serviceName: string, + options?: ServiceGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, serviceName, options }, + getOperationSpec + ); + } + + /** + * Deletes service with the given serviceName. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param options The options parameters. + */ + async beginDelete( + resourceGroupName: string, + accountName: string, + serviceName: string, + options?: ServiceDeleteOptionalParams + ): 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, serviceName, options }, + deleteOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Deletes service with the given serviceName. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param options The options parameters. + */ + async beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + serviceName: string, + options?: ServiceDeleteOptionalParams + ): Promise { + const poller = await this.beginDelete( + resourceGroupName, + accountName, + serviceName, + 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/databaseAccounts/{accountName}/services", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.ServiceResourceListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName + ], + headerParameters: [Parameters.accept], + serializer +}; +const createOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/services/{serviceName}", + httpMethod: "PUT", + responses: { + 200: { + bodyMapper: Mappers.ServiceResource + }, + 201: { + bodyMapper: Mappers.ServiceResource + }, + 202: { + bodyMapper: Mappers.ServiceResource + }, + 204: { + bodyMapper: Mappers.ServiceResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.createUpdateParameters1, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.serviceName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/services/{serviceName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.ServiceResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.serviceName + ], + headerParameters: [Parameters.accept], + serializer +}; +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/services/{serviceName}", + httpMethod: "DELETE", + responses: { + 200: {}, + 201: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.serviceName + ], + 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..3334b9c3de02 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts @@ -0,0 +1,225 @@ +/* + * 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, + BackupResource, + CassandraClustersListBackupsOptionalParams, + CassandraClustersGetOptionalParams, + CassandraClustersGetResponse, + CassandraClustersDeleteOptionalParams, + CassandraClustersCreateUpdateOptionalParams, + CassandraClustersCreateUpdateResponse, + CassandraClustersUpdateOptionalParams, + CassandraClustersUpdateResponse, + RepairPostBody, + CassandraClustersRequestRepairOptionalParams, + CassandraClustersFetchNodeStatusOptionalParams, + CassandraClustersFetchNodeStatusResponse, + CassandraClustersGetBackupOptionalParams, + CassandraClustersGetBackupResponse +} 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; + /** + * List the backups of this cluster that are available to restore. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + listBackups( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersListBackupsOptionalParams + ): 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; + /** + * Request that repair begin on this cluster as soon as possible. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification of what keyspaces and tables to run repair on. + * @param options The options parameters. + */ + beginRequestRepair( + resourceGroupName: string, + clusterName: string, + body: RepairPostBody, + options?: CassandraClustersRequestRepairOptionalParams + ): Promise, void>>; + /** + * Request that repair begin on this cluster as soon as possible. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification of what keyspaces and tables to run repair on. + * @param options The options parameters. + */ + beginRequestRepairAndWait( + resourceGroupName: string, + clusterName: string, + body: RepairPostBody, + options?: CassandraClustersRequestRepairOptionalParams + ): Promise; + /** + * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginFetchNodeStatus( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersFetchNodeStatusOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersFetchNodeStatusResponse + > + >; + /** + * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginFetchNodeStatusAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersFetchNodeStatusOptionalParams + ): Promise; + /** + * Get the properties of an individual backup of this cluster that is available to restore. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param backupId Id of a restorable backup of a Cassandra cluster. + * @param options The options parameters. + */ + getBackup( + resourceGroupName: string, + clusterName: string, + backupId: string, + options?: CassandraClustersGetBackupOptionalParams + ): 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..bfa37d392b22 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts @@ -0,0 +1,739 @@ +/* + * 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, + CassandraViewGetResults, + CassandraResourcesListCassandraViewsOptionalParams, + 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, + CassandraResourcesGetCassandraViewOptionalParams, + CassandraResourcesGetCassandraViewResponse, + CassandraViewCreateUpdateParameters, + CassandraResourcesCreateUpdateCassandraViewOptionalParams, + CassandraResourcesCreateUpdateCassandraViewResponse, + CassandraResourcesDeleteCassandraViewOptionalParams, + CassandraResourcesGetCassandraViewThroughputOptionalParams, + CassandraResourcesGetCassandraViewThroughputResponse, + CassandraResourcesUpdateCassandraViewThroughputOptionalParams, + CassandraResourcesUpdateCassandraViewThroughputResponse, + CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams, + CassandraResourcesMigrateCassandraViewToAutoscaleResponse, + CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams, + CassandraResourcesMigrateCassandraViewToManualThroughputResponse +} 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; + /** + * Lists the Cassandra materialized views 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. + */ + listCassandraViews( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraViewsOptionalParams + ): 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; + /** + * Gets the Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + getCassandraView( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesGetCassandraViewOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB Cassandra View + * @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 viewName Cosmos DB view name. + * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. + * @param options The options parameters. + */ + beginCreateUpdateCassandraView( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraResourcesCreateUpdateCassandraViewResponse + > + >; + /** + * Create or update an Azure Cosmos DB Cassandra View + * @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 viewName Cosmos DB view name. + * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. + * @param options The options parameters. + */ + beginCreateUpdateCassandraViewAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB Cassandra view. + * @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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + beginDeleteCassandraView( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesDeleteCassandraViewOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB Cassandra view. + * @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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + beginDeleteCassandraViewAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesDeleteCassandraViewOptionalParams + ): Promise; + /** + * Gets the RUs per second of the Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + getCassandraViewThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesGetCassandraViewThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB Cassandra view + * @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 viewName Cosmos DB view name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra view. + * @param options The options parameters. + */ + beginUpdateCassandraViewThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesUpdateCassandraViewThroughputResponse + >, + CassandraResourcesUpdateCassandraViewThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB Cassandra view + * @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 viewName Cosmos DB view name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra view. + * @param options The options parameters. + */ + beginUpdateCassandraViewThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + beginMigrateCassandraViewToAutoscale( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraViewToAutoscaleResponse + >, + CassandraResourcesMigrateCassandraViewToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + beginMigrateCassandraViewToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + beginMigrateCassandraViewToManualThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraViewToManualThroughputResponse + >, + CassandraResourcesMigrateCassandraViewToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. + * @param options The options parameters. + */ + beginMigrateCassandraViewToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + viewName: string, + options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams + ): 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/graphResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/graphResources.ts new file mode 100644 index 000000000000..53f1fb181489 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/graphResources.ts @@ -0,0 +1,110 @@ +/* + * 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 { + GraphResourceGetResults, + GraphResourcesListGraphsOptionalParams, + GraphResourcesGetGraphOptionalParams, + GraphResourcesGetGraphResponse, + GraphResourceCreateUpdateParameters, + GraphResourcesCreateUpdateGraphOptionalParams, + GraphResourcesCreateUpdateGraphResponse, + GraphResourcesDeleteGraphResourceOptionalParams +} from "../models"; + +/// +/** Interface representing a GraphResources. */ +export interface GraphResources { + /** + * Lists the graphs 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. + */ + listGraphs( + resourceGroupName: string, + accountName: string, + options?: GraphResourcesListGraphsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the Graph resource 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 graphName Cosmos DB graph resource name. + * @param options The options parameters. + */ + getGraph( + resourceGroupName: string, + accountName: string, + graphName: string, + options?: GraphResourcesGetGraphOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB Graph. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param createUpdateGraphParameters The parameters to provide for the current graph. + * @param options The options parameters. + */ + beginCreateUpdateGraph( + resourceGroupName: string, + accountName: string, + graphName: string, + createUpdateGraphParameters: GraphResourceCreateUpdateParameters, + options?: GraphResourcesCreateUpdateGraphOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GraphResourcesCreateUpdateGraphResponse + > + >; + /** + * Create or update an Azure Cosmos DB Graph. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param createUpdateGraphParameters The parameters to provide for the current graph. + * @param options The options parameters. + */ + beginCreateUpdateGraphAndWait( + resourceGroupName: string, + accountName: string, + graphName: string, + createUpdateGraphParameters: GraphResourceCreateUpdateParameters, + options?: GraphResourcesCreateUpdateGraphOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB Graph Resource. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param options The options parameters. + */ + beginDeleteGraphResource( + resourceGroupName: string, + accountName: string, + graphName: string, + options?: GraphResourcesDeleteGraphResourceOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB Graph Resource. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param graphName Cosmos DB graph resource name. + * @param options The options parameters. + */ + beginDeleteGraphResourceAndWait( + resourceGroupName: string, + accountName: string, + graphName: string, + options?: GraphResourcesDeleteGraphResourceOptionalParams + ): 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..0d8149ed5106 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.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. + */ + +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 "./graphResources"; +export * from "./sqlResources"; +export * from "./mongoDBResources"; +export * from "./tableResources"; +export * from "./cassandraResources"; +export * from "./gremlinResources"; +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"; +export * from "./service"; 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..aa64372bf837 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/mongoDBResources.ts @@ -0,0 +1,491 @@ +/* + * 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 +} 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 + >; +} 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/service.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/service.ts new file mode 100644 index 000000000000..c7d0d81613d2 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/service.ts @@ -0,0 +1,107 @@ +/* + * 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 { + ServiceResource, + ServiceListOptionalParams, + ServiceResourceCreateUpdateParameters, + ServiceCreateOptionalParams, + ServiceCreateResponse, + ServiceGetOptionalParams, + ServiceGetResponse, + ServiceDeleteOptionalParams +} from "../models"; + +/// +/** Interface representing a Service. */ +export interface Service { + /** + * Gets the status of service. + * @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. + */ + list( + resourceGroupName: string, + accountName: string, + options?: ServiceListOptionalParams + ): PagedAsyncIterableIterator; + /** + * Creates a service. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param createUpdateParameters The Service resource parameters. + * @param options The options parameters. + */ + beginCreate( + resourceGroupName: string, + accountName: string, + serviceName: string, + createUpdateParameters: ServiceResourceCreateUpdateParameters, + options?: ServiceCreateOptionalParams + ): Promise< + PollerLike, ServiceCreateResponse> + >; + /** + * Creates a service. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param createUpdateParameters The Service resource parameters. + * @param options The options parameters. + */ + beginCreateAndWait( + resourceGroupName: string, + accountName: string, + serviceName: string, + createUpdateParameters: ServiceResourceCreateUpdateParameters, + options?: ServiceCreateOptionalParams + ): Promise; + /** + * Gets the status of service. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + accountName: string, + serviceName: string, + options?: ServiceGetOptionalParams + ): Promise; + /** + * Deletes service with the given serviceName. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param options The options parameters. + */ + beginDelete( + resourceGroupName: string, + accountName: string, + serviceName: string, + options?: ServiceDeleteOptionalParams + ): Promise, void>>; + /** + * Deletes service with the given serviceName. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param serviceName Cosmos DB service name. + * @param options The options parameters. + */ + beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + serviceName: string, + options?: ServiceDeleteOptionalParams + ): Promise; +} 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..8862caf8fa19 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.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 { + env, + record, + RecorderEnvironmentSetup, + Recorder +} 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: [] +}; + +describe("My 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 = "myaccountxxx1"; + 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" + }); + console.log(res); + }); + + it("cassandraResources create test", async function() { + const res = await client.cassandraResources.beginCreateUpdateCassandraKeyspaceAndWait(resourceGroupName,accountName,keyspaceName,{ + location: location, + resource: { + id: keyspaceName + }, + options: { + throughput: 2000 + } + }); + console.log(res); + }); + + it("cassandraResources update test", async function() { + const res = await client.cassandraResources.beginUpdateCassandraKeyspaceThroughputAndWait(resourceGroupName,accountName,keyspaceName,{ + location: location, + resource: { + throughput: 400 + } + }); + console.log(res); + }); + + it("cassandraResources get test", async function() { + const res = await client.cassandraResources.getCassandraKeyspaceThroughput(resourceGroupName,accountName,keyspaceName); + console.log(res); + }); + + it("cassandraResources list test", async function() { + for await (let item of client.cassandraResources.listCassandraKeyspaces(resourceGroupName,accountName)){ + console.log(item); + } + }); + + it("cassandraResources MigrateCassandra test", async function() { + const res = await client.cassandraResources.beginMigrateCassandraKeyspaceToAutoscaleAndWait(resourceGroupName,accountName,keyspaceName); + console.log(res); + }); + + it("cassandraResources delete test", async function() { + const res = await client.cassandraResources.beginDeleteCassandraKeyspaceAndWait(resourceGroupName,accountName,keyspaceName); + console.log(res); + }); + + it("databaseAccounts delete for cassandraResources test", async function() { + const res = await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); + console.log(res); + }); +}); 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..3eaa258cc8a7 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts @@ -0,0 +1,108 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; +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: [] +}; + +describe("My 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 = "myaccountxxx2"; + }); + + 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" + }); + console.log(res); + }); + + it("databaseAccounts get test", async function() { + const res = await client.databaseAccounts.get(resourceGroupName,accountName); + console.log(res); + }); + + it("databaseAccounts list test", async function() { + for await (let item of client.databaseAccounts.list()){ + console.log(item); + } + }); + + it("databaseAccounts checkNameExists test", async function() { + const res = await client.databaseAccounts.checkNameExists(accountName); + console.log(res); + }); + + it("databaseAccounts delete test", async function() { + const res = await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); + console.log(res); + }); +}); 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..e221f0b7843f --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts @@ -0,0 +1,132 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; +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: [] +}; + +describe("My 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 = "myaccountxxx"; + databaseName = "mydatabasexxxx3"; + }); + + 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" + }); + console.log(res); + }); + + it("mongoDBResources create test", async function() { + const res = await client.mongoDBResources.beginCreateUpdateMongoDBDatabaseAndWait(resourceGroupName,accountName,databaseName,{ + location: location, + resource: { + id: databaseName + }, + options: { + throughput: 2000 + } + }); + console.log(res); + }); + + it("mongoDBResources update test", async function() { + const res = await client.mongoDBResources.beginUpdateMongoDBDatabaseThroughputAndWait(resourceGroupName,accountName,databaseName,{ + location: location, + resource: { + throughput: 400 + } + }); + console.log(res); + }); + + it("mongoDBResources get test", async function() { + const res = await client.mongoDBResources.getMongoDBDatabase(resourceGroupName,accountName,databaseName); + console.log(res); + }); + + it("mongoDBResources list test", async function() { + for await (let item of client.mongoDBResources.listMongoDBDatabases(resourceGroupName,accountName)){ + console.log(item); + } + }); + + it("mongoDBResources migrate test", async function() { + const res = await client.mongoDBResources.beginMigrateMongoDBDatabaseToAutoscaleAndWait(resourceGroupName,accountName,databaseName); + console.log(res); + }); + + it("mongoDBResources delete test", async function() { + const res = await client.mongoDBResources.beginDeleteMongoDBDatabaseAndWait(resourceGroupName,accountName,databaseName); + console.log(res); + }); + + it("databaseAccounts delete for mongoDBResources test", async function() { + const res = await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); + console.log(res); + }); +}); diff --git a/sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts b/sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts new file mode 100644 index 000000000000..c1c16047ac66 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts @@ -0,0 +1,57 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; +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: [] +}; + +describe("My test", () => { + let recorder: Recorder; + let subscriptionId: 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 + ); + }); + + afterEach(async function() { + await recorder.stop(); + }); + + it("sample test", async function() { + console.log("Hi, I'm a test!"); + }); +}); 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"] } From 2453882661218c66cd0e5d7058c2aa80f057f8e7 Mon Sep 17 00:00:00 2001 From: colawwj Date: Sat, 18 Sep 2021 11:33:46 +0800 Subject: [PATCH 2/9] update --- common/config/rush/pnpm-lock.yaml | 28 +++++++++++++++++++++++++++- rush.json | 9 +++++++-- sdk/cosmosdb/ci.yml | 12 +++++------- 3 files changed, 39 insertions(+), 10 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index e1b579eb93a5..8d4fbabc7d2c 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -12,6 +12,7 @@ specifiers: '@rush-temp/arm-appservice': file:./projects/arm-appservice.tgz '@rush-temp/arm-authorization': file:./projects/arm-authorization.tgz '@rush-temp/arm-compute': file:./projects/arm-compute.tgz + '@rush-temp/arm-cosmosdb': file:./projects/arm-cosmosdb.tgz '@rush-temp/arm-eventhub': file:./projects/arm-eventhub.tgz '@rush-temp/arm-features': file:./projects/arm-features.tgz '@rush-temp/arm-keyvault': file:./projects/arm-keyvault.tgz @@ -136,6 +137,7 @@ dependencies: '@rush-temp/arm-appservice': file:projects/arm-appservice.tgz '@rush-temp/arm-authorization': file:projects/arm-authorization.tgz '@rush-temp/arm-compute': file:projects/arm-compute.tgz + '@rush-temp/arm-cosmosdb': file:projects/arm-cosmosdb.tgz '@rush-temp/arm-eventhub': file:projects/arm-eventhub.tgz '@rush-temp/arm-features': file:projects/arm-features.tgz '@rush-temp/arm-keyvault': file:projects/arm-keyvault.tgz @@ -8428,6 +8430,30 @@ packages: uglify-js: 3.14.2 dev: false + file:projects/arm-cosmosdb.tgz: + resolution: {integrity: sha512-nVm5hbmqceMerSf4IExsdhq8K/4860Xa2tKvebwzdlVN4GGAkxZhScDtxwiBTpfvA7uVQZDzCSVrZ594FEX2RQ==, 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.7.11 + '@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.2 + transitivePeerDependencies: + - debug + - supports-color + dev: false + file:projects/arm-eventhub.tgz: resolution: {integrity: sha512-prxNN24vp5ndwaqivPOFLkNF0Id6m0zm5YL0Azqgv6PoZzThFLxEkgaWtsUxFQicLGqXWB7XomzA0EUyPHyDbQ==, tarball: file:projects/arm-eventhub.tgz} name: '@rush-temp/arm-eventhub' @@ -8653,7 +8679,7 @@ packages: dev: false file:projects/arm-sql.tgz: - resolution: {integrity: sha512-d740cACOOsMXQ3bwlpaXrGeOxAVZMCf+6D+LKN8ltZbTJHPrw5Jv0q6tCp7k+aa+nY6hBP1qYtYfKpk0Rg4wuA==, tarball: file:projects/arm-sql.tgz} + resolution: {integrity: sha512-1nv+fHLm/8KtX6rSVv/pmclEN7WzLAFtJuFqOOGUCSYEH0uK/vjrTWdV9/z5v2hCopmTGrnLM1m1JyQTwEL5aA==, tarball: file:projects/arm-sql.tgz} name: '@rush-temp/arm-sql' version: 0.0.0 dependencies: diff --git a/rush.json b/rush.json index b958b0d0e5ec..13c48a3f6fb0 100644 --- a/rush.json +++ b/rush.json @@ -1,7 +1,7 @@ /** * This is the main configuration file for Rush. * For full documentation, please see https://rushjs.io - */ { + */{ "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json", /** * (Required) This specifies the version of the Rush engine to be used in this repo. @@ -930,6 +930,11 @@ "packageName": "@azure/arm-servicebus", "projectFolder": "sdk/servicebus/arm-servicebus", "versionPolicyName": "management" + }, + { + "packageName": "@azure/arm-cosmosdb", + "projectFolder": "sdk/cosmosdb/arm-cosmosdb", + "versionPolicyName": "management" } ] -} +} \ No newline at end of file diff --git a/sdk/cosmosdb/ci.yml b/sdk/cosmosdb/ci.yml index 245dbfdd16f9..236596b1a579 100644 --- a/sdk/cosmosdb/ci.yml +++ b/sdk/cosmosdb/ci.yml @@ -1,5 +1,3 @@ -# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. - trigger: branches: include: @@ -9,7 +7,6 @@ trigger: paths: include: - sdk/cosmosdb/ - pr: branches: include: @@ -17,17 +14,18 @@ pr: - feature/* - release/* - hotfix/* + exclude: + - feature/v4 paths: include: - sdk/cosmosdb/ - extends: - template: ../../eng/pipelines/templates/stages/cosmos-sdk-client.yml #NOTE: Non-standard template. + template: ../../eng/pipelines/templates/stages/cosmos-sdk-client.yml parameters: ServiceDirectory: cosmosdb - # Disable unit tests because they are no-op. Integration tests from the - # cosmos-specific template handle this testing. RunUnitTests: false Artifacts: - name: azure-cosmos safeName: azurecosmos + - name: azure-arm-cosmosdb + safeName: azurearmcosmosdb From 28bd6c96fba3fe48b7ca9a2ee5e7ee01ad0a2833 Mon Sep 17 00:00:00 2001 From: colawwj Date: Sat, 18 Sep 2021 11:35:04 +0800 Subject: [PATCH 3/9] update --- sdk/cosmosdb/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/cosmosdb/ci.yml b/sdk/cosmosdb/ci.yml index 236596b1a579..a6f96b4d8749 100644 --- a/sdk/cosmosdb/ci.yml +++ b/sdk/cosmosdb/ci.yml @@ -1,3 +1,4 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. trigger: branches: include: From 2e0d82917af46cdcbe3c97042f9acf59bb6f2b18 Mon Sep 17 00:00:00 2001 From: colawwj Date: Sat, 18 Sep 2021 13:42:42 +0800 Subject: [PATCH 4/9] update --- sdk/cosmosdb/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/cosmosdb/ci.yml b/sdk/cosmosdb/ci.yml index a6f96b4d8749..cdd5017e5658 100644 --- a/sdk/cosmosdb/ci.yml +++ b/sdk/cosmosdb/ci.yml @@ -21,10 +21,9 @@ pr: include: - sdk/cosmosdb/ extends: - template: ../../eng/pipelines/templates/stages/cosmos-sdk-client.yml + template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: cosmosdb - RunUnitTests: false Artifacts: - name: azure-cosmos safeName: azurecosmos From 610bc9e68529230863f9a3235fcf2b032f7f3c19 Mon Sep 17 00:00:00 2001 From: colawwj Date: Thu, 23 Sep 2021 13:48:01 +0800 Subject: [PATCH 5/9] update-ci.yml --- sdk/cosmosdb/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/cosmosdb/ci.yml b/sdk/cosmosdb/ci.yml index cdd5017e5658..a6f96b4d8749 100644 --- a/sdk/cosmosdb/ci.yml +++ b/sdk/cosmosdb/ci.yml @@ -21,9 +21,10 @@ pr: include: - sdk/cosmosdb/ extends: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml + template: ../../eng/pipelines/templates/stages/cosmos-sdk-client.yml parameters: ServiceDirectory: cosmosdb + RunUnitTests: false Artifacts: - name: azure-cosmos safeName: azurecosmos From 90a82b3802ca92285a670f3a995cc25a63da70ea Mon Sep 17 00:00:00 2001 From: colawwj Date: Thu, 23 Sep 2021 15:26:43 +0800 Subject: [PATCH 6/9] update test --- .../test/cosmosdb_cassandra_examples.ts | 32 +++++++++++------ .../arm-cosmosdb/test/cosmosdb_examples.ts | 20 +++++++---- .../test/cosmosdb_mongodb_examples.ts | 35 ++++++++++++------- 3 files changed, 56 insertions(+), 31 deletions(-) diff --git a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts index 8862caf8fa19..c7739e1aefdb 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts @@ -34,7 +34,7 @@ const recorderEnvSetup: RecorderEnvironmentSetup = { queryParametersToSkip: [] }; -describe("My test", () => { +describe("Cosmosdb cassandra test", () => { let recorder: Recorder; let client: CosmosDBManagementClient; let subscriptionId: string; @@ -83,7 +83,7 @@ describe("My test", () => { apiProperties: {}, createMode: "Default" }); - console.log(res); + assert.equal(res.name, accountName); }); it("cassandraResources create test", async function() { @@ -96,7 +96,7 @@ describe("My test", () => { throughput: 2000 } }); - console.log(res); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces"); }); it("cassandraResources update test", async function() { @@ -106,32 +106,42 @@ describe("My test", () => { throughput: 400 } }); - console.log(res); + assert.equal(res.resource?.throughput,400); }); it("cassandraResources get test", async function() { const res = await client.cassandraResources.getCassandraKeyspaceThroughput(resourceGroupName,accountName,keyspaceName); - console.log(res); + 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)){ - console.log(item); + resArray.push(item); } + assert.equal(resArray.length,1); }); it("cassandraResources MigrateCassandra test", async function() { const res = await client.cassandraResources.beginMigrateCassandraKeyspaceToAutoscaleAndWait(resourceGroupName,accountName,keyspaceName); - console.log(res); + assert.equal(res.type,"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/migrateToAutoscale") }); it("cassandraResources delete test", async function() { - const res = await client.cassandraResources.beginDeleteCassandraKeyspaceAndWait(resourceGroupName,accountName,keyspaceName); - console.log(res); + await client.cassandraResources.beginDeleteCassandraKeyspaceAndWait(resourceGroupName,accountName,keyspaceName); + 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() { - const res = await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); - console.log(res); + await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); + 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 index 3eaa258cc8a7..0bffc016f963 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts @@ -34,7 +34,7 @@ const recorderEnvSetup: RecorderEnvironmentSetup = { queryParametersToSkip: [] }; -describe("My test", () => { +describe("Cosmosdb test", () => { let recorder: Recorder; let client: CosmosDBManagementClient; let subscriptionId: string; @@ -82,27 +82,33 @@ describe("My test", () => { location: location, createMode: "Default" }); - console.log(res); + assert.equal(res.name, accountName); }); it("databaseAccounts get test", async function() { const res = await client.databaseAccounts.get(resourceGroupName,accountName); - console.log(res); + assert.equal(res.name, accountName); }); it("databaseAccounts list test", async function() { + const resArray = new Array(); for await (let item of client.databaseAccounts.list()){ - console.log(item); + resArray.push(item); } + assert.equal(resArray.length,1); }); it("databaseAccounts checkNameExists test", async function() { const res = await client.databaseAccounts.checkNameExists(accountName); - console.log(res); + assert.equal(res.body,true); }); it("databaseAccounts delete test", async function() { - const res = await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); - console.log(res); + await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); + 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_mongodb_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts index e221f0b7843f..81c50e54856a 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts @@ -34,7 +34,7 @@ const recorderEnvSetup: RecorderEnvironmentSetup = { queryParametersToSkip: [] }; -describe("My test", () => { +describe("Cosmosdb mongodb test", () => { let recorder: Recorder; let client: CosmosDBManagementClient; let subscriptionId: string; @@ -55,8 +55,8 @@ describe("My test", () => { client = new CosmosDBManagementClient(credential, subscriptionId); location = "eastus"; resourceGroupName = "myjstest"; - accountName = "myaccountxxx"; - databaseName = "mydatabasexxxx3"; + accountName = "myaccountxxx3"; + databaseName = "mydatabasexxxx"; }); afterEach(async function() { @@ -78,7 +78,8 @@ describe("My test", () => { apiProperties: {}, createMode: "Default" }); - console.log(res); + assert.equal(res.name, accountName); + assert.equal(res.location, location); }); it("mongoDBResources create test", async function() { @@ -91,7 +92,7 @@ describe("My test", () => { throughput: 2000 } }); - console.log(res); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases") }); it("mongoDBResources update test", async function() { @@ -101,32 +102,40 @@ describe("My test", () => { throughput: 400 } }); - console.log(res); + assert.equal(res.resource?.throughput, 400); }); it("mongoDBResources get test", async function() { const res = await client.mongoDBResources.getMongoDBDatabase(resourceGroupName,accountName,databaseName); - console.log(res); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases"); }); it("mongoDBResources list test", async function() { for await (let item of client.mongoDBResources.listMongoDBDatabases(resourceGroupName,accountName)){ - console.log(item); + assert.equal(item.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases"); } }); it("mongoDBResources migrate test", async function() { const res = await client.mongoDBResources.beginMigrateMongoDBDatabaseToAutoscaleAndWait(resourceGroupName,accountName,databaseName); - console.log(res); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/migrateToAutoscale"); }); it("mongoDBResources delete test", async function() { - const res = await client.mongoDBResources.beginDeleteMongoDBDatabaseAndWait(resourceGroupName,accountName,databaseName); - console.log(res); + await client.mongoDBResources.beginDeleteMongoDBDatabaseAndWait(resourceGroupName,accountName,databaseName); + 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() { - const res = await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); - console.log(res); + await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName); + const resArray = new Array(); + for await (let item of client.databaseAccounts.listByResourceGroup(resourceGroupName)){ + resArray.push(item); + } + assert.equal(resArray.length,0); }); }); From 88aeefe6651aeb1b4b2a94fb5e1ef46f2895b6aa Mon Sep 17 00:00:00 2001 From: colawwj Date: Thu, 23 Sep 2021 16:59:28 +0800 Subject: [PATCH 7/9] update --- .../test/{ => public}/cosmosdb_cassandra_examples.ts | 2 +- .../arm-cosmosdb/test/{ => public}/cosmosdb_examples.ts | 2 +- .../arm-cosmosdb/test/{ => public}/cosmosdb_mongodb_examples.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename sdk/cosmosdb/arm-cosmosdb/test/{ => public}/cosmosdb_cassandra_examples.ts (98%) rename sdk/cosmosdb/arm-cosmosdb/test/{ => public}/cosmosdb_examples.ts (97%) rename sdk/cosmosdb/arm-cosmosdb/test/{ => public}/cosmosdb_mongodb_examples.ts (98%) diff --git a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_cassandra_examples.ts similarity index 98% rename from sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts rename to sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_cassandra_examples.ts index c7739e1aefdb..d9c4ad17b22f 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_cassandra_examples.ts @@ -13,7 +13,7 @@ import { Recorder } from "@azure-tools/test-recorder"; import * as assert from "assert"; -import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; +import { CosmosDBManagementClient } from "../../src/cosmosDBManagementClient"; import { ClientSecretCredential } from "@azure/identity"; diff --git a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_examples.ts similarity index 97% rename from sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts rename to sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_examples.ts index 0bffc016f963..6b3c354e5306 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_examples.ts @@ -13,7 +13,7 @@ import { Recorder } from "@azure-tools/test-recorder"; import * as assert from "assert"; -import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; +import { CosmosDBManagementClient } from "../../src/cosmosDBManagementClient"; import { ClientSecretCredential } from "@azure/identity"; diff --git a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_mongodb_examples.ts similarity index 98% rename from sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts rename to sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_mongodb_examples.ts index 81c50e54856a..29f4d4a09843 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_mongodb_examples.ts @@ -13,7 +13,7 @@ import { Recorder } from "@azure-tools/test-recorder"; import * as assert from "assert"; -import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; +import { CosmosDBManagementClient } from "../../src/cosmosDBManagementClient"; import { ClientSecretCredential } from "@azure/identity"; From 4bf9a8112757e3e1afdc3e4fff12eaf4ead84178 Mon Sep 17 00:00:00 2001 From: colawwj Date: Fri, 24 Sep 2021 13:37:01 +0800 Subject: [PATCH 8/9] update-testfile --- ...ecording_cassandraresources_create_test.js | 140 +- ...cording_cassandraresources_delete_test.js} | 178 +- .../recording_cassandraresources_get_test.js | 46 +- .../recording_cassandraresources_list_test.js | 50 +- ...assandraresources_migratecassandra_test.js | 116 +- ...ecording_cassandraresources_update_test.js | 112 +- ...g_databaseaccounts_checknameexists_test.js | 36 +- ...unts_create_for_cassandraresources_test.js | 3031 +++ ...ounts_create_for_mongodbresources_test.js} | 866 +- .../recording_databaseaccounts_create_test.js | 1324 +- ...unts_delete_for_cassandraresources_test.js | 4274 ++--- ...ounts_delete_for_mongodbresources_test.js} | 9232 +++------ ...recording_databaseaccounts_delete_test.js} | 15688 +++++++++++----- .../recording_databaseaccounts_get_test.js | 50 +- .../recording_databaseaccounts_list_test.js | 48 +- ...recording_mongodbresources_create_test.js} | 254 +- ...recording_mongodbresources_delete_test.js} | 100 +- .../recording_mongodbresources_get_test.js | 86 +- .../recording_mongodbresources_list_test.js | 54 +- ...recording_mongodbresources_migrate_test.js | 288 +- ...recording_mongodbresources_update_test.js} | 290 +- ...counts_create_for_mongodbresources_test.js | 5947 ------ .../cosmosdb_cassandra_examples.ts | 8 +- .../test/{public => }/cosmosdb_examples.ts | 6 +- .../{public => }/cosmosdb_mongodb_examples.ts | 7 +- sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts | 57 - 26 files changed, 19891 insertions(+), 22397 deletions(-) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_cassandraresources_create_test.js (77%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test/recording_mongodbresources_delete_test.js => cosmosdb_test/recording_cassandraresources_delete_test.js} (66%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_cassandraresources_get_test.js (77%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_cassandraresources_list_test.js (79%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_cassandraresources_migratecassandra_test.js (76%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_cassandraresources_update_test.js (77%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_databaseaccounts_checknameexists_test.js (80%) create mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_cassandraresources_test.js rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test/recording_databaseaccounts_create_for_cassandraresources_test.js => cosmosdb_test/recording_databaseaccounts_create_for_mongodbresources_test.js} (75%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_databaseaccounts_create_test.js (75%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_databaseaccounts_delete_for_cassandraresources_test.js (76%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test/recording_databaseaccounts_delete_test.js => cosmosdb_test/recording_databaseaccounts_delete_for_mongodbresources_test.js} (58%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js => cosmosdb_test/recording_databaseaccounts_delete_test.js} (64%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_databaseaccounts_get_test.js (66%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_databaseaccounts_list_test.js (65%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test/recording_mongodbresources_update_test.js => cosmosdb_test/recording_mongodbresources_create_test.js} (58%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test/recording_cassandraresources_delete_test.js => cosmosdb_test/recording_mongodbresources_delete_test.js} (76%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_mongodbresources_get_test.js (69%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_mongodbresources_list_test.js (79%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test => cosmosdb_test}/recording_mongodbresources_migrate_test.js (54%) rename sdk/cosmosdb/arm-cosmosdb/recordings/node/{my_test/recording_mongodbresources_create_test.js => cosmosdb_test/recording_mongodbresources_update_test.js} (54%) delete mode 100644 sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js rename sdk/cosmosdb/arm-cosmosdb/test/{public => }/cosmosdb_cassandra_examples.ts (95%) rename sdk/cosmosdb/arm-cosmosdb/test/{public => }/cosmosdb_examples.ts (96%) rename sdk/cosmosdb/arm-cosmosdb/test/{public => }/cosmosdb_mongodb_examples.ts (95%) delete mode 100644 sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_create_test.js similarity index 77% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_create_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_create_test.js index 3a9eab132f47..cfb4f6803608 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_create_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_create_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "94f81d63daba53caf2243ed784e7794b"; +module.exports.hash = "a6fdb5cdb3912ee91c4092ad55dea30b"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -10,6 +10,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":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-Length', + '980', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -23,21 +25,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'a076d1d1-560a-48fb-9456-9b1d5a820600', + 'bd5aff6c-73c3-4fd6-99db-df0af4660600', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=Atm65oc_frJHpuS0EllOYVs; expires=Mon, 18-Oct-2021 02:19:20 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AtAN4DDbAHpJnxXmkiBUMv4; expires=Sun, 24-Oct-2021 03:22:54 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrm9gSoSy3Zdnh7tBk5j--h-M6J2RVjFTdVJ00XxUoBYbCw_s_QyHjaSODUA0MSvrMxifdziqdDSMMuD4asGzutSTSCXNIaYcn8kJeA2wSsfNN_noNVoyWFyKdocBwnis44MYDTOY-tIXiBa6ISL6XKFjKYh77vlY9-Y3zhJ1CATkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrst-exxIlnKh6yL8XS9Ps9jtUMTOkgFmfT4BSlug-XpKWsiFHiacJihtYmAdRLZz1YFAuu0Av8U5GOUfglW-4sfP9hyt9u1y_uqk4XTDWB-ksJapmpvwIeHYPRt9caSIKUkMCxJZzl1-be4hEqSoX7sitDV3o3NLQ5IGK9IrvqGQgAA; 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', - 'Sat, 18 Sep 2021 02:19:20 GMT', - 'Content-Length', - '980' + 'Fri, 24 Sep 2021 03:22:54 GMT' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) @@ -45,6 +45,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', + '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -58,25 +60,23 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'ed0a3277-61c9-4a4d-9caa-ea587ff50500', + '09c7c134-209b-4f49-a498-38d444850700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=Avas2tNrQURLn6iaO4Kuvqw; expires=Mon, 18-Oct-2021 02:19:20 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AnR-sbMaV5pLnlBn9tKl-1Q; expires=Sun, 24-Oct-2021 03:22:55 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr1QpL6MO5IEOOD7DzZLDa1Fvd0Wrq9krHvHLyZzx58ZL2B4GLVyiaWh4526oemry3-DVW26tGPipVHzza5mTKX6pcCrJujYDm2HXXTwj_NCQLcmWB-ONOda6phjZV84DCBwvKI2Y2wgn7VLZ2fGixPpIxjlopWLtFeitxsDNaY6IgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtUt_uOeGKjOvp0__FLWmSRwG5NGDal_TUVA3ufh977EPPCv1AyCmkAbYTW0fJI1_eqsj-gzGs_J1_Lmc9SPsmeAYaVD3CJkXN8eKnZ9BY_uLllZem5crm2_hRR8g70tUHX39k6Psw1k1Xal47DAJ-kVDY6Q4QhRzcjOVM53zDrsgAA; 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', - 'Sat, 18 Sep 2021 02:19:20 GMT', - 'Content-Length', - '1753' + 'Fri, 24 Sep 2021 03:22:55 GMT' ]); 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.1&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=6d496cc9-6cfd-4bac-a523-adc9814d6ddb&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") + .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.1&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=c9dc30fb-a008-4f50-ac57-8e4240b94b35&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '376d603d-f241-4374-86fc-f7255b170700', + '09c7c134-209b-4f49-a498-38d445850700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=ArbjhPdKuJBApGIM_ha9FecWPr5BAQAAAKhD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:20 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Aj2pQLcQl-ZCmTnwe1Mv8q8WPr5BAQAAAI8739gOAAAA; expires=Sun, 24-Oct-2021 03:22:55 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', - 'Sat, 18 Sep 2021 02:19:20 GMT', + 'Fri, 24 Sep 2021 03:22:55 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx', {"location":"eastus","properties":{"resource":{"id":"mykeyspacexxx"},"options":{"throughput":2000}}}) + .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', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/operationResults/bcc89dc5-401b-4e5c-a0f7-51b59a783150?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/05a21cd6-47d7-4f28-bf26-5255c5d7e289?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289?api-version=2021-07-01-preview', 'x-ms-request-id', - 'bcc89dc5-401b-4e5c-a0f7-51b59a783150', + '05a21cd6-47d7-4f28-bf26-5255c5d7e289', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1198', 'x-ms-correlation-request-id', - '65fc63a8-1619-4ce9-ad10-0878eadbccf5', + 'c0738f61-2a67-436b-aec0-68cdad41f39e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021921Z:65fc63a8-1619-4ce9-ad10-0878eadbccf5', + 'SOUTHEASTASIA:20210924T032256Z:c0738f61-2a67-436b-aec0-68cdad41f39e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:21 GMT' + 'Fri, 24 Sep 2021 03:22:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11931', + '11919', 'x-ms-request-id', - 'a48b4151-d353-41e3-9901-09340febdb09', + 'a67cc3c5-f7a8-4448-beca-ac3b0a3a0429', 'x-ms-correlation-request-id', - 'a48b4151-d353-41e3-9901-09340febdb09', + 'a67cc3c5-f7a8-4448-beca-ac3b0a3a0429', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021921Z:a48b4151-d353-41e3-9901-09340febdb09', + 'SOUTHEASTASIA:20210924T032256Z:a67cc3c5-f7a8-4448-beca-ac3b0a3a0429', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:21 GMT' + 'Fri, 24 Sep 2021 03:22:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11930', + '11918', 'x-ms-request-id', - 'dec9e1f7-acfc-47d7-9e02-14a703742551', + '92b6ccbe-2366-48ee-91ad-46a270340560', 'x-ms-correlation-request-id', - 'dec9e1f7-acfc-47d7-9e02-14a703742551', + '92b6ccbe-2366-48ee-91ad-46a270340560', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021924Z:dec9e1f7-acfc-47d7-9e02-14a703742551', + 'SOUTHEASTASIA:20210924T032259Z:92b6ccbe-2366-48ee-91ad-46a270340560', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:23 GMT' + 'Fri, 24 Sep 2021 03:22:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11929', + '11917', 'x-ms-request-id', - 'cc3ab1fe-48d3-4250-a52a-d00ecd58285d', + 'b6e6f4fd-9427-4032-820d-8393e9342b4e', 'x-ms-correlation-request-id', - 'cc3ab1fe-48d3-4250-a52a-d00ecd58285d', + 'b6e6f4fd-9427-4032-820d-8393e9342b4e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021926Z:cc3ab1fe-48d3-4250-a52a-d00ecd58285d', + 'SOUTHEASTASIA:20210924T032301Z:b6e6f4fd-9427-4032-820d-8393e9342b4e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:26 GMT' + 'Fri, 24 Sep 2021 03:23:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -277,21 +277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11928', + '11916', 'x-ms-request-id', - '4be4698e-cdf9-4fba-ae00-586819dd1a64', + '722ae750-3557-406e-9dcb-4d6cbf55c30f', 'x-ms-correlation-request-id', - '4be4698e-cdf9-4fba-ae00-586819dd1a64', + '722ae750-3557-406e-9dcb-4d6cbf55c30f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021928Z:4be4698e-cdf9-4fba-ae00-586819dd1a64', + 'SOUTHEASTASIA:20210924T032303Z:722ae750-3557-406e-9dcb-4d6cbf55c30f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:28 GMT' + 'Fri, 24 Sep 2021 03:23:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -313,21 +313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11927', + '11915', 'x-ms-request-id', - '5107b1f4-03d3-4537-b9e3-bfea8ead9606', + '0d1628e1-a26f-484b-b0c6-13240044706d', 'x-ms-correlation-request-id', - '5107b1f4-03d3-4537-b9e3-bfea8ead9606', + '0d1628e1-a26f-484b-b0c6-13240044706d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021931Z:5107b1f4-03d3-4537-b9e3-bfea8ead9606', + 'SOUTHEASTASIA:20210924T032306Z:0d1628e1-a26f-484b-b0c6-13240044706d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:30 GMT' + 'Fri, 24 Sep 2021 03:23:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/bcc89dc5-401b-4e5c-a0f7-51b59a783150') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -349,23 +349,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11926', + '11914', 'x-ms-request-id', - '8f06374b-5f64-4f8c-86c5-5c8eee31a605', + '6ac518f6-d972-46ab-8f6f-5469cc0a59a1', 'x-ms-correlation-request-id', - '8f06374b-5f64-4f8c-86c5-5c8eee31a605', + '6ac518f6-d972-46ab-8f6f-5469cc0a59a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021933Z:8f06374b-5f64-4f8c-86c5-5c8eee31a605', + 'SOUTHEASTASIA:20210924T032308Z:6ac518f6-d972-46ab-8f6f-5469cc0a59a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:33 GMT' + 'Fri, 24 Sep 2021 03:23:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357ffcd5e7e5b3e3e3cf3ec327799b5dd047bfef473b781eeeec6dd38f9ded9d5dfc43cff6a7bbfbf7f7a713fa7567e7f7fd08afb4d4d9eea7f7761fdedbbdffe9c12ff925","bfe4ff01dc321dce93010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357ffcd5aafca9e3e3cf3ec327799b5dd047bfef473bf41c643bfbdbf473677b6717ffd0b3fde9eefe6c7fffe103fa7de7f7fd08afb4d4d9eea7f7f6f6efdf7b7070ef97fc925f","f2ff000a45237093010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -385,15 +385,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11925', + '11913', 'x-ms-request-id', - '174aaf0a-0505-4867-85d0-e6f6dd90e736', + '23b10425-4eb7-4548-af29-77973d1ed94d', 'x-ms-correlation-request-id', - '174aaf0a-0505-4867-85d0-e6f6dd90e736', + '23b10425-4eb7-4548-af29-77973d1ed94d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021935Z:174aaf0a-0505-4867-85d0-e6f6dd90e736', + 'SOUTHEASTASIA:20210924T032310Z:23b10425-4eb7-4548-af29-77973d1ed94d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:35 GMT' + 'Fri, 24 Sep 2021 03:23:10 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_delete_test.js similarity index 66% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_delete_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_delete_test.js index 98edd9fb99d1..c8c63c806ab6 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_delete_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_delete_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "31111f21ae5ffc8c4e77a1363cda5fb4"; +module.exports.hash = "d71aef95cb47a03d127d20865418c6dc"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '0456d74f-d41a-4432-8023-94b0076f0700', + '7057d2ba-23e6-4eb4-a975-2e8c8c3b0700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AvfVY5Ag4MBLi7_aEsvvwWA; expires=Mon, 18-Oct-2021 03:03:29 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AkoZuW73yzZLqTnD3J5S7Tg; expires=Sun, 24-Oct-2021 03:23:34 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAKmk2MEMGBeBrjqBRxcff9Gpx66UGP_rKdbUTNNNVK9i-h_9wCvSnA-DdSyy0ozewO826B0cu-Zy6shUS-NqiewVVJIacvIAUoo0zgTDoHBOf9D_9a3490SJdzpW1JUlXlp-7YWabk6ZB820Qqw9rHbFgdHsyAdeF398RIgJ8JMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrR6CA5d9nG3Rp_zKqSQdqFeXzRSirmBNEzOuBEuJiAU_PyAfmnsdUYXhhJyNBCAryGY9ohVtagwtqhmFko-C-Fh4DIBeve0Jn2YxOXxeFPZesUNH2UbQKrU-Z4MIquDU5CSB98H0Dy4QA1q6_a7_gyYidZMKbBaYPvyAc9FBoACcgAA; 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', - 'Sat, 18 Sep 2021 03:03:29 GMT', + 'Fri, 24 Sep 2021 03:23:33 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2e7a69bb-6906-4241-9094-705b03c60700', + 'f197bc17-9258-4a73-9394-6044c9250700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AgbZS9YZD-BJvwK6OZwNSXY; expires=Mon, 18-Oct-2021 03:03:29 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AhDWHYAZpu1NrnzuSuhqIFo; expires=Sun, 24-Oct-2021 03:23:34 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr4Mj3tuv9CbUJ3yb0yZWV_-yEcg_zkTgNeA6JJNGe2Gdyopfjc58vpis27MAEyQNOyKP_FLImkfyQnMhJV5N2wAWKM1OgyfH0znXf3CaN-1WnVKdFw7iMYiokPt0kfEpgXEu94J1-LmGsE8rrWvGiLseVkhQNJl5uQ9jIDaWDmYMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUeOmUkmf0gPA0PdFUOd461nTQFPZqj9h34DS-kn4cNq8ylRj8f2_yd6XMXJyahpCcJ18k5oqb1_Oj6h2DfRDQmukacOpYfBQcblzDEbLW3O1wbZmDXdtx4OuucM-P4tFo0gF13hVdul2CTGCEJfbV6jgqR_S09p1xlBXmfiM94sgAA; 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', - 'Sat, 18 Sep 2021 03:03:29 GMT', + 'Fri, 24 Sep 2021 03:23:33 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.1&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=9dbb983e-16bd-4c21-9b89-dd7ba4d6acf9&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") + .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.1&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=dabce04f-fa4e-43fe-a9d0-5187988d3391&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e6415b90-59ac-45e2-a118-6f0e85fd0600', + 'f197bc17-9258-4a73-9394-6044ca250700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AsWm9GVqxklMk44gaMEMw48WPr5BAQAAAAFO19gOAAAA; expires=Mon, 18-Oct-2021 03:03:29 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AkyjXgvcAqRHjhcsQeoA1sEWPr5BAQAAALU739gOAAAA; expires=Sun, 24-Oct-2021 03:23: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', - 'Sat, 18 Sep 2021 03:03:29 GMT', + 'Fri, 24 Sep 2021 03:23:33 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3') + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx') .query(true) .reply(202, {"status":"Enqueued"}, [ 'Cache-Control', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/operationResults/59ffac46-ec03-4da5-a372-49b58a4124a8?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/ef98fb9f-a6f4-4884-85c5-37da6bee02ad?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad?api-version=2021-07-01-preview', 'x-ms-request-id', - '59ffac46-ec03-4da5-a372-49b58a4124a8', + 'ef98fb9f-a6f4-4884-85c5-37da6bee02ad', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-deletes', - '14998', + '14999', 'x-ms-correlation-request-id', - '7901800a-6104-48ff-a99d-cd2f0092a9cb', + 'b1b15de4-7ebd-4c2c-b952-2fc70dbf37a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030330Z:7901800a-6104-48ff-a99d-cd2f0092a9cb', + 'SOUTHEASTASIA:20210924T032334Z:b1b15de4-7ebd-4c2c-b952-2fc70dbf37a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:30 GMT' + 'Fri, 24 Sep 2021 03:23:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -171,55 +171,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11900', 'x-ms-request-id', - '9721b7d0-5460-4980-aad5-b28e7fcabbc5', + '6e2f088a-b7ca-4d38-a33b-b42bcc5c2130', 'x-ms-correlation-request-id', - '9721b7d0-5460-4980-aad5-b28e7fcabbc5', + '6e2f088a-b7ca-4d38-a33b-b42bcc5c2130', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030330Z:9721b7d0-5460-4980-aad5-b28e7fcabbc5', + 'SOUTHEASTASIA:20210924T032335Z:6e2f088a-b7ca-4d38-a33b-b42bcc5c2130', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:30 GMT' + 'Fri, 24 Sep 2021 03:23:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6513b6b7-8663-422f-b8ba-d8a157f06bad', - 'x-ms-correlation-request-id', - '6513b6b7-8663-422f-b8ba-d8a157f06bad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030331Z:6513b6b7-8663-422f-b8ba-d8a157f06bad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -243,55 +207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11899', 'x-ms-request-id', - 'a079d1e3-7b71-4975-b3c0-aed6d91bdca0', + '5ceb3a66-a8df-4846-a91f-71ae0fc9aeaa', 'x-ms-correlation-request-id', - 'a079d1e3-7b71-4975-b3c0-aed6d91bdca0', + '5ceb3a66-a8df-4846-a91f-71ae0fc9aeaa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030333Z:a079d1e3-7b71-4975-b3c0-aed6d91bdca0', + 'SOUTHEASTASIA:20210924T032337Z:5ceb3a66-a8df-4846-a91f-71ae0fc9aeaa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:32 GMT' + 'Fri, 24 Sep 2021 03:23:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b268b7dc-99b6-4371-853d-b08be8c814d2', - 'x-ms-correlation-request-id', - 'b268b7dc-99b6-4371-853d-b08be8c814d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030334Z:b268b7dc-99b6-4371-853d-b08be8c814d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -315,21 +243,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11898', 'x-ms-request-id', - 'f5e98a31-cb8c-40fa-91dd-ee0831a125b7', + '18d46de5-da91-428b-bc03-a9029f7e2344', 'x-ms-correlation-request-id', - 'f5e98a31-cb8c-40fa-91dd-ee0831a125b7', + '18d46de5-da91-428b-bc03-a9029f7e2344', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030335Z:f5e98a31-cb8c-40fa-91dd-ee0831a125b7', + 'SOUTHEASTASIA:20210924T032339Z:18d46de5-da91-428b-bc03-a9029f7e2344', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:34 GMT' + 'Fri, 24 Sep 2021 03:23:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -349,23 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11397', + '11897', 'x-ms-request-id', - 'fdb66bd8-94f1-4eea-8b1d-83bf8b63c86e', + '4bcca710-00d8-4ae8-b020-2284b1a8aef9', 'x-ms-correlation-request-id', - 'fdb66bd8-94f1-4eea-8b1d-83bf8b63c86e', + '4bcca710-00d8-4ae8-b020-2284b1a8aef9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030336Z:fdb66bd8-94f1-4eea-8b1d-83bf8b63c86e', + 'SOUTHEASTASIA:20210924T032342Z:4bcca710-00d8-4ae8-b020-2284b1a8aef9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:36 GMT' + 'Fri, 24 Sep 2021 03:23:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/59ffac46-ec03-4da5-a372-49b58a4124a8') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -385,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11897', + '11896', 'x-ms-request-id', - '6ce79d1f-983c-4544-b371-3b22eb83f8f2', + 'f29d5fb8-6175-4896-bdfb-a9931fa7f185', 'x-ms-correlation-request-id', - '6ce79d1f-983c-4544-b371-3b22eb83f8f2', + 'f29d5fb8-6175-4896-bdfb-a9931fa7f185', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030337Z:6ce79d1f-983c-4544-b371-3b22eb83f8f2', + 'SOUTHEASTASIA:20210924T032342Z:f29d5fb8-6175-4896-bdfb-a9931fa7f185', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:36 GMT' + 'Fri, 24 Sep 2021 03:23:42 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_get_test.js similarity index 77% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_get_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_get_test.js index e71687502f8f..5d8bf81e46c7 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_get_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_get_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "cc1bee43b898e5d5c316db0559938f2d"; +module.exports.hash = "9fa07f0f56872be9e4ed153beec931a9"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'ed0a3277-61c9-4a4d-9caa-ea5810f60500', + '68e15cff-4626-431b-a07f-0db42cf90700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AvfOT917QxtIofOD4qzHXgc; expires=Mon, 18-Oct-2021 02:19:46 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AstjDrncxTBCuSyuxCBWZ-o; expires=Sun, 24-Oct-2021 03:23:21 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevry6mnqbVFuY0o080Bu_D6H37Jy5rLpmSne3tIkoUepykuTYFrNPEGRp7ulhM5ZsML6MPQXeoGOgFT8kIvM8ETViis6lUf1BxoHZtFE6nTYYPRa9gNv8FtYAukfSzEQqmIVD442JQpo7-nuCI3CsFuy28xMdhdO1ysmrbZSO9YL-UgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYWKnwGP3nWBKt_UemH7GLSiudkSZY8vZrzUwefxwjftXI63QlrAwTWE6dpUbbrQ2IgRBtMaEQ8RLtkvwQ2HUHFeh8xK0VjJUyUjxDjCF2kVnS-7LVlTxBGc40x-r6KOulFZaVwJAIbW9uPEq_WiVrXJTlvLBQIJyCVXqRlGN4ywgAA; 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', - 'Sat, 18 Sep 2021 02:19:46 GMT', + 'Fri, 24 Sep 2021 03:23:21 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '376d603d-f241-4374-86fc-f725e8170700', + 'e01648aa-8c6a-4621-b976-40aa83200700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=ApdxeV5MQYJKoeQL5fzMAJs; expires=Mon, 18-Oct-2021 02:19:46 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ApdGTgMiDQtGtzY-PZexryk; expires=Sun, 24-Oct-2021 03:23:21 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrDjTlRBb2nj-092fl6zMkoDTbblpyCJfDQqhmHnY4RycP78M1MVpUb0zs5stU0fgp-axnLSL_aXT2Nx9WfDF-ja1El5p7NkXK-Qs8s3ogPx11SrCrWzbp3p_VSVNJv72krvPkHUW4J69IOc28RemAEVZbplGH_zZ_WoX7i7fzGXIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYoZaLUWBGU_b6FP2gpvyy7qoOY1VKTRCYdcmclN3Uzu59iFrUpwWFgxVr-5zfAlcL8uWcN0E7IVENCjIA48lH6x3FzvJi2YHIcAIiqyZa5-W5zjqSEm4GwyWjcgu1awJcS33pyO6-OwkmE1R-eFt4Uks6R-swvfzD6Eua0LfMM8gAA; 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', - 'Sat, 18 Sep 2021 02:19:46 GMT', + 'Fri, 24 Sep 2021 03:23:21 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.1&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=687907b8-8562-4b28-928d-e30f5acb5db6&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") + .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.1&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=1a511c26-5bc3-429d-8635-521126e7aefa&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', @@ -93,27 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '04f3d58f-e9c8-450f-ae54-61fd71fc0500', + '4cfec690-23d5-4312-8d86-372088fe0600', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AqnLkh4NthJEjJIAuaeoAlgWPr5BAQAAAMJD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:46 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Alsguzr86RxHve694XInk9QWPr5BAQAAAKk739gOAAAA; expires=Sun, 24-Oct-2021 03:23:22 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', - 'Sat, 18 Sep 2021 02:19:46 GMT', + 'Fri, 24 Sep 2021 03:23:21 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b007db97ef782fea2e1adf2ba2df2e6a347bff8234304fcee5efee8d1fececee8a345b12c16ebc51beff38fe88b8f7ec92ff9","25ff0ff0721d6478010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357ffcd5aafca9e3e3cf3ec327799b5dd047bfef473bf41c643bfbdbf473677b6717ffd0b3fde9eefe6c7fffe103fa7de7f7fd08afb4d4d9eea7f7f6f6efdf7b7070ef97fc925f","f2ff000a45237093010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11919', + '11907', 'x-ms-request-id', - '7063ab58-bd4f-47a1-9cdc-79e10d8c7643', + '342e9fed-50bd-4e1d-b1d9-cd52ee2e46ee', 'x-ms-correlation-request-id', - '7063ab58-bd4f-47a1-9cdc-79e10d8c7643', + '342e9fed-50bd-4e1d-b1d9-cd52ee2e46ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021947Z:7063ab58-bd4f-47a1-9cdc-79e10d8c7643', + 'SOUTHEASTASIA:20210924T032322Z:342e9fed-50bd-4e1d-b1d9-cd52ee2e46ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:47 GMT' + 'Fri, 24 Sep 2021 03:23:22 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_list_test.js similarity index 79% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_list_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_list_test.js index e3052d2767e3..e1b6b2ae445f 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_list_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_list_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "70bdc0c25bcde21728fa2f400f13d484"; +module.exports.hash = "a242d8a83ce42a551950536a4eeaee02"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2d052f42-b736-4f4f-8aeb-f8ff92ec0500', + 'e01648aa-8c6a-4621-b976-40aa86200700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Al1kpdol0YpEjAfgbmYggSg; expires=Mon, 18-Oct-2021 02:19:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Apo5EbsUyYNFsAcW9BXUTpA; expires=Sun, 24-Oct-2021 03:23:22 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7N3W26wywoxuFt6aGHHQ-BNqb5QDJ111ATsRCVzlKRrvp0CCsaJoKKVouvRSVGzeJvlYYXEoUK0auuDBKHNCRzPVade6AS1oK8etDWHA6nHoZgDF3x3pSSsC6eerBeb_TsjHD4-Wc6k8Q0U_K4hdwku2zkLb2XY4bcXL8PQPbSogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrdYXrWvJfg_N7-XUHeCc8pimoCIIRyHozHEx-Us9qNWUmxxcF9-S57tOzOTi9LF0N0EnG1NSWT8pEx7GewPJ_A_KdOmvDG1fUF75Pl2u4oJIGcEC9ynQnSEOoihdKredhS9E-pI0S08wpDc15MslI1D5vvNonqyDiVUWb4Hs054cgAA; 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', - 'Sat, 18 Sep 2021 02:19:47 GMT', + 'Fri, 24 Sep 2021 03:23:22 GMT', 'Content-Length', '980' ]); @@ -45,8 +45,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', - '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -60,23 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6a31f479-c0ec-4e0f-9e71-eb036dd60600', + 'f197bc17-9258-4a73-9394-60446d250700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=Apkc4BrVOV9Klt9wXbVQGeQ; expires=Mon, 18-Oct-2021 02:19:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Al-HGdCytyJGurPGi6uVw4o; expires=Sun, 24-Oct-2021 03:23:22 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrn_tZpNm9v243QUAuiyb2jsMQTWTRuX1V19oM_oykgaikdqKg0Vss5looN__dCVccX1EQ8KnlOvLgAYUgCo7NmM9aVjR82RtmLtQODdmfejayto7wswNnwHnWxBoPgi2K0TEQmIS1m5PEQC6vJHzaAjvGb0KjdLNCLlqvs7_hnrMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrm_X6U1TJ18Ybyg8d8graKGxRJ4v_xSbKDb7ucWcUqUyHHoUFwj89EHz9McneqekM6kzLUSlj909UYhWqAUgHozbyMgn4Dh06YdgOyjOUlARjmT37mwMQJRH58cboJTG9CL57NHE4bjYm4P8pjouxcZKRgU6rtUjpn_fXTg6E5sYgAA; 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', - 'Sat, 18 Sep 2021 02:19:47 GMT' + 'Fri, 24 Sep 2021 03:23:22 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.1&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=4cdf16e9-3506-4419-8b00-4eb8b2400fbe&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") + .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.1&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=727f46a8-b525-426a-8373-ec8116ccaf9d&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', @@ -93,27 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'fc05375a-c426-4911-9649-f2dbad980700', + 'e01648aa-8c6a-4621-b976-40aa88200700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AnXaJQFDymtHgtGdSpx69uAWPr5BAQAAAMJD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=As_BL39C-EdKv-C20zXILQ0WPr5BAQAAAKo739gOAAAA; expires=Sun, 24-Oct-2021 03:23:22 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', - 'Sat, 18 Sep 2021 02:19:47 GMT', + 'Fri, 24 Sep 2021 03:23:22 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbddbbd3ac69b2e5acce7eaffcba5965d31c0ddeeaefd4e2a3d147edf58a50ffe876d0fbf008c2325b0042173061becaebb6a0368f7ef147667cf89d89d46dfefbd7fcf1579f97cf8e8f3ffb0c9fe46d76411ffdbe1fede079b8b3b74d3f76b67776f10f3ddb9feeeedfdf9f4ee8d79d9ddff723bcd25267bb9fdedb7d786ff7fea707bfe497fc92ef","ff92ff0750c20a1e9f010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfdbbd3ac69b2e5acce7eaffcba5965d31c0ddeeaefd4e2a3d147edf58a50ffe876d0fbf008c2325b0042173061becaebb6a0368f7ef147667cf89d89d46dfefbd7fcf157abf2a78e8f3ffb0c9fe46d76411ffdbe1fedd07390edec6fd3cf9ded9d5dfc43cff6a7bbfbb3fdfd870fe8f79ddff723bcd25267bb9fdedbdbbf7fefc1c1bd5ff24b7ec9f77f","c9ff0368fa09079f010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11918', + '11906', 'x-ms-request-id', - '2b67e07b-7062-46e1-a2a2-af3dde3779f1', + '59ffd46a-0689-442f-bd2c-2ede9294ee6d', 'x-ms-correlation-request-id', - '2b67e07b-7062-46e1-a2a2-af3dde3779f1', + '59ffd46a-0689-442f-bd2c-2ede9294ee6d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021948Z:2b67e07b-7062-46e1-a2a2-af3dde3779f1', + 'SOUTHEASTASIA:20210924T032323Z:59ffd46a-0689-442f-bd2c-2ede9294ee6d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:47 GMT' + 'Fri, 24 Sep 2021 03:23:22 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_migratecassandra_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_migratecassandra_test.js similarity index 76% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_migratecassandra_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_migratecassandra_test.js index 8ac85288b771..bee97bbf222b 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_migratecassandra_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_migratecassandra_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "f1451f6e868b6182c325fc6ebe5d4e0b"; +module.exports.hash = "852720423bc25490367472ed3ec2320f"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -10,8 +10,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":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-Length', - '980', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -25,19 +23,21 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '04f3d58f-e9c8-450f-ae54-61fd7afc0500', + 'f197bc17-9258-4a73-9394-604473250700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AgnGkNZevjhDh5vwkK7Gn24; expires=Mon, 18-Oct-2021 02:19:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AnmbKf0a8fpLqKmENd-CDfw; expires=Sun, 24-Oct-2021 03:23:23 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrA-eovzPmczqgVZ8OUOveBDcAaLGs6XbasRgsveu8Gf9kbs2lENGrN2abICiMUOtVGTwr7MnI0Gr6VLRulqT-_P9nt0Ah2wIOLfDbJkj3h3iEO_Yf-57Bic_amHN0SOL-Yfd15AKJR3zTWIQ-KSp_74nBU_Dk1syiGjidXm0kFnggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevreHqttvLWHdrBnIp0mp7dXx9AP5lgipsKq8X9C4yjtHqCkztd_SLQbtf9EfJ0p69exluzfJu8VxwIUQixKfoZ-nVu5DkCTKAlQ_NO83lX44AVHd-Mnlk931WULi-0Qu9rF2ikBkCTnqiKIZzkM7gVVA32_mRlZTJw_DYWkEYlDw0gAA; 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', - 'Sat, 18 Sep 2021 02:19:47 GMT' + 'Fri, 24 Sep 2021 03:23:23 GMT', + 'Content-Length', + '980' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) @@ -45,6 +45,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', + '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -58,25 +60,23 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '63ac17d8-9547-4088-b25b-f926e02e0600', + '68e15cff-4626-431b-a07f-0db43df90700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=Ahrw05EDEwdLsO4cZ54jKaU; expires=Mon, 18-Oct-2021 02:19:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ai0ZFx1wF9pNmPYvUxyme4w; expires=Sun, 24-Oct-2021 03:23:23 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrBPVGB2qBKzzGn_P8XMGCu7CEVTH54ThOo4mSdkvga5SL6csjnDfQQBZ3w80BGQx9urzU9LU-AL4c2ifyxO4WiRT4YRnt4-6SPEHEVF-Dw3SxhH0_bo0AIXb8wvvaNCQ-yMgI8EXMtml2lJfafrcnJD2rmNlPz17Pj_4qd74R-HQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrgkv9wEmPgY82XUgolu5Dk_GzGFefB8WXK3EDjY5YWfU5UqX0wc5ww-N4IV1hZ1yiKAx80cbtjjE38VhHe3cSV8RZqCl0nTvEuEqMh1qpumADiV8IrqqsUPDupM_K3KnxZE8flvshOr28ZlCXcisfMviOSEFmoWLaVb2VMGVhMlUgAA; 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', - 'Sat, 18 Sep 2021 02:19:48 GMT', - 'Content-Length', - '1753' + 'Fri, 24 Sep 2021 03:23:23 GMT' ]); 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.1&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=e8b7a256-7b5f-4e29-a048-69baa85cc98b&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") + .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.1&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=44531743-356d-443a-9ba8-0d58a7fdf3f2&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '04f3d58f-e9c8-450f-ae54-61fd7cfc0500', + '147f2c6e-e523-4ab0-97dd-30b102940600', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Aiu2GvT4N-pJkzKMse1f-X0WPr5BAQAAAMRD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AnVAlJl-4RhHqaPJ5EqVwwwWPr5BAQAAAKo739gOAAAA; expires=Sun, 24-Oct-2021 03:23: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', - 'Sat, 18 Sep 2021 02:19:48 GMT', + 'Fri, 24 Sep 2021 03:23:23 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .post('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale') + .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', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/160623d1-ddab-4c94-bfd5-ee49869b04ed?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7?api-version=2021-07-01-preview', 'x-ms-request-id', - '160623d1-ddab-4c94-bfd5-ee49869b04ed', + '9c2ed4ec-014d-43ca-81a7-11b6973ef3e7', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1199', 'x-ms-correlation-request-id', - '49cb5f83-e2c9-4469-81dd-42b2948cbea5', + '42600751-e06c-483a-92cc-80d6ddc793fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021949Z:49cb5f83-e2c9-4469-81dd-42b2948cbea5', + 'SOUTHEASTASIA:20210924T032324Z:42600751-e06c-483a-92cc-80d6ddc793fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:48 GMT' + 'Fri, 24 Sep 2021 03:23:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11917', + '11905', 'x-ms-request-id', - '060bb178-8fed-4ef3-a4d8-f246f9ef19b6', + 'd62ecceb-3d2d-4ddc-8099-4c292089e7c2', 'x-ms-correlation-request-id', - '060bb178-8fed-4ef3-a4d8-f246f9ef19b6', + 'd62ecceb-3d2d-4ddc-8099-4c292089e7c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021949Z:060bb178-8fed-4ef3-a4d8-f246f9ef19b6', + 'SOUTHEASTASIA:20210924T032324Z:d62ecceb-3d2d-4ddc-8099-4c292089e7c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:49 GMT' + 'Fri, 24 Sep 2021 03:23:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11916', + '11904', 'x-ms-request-id', - '54de6367-2f90-4157-b3d5-829c58f79e61', + '3fde1a5a-a7d4-4c05-b9e6-1ff837ca9afa', 'x-ms-correlation-request-id', - '54de6367-2f90-4157-b3d5-829c58f79e61', + '3fde1a5a-a7d4-4c05-b9e6-1ff837ca9afa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021951Z:54de6367-2f90-4157-b3d5-829c58f79e61', + 'SOUTHEASTASIA:20210924T032326Z:3fde1a5a-a7d4-4c05-b9e6-1ff837ca9afa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:51 GMT' + 'Fri, 24 Sep 2021 03:23:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11915', + '11903', 'x-ms-request-id', - '0ea93909-3d1e-435d-b0ca-3074faaddb3d', + 'ef29a7c5-8d74-416b-a73f-adf08186ca48', 'x-ms-correlation-request-id', - '0ea93909-3d1e-435d-b0ca-3074faaddb3d', + 'ef29a7c5-8d74-416b-a73f-adf08186ca48', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021954Z:0ea93909-3d1e-435d-b0ca-3074faaddb3d', + 'SOUTHEASTASIA:20210924T032329Z:ef29a7c5-8d74-416b-a73f-adf08186ca48', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:53 GMT' + 'Fri, 24 Sep 2021 03:23:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -277,23 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11914', + '11902', 'x-ms-request-id', - '883be70f-49d2-44e5-b804-9bbe4474b900', + 'c3c9612b-1b5e-44af-914b-68466e66cf63', 'x-ms-correlation-request-id', - '883be70f-49d2-44e5-b804-9bbe4474b900', + 'c3c9612b-1b5e-44af-914b-68466e66cf63', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021956Z:883be70f-49d2-44e5-b804-9bbe4474b900', + 'SOUTHEASTASIA:20210924T032331Z:c3c9612b-1b5e-44af-914b-68466e66cf63', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:56 GMT' + 'Fri, 24 Sep 2021 03:23:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/160623d1-ddab-4c94-bfd5-ee49869b04ed') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2bdbb282eeaaccddf54c7ebb66aa659997f34faa8bd5ee534c2dbe112e93dd25fb49f65b6403f2fd7ef5ed05f4484555eb745de7cf4e8177f644885df1dbc8f1eedefec8c3eca0c10031fad16d9bb3761c39d5f32fa68512c8bc57ae17ff311befae897fc925f","f2ff0040cb653bca010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2bdbb282eeaaccddf54c7ebb66aa659997f34faa8bd5ee534c2dbe112e93dd25fb49f65b6403f7be73f3da3bf8808abbc6e8bbcf9e8d12ffec8900abf3b781f3ddadfd9197d941920063e5a2db2776fc2863bbf64f4d1a258168bf5c2ffe6237cf5d12ff925bf","e4ff0162a3268cca010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -313,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11913', + '11901', 'x-ms-request-id', - '3d17167f-f92c-4276-96c5-6cd7e2c5191f', + '9f97cfdc-1698-4209-9b4b-ab84cddc1920', 'x-ms-correlation-request-id', - '3d17167f-f92c-4276-96c5-6cd7e2c5191f', + '9f97cfdc-1698-4209-9b4b-ab84cddc1920', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021958Z:3d17167f-f92c-4276-96c5-6cd7e2c5191f', + 'SOUTHEASTASIA:20210924T032333Z:9f97cfdc-1698-4209-9b4b-ab84cddc1920', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:58 GMT' + 'Fri, 24 Sep 2021 03:23:33 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_update_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_update_test.js similarity index 77% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_update_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_update_test.js index 6e857a1ad7b9..9ec983067746 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_update_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_update_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "1fa560719609029219b7948c0d7ac9da"; +module.exports.hash = "33fcee97175191b1a290302ad607b6d1"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -10,6 +10,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":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-Length', + '980', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -23,21 +25,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '376d603d-f241-4374-86fc-f725b1170700', + '68e15cff-4626-431b-a07f-0db4d1f80700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=Agm1awGNH_tKg1yKaprZEP8; expires=Mon, 18-Oct-2021 02:19:35 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Avbi6YZGyOdDvV4iNqCsyLU; expires=Sun, 24-Oct-2021 03:23:11 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAy2y0Kks1sIT1izDrlWvTjc37Sap18Pgzo2syyR2bGh167CR1CzW4gNJeAWYOx6LkDe0MzzyzTHGFpPc8kMezT6rSFSzkLo15SOcH4NgYEAFfPGv2zW_Kjyx2B0wCtN16DrTOMu_mTXPXJjut_L29dHulzrnFacloZVDz6uemg4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7HrC_iqyqou60GmlDqfAvmZFb_EHFIdsTc2EcSEudoZTiXQp5BZJFND38PWcs89okmLsytlwAJ-nHd6PpxySPX-1zgRWRD_6p5S9X1ZQS-1k0-NLMvRsnMJQN3_Jg89VHP9W2Xyj2BXp1HlgRhiQpln3oRjkdR4WJ2GWmnODJ-4gAA; 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', - 'Sat, 18 Sep 2021 02:19:35 GMT', - 'Content-Length', - '980' + 'Fri, 24 Sep 2021 03:23:10 GMT' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '376d603d-f241-4374-86fc-f725b2170700', + 'e01648aa-8c6a-4621-b976-40aa2b200700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AhQz4BrNkixOvnpIihbGV9I; expires=Mon, 18-Oct-2021 02:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArHHSmojXxJGrU7uh_XNPYQ; expires=Sun, 24-Oct-2021 03:23:11 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrjDP5BLFHiOXg3bzHW58doWUUfo02LrzeU5Vyb7Ea7vhSk317TzF6dQZqPf_SfuBgwDi2wMeGtR_at1P6I4hjokPWxWi7rz1QdabAwuqBAoB-RKUt5V_YwZdkVA4iZ5XmHTZBx1UsKjOi6q5Y3rgBbYaNkpt2W-apiePranNJ4KIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrr00qeuodDHwhFdmzrwDZS5uWwy82rTD3ua0jM2JvgQioxLXJot8LKrrgPiCijX76Qo2dFXxU0RkBHksrUZ2KTdHi3CjVs9ArAsUp_wKn0rG-ox9Dz-jE-wTWQfXK9yfoV1DUVumVStA8FD6KeKVl8vXvK21Tc8m-OmVdkdToMdkgAA; 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', - 'Sat, 18 Sep 2021 02:19:35 GMT', + 'Fri, 24 Sep 2021 03:23:10 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.1&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=d2a2d1a6-53dd-4189-8c4f-fa4e69de1f57&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") + .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.1&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=28cc5da2-81a7-439a-9d16-d135259a2c75&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '63ac17d8-9547-4088-b25b-f9269e2e0600', + 'f197bc17-9258-4a73-9394-604413250700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AontPtDYXSRKsjQtuOERdTcWPr5BAQAAALdD19gOAAAA; expires=Mon, 18-Oct-2021 02:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ah2NKyvo9ClMqwet9Si6vQ4WPr5BAQAAAJ4739gOAAAA; expires=Sun, 24-Oct-2021 03:23:11 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', - 'Sat, 18 Sep 2021 02:19:35 GMT', + 'Fri, 24 Sep 2021 03:23:11 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default', {"location":"eastus","properties":{"resource":{"throughput":400}}}) + .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', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/operationResults/ee4e2c78-f853-4ba6-a928-bbbb25cfd090?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/operationResults/d651e89f-778e-4a72-a1b6-bc79800394ff?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff?api-version=2021-07-01-preview', 'x-ms-request-id', - 'ee4e2c78-f853-4ba6-a928-bbbb25cfd090', + 'd651e89f-778e-4a72-a1b6-bc79800394ff', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1197', 'x-ms-correlation-request-id', - '8987721a-2efb-498f-af79-506996738143', + '2b67c30b-eba8-4f8d-94c5-2768c035faaf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021936Z:8987721a-2efb-498f-af79-506996738143', + 'SOUTHEASTASIA:20210924T032312Z:2b67c30b-eba8-4f8d-94c5-2768c035faaf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:36 GMT' + 'Fri, 24 Sep 2021 03:23:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11924', + '11912', 'x-ms-request-id', - 'fceac986-1903-4cf3-b3e8-6334e004b2af', + '85da5f6c-4383-418d-b010-d7a8f1dd58d0', 'x-ms-correlation-request-id', - 'fceac986-1903-4cf3-b3e8-6334e004b2af', + '85da5f6c-4383-418d-b010-d7a8f1dd58d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021937Z:fceac986-1903-4cf3-b3e8-6334e004b2af', + 'SOUTHEASTASIA:20210924T032312Z:85da5f6c-4383-418d-b010-d7a8f1dd58d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:36 GMT' + 'Fri, 24 Sep 2021 03:23:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11923', + '11911', 'x-ms-request-id', - 'd191cea9-8dd8-4f69-8c57-97c6c375a521', + 'c39d0349-7284-412e-8674-f660c8067b59', 'x-ms-correlation-request-id', - 'd191cea9-8dd8-4f69-8c57-97c6c375a521', + 'c39d0349-7284-412e-8674-f660c8067b59', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021939Z:d191cea9-8dd8-4f69-8c57-97c6c375a521', + 'SOUTHEASTASIA:20210924T032314Z:c39d0349-7284-412e-8674-f660c8067b59', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:39 GMT' + 'Fri, 24 Sep 2021 03:23:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11922', + '11910', 'x-ms-request-id', - '5bf15ad8-f2e4-4d4d-955e-952c59400b00', + 'cfeed434-1c2a-4380-88a1-20c3aee1e384', 'x-ms-correlation-request-id', - '5bf15ad8-f2e4-4d4d-955e-952c59400b00', + 'cfeed434-1c2a-4380-88a1-20c3aee1e384', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021941Z:5bf15ad8-f2e4-4d4d-955e-952c59400b00', + 'SOUTHEASTASIA:20210924T032316Z:cfeed434-1c2a-4380-88a1-20c3aee1e384', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:41 GMT' + 'Fri, 24 Sep 2021 03:23:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ee4e2c78-f853-4ba6-a928-bbbb25cfd090') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -277,23 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11921', + '11909', 'x-ms-request-id', - 'b568c079-572a-4734-bf05-b06823f3a7cf', + 'd3a49271-5554-4f60-932f-6a8cbe6ecde9', 'x-ms-correlation-request-id', - 'b568c079-572a-4734-bf05-b06823f3a7cf', + 'd3a49271-5554-4f60-932f-6a8cbe6ecde9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021944Z:b568c079-572a-4734-bf05-b06823f3a7cf', + 'SOUTHEASTASIA:20210924T032319Z:d3a49271-5554-4f60-932f-6a8cbe6ecde9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:43 GMT' + 'Fri, 24 Sep 2021 03:23:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef76ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b007db97ef782fea2e1adf2ba2df2e6a347bff8234304fcee5efee8d1fececee8a345b12c16ebc51beff38fe88b8f7ec92ff9","25ff0ff0721d6478010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b00dd3bffe919fd45c35be5755be4cd478f7ef1478608f8ddbdfcd1a3fd9d9dd1478b62592cd68b37dee71fd1171ffd925ff2","4bfe1ff8e7ee3678010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -313,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11920', + '11908', 'x-ms-request-id', - 'dbff64c2-20c3-4025-b52b-ff9b9510c892', + '5759bc7b-1ca1-400f-9e40-d31ec4b5ff87', 'x-ms-correlation-request-id', - 'dbff64c2-20c3-4025-b52b-ff9b9510c892', + '5759bc7b-1ca1-400f-9e40-d31ec4b5ff87', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021946Z:dbff64c2-20c3-4025-b52b-ff9b9510c892', + 'SOUTHEASTASIA:20210924T032321Z:5759bc7b-1ca1-400f-9e40-d31ec4b5ff87', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:46 GMT' + 'Fri, 24 Sep 2021 03:23:21 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_checknameexists_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_checknameexists_test.js similarity index 80% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_checknameexists_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_checknameexists_test.js index fbe1888d7686..deb96fa58d76 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_checknameexists_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_checknameexists_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "a8b3225eb2025e96429af4e996d93592"; +module.exports.hash = "197700d494302860e1bc11a7614b05d7"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '222f64b2-4eb1-48e2-ba62-9ca2b8d80600', + '66f97c70-7c2f-41b8-82b3-8e1390ef0600', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AgfBQhNrVpVOvkKgsrOtkBM; expires=Mon, 18-Oct-2021 02:39:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlEjtB0WFZREuJPsmjYs7c0; expires=Sun, 24-Oct-2021 03:42:56 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUz1rUejorK-1q4i9QSeY_NZcu7UY5EIF6h9HviynwhUO_6sACjYhQyojW1s2lBmNUixi8BMafwiqy1BMxrXpj-5fz8b3vmjdq4wj658JP-i9pd2ekBz2A5Xo7u-DbVp4Vd2r9oDyoMChjzxfajAeJwY39SksWqY4UH_ZwG5XC_AgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrufI44-YuYCT7bOF9IkgmjQf_u0T5Es0wO2AtLT6eCpqU2j-uQsW-kEQF9VJ0ZTjySO3yYE3z9Gq3P3IIueILW50yKvebP9SzeGvhBUpOzQdJaWd-iuxyD4LPBQA9kK2G5JtDWXf_T1-BQiZFvIzRzalcWrJbQ1Ek7IH5Qn667zUgAA; 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', - 'Sat, 18 Sep 2021 02:39:37 GMT', + 'Fri, 24 Sep 2021 03:42:56 GMT', 'Content-Length', '980' ]); @@ -45,6 +45,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', + '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -58,25 +60,23 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2d052f42-b736-4f4f-8aeb-f8ffc7080600', + 'e01648aa-8c6a-4621-b976-40aa973f0700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Avv7MMIPROpMpzanjXnwNcs; expires=Mon, 18-Oct-2021 02:39:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AkncF66SlO5GvkKXvy0Qpio; expires=Sun, 24-Oct-2021 03:42:56 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrh-A9swtPL6gdEa90XTGI3dfWwKNzZXD8fXfgnvdFIME-7Io14O_9zPkAi966MhJ4PMtqeACuqOw6Hf6jsv8C3hmcE6MFSf5x3zhhOefj1v8Xw_FgefR_AeEyz7zzUUxGKuVicP66a-cAy5rGy5kPPR01mZwfC18nwwJQ7LiDTlsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrU3cqNZtl71s2HjRoCMPg3Hpb7V6bCUXkcn7K367I11-4wRAjQ-BVSX6VV8vfYFydNqkt1y79jW4vDIptYA0qzUFNIjoXLHxUJJ6fp6TqIGHCjhib1zbNcrJ58r1oJ6kFPzcIiK5MT0Xfzts3q7ldSvh4gsIVUireKfs008Y_pn8gAA; 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', - 'Sat, 18 Sep 2021 02:39:38 GMT', - 'Content-Length', - '1753' + 'Fri, 24 Sep 2021 03:42:56 GMT' ]); 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.1&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=da457cba-a18f-474c-a8f7-382eaeb2d08f&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") + .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.1&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=33478240-9389-49bd-8350-ba80d3bedff8&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '376d603d-f241-4374-86fc-f7252a340700', + '6332f45a-4a68-47f2-bf85-b9e358f60700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AhRpcKAI-sBKmL0hy55CFv0WPr5BAQAAAGpI19gOAAAA; expires=Mon, 18-Oct-2021 02:39:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AnlWJf4CJfBIk8oo-z5hk-wWPr5BAQAAAD9A39gOAAAA; expires=Sun, 24-Oct-2021 03:42: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', - 'Sat, 18 Sep 2021 02:39:38 GMT', + 'Fri, 24 Sep 2021 03:42:56 GMT', 'Content-Length', '1351' ]); 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..5614430691b7 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_cassandraresources_test.js @@ -0,0 +1,3031 @@ +let nock = require('nock'); + +module.exports.hash = "71f0be43539f2bdc61e18fb0b8c6b6c4"; + +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', + '72671ae7-3b91-4b2e-afcc-79039ea60600', + 'x-ms-ests-server', + '2.1.12071.13 - KRSLR2 ProdSlices', + 'Set-Cookie', + 'fpc=Aq_L_PlreqpImwhbXbWGB2g; expires=Sun, 24-Oct-2021 03:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr2a7xFbZey3LRfBNXUZb-6FKpgyEOROvF6NE1wYu8wnvY8m5iO23lwdOyl2aCGosMWLMRnZ-6nqtn_eO74oyiUAzY1zDdEKRJRJ-t8AOa2qM3XyGwjQQnLGOIGoasTBbdYPQ39plm6oPPwyB-KUrU-jG6VDlS3Bcx_jU9RFc4nxQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', + 'Set-Cookie', + 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', + 'Date', + 'Fri, 24 Sep 2021 03:19:35 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', + '4ba0269c-2673-4818-a3cc-7482fbc50600', + 'x-ms-ests-server', + '2.1.12071.13 - SEASLR1 ProdSlices', + 'Set-Cookie', + 'fpc=Ap7i6UNp9SBIno5biR-4cLg; expires=Sun, 24-Oct-2021 03:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrG7UsDNlb5hwd-JEKQBT6Ii2RmZ5v2DvcnpQWk5o8m8SeNa2er1dlgV61ZECe4B9uV5R7SzrUecGa__HuuPrEOB4syjZQnEEcemt2rjmjOL7fmfldc3K-7lBMEqGDpaL7DXmy_a1uXXhyMNPLMf9uEXRUMT2WpZ21L5DVXNLMDcwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', + 'Set-Cookie', + 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', + 'Date', + 'Fri, 24 Sep 2021 03:19:35 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.1&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=ff82bc62-9d5c-41c7-8c79-207da179abd7&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', + '4ba0269c-2673-4818-a3cc-7482fdc50600', + 'x-ms-ests-server', + '2.1.12071.13 - SEASLR1 ProdSlices', + 'x-ms-clitelem', + '1,0,0,,', + 'Set-Cookie', + 'fpc=ApFNY9Tbkk5IgkdVA1SFyT8WPr5BAQAAAMg639gOAAAA; expires=Sun, 24-Oct-2021 03:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'Set-Cookie', + 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', + 'Set-Cookie', + 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', + 'Date', + 'Fri, 24 Sep 2021 03:19:35 GMT', + 'Content-Length', + '1351' +]); + +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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eefedbfd9b9f768f7e1a3fdfbe3dddddd4ff7ee3ff8a98fe84d1af82aafdb220724fc7559348470b1bc78dd121082700268f43775b85a4fca62fa226fafaafa2da19837f4d647a7cb6c52e633fa3ee7df8ed76db5a057a6cfb2a2ac2ef3faa347e759d9e4e6fb2fd6655baccafcbb75d1e6cf9542042868f43223a4f0c5ef955f7f41f8b4950353343f59d4ed3a2b15936745d9e6b541c3b4ba0cdabc5a9718e2f7be3f32f81eaf8a373413f4e1472759d364cb599dd118664583afa9db27340fb32ff236c3a430b266c8da8360faaccef337456f94c7cbacbc262264e56bc23dbb2052eaf759f79b936a795e5cac6b2604a6a199cef34506ec08b9efe665f9343f2f9634369ab062d9b4d9729a9fd1483f3adf7b7070b093dfdbdeb9776fb6bd7f9e4fb7270ff726dbd96476b0737eff607f27cb31261a80c7555f9e9fe7b542a7595eceb21ab337cbcf339a9ab359be24d25fd397f4e152c8773c2d9f5caf884cf4e98b6ac940855098c092a67c6ec737a5d92c881f97d3eb9715f10b41fac506380dd57cf73cbfcc4b02f79a488a718f3e5a64efce963493975979b67c9d139c19f5779fbf203ccb7c494d5fd6448b771f3ddaddd9216a501b47ba2f89d76a92627a0942718529037af88e3efb9eea8d4048b7f3ac69d7903323ab2f44949dbcde2014e7cae52feba2a21e69b43b344bcd4f11955ee5b33551774982c8b4f925c47df4e2ecff7548996efe5f83906d0e0662e5f475f1b2905cc7e8605ad5008adfb25536294a5236da8dea7251134e35e0ad62e5e99149367dbb5e318604f5171bbdfe32a79e66c594fa26cdcabf7e51cdf29781a295771db77f512cd764883e7ab4b74f74916f5fe5242718936bf66d325ed4e8c03451056228083c3e3a5b525322d52f2111e84aef2b357f67102c8c61566417cbaa216df4bcba789db7982dfaea17ab127bb62ecb37f9bbf627d6790dd82cfa004c5246a8819a76dcfa","ddff036f7467179d070000"], [ + '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/92a22a5a-b36f-4b63-b622-bf34f2db499c?api-version=2021-07-01-preview', + 'Vary', + 'Accept-Encoding', + 'x-ms-request-id', + '92a22a5a-b36f-4b63-b622-bf34f2db499c', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c?api-version=2021-07-01-preview', + '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', + '4fdb93dd-b12e-49e1-9284-0d2467ed0ddf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T031947Z:4fdb93dd-b12e-49e1-9284-0d2467ed0ddf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:19:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .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', + 'b3d10731-7e76-4ac1-9009-50e51c272612', + 'x-ms-correlation-request-id', + 'b3d10731-7e76-4ac1-9009-50e51c272612', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T031948Z:b3d10731-7e76-4ac1-9009-50e51c272612', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:19:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fb7f560b-dcd4-4179-8143-139efd1cb557', + 'x-ms-correlation-request-id', + 'fb7f560b-dcd4-4179-8143-139efd1cb557', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T031950Z:fb7f560b-dcd4-4179-8143-139efd1cb557', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:19:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0daaf98-2d97-4b1a-a5a6-b01b2248d5e7', + 'x-ms-correlation-request-id', + 'f0daaf98-2d97-4b1a-a5a6-b01b2248d5e7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T031953Z:f0daaf98-2d97-4b1a-a5a6-b01b2248d5e7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:19:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3d45c5b9-482f-45c4-b159-f71effa722e5', + 'x-ms-correlation-request-id', + '3d45c5b9-482f-45c4-b159-f71effa722e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T031955Z:3d45c5b9-482f-45c4-b159-f71effa722e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:19:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ac651586-63b9-440c-83c5-0794d4596b80', + 'x-ms-correlation-request-id', + 'ac651586-63b9-440c-83c5-0794d4596b80', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T031958Z:ac651586-63b9-440c-83c5-0794d4596b80', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:19:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0ed6bc16-e134-4e5a-bcf2-959942e8cbcd', + 'x-ms-correlation-request-id', + '0ed6bc16-e134-4e5a-bcf2-959942e8cbcd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032000Z:0ed6bc16-e134-4e5a-bcf2-959942e8cbcd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6ed4386c-ff01-484f-8de0-be6da57c7e18', + 'x-ms-correlation-request-id', + '6ed4386c-ff01-484f-8de0-be6da57c7e18', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032002Z:6ed4386c-ff01-484f-8de0-be6da57c7e18', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f39dd449-e986-4ad3-95f6-429161350c23', + 'x-ms-correlation-request-id', + 'f39dd449-e986-4ad3-95f6-429161350c23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032005Z:f39dd449-e986-4ad3-95f6-429161350c23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd17c7a13-3074-41a2-b4f3-ab750d7fcd04', + 'x-ms-correlation-request-id', + 'd17c7a13-3074-41a2-b4f3-ab750d7fcd04', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032007Z:d17c7a13-3074-41a2-b4f3-ab750d7fcd04', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8a10b082-e6b9-437d-8b78-99f12014a695', + 'x-ms-correlation-request-id', + '8a10b082-e6b9-437d-8b78-99f12014a695', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032009Z:8a10b082-e6b9-437d-8b78-99f12014a695', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64fac847-d32f-47a9-bc33-ca89e0e61fc5', + 'x-ms-correlation-request-id', + '64fac847-d32f-47a9-bc33-ca89e0e61fc5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032012Z:64fac847-d32f-47a9-bc33-ca89e0e61fc5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '651642cd-f769-45a6-8f39-c1e1bb25e7d2', + 'x-ms-correlation-request-id', + '651642cd-f769-45a6-8f39-c1e1bb25e7d2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032014Z:651642cd-f769-45a6-8f39-c1e1bb25e7d2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f038568-5602-4d9b-a4a3-675d6ff592df', + 'x-ms-correlation-request-id', + '4f038568-5602-4d9b-a4a3-675d6ff592df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032016Z:4f038568-5602-4d9b-a4a3-675d6ff592df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '99762476-e761-4969-8c80-58d600660843', + 'x-ms-correlation-request-id', + '99762476-e761-4969-8c80-58d600660843', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032019Z:99762476-e761-4969-8c80-58d600660843', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'de67914e-0998-4a2f-9134-a9333b61134f', + 'x-ms-correlation-request-id', + 'de67914e-0998-4a2f-9134-a9333b61134f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032021Z:de67914e-0998-4a2f-9134-a9333b61134f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fd119cb8-0c19-49ba-bd5b-3a6c729eb869', + 'x-ms-correlation-request-id', + 'fd119cb8-0c19-49ba-bd5b-3a6c729eb869', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032023Z:fd119cb8-0c19-49ba-bd5b-3a6c729eb869', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0b79f0c1-1035-4015-aedb-f17c14d01ce4', + 'x-ms-correlation-request-id', + '0b79f0c1-1035-4015-aedb-f17c14d01ce4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032026Z:0b79f0c1-1035-4015-aedb-f17c14d01ce4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f15ee13-323e-4163-bce0-bf9205655671', + 'x-ms-correlation-request-id', + '1f15ee13-323e-4163-bce0-bf9205655671', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032028Z:1f15ee13-323e-4163-bce0-bf9205655671', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eb3c1395-17f2-4da0-93c8-17f3979ac483', + 'x-ms-correlation-request-id', + 'eb3c1395-17f2-4da0-93c8-17f3979ac483', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032030Z:eb3c1395-17f2-4da0-93c8-17f3979ac483', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0dc6cbc-6efa-4035-ba9c-fc669f5720f9', + 'x-ms-correlation-request-id', + 'd0dc6cbc-6efa-4035-ba9c-fc669f5720f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032033Z:d0dc6cbc-6efa-4035-ba9c-fc669f5720f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '13bed078-7626-48b0-a7a0-506d3a34483c', + 'x-ms-correlation-request-id', + '13bed078-7626-48b0-a7a0-506d3a34483c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032035Z:13bed078-7626-48b0-a7a0-506d3a34483c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '176f76db-20a7-4585-be01-a6d65d16e66b', + 'x-ms-correlation-request-id', + '176f76db-20a7-4585-be01-a6d65d16e66b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032037Z:176f76db-20a7-4585-be01-a6d65d16e66b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9e699c8-2000-4d3a-a49b-60d40a9c68c6', + 'x-ms-correlation-request-id', + 'c9e699c8-2000-4d3a-a49b-60d40a9c68c6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032040Z:c9e699c8-2000-4d3a-a49b-60d40a9c68c6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd574168d-9494-4e17-86f3-42e317fb2372', + 'x-ms-correlation-request-id', + 'd574168d-9494-4e17-86f3-42e317fb2372', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032042Z:d574168d-9494-4e17-86f3-42e317fb2372', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e42fcd6-6acc-418e-936b-30d852abafb6', + 'x-ms-correlation-request-id', + '7e42fcd6-6acc-418e-936b-30d852abafb6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032044Z:7e42fcd6-6acc-418e-936b-30d852abafb6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '788136af-a1d9-4634-b5bb-d9b94d995ad9', + 'x-ms-correlation-request-id', + '788136af-a1d9-4634-b5bb-d9b94d995ad9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032046Z:788136af-a1d9-4634-b5bb-d9b94d995ad9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a0f1e103-1314-4e33-b3ba-b8114b56a001', + 'x-ms-correlation-request-id', + 'a0f1e103-1314-4e33-b3ba-b8114b56a001', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032049Z:a0f1e103-1314-4e33-b3ba-b8114b56a001', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4368dfca-ed2d-43b3-ad89-2321807dc386', + 'x-ms-correlation-request-id', + '4368dfca-ed2d-43b3-ad89-2321807dc386', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032051Z:4368dfca-ed2d-43b3-ad89-2321807dc386', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3a921772-9b22-4f28-a02c-7659f4c884ec', + 'x-ms-correlation-request-id', + '3a921772-9b22-4f28-a02c-7659f4c884ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032054Z:3a921772-9b22-4f28-a02c-7659f4c884ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd81d4d47-2d1b-4dff-86d7-be3e3ba4ff83', + 'x-ms-correlation-request-id', + 'd81d4d47-2d1b-4dff-86d7-be3e3ba4ff83', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032056Z:d81d4d47-2d1b-4dff-86d7-be3e3ba4ff83', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7f9d794-8219-440b-9504-691739b96d52', + 'x-ms-correlation-request-id', + 'f7f9d794-8219-440b-9504-691739b96d52', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032059Z:f7f9d794-8219-440b-9504-691739b96d52', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:20:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0b6f5e9-2fc2-46ec-b9f8-671b7595e9ad', + 'x-ms-correlation-request-id', + 'e0b6f5e9-2fc2-46ec-b9f8-671b7595e9ad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032101Z:e0b6f5e9-2fc2-46ec-b9f8-671b7595e9ad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'abaf0973-3acd-4eb0-9ca3-f501fd2f4a7b', + 'x-ms-correlation-request-id', + 'abaf0973-3acd-4eb0-9ca3-f501fd2f4a7b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032103Z:abaf0973-3acd-4eb0-9ca3-f501fd2f4a7b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '35345b9c-5342-430f-b1b1-59fee0bc59df', + 'x-ms-correlation-request-id', + '35345b9c-5342-430f-b1b1-59fee0bc59df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032106Z:35345b9c-5342-430f-b1b1-59fee0bc59df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c644ff70-afb4-461f-8338-9d4a553545a8', + 'x-ms-correlation-request-id', + 'c644ff70-afb4-461f-8338-9d4a553545a8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032108Z:c644ff70-afb4-461f-8338-9d4a553545a8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cde05ee7-113d-4ed7-ad0b-4b2b88bc4336', + 'x-ms-correlation-request-id', + 'cde05ee7-113d-4ed7-ad0b-4b2b88bc4336', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032110Z:cde05ee7-113d-4ed7-ad0b-4b2b88bc4336', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a600f3b-e57b-4bd3-aad7-03ba1a97290c', + 'x-ms-correlation-request-id', + '2a600f3b-e57b-4bd3-aad7-03ba1a97290c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032113Z:2a600f3b-e57b-4bd3-aad7-03ba1a97290c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0eb7908-3626-4849-b7ec-af3f7d93e122', + 'x-ms-correlation-request-id', + 'f0eb7908-3626-4849-b7ec-af3f7d93e122', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032115Z:f0eb7908-3626-4849-b7ec-af3f7d93e122', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ff7708f9-c996-49df-8d8e-823cd46d00a4', + 'x-ms-correlation-request-id', + 'ff7708f9-c996-49df-8d8e-823cd46d00a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032117Z:ff7708f9-c996-49df-8d8e-823cd46d00a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ee44e3d-fe40-4f80-80a4-f71c0055655b', + 'x-ms-correlation-request-id', + '2ee44e3d-fe40-4f80-80a4-f71c0055655b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032120Z:2ee44e3d-fe40-4f80-80a4-f71c0055655b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6854d30e-1239-4da2-9e93-d5ef8d7f32d8', + 'x-ms-correlation-request-id', + '6854d30e-1239-4da2-9e93-d5ef8d7f32d8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032122Z:6854d30e-1239-4da2-9e93-d5ef8d7f32d8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9af83d49-bb94-4e7c-8393-66ed7ec4edc1', + 'x-ms-correlation-request-id', + '9af83d49-bb94-4e7c-8393-66ed7ec4edc1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032124Z:9af83d49-bb94-4e7c-8393-66ed7ec4edc1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '311b8a58-956a-4039-99c0-99e97e833c82', + 'x-ms-correlation-request-id', + '311b8a58-956a-4039-99c0-99e97e833c82', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032127Z:311b8a58-956a-4039-99c0-99e97e833c82', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c0fe8d79-244b-4597-8e1c-2d49f6f7a32c', + 'x-ms-correlation-request-id', + 'c0fe8d79-244b-4597-8e1c-2d49f6f7a32c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032129Z:c0fe8d79-244b-4597-8e1c-2d49f6f7a32c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fb3c22bd-be56-4706-b590-d28628d9912b', + 'x-ms-correlation-request-id', + 'fb3c22bd-be56-4706-b590-d28628d9912b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032131Z:fb3c22bd-be56-4706-b590-d28628d9912b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3f125ede-6075-4156-b965-5610715234ea', + 'x-ms-correlation-request-id', + '3f125ede-6075-4156-b965-5610715234ea', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032134Z:3f125ede-6075-4156-b965-5610715234ea', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f072da9f-6b7f-49cf-8d52-51825bdde127', + 'x-ms-correlation-request-id', + 'f072da9f-6b7f-49cf-8d52-51825bdde127', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032136Z:f072da9f-6b7f-49cf-8d52-51825bdde127', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b803a1f5-31f3-44f1-af6b-7e0ec1bbe1a7', + 'x-ms-correlation-request-id', + 'b803a1f5-31f3-44f1-af6b-7e0ec1bbe1a7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032138Z:b803a1f5-31f3-44f1-af6b-7e0ec1bbe1a7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '13d188c1-af80-4651-9e60-99286686de3c', + 'x-ms-correlation-request-id', + '13d188c1-af80-4651-9e60-99286686de3c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032140Z:13d188c1-af80-4651-9e60-99286686de3c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5ad292c0-8846-47e5-8cf3-482f7bece170', + 'x-ms-correlation-request-id', + '5ad292c0-8846-47e5-8cf3-482f7bece170', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032143Z:5ad292c0-8846-47e5-8cf3-482f7bece170', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bd3e60ca-0be0-488d-947c-919d1b439354', + 'x-ms-correlation-request-id', + 'bd3e60ca-0be0-488d-947c-919d1b439354', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032145Z:bd3e60ca-0be0-488d-947c-919d1b439354', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '94e9c0ce-99e6-4a57-8d1f-ce24a0b96f7d', + 'x-ms-correlation-request-id', + '94e9c0ce-99e6-4a57-8d1f-ce24a0b96f7d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032147Z:94e9c0ce-99e6-4a57-8d1f-ce24a0b96f7d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '458700a0-c9e6-4031-911f-efe98a11318d', + 'x-ms-correlation-request-id', + '458700a0-c9e6-4031-911f-efe98a11318d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032150Z:458700a0-c9e6-4031-911f-efe98a11318d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34ade35b-ce19-4815-883f-aeea5e3a7f70', + 'x-ms-correlation-request-id', + '34ade35b-ce19-4815-883f-aeea5e3a7f70', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032152Z:34ade35b-ce19-4815-883f-aeea5e3a7f70', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64e1dc0e-c933-4a8a-bf1c-86b5c1fe8726', + 'x-ms-correlation-request-id', + '64e1dc0e-c933-4a8a-bf1c-86b5c1fe8726', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032155Z:64e1dc0e-c933-4a8a-bf1c-86b5c1fe8726', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '07feeb03-0b25-43c6-8731-4c6508dfa35f', + 'x-ms-correlation-request-id', + '07feeb03-0b25-43c6-8731-4c6508dfa35f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032157Z:07feeb03-0b25-43c6-8731-4c6508dfa35f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e58b587-cd07-4b63-8f1c-34baa9cd0681', + 'x-ms-correlation-request-id', + '3e58b587-cd07-4b63-8f1c-34baa9cd0681', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032200Z:3e58b587-cd07-4b63-8f1c-34baa9cd0681', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:21:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '775176e7-dc30-440a-849c-03b146f9b417', + 'x-ms-correlation-request-id', + '775176e7-dc30-440a-849c-03b146f9b417', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032202Z:775176e7-dc30-440a-849c-03b146f9b417', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c4df81e6-1adc-4f84-bfc9-678499331431', + 'x-ms-correlation-request-id', + 'c4df81e6-1adc-4f84-bfc9-678499331431', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032204Z:c4df81e6-1adc-4f84-bfc9-678499331431', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '83884907-ecb3-4958-9ff5-a84a446c5354', + 'x-ms-correlation-request-id', + '83884907-ecb3-4958-9ff5-a84a446c5354', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032207Z:83884907-ecb3-4958-9ff5-a84a446c5354', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25cf218f-df07-4d20-910a-44884e33435e', + 'x-ms-correlation-request-id', + '25cf218f-df07-4d20-910a-44884e33435e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032209Z:25cf218f-df07-4d20-910a-44884e33435e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd1a0467d-0a2a-4ee1-a533-2bab19d5adf9', + 'x-ms-correlation-request-id', + 'd1a0467d-0a2a-4ee1-a533-2bab19d5adf9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032211Z:d1a0467d-0a2a-4ee1-a533-2bab19d5adf9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3795c256-5a7c-47e9-94ad-6bf51450124e', + 'x-ms-correlation-request-id', + '3795c256-5a7c-47e9-94ad-6bf51450124e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032214Z:3795c256-5a7c-47e9-94ad-6bf51450124e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f2b1a14-4599-426a-9b44-8d5793f2f7aa', + 'x-ms-correlation-request-id', + '7f2b1a14-4599-426a-9b44-8d5793f2f7aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032216Z:7f2b1a14-4599-426a-9b44-8d5793f2f7aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9c95f6a-0e58-433a-80b5-0329eeec0e16', + 'x-ms-correlation-request-id', + 'c9c95f6a-0e58-433a-80b5-0329eeec0e16', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032218Z:c9c95f6a-0e58-433a-80b5-0329eeec0e16', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5b74a5ea-dbad-429d-a2f7-4e94bbbcfe37', + 'x-ms-correlation-request-id', + '5b74a5ea-dbad-429d-a2f7-4e94bbbcfe37', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032221Z:5b74a5ea-dbad-429d-a2f7-4e94bbbcfe37', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3f3f5761-c4c3-46e6-9b24-4d5a9d7b64f3', + 'x-ms-correlation-request-id', + '3f3f5761-c4c3-46e6-9b24-4d5a9d7b64f3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032223Z:3f3f5761-c4c3-46e6-9b24-4d5a9d7b64f3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3a886725-92f6-401b-8ef5-5903bc03b475', + 'x-ms-correlation-request-id', + '3a886725-92f6-401b-8ef5-5903bc03b475', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032225Z:3a886725-92f6-401b-8ef5-5903bc03b475', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a94c08f4-8cc0-48ae-bc49-527d55b6a44d', + 'x-ms-correlation-request-id', + 'a94c08f4-8cc0-48ae-bc49-527d55b6a44d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032227Z:a94c08f4-8cc0-48ae-bc49-527d55b6a44d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3a5d511e-e73f-4349-94fb-7e62c017fd5c', + 'x-ms-correlation-request-id', + '3a5d511e-e73f-4349-94fb-7e62c017fd5c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032230Z:3a5d511e-e73f-4349-94fb-7e62c017fd5c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '96b6be17-3044-47f0-9cb5-fdcf14468913', + 'x-ms-correlation-request-id', + '96b6be17-3044-47f0-9cb5-fdcf14468913', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032232Z:96b6be17-3044-47f0-9cb5-fdcf14468913', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e3bc53ec-0fb5-458f-afe2-ba41f91891da', + 'x-ms-correlation-request-id', + 'e3bc53ec-0fb5-458f-afe2-ba41f91891da', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032234Z:e3bc53ec-0fb5-458f-afe2-ba41f91891da', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '68cc98bb-01c7-4a80-9a27-593776642291', + 'x-ms-correlation-request-id', + '68cc98bb-01c7-4a80-9a27-593776642291', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032237Z:68cc98bb-01c7-4a80-9a27-593776642291', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '38a0c278-98db-43ca-9b85-7cb9588a20a9', + 'x-ms-correlation-request-id', + '38a0c278-98db-43ca-9b85-7cb9588a20a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032239Z:38a0c278-98db-43ca-9b85-7cb9588a20a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '301002cb-c935-4f2d-953d-6973d29066c9', + 'x-ms-correlation-request-id', + '301002cb-c935-4f2d-953d-6973d29066c9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032241Z:301002cb-c935-4f2d-953d-6973d29066c9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c91e5232-60a0-4afb-aab6-53e8e1d8e53b', + 'x-ms-correlation-request-id', + 'c91e5232-60a0-4afb-aab6-53e8e1d8e53b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032244Z:c91e5232-60a0-4afb-aab6-53e8e1d8e53b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '926a9cb1-72aa-4699-a2f0-89744c9254d7', + 'x-ms-correlation-request-id', + '926a9cb1-72aa-4699-a2f0-89744c9254d7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032246Z:926a9cb1-72aa-4699-a2f0-89744c9254d7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc32e26f-d836-4ca3-9d33-cf64ecfac340', + 'x-ms-correlation-request-id', + 'fc32e26f-d836-4ca3-9d33-cf64ecfac340', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032248Z:fc32e26f-d836-4ca3-9d33-cf64ecfac340', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .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', + '11921', + 'x-ms-request-id', + 'ece41008-901d-4de5-8dcd-1d14110c8c73', + 'x-ms-correlation-request-id', + 'ece41008-901d-4de5-8dcd-1d14110c8c73', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032251Z:ece41008-901d-4de5-8dcd-1d14110c8c73', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:50 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eefedbfd9b9f7686fefd1deeef8fefea707070f7fea237a91c6bdcaebb6c801087f5d160de15b2c2f5eb7048300bc5e4fa7793ecb67d4e14c7b3f5dce5655b104fc79dbae9a477743828c4dc3669cfd605de7e369b578b4bf7fef2ec198664d932d6775762310db925e6f165504d66a3d298be98bbcbdaaeab744b2bca1617c74bacc2625e39bf36fc7ebb65ad0344c9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9feb8c11a0a0d1cb8ca8842f7eaffcfa0b22505b393045f39345ddaeb352317956946d5e1b344cabcba0cdab75099a7feffb2383eff1aa78439c411f7e7462464e6398150dbea66e9f105fccbec8db0c4cc2c89a216b0f82e9b33acfdf14bd511e2fb3f29a889095af09f7ec82e656bfcfbadf9c54cbf3e2625d3321c017cd749e2f326047c87d372fcba7f979b1a4b1110715cba6cd96d3fc8c46fad1f9de8383839dfcdef6cebd7bb3edfdf37cba3d79b837d9ce26b3839df3fb07fb3b598e31d1003c2efff2fc3caf153ab1dd7296d598bd597e9ed1d49ccd88918af69abe7c56d44d8b99b8b61f92e809418fa7e593eb15118edabda896dc8d900e535a1213cced88a734bf0549cc727afdb2220e22d8bfd874478337df3dcf2ff392c0bd26228312a38f16d9bbb325cded65569e2d5fe7046746fddde72f08f3325f52d3973551e7dd478f767776883ed4c611f34be2be9af40cbd04b1bdc224023d7c479f7d4f355b2007db79d6b46b6802a34d5e88b2711ac588db4d22a5a03689e74d2ae05c65e8655d54843d516e8778a0f929a2f8ab7cb6a6b943f74ce75f42bc4d9a68f6ffeb011a94ff7f3938db1c42c236e2eb8ed142721da383695503287ecb56d9a42849c56a376a5145393a8588b78a95a73d27d9f4ed7ac51812d45f6cacebcb9c7a9a1553ea9b0c1cfffa4535cb5f06f64ede7512fd45b15c933bf0d1a3bd7da28b7cfb2a275d8031b966df2617821a1d9826aa360d0581c7479fe7d547bf8444bcab9d5ea9037206c501fc674576b1ac1ad2bfcfab8bd779dbd2d4d157bf58d5f6b37559bec9dfb53fb1ce6bc065d506c0a445082d50d28e59","bffb7f00dcef18761f090000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1ea00895-d990-4bf6-be9a-78efe370835b', + 'x-ms-correlation-request-id', + '1ea00895-d990-4bf6-be9a-78efe370835b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T032254Z:1ea00895-d990-4bf6-be9a-78efe370835b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:22:53 GMT' +]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_cassandraresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_mongodbresources_test.js similarity index 75% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_cassandraresources_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_mongodbresources_test.js index f2fd2c261e64..bee7dfb8b8a1 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_cassandraresources_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_mongodbresources_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "efd52ef91c682ff9f8cd1bc8a21d9a9a"; +module.exports.hash = "e681055af5c1954317e485bb0ca97ecd"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '0c18c534-d46e-4b5f-b694-cd26e6f00600', + 'f197bc17-9258-4a73-9394-6044ae7f0700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AguFCs_q_hFCiTtPwg0ezjM; expires=Mon, 18-Oct-2021 02:16:32 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Amc4LTwIEclCkX6RRjLOyAs; expires=Sun, 24-Oct-2021 04:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7QO-27BHGm8OhSP0jaQ5NjnUtSVokBZIEb3Nqu9TVtctaaMJbWeH8UYUmt8MYHy4IcUG2MgPyYoPpBlFAYI7AqTmKZH-kRDhqGWZEwl9jHx3bc2RqHdjtxfqjxD1ZPxAJITQ6tCNCNRaX5ztHy5Zr02wdwQ0T2RrdGBjzHn5Mq4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrSvlt_Ei-U1wKi5nUWCAlV89SfZrLUVCS65vKmlX9oOCeU5P_EdekBps0R1EEh-q4dgQUo2XA18fgjUcf8TpVqKWddPOnJzSVFgxuNajJfnLpPj4jyh2wg8hJZnwM6T_MItAwbn8IS3L5dCe8nHk1Nc9W5qZtE7xlXkVaoUjfOKIgAA; 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', - 'Sat, 18 Sep 2021 02:16:31 GMT', + 'Fri, 24 Sep 2021 04:19:57 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'c3521c9c-78d4-4f40-bf0e-bf9b81230700', + '38719b22-bb0c-4fad-9308-c2ad6a400700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AiQqqEtZhiZJvxE5QqGd1JQ; expires=Mon, 18-Oct-2021 02:16:32 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AnDGFZRGY5FKmpGPdLEy3aI; expires=Sun, 24-Oct-2021 04:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrcxCqdUYuE6C_4TSt9F3xDNFjV0owFwkALMqdqHXxpvNVpbV1b2JBezzJmATxFdnacYaWSLdJu18JPx2vAWOPasc0jnnkA4LpLyCaEIf6daGksjo2H_FNiIa0CSSSbKB2AedgNQaoS0mGHj6Wlzxyx9JrxXrw70GDwp0IdccDr24gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtVX6fvIyQMc-BDlU7pkN2Bg-qhkbQgMKbMLbD3DzTVnleSoCx5Mo9QhGU3KfrLxBXFzkmrMDZgZhRk-zy8kcWbnxBQfPROuw08hWWJK96VM-JWtyEileuVYjF7YlObT1M5Dr4LxkfJREFPtkA-Cu1Un4MJM5b6Uxmn4Z_-l5QOggAA; 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', - 'Sat, 18 Sep 2021 02:16:31 GMT', + 'Fri, 24 Sep 2021 04:19:57 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.1&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=877821b4-0711-4bb1-a3e1-6bfb1f8f435a&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") + .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.1&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=d6aa4d1d-074b-4da5-a8d1-9b967d14d56d&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', @@ -93,27 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '1ab39349-0faa-49d2-bb61-c62a4a680700', + '4cfec690-23d5-4312-8d86-3720e8580700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AklDy3m4zD9GvEm9cpqENKsWPr5BAQAAAABD19gOAAAA; expires=Mon, 18-Oct-2021 02:16:32 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AvcfDh8-e3dLq2da0eEnc6EWPr5BAQAAAO5I39gOAAAA; expires=Sun, 24-Oct-2021 04:19:58 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', - 'Sat, 18 Sep 2021 02:16:31 GMT', + 'Fri, 24 Sep 2021 04:19:57 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1', {"location":"eastus","kind":"GlobalDocumentDB","properties":{"locations":[{"locationName":"eastus","failoverPriority":0,"isZoneRedundant":false}],"databaseAccountOfferType":"Standard","capabilities":[{"name":"EnableCassandra"}],"apiProperties":{},"createMode":"Default"}}) + .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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef763f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97bb4fbe9a3fdddf1fd7bf7ee3dd87ff8531fd19b34f0555eb7450e48f8ebb26808e16279f1ba252004e104d0e86fea70b59e94c5f445de5e55f55b42316fe8ad8f4e97d9a4cc67f47dcebf1dafdb6a41af4c9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b850850d0e8654648e18bdf2bbffe82f0692b07a6687eb2a8db75562a26cf8ab2cd6b8386697519b479b52e31c4ef7d7f64f03d5e156f6826e8c38f4eb2a6c996b33aa331cc8a065f53b74f681e665fe46d86496164cd90b507c1f4599de76f8ade288f9759794d44c8cad7847b7641a4d4efb3ee3727d5f2bcb858d74c084c43339de78b0cd81172dfcdcbf2697e5e2c696c3461c5b269b3e5343fa3917e743ebbb79f3fd8c9b61fe6fb7bdbfb3bbbe7db0f773eddddfe747a7fff7e76fe693edb7b8031d1003caefaf2fc3caf153acdf27296d598bd597e9ed1d49ccdf22591fe9abea40f9742bee369f9e47a4564a24f5f54cb9cbe514261024b9af2b91ddf9466b3207e5c4eaf5f56c42f04e9171be03454f3ddf3fc322f09dc6b2229c63dfa6891bd3b5bd24c5e66e5d9f2754e7066d4df7dfe82f02cf325357d59132dde7df468776787a8416d1ce9be245eab498ae92508c515a60ce8e13bfaec7baa370221ddceb3a65d43ce8cacbe105176f27a83509c2b97bfac8b8a7aa4d1eed02c353f45547a95cfd644dd250922d3e69710f7d18bb3ffd72165baf97f0d42b639188895d3d7c5cb42721da383695503287ecb56d9a42849d96837aacb454d38d580b78a95a74726d9f4ed7ac51812d45f6cf4facb9c7a9a1553ea9b342bfffa4535cb5f068a56de75dcfe45b15c9321fae8d1de3ed145be7d95939c604caed9b7c97851a303d3441588a120f0f8e86c494d8954bf8444a02bbdafd4fc9d41b0308659915d2cab86b4d1f3eae275de62b6e8ab5fac4aecd9ba2cdfe4efda9f58e73560b3e803304919a1066ada71eb","77ff0f8bd9fff89d070000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b7771e6eefedbfd9d97fb4b7f368e7d3f1fefe83bd4ff7eefdd447f4268d7795d76d910312feba2c1ac2b3585ebc6e090841380134fa9b3a5cad2765317d91b75755fd9630cb1b7aeba3d3653629f3197d9ff36fc7ebb65ad02bd3675951569779fdd1a3f3ac6c72f3fd17ebb22d5665feddba68f3e74a180214347a991152f8e2f7caaf69c4455b393045f39345ddaeb352317956946d5e1b344cabcba0cdab7589217eeffb2383eff1aa784313401f7a249d150dbea44e9f10f1675fe46d86996054cd8015bee0f9accef337456f8cc7cbacbc261264e56bc23cbb2042eaf759f79b936a795e5cac6b260326a199cef34506dc08b567ebb27c460c5916ed35e6ab58366db69ce66734d08f76f726bbbbf7f777b677eeefee6fef677b3bdb070f76f6b7ef3f98e507f4f9fec1f9430c8a46e0f1d297e7e779ade0699297b3acc6e4cdf2f38c66e66c962f89f2d7f4257db814ea1d4fcb27d7ab0ca3ffe845b5cce91ba514e6afa4199fdb014e69320b62c7e5f4fa6545ec42907eb1014e6335df3dcf2ff392c0bd269a62e0a38f16d9bbb3254de465569e2d5fe7046746fddde72f08cf325f52d397757e5ebcfbe8d1eece0e51235b152f03066ee8f5bcfe49925fc07cf4d1bdf1a7a01ac17234fe925ad44452bc40df5d616e310c7c479f7d4fb54a20c2db79d6b46b48a191e41722e84e9a6f909d731586977551518f44951d9acde6a7889aaff2d99a666149f2ca34fc25c4a4f4e2ecff7548996efe5f83906d0e466316f8ba785948ae637430ad6a00c56fd92a9b142486a61bd5f4a24d58837c84378a95a76a26d9f4ed7ac5d811c45f6c34fecb9c7a991553ea9778977ffda29ae5212bcbbb4e22be28966b32511f3ddadb279ac8b7af7292258cc735fb3699356a74609aa89631d4031e1f9d2da92991e99710fb7725fc951ac633081fc6302bb28b65d590ca7a5e5dbcce5bcc147df58b55d34141bdc9dfb53fb1ce6bc066f500c02461841a2869c7addf","fd3fc7c3da12b7070000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -125,13 +125,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Encoding', 'gzip', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/operationResults/e70c9b7f-17ab-4ec8-a649-0102c4f2c243?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/operationResults/8c8d353f-1309-4b7a-97da-044ddc61940f?api-version=2021-07-01-preview', 'Vary', 'Accept-Encoding', 'x-ms-request-id', - 'e70c9b7f-17ab-4ec8-a649-0102c4f2c243', + '8c8d353f-1309-4b7a-97da-044ddc61940f', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f?api-version=2021-07-01-preview', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -141,17 +141,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1199', 'x-ms-correlation-request-id', - '818b8013-88c3-41b2-95c4-fd6cdb80a4d5', + 'cf7fbc06-b8d0-4e86-a3ba-674fcc4805f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021644Z:818b8013-88c3-41b2-95c4-fd6cdb80a4d5', + 'SOUTHEASTASIA:20210924T042009Z:cf7fbc06-b8d0-4e86-a3ba-674fcc4805f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:44 GMT' + 'Fri, 24 Sep 2021 04:20:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -173,21 +173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11999', + '11047', 'x-ms-request-id', - '0da2994b-efd8-4d38-b6e5-3d5e0ee996a1', + '7118784a-0c06-4ea9-afd1-2bc33a25ee86', 'x-ms-correlation-request-id', - '0da2994b-efd8-4d38-b6e5-3d5e0ee996a1', + '7118784a-0c06-4ea9-afd1-2bc33a25ee86', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021644Z:0da2994b-efd8-4d38-b6e5-3d5e0ee996a1', + 'SOUTHEASTASIA:20210924T042009Z:7118784a-0c06-4ea9-afd1-2bc33a25ee86', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:44 GMT' + 'Fri, 24 Sep 2021 04:20:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -209,21 +209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11998', + '11046', 'x-ms-request-id', - 'b491f655-6e13-48f6-ac9e-6f81a15bf76d', + '417e615a-3abe-4c35-ba78-97f7a029b605', 'x-ms-correlation-request-id', - 'b491f655-6e13-48f6-ac9e-6f81a15bf76d', + '417e615a-3abe-4c35-ba78-97f7a029b605', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021646Z:b491f655-6e13-48f6-ac9e-6f81a15bf76d', + 'SOUTHEASTASIA:20210924T042011Z:417e615a-3abe-4c35-ba78-97f7a029b605', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:46 GMT' + 'Fri, 24 Sep 2021 04:20:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -245,21 +245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11997', + '11045', 'x-ms-request-id', - '2b91e819-959a-43b6-bf8e-ac84353a860f', + '8bfa4acc-2a83-4b7c-871e-b1f0c1d1c373', 'x-ms-correlation-request-id', - '2b91e819-959a-43b6-bf8e-ac84353a860f', + '8bfa4acc-2a83-4b7c-871e-b1f0c1d1c373', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021649Z:2b91e819-959a-43b6-bf8e-ac84353a860f', + 'SOUTHEASTASIA:20210924T042014Z:8bfa4acc-2a83-4b7c-871e-b1f0c1d1c373', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:49 GMT' + 'Fri, 24 Sep 2021 04:20:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -281,21 +281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11996', + '11044', 'x-ms-request-id', - '63ee3d4e-07ed-4e41-b92e-465d9cbd3604', + '145ade67-2f78-4697-ba46-7d7f62b9995b', 'x-ms-correlation-request-id', - '63ee3d4e-07ed-4e41-b92e-465d9cbd3604', + '145ade67-2f78-4697-ba46-7d7f62b9995b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021651Z:63ee3d4e-07ed-4e41-b92e-465d9cbd3604', + 'SOUTHEASTASIA:20210924T042016Z:145ade67-2f78-4697-ba46-7d7f62b9995b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:51 GMT' + 'Fri, 24 Sep 2021 04:20:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -317,21 +317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11995', + '11043', 'x-ms-request-id', - '7aef0146-206b-4826-adcf-3fe364ca968f', + 'aa50aad0-3252-446f-af00-656034bff09f', 'x-ms-correlation-request-id', - '7aef0146-206b-4826-adcf-3fe364ca968f', + 'aa50aad0-3252-446f-af00-656034bff09f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021653Z:7aef0146-206b-4826-adcf-3fe364ca968f', + 'SOUTHEASTASIA:20210924T042018Z:aa50aad0-3252-446f-af00-656034bff09f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:53 GMT' + 'Fri, 24 Sep 2021 04:20:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -353,21 +353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11994', + '11042', 'x-ms-request-id', - 'dea52f4d-302f-4688-8f5d-e6ed9581e23c', + '91a561c5-0d2c-453c-99cd-919bbfcc7d18', 'x-ms-correlation-request-id', - 'dea52f4d-302f-4688-8f5d-e6ed9581e23c', + '91a561c5-0d2c-453c-99cd-919bbfcc7d18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021656Z:dea52f4d-302f-4688-8f5d-e6ed9581e23c', + 'SOUTHEASTASIA:20210924T042021Z:91a561c5-0d2c-453c-99cd-919bbfcc7d18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:55 GMT' + 'Fri, 24 Sep 2021 04:20:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -389,21 +389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11993', + '11041', 'x-ms-request-id', - 'eefa8bfa-8269-4d7d-a5ef-8572d290111c', + '83716ae0-3d21-4e5d-b07c-abc36fa49698', 'x-ms-correlation-request-id', - 'eefa8bfa-8269-4d7d-a5ef-8572d290111c', + '83716ae0-3d21-4e5d-b07c-abc36fa49698', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021658Z:eefa8bfa-8269-4d7d-a5ef-8572d290111c', + 'SOUTHEASTASIA:20210924T042023Z:83716ae0-3d21-4e5d-b07c-abc36fa49698', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:16:58 GMT' + 'Fri, 24 Sep 2021 04:20:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -425,21 +425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11992', + '11040', 'x-ms-request-id', - 'b4011424-dd3f-4732-976a-9df4a15b46a1', + 'a47a0aaf-df77-427e-b4e1-ce4d63a614ff', 'x-ms-correlation-request-id', - 'b4011424-dd3f-4732-976a-9df4a15b46a1', + 'a47a0aaf-df77-427e-b4e1-ce4d63a614ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021700Z:b4011424-dd3f-4732-976a-9df4a15b46a1', + 'SOUTHEASTASIA:20210924T042025Z:a47a0aaf-df77-427e-b4e1-ce4d63a614ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:00 GMT' + 'Fri, 24 Sep 2021 04:20:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -461,21 +461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11991', + '11039', 'x-ms-request-id', - '56579e21-3792-4420-ab8c-226d8474ba8b', + '9bafee64-7879-4d0a-8897-b3a991e2c4f2', 'x-ms-correlation-request-id', - '56579e21-3792-4420-ab8c-226d8474ba8b', + '9bafee64-7879-4d0a-8897-b3a991e2c4f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021703Z:56579e21-3792-4420-ab8c-226d8474ba8b', + 'SOUTHEASTASIA:20210924T042028Z:9bafee64-7879-4d0a-8897-b3a991e2c4f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:02 GMT' + 'Fri, 24 Sep 2021 04:20:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -497,21 +497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11990', + '11038', 'x-ms-request-id', - '1abf4618-4014-4dbb-900f-a8c49226d623', + 'c560b42e-24cb-411d-9467-41fde0fa7b42', 'x-ms-correlation-request-id', - '1abf4618-4014-4dbb-900f-a8c49226d623', + 'c560b42e-24cb-411d-9467-41fde0fa7b42', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021705Z:1abf4618-4014-4dbb-900f-a8c49226d623', + 'SOUTHEASTASIA:20210924T042030Z:c560b42e-24cb-411d-9467-41fde0fa7b42', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:05 GMT' + 'Fri, 24 Sep 2021 04:20:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -533,21 +533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11989', + '11037', 'x-ms-request-id', - 'f20cd0a1-d121-4fcc-8f17-286a3dc86ccb', + '8e7ad019-b576-402d-b79e-7771be217ddd', 'x-ms-correlation-request-id', - 'f20cd0a1-d121-4fcc-8f17-286a3dc86ccb', + '8e7ad019-b576-402d-b79e-7771be217ddd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021707Z:f20cd0a1-d121-4fcc-8f17-286a3dc86ccb', + 'SOUTHEASTASIA:20210924T042032Z:8e7ad019-b576-402d-b79e-7771be217ddd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:07 GMT' + 'Fri, 24 Sep 2021 04:20:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -569,21 +569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11988', + '11036', 'x-ms-request-id', - '1ea60217-3114-4e5e-83f0-745630e16bf3', + '4096a09e-a0c8-4085-8eac-806a118d9519', 'x-ms-correlation-request-id', - '1ea60217-3114-4e5e-83f0-745630e16bf3', + '4096a09e-a0c8-4085-8eac-806a118d9519', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021710Z:1ea60217-3114-4e5e-83f0-745630e16bf3', + 'SOUTHEASTASIA:20210924T042035Z:4096a09e-a0c8-4085-8eac-806a118d9519', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:09 GMT' + 'Fri, 24 Sep 2021 04:20:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -605,21 +605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11987', + '11035', 'x-ms-request-id', - '9ac8b24e-3b7e-42f8-b048-a19cf00647c7', + 'f7bb4502-3764-4876-8713-5365423bfd30', 'x-ms-correlation-request-id', - '9ac8b24e-3b7e-42f8-b048-a19cf00647c7', + 'f7bb4502-3764-4876-8713-5365423bfd30', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021712Z:9ac8b24e-3b7e-42f8-b048-a19cf00647c7', + 'SOUTHEASTASIA:20210924T042037Z:f7bb4502-3764-4876-8713-5365423bfd30', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:12 GMT' + 'Fri, 24 Sep 2021 04:20:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -641,21 +641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11986', + '11034', 'x-ms-request-id', - 'ca5c2287-a04e-4657-8350-bd03b3d78fed', + '9b2b52c8-6b5e-40cf-b747-f2702092075d', 'x-ms-correlation-request-id', - 'ca5c2287-a04e-4657-8350-bd03b3d78fed', + '9b2b52c8-6b5e-40cf-b747-f2702092075d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021714Z:ca5c2287-a04e-4657-8350-bd03b3d78fed', + 'SOUTHEASTASIA:20210924T042039Z:9b2b52c8-6b5e-40cf-b747-f2702092075d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:14 GMT' + 'Fri, 24 Sep 2021 04:20:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -677,21 +677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11985', + '11033', 'x-ms-request-id', - '6038fd2e-59dc-4f10-9a00-240e06e91f0c', + '6baf0fde-419c-4d34-b6b1-4149983d4994', 'x-ms-correlation-request-id', - '6038fd2e-59dc-4f10-9a00-240e06e91f0c', + '6baf0fde-419c-4d34-b6b1-4149983d4994', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021717Z:6038fd2e-59dc-4f10-9a00-240e06e91f0c', + 'SOUTHEASTASIA:20210924T042041Z:6baf0fde-419c-4d34-b6b1-4149983d4994', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:16 GMT' + 'Fri, 24 Sep 2021 04:20:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -713,21 +713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11984', + '11032', 'x-ms-request-id', - 'de85d5ed-295b-4b0d-84eb-96b8aa4467bf', + 'fe2d9464-c183-48c2-9480-c4ab856e8928', 'x-ms-correlation-request-id', - 'de85d5ed-295b-4b0d-84eb-96b8aa4467bf', + 'fe2d9464-c183-48c2-9480-c4ab856e8928', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021719Z:de85d5ed-295b-4b0d-84eb-96b8aa4467bf', + 'SOUTHEASTASIA:20210924T042044Z:fe2d9464-c183-48c2-9480-c4ab856e8928', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:18 GMT' + 'Fri, 24 Sep 2021 04:20:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -749,21 +749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11983', + '11031', 'x-ms-request-id', - '25f9ad76-58dc-4cbd-9af9-175f9e01d457', + 'e549868f-d00d-454d-8ed0-99c9beda4f1a', 'x-ms-correlation-request-id', - '25f9ad76-58dc-4cbd-9af9-175f9e01d457', + 'e549868f-d00d-454d-8ed0-99c9beda4f1a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021721Z:25f9ad76-58dc-4cbd-9af9-175f9e01d457', + 'SOUTHEASTASIA:20210924T042046Z:e549868f-d00d-454d-8ed0-99c9beda4f1a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:21 GMT' + 'Fri, 24 Sep 2021 04:20:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -785,21 +785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11982', + '11030', 'x-ms-request-id', - 'bd887cea-4769-4db8-a3db-c8b17fc9d101', + '60b8a384-fcc4-4d6b-8444-e7dff76e343a', 'x-ms-correlation-request-id', - 'bd887cea-4769-4db8-a3db-c8b17fc9d101', + '60b8a384-fcc4-4d6b-8444-e7dff76e343a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021724Z:bd887cea-4769-4db8-a3db-c8b17fc9d101', + 'SOUTHEASTASIA:20210924T042048Z:60b8a384-fcc4-4d6b-8444-e7dff76e343a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:23 GMT' + 'Fri, 24 Sep 2021 04:20:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -821,21 +821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11981', + '11029', 'x-ms-request-id', - '1a8cd2d2-cc5e-4bde-bdd7-4baec64104b8', + 'cc04ba68-2be0-4168-9b6d-f103159e60cb', 'x-ms-correlation-request-id', - '1a8cd2d2-cc5e-4bde-bdd7-4baec64104b8', + 'cc04ba68-2be0-4168-9b6d-f103159e60cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021726Z:1a8cd2d2-cc5e-4bde-bdd7-4baec64104b8', + 'SOUTHEASTASIA:20210924T042051Z:cc04ba68-2be0-4168-9b6d-f103159e60cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:25 GMT' + 'Fri, 24 Sep 2021 04:20:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -857,21 +857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11980', + '11028', 'x-ms-request-id', - 'cb9246d6-9e27-43d7-aeae-9b980d961284', + 'd4b0d80e-041c-4977-9d4d-f158b8fdbd96', 'x-ms-correlation-request-id', - 'cb9246d6-9e27-43d7-aeae-9b980d961284', + 'd4b0d80e-041c-4977-9d4d-f158b8fdbd96', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021728Z:cb9246d6-9e27-43d7-aeae-9b980d961284', + 'SOUTHEASTASIA:20210924T042053Z:d4b0d80e-041c-4977-9d4d-f158b8fdbd96', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:28 GMT' + 'Fri, 24 Sep 2021 04:20:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -893,21 +893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11979', + '11027', 'x-ms-request-id', - '38169bcb-8861-416d-afee-b5f3a7196a11', + '95c68df9-e12f-42c8-90f5-14edebb7264f', 'x-ms-correlation-request-id', - '38169bcb-8861-416d-afee-b5f3a7196a11', + '95c68df9-e12f-42c8-90f5-14edebb7264f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021730Z:38169bcb-8861-416d-afee-b5f3a7196a11', + 'SOUTHEASTASIA:20210924T042055Z:95c68df9-e12f-42c8-90f5-14edebb7264f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:30 GMT' + 'Fri, 24 Sep 2021 04:20:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -929,21 +929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11978', + '11026', 'x-ms-request-id', - '839fed84-5d79-4d17-a76e-ed490b097a1e', + 'aa9dedf8-3005-4ef0-8643-ba98021b4c7f', 'x-ms-correlation-request-id', - '839fed84-5d79-4d17-a76e-ed490b097a1e', + 'aa9dedf8-3005-4ef0-8643-ba98021b4c7f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021733Z:839fed84-5d79-4d17-a76e-ed490b097a1e', + 'SOUTHEASTASIA:20210924T042058Z:aa9dedf8-3005-4ef0-8643-ba98021b4c7f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:32 GMT' + 'Fri, 24 Sep 2021 04:20:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -965,21 +965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11977', + '11025', 'x-ms-request-id', - '4c56d011-cd9e-4b91-90a9-67890392a2f6', + '869e55cd-2421-4197-b7fb-fe8e6ae4fa20', 'x-ms-correlation-request-id', - '4c56d011-cd9e-4b91-90a9-67890392a2f6', + '869e55cd-2421-4197-b7fb-fe8e6ae4fa20', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021735Z:4c56d011-cd9e-4b91-90a9-67890392a2f6', + 'SOUTHEASTASIA:20210924T042100Z:869e55cd-2421-4197-b7fb-fe8e6ae4fa20', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:35 GMT' + 'Fri, 24 Sep 2021 04:21:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1001,21 +1001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11976', + '11024', 'x-ms-request-id', - 'd9095367-cfaf-4b80-9817-cca77fe648c2', + '04a37b8c-4ff8-442e-8fdc-686268f1dc0d', 'x-ms-correlation-request-id', - 'd9095367-cfaf-4b80-9817-cca77fe648c2', + '04a37b8c-4ff8-442e-8fdc-686268f1dc0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021737Z:d9095367-cfaf-4b80-9817-cca77fe648c2', + 'SOUTHEASTASIA:20210924T042102Z:04a37b8c-4ff8-442e-8fdc-686268f1dc0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:37 GMT' + 'Fri, 24 Sep 2021 04:21:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1037,21 +1037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11975', + '11023', 'x-ms-request-id', - '2661d955-2032-474c-9bda-a3d97f6d6a55', + '0d9bbc19-215d-4ae8-8add-871b8185a778', 'x-ms-correlation-request-id', - '2661d955-2032-474c-9bda-a3d97f6d6a55', + '0d9bbc19-215d-4ae8-8add-871b8185a778', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021740Z:2661d955-2032-474c-9bda-a3d97f6d6a55', + 'SOUTHEASTASIA:20210924T042105Z:0d9bbc19-215d-4ae8-8add-871b8185a778', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:39 GMT' + 'Fri, 24 Sep 2021 04:21:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1073,21 +1073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11974', + '11022', 'x-ms-request-id', - 'f4d7e428-0b74-4055-8131-2eb7dbd17784', + 'ce6a0a72-a00b-4bf4-9a4f-ffcebe337d24', 'x-ms-correlation-request-id', - 'f4d7e428-0b74-4055-8131-2eb7dbd17784', + 'ce6a0a72-a00b-4bf4-9a4f-ffcebe337d24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021742Z:f4d7e428-0b74-4055-8131-2eb7dbd17784', + 'SOUTHEASTASIA:20210924T042107Z:ce6a0a72-a00b-4bf4-9a4f-ffcebe337d24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:42 GMT' + 'Fri, 24 Sep 2021 04:21:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1109,21 +1109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11973', + '11021', 'x-ms-request-id', - '7e19a8c7-98aa-473a-b607-987a2f71f705', + '5c37c9a1-e504-4b4e-bf76-704f7ec64f3f', 'x-ms-correlation-request-id', - '7e19a8c7-98aa-473a-b607-987a2f71f705', + '5c37c9a1-e504-4b4e-bf76-704f7ec64f3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021744Z:7e19a8c7-98aa-473a-b607-987a2f71f705', + 'SOUTHEASTASIA:20210924T042109Z:5c37c9a1-e504-4b4e-bf76-704f7ec64f3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:44 GMT' + 'Fri, 24 Sep 2021 04:21:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1145,21 +1145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11972', + '11020', 'x-ms-request-id', - '8ce64d9b-a5f1-4b53-98ad-d01dbd1c041b', + 'eb0679d0-ceff-474f-bb00-f0f7808085aa', 'x-ms-correlation-request-id', - '8ce64d9b-a5f1-4b53-98ad-d01dbd1c041b', + 'eb0679d0-ceff-474f-bb00-f0f7808085aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021747Z:8ce64d9b-a5f1-4b53-98ad-d01dbd1c041b', + 'SOUTHEASTASIA:20210924T042112Z:eb0679d0-ceff-474f-bb00-f0f7808085aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:46 GMT' + 'Fri, 24 Sep 2021 04:21:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1181,21 +1181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11971', + '11019', 'x-ms-request-id', - '4ab3ac10-6cf3-4636-a49a-c0bc3cce0e2e', + 'fe0b12a8-43e2-40d5-9131-da768558506a', 'x-ms-correlation-request-id', - '4ab3ac10-6cf3-4636-a49a-c0bc3cce0e2e', + 'fe0b12a8-43e2-40d5-9131-da768558506a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021749Z:4ab3ac10-6cf3-4636-a49a-c0bc3cce0e2e', + 'SOUTHEASTASIA:20210924T042114Z:fe0b12a8-43e2-40d5-9131-da768558506a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:48 GMT' + 'Fri, 24 Sep 2021 04:21:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1217,21 +1217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11970', + '11018', 'x-ms-request-id', - '837edf6c-6fea-47db-b82f-1f4d19269c8b', + '84c78dbb-1ba1-4978-b7e7-8e1bcb4b7cb0', 'x-ms-correlation-request-id', - '837edf6c-6fea-47db-b82f-1f4d19269c8b', + '84c78dbb-1ba1-4978-b7e7-8e1bcb4b7cb0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021751Z:837edf6c-6fea-47db-b82f-1f4d19269c8b', + 'SOUTHEASTASIA:20210924T042116Z:84c78dbb-1ba1-4978-b7e7-8e1bcb4b7cb0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:51 GMT' + 'Fri, 24 Sep 2021 04:21:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1253,21 +1253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11969', + '11017', 'x-ms-request-id', - '40484b92-3bb0-42e9-8f6f-ee70a8e99bbd', + '1e8eee4f-2844-4c38-9e10-2b5f74bff90c', 'x-ms-correlation-request-id', - '40484b92-3bb0-42e9-8f6f-ee70a8e99bbd', + '1e8eee4f-2844-4c38-9e10-2b5f74bff90c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021754Z:40484b92-3bb0-42e9-8f6f-ee70a8e99bbd', + 'SOUTHEASTASIA:20210924T042119Z:1e8eee4f-2844-4c38-9e10-2b5f74bff90c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:53 GMT' + 'Fri, 24 Sep 2021 04:21:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1289,21 +1289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11968', + '11016', 'x-ms-request-id', - 'e6f4391a-7a30-4141-a8df-8da1910be6a9', + 'a95412d6-10d6-4b19-bfbf-f93cb2e2a350', 'x-ms-correlation-request-id', - 'e6f4391a-7a30-4141-a8df-8da1910be6a9', + 'a95412d6-10d6-4b19-bfbf-f93cb2e2a350', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021756Z:e6f4391a-7a30-4141-a8df-8da1910be6a9', + 'SOUTHEASTASIA:20210924T042121Z:a95412d6-10d6-4b19-bfbf-f93cb2e2a350', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:55 GMT' + 'Fri, 24 Sep 2021 04:21:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1325,21 +1325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11967', + '11015', 'x-ms-request-id', - 'fcdb8c00-1a95-4f53-9b12-72486dd2efcf', + '61a6e52b-129e-4c15-aeda-4696c6f13a7e', 'x-ms-correlation-request-id', - 'fcdb8c00-1a95-4f53-9b12-72486dd2efcf', + '61a6e52b-129e-4c15-aeda-4696c6f13a7e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021758Z:fcdb8c00-1a95-4f53-9b12-72486dd2efcf', + 'SOUTHEASTASIA:20210924T042123Z:61a6e52b-129e-4c15-aeda-4696c6f13a7e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:17:58 GMT' + 'Fri, 24 Sep 2021 04:21:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1361,21 +1361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11966', + '11014', 'x-ms-request-id', - '4f8287e3-c98b-4b54-a681-fcb19a10546c', + '62926129-8176-4e87-b4be-95e522398fd8', 'x-ms-correlation-request-id', - '4f8287e3-c98b-4b54-a681-fcb19a10546c', + '62926129-8176-4e87-b4be-95e522398fd8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021801Z:4f8287e3-c98b-4b54-a681-fcb19a10546c', + 'SOUTHEASTASIA:20210924T042126Z:62926129-8176-4e87-b4be-95e522398fd8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:00 GMT' + 'Fri, 24 Sep 2021 04:21:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1397,21 +1397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11965', + '11013', 'x-ms-request-id', - '834698d8-3ab4-4260-9b8a-c57c7c4bf533', + '4d4cce64-dff8-42e4-bebe-c603186d6028', 'x-ms-correlation-request-id', - '834698d8-3ab4-4260-9b8a-c57c7c4bf533', + '4d4cce64-dff8-42e4-bebe-c603186d6028', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021803Z:834698d8-3ab4-4260-9b8a-c57c7c4bf533', + 'SOUTHEASTASIA:20210924T042128Z:4d4cce64-dff8-42e4-bebe-c603186d6028', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:02 GMT' + 'Fri, 24 Sep 2021 04:21:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1433,21 +1433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11964', + '11012', 'x-ms-request-id', - '65711b4f-2984-409e-a7cf-b07cf6aa5652', + '16d86534-a2c6-4d21-9d18-8ac62aefd8e8', 'x-ms-correlation-request-id', - '65711b4f-2984-409e-a7cf-b07cf6aa5652', + '16d86534-a2c6-4d21-9d18-8ac62aefd8e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021805Z:65711b4f-2984-409e-a7cf-b07cf6aa5652', + 'SOUTHEASTASIA:20210924T042130Z:16d86534-a2c6-4d21-9d18-8ac62aefd8e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:05 GMT' + 'Fri, 24 Sep 2021 04:21:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1469,21 +1469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11963', + '11011', 'x-ms-request-id', - 'df921395-86e1-449f-ad60-9eb5258b7d1a', + 'ab82f034-3f62-4ad7-920b-b6144ec44ef7', 'x-ms-correlation-request-id', - 'df921395-86e1-449f-ad60-9eb5258b7d1a', + 'ab82f034-3f62-4ad7-920b-b6144ec44ef7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021808Z:df921395-86e1-449f-ad60-9eb5258b7d1a', + 'SOUTHEASTASIA:20210924T042133Z:ab82f034-3f62-4ad7-920b-b6144ec44ef7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:07 GMT' + 'Fri, 24 Sep 2021 04:21:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1505,21 +1505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11962', + '11010', 'x-ms-request-id', - 'bea3cee4-c912-4b05-bad9-39c9e0cb2908', + '2b845dbb-0225-4eb1-8ab1-1a3b446d1bb6', 'x-ms-correlation-request-id', - 'bea3cee4-c912-4b05-bad9-39c9e0cb2908', + '2b845dbb-0225-4eb1-8ab1-1a3b446d1bb6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021810Z:bea3cee4-c912-4b05-bad9-39c9e0cb2908', + 'SOUTHEASTASIA:20210924T042135Z:2b845dbb-0225-4eb1-8ab1-1a3b446d1bb6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:09 GMT' + 'Fri, 24 Sep 2021 04:21:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1541,21 +1541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11961', + '11009', 'x-ms-request-id', - '04aae70b-a54b-4ff0-a638-d63ec355a72c', + 'e038683e-611f-45e3-8adc-6b26270cbd35', 'x-ms-correlation-request-id', - '04aae70b-a54b-4ff0-a638-d63ec355a72c', + 'e038683e-611f-45e3-8adc-6b26270cbd35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021812Z:04aae70b-a54b-4ff0-a638-d63ec355a72c', + 'SOUTHEASTASIA:20210924T042137Z:e038683e-611f-45e3-8adc-6b26270cbd35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:12 GMT' + 'Fri, 24 Sep 2021 04:21:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1577,21 +1577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11960', + '11008', 'x-ms-request-id', - '0c700ea9-e31f-448e-a9ec-82016eb8a29f', + 'ddf364f5-0523-45fa-bb71-526f2382dee7', 'x-ms-correlation-request-id', - '0c700ea9-e31f-448e-a9ec-82016eb8a29f', + 'ddf364f5-0523-45fa-bb71-526f2382dee7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021815Z:0c700ea9-e31f-448e-a9ec-82016eb8a29f', + 'SOUTHEASTASIA:20210924T042140Z:ddf364f5-0523-45fa-bb71-526f2382dee7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:14 GMT' + 'Fri, 24 Sep 2021 04:21:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1613,21 +1613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11959', + '11007', 'x-ms-request-id', - '96f0401e-4d13-499c-9ed5-ed11993bcd7d', + 'ae879d2d-487d-4dc7-8d8e-0581948fb2e1', 'x-ms-correlation-request-id', - '96f0401e-4d13-499c-9ed5-ed11993bcd7d', + 'ae879d2d-487d-4dc7-8d8e-0581948fb2e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021817Z:96f0401e-4d13-499c-9ed5-ed11993bcd7d', + 'SOUTHEASTASIA:20210924T042142Z:ae879d2d-487d-4dc7-8d8e-0581948fb2e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:16 GMT' + 'Fri, 24 Sep 2021 04:21:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1649,21 +1649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11958', + '11006', 'x-ms-request-id', - '101de34f-638e-4c45-b1ff-ea2d8ac21890', + '373b0e09-078f-4478-84ee-2a97f36ae89f', 'x-ms-correlation-request-id', - '101de34f-638e-4c45-b1ff-ea2d8ac21890', + '373b0e09-078f-4478-84ee-2a97f36ae89f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021819Z:101de34f-638e-4c45-b1ff-ea2d8ac21890', + 'SOUTHEASTASIA:20210924T042144Z:373b0e09-078f-4478-84ee-2a97f36ae89f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:18 GMT' + 'Fri, 24 Sep 2021 04:21:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1685,21 +1685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11957', + '11005', 'x-ms-request-id', - 'eae6ec63-d10c-4366-8175-5a17f8d3dd9e', + 'b7aaa670-cb5c-49eb-9969-204c94f6e0a9', 'x-ms-correlation-request-id', - 'eae6ec63-d10c-4366-8175-5a17f8d3dd9e', + 'b7aaa670-cb5c-49eb-9969-204c94f6e0a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021822Z:eae6ec63-d10c-4366-8175-5a17f8d3dd9e', + 'SOUTHEASTASIA:20210924T042147Z:b7aaa670-cb5c-49eb-9969-204c94f6e0a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:21 GMT' + 'Fri, 24 Sep 2021 04:21:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1721,21 +1721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11956', + '11004', 'x-ms-request-id', - '16721dc9-bff1-4047-adcc-b315aa3cba07', + 'a9af5b0b-6e59-4d4b-a28d-2d1517e719b9', 'x-ms-correlation-request-id', - '16721dc9-bff1-4047-adcc-b315aa3cba07', + 'a9af5b0b-6e59-4d4b-a28d-2d1517e719b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021824Z:16721dc9-bff1-4047-adcc-b315aa3cba07', + 'SOUTHEASTASIA:20210924T042149Z:a9af5b0b-6e59-4d4b-a28d-2d1517e719b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:23 GMT' + 'Fri, 24 Sep 2021 04:21:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1757,21 +1757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11955', + '11003', 'x-ms-request-id', - '3c45eb17-fd15-4b96-99c9-ee5f68ffca7d', + '484f8d12-c8cf-4cb4-a475-da965806085e', 'x-ms-correlation-request-id', - '3c45eb17-fd15-4b96-99c9-ee5f68ffca7d', + '484f8d12-c8cf-4cb4-a475-da965806085e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021826Z:3c45eb17-fd15-4b96-99c9-ee5f68ffca7d', + 'SOUTHEASTASIA:20210924T042151Z:484f8d12-c8cf-4cb4-a475-da965806085e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:25 GMT' + 'Fri, 24 Sep 2021 04:21:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1793,21 +1793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11954', + '11002', 'x-ms-request-id', - 'c23e27b4-7b7f-4554-91ae-4e08bc133ab7', + '457c2831-cff8-4eb7-9d72-3d0c93019a49', 'x-ms-correlation-request-id', - 'c23e27b4-7b7f-4554-91ae-4e08bc133ab7', + '457c2831-cff8-4eb7-9d72-3d0c93019a49', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021829Z:c23e27b4-7b7f-4554-91ae-4e08bc133ab7', + 'SOUTHEASTASIA:20210924T042153Z:457c2831-cff8-4eb7-9d72-3d0c93019a49', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:28 GMT' + 'Fri, 24 Sep 2021 04:21:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1829,21 +1829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11953', + '11001', 'x-ms-request-id', - '2fee25f1-e91f-48c0-8a3e-5629f511bda9', + '6ae8f638-e15d-4107-a789-3e065642fb09', 'x-ms-correlation-request-id', - '2fee25f1-e91f-48c0-8a3e-5629f511bda9', + '6ae8f638-e15d-4107-a789-3e065642fb09', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021831Z:2fee25f1-e91f-48c0-8a3e-5629f511bda9', + 'SOUTHEASTASIA:20210924T042156Z:6ae8f638-e15d-4107-a789-3e065642fb09', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:30 GMT' + 'Fri, 24 Sep 2021 04:21:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1865,21 +1865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11952', + '11000', 'x-ms-request-id', - 'bd2da86c-99ff-413a-b613-553d853915dc', + '8bbaf340-81ad-43da-8e40-8903fd4229ba', 'x-ms-correlation-request-id', - 'bd2da86c-99ff-413a-b613-553d853915dc', + '8bbaf340-81ad-43da-8e40-8903fd4229ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021833Z:bd2da86c-99ff-413a-b613-553d853915dc', + 'SOUTHEASTASIA:20210924T042158Z:8bbaf340-81ad-43da-8e40-8903fd4229ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:32 GMT' + 'Fri, 24 Sep 2021 04:21:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1901,21 +1901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11951', + '10999', 'x-ms-request-id', - 'a7e4c678-0bb8-4a2b-8a4e-1c35fe14bb06', + '385cbe04-68ee-4fcf-b97d-87430c8ce755', 'x-ms-correlation-request-id', - 'a7e4c678-0bb8-4a2b-8a4e-1c35fe14bb06', + '385cbe04-68ee-4fcf-b97d-87430c8ce755', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021836Z:a7e4c678-0bb8-4a2b-8a4e-1c35fe14bb06', + 'SOUTHEASTASIA:20210924T042200Z:385cbe04-68ee-4fcf-b97d-87430c8ce755', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:35 GMT' + 'Fri, 24 Sep 2021 04:22:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1937,21 +1937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11950', + '10998', 'x-ms-request-id', - 'b6ac29e6-c3c0-4f8c-8f09-ae0de86957a3', + 'c8cb46d4-4b45-4702-8797-7f5857ab8d93', 'x-ms-correlation-request-id', - 'b6ac29e6-c3c0-4f8c-8f09-ae0de86957a3', + 'c8cb46d4-4b45-4702-8797-7f5857ab8d93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021838Z:b6ac29e6-c3c0-4f8c-8f09-ae0de86957a3', + 'SOUTHEASTASIA:20210924T042203Z:c8cb46d4-4b45-4702-8797-7f5857ab8d93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:37 GMT' + 'Fri, 24 Sep 2021 04:22:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1973,21 +1973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11949', + '10997', 'x-ms-request-id', - '4533176f-60ae-493c-a88d-a0502414bf27', + 'e9a14e10-fecd-485d-a714-8249ba67130a', 'x-ms-correlation-request-id', - '4533176f-60ae-493c-a88d-a0502414bf27', + 'e9a14e10-fecd-485d-a714-8249ba67130a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021840Z:4533176f-60ae-493c-a88d-a0502414bf27', + 'SOUTHEASTASIA:20210924T042205Z:e9a14e10-fecd-485d-a714-8249ba67130a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:39 GMT' + 'Fri, 24 Sep 2021 04:22:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2009,21 +2009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11948', + '10996', 'x-ms-request-id', - 'a212518a-0228-4cb1-b8fb-bd0fa1ecfe7f', + '554c3d57-82e9-494e-abb2-c95138a4b50b', 'x-ms-correlation-request-id', - 'a212518a-0228-4cb1-b8fb-bd0fa1ecfe7f', + '554c3d57-82e9-494e-abb2-c95138a4b50b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021842Z:a212518a-0228-4cb1-b8fb-bd0fa1ecfe7f', + 'SOUTHEASTASIA:20210924T042207Z:554c3d57-82e9-494e-abb2-c95138a4b50b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:42 GMT' + 'Fri, 24 Sep 2021 04:22:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2045,21 +2045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11947', + '10995', 'x-ms-request-id', - 'ba6b146b-ec09-4d3b-9f60-f1fe4816341f', + '4abf0784-83ac-463d-b255-ef3e83b8fe4c', 'x-ms-correlation-request-id', - 'ba6b146b-ec09-4d3b-9f60-f1fe4816341f', + '4abf0784-83ac-463d-b255-ef3e83b8fe4c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021845Z:ba6b146b-ec09-4d3b-9f60-f1fe4816341f', + 'SOUTHEASTASIA:20210924T042210Z:4abf0784-83ac-463d-b255-ef3e83b8fe4c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:44 GMT' + 'Fri, 24 Sep 2021 04:22:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2081,21 +2081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11946', + '10994', 'x-ms-request-id', - '8222a297-0bf3-4948-925b-0c612dd393aa', + 'f4172caa-38f4-4cd8-be26-ee1f7ce300e0', 'x-ms-correlation-request-id', - '8222a297-0bf3-4948-925b-0c612dd393aa', + 'f4172caa-38f4-4cd8-be26-ee1f7ce300e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021847Z:8222a297-0bf3-4948-925b-0c612dd393aa', + 'SOUTHEASTASIA:20210924T042212Z:f4172caa-38f4-4cd8-be26-ee1f7ce300e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:46 GMT' + 'Fri, 24 Sep 2021 04:22:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2117,21 +2117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11945', + '10993', 'x-ms-request-id', - 'd68bf19b-d5cf-43e0-a4a9-1fe6e3a73f97', + '318b0916-fd8c-4630-bc7e-536615332a7e', 'x-ms-correlation-request-id', - 'd68bf19b-d5cf-43e0-a4a9-1fe6e3a73f97', + '318b0916-fd8c-4630-bc7e-536615332a7e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021849Z:d68bf19b-d5cf-43e0-a4a9-1fe6e3a73f97', + 'SOUTHEASTASIA:20210924T042214Z:318b0916-fd8c-4630-bc7e-536615332a7e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:48 GMT' + 'Fri, 24 Sep 2021 04:22:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2153,21 +2153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11944', + '10992', 'x-ms-request-id', - '6377c35d-85fc-45df-bd29-6c61b9a74b8f', + 'bfc97951-9642-44a6-bba4-d377416a898c', 'x-ms-correlation-request-id', - '6377c35d-85fc-45df-bd29-6c61b9a74b8f', + 'bfc97951-9642-44a6-bba4-d377416a898c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021852Z:6377c35d-85fc-45df-bd29-6c61b9a74b8f', + 'SOUTHEASTASIA:20210924T042217Z:bfc97951-9642-44a6-bba4-d377416a898c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:51 GMT' + 'Fri, 24 Sep 2021 04:22:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2189,21 +2189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11943', + '10991', 'x-ms-request-id', - 'd191db1a-0e65-4317-8541-c9c62d74cd8e', + '5d98da68-dad3-431a-ae0d-54fc006385ee', 'x-ms-correlation-request-id', - 'd191db1a-0e65-4317-8541-c9c62d74cd8e', + '5d98da68-dad3-431a-ae0d-54fc006385ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021854Z:d191db1a-0e65-4317-8541-c9c62d74cd8e', + 'SOUTHEASTASIA:20210924T042219Z:5d98da68-dad3-431a-ae0d-54fc006385ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:53 GMT' + 'Fri, 24 Sep 2021 04:22:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2225,21 +2225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11942', + '10990', 'x-ms-request-id', - '50e55649-176c-4280-a4d2-3fe286dc6c2d', + '5ceb25f7-f0f5-4b9a-b6f5-080afa4c5342', 'x-ms-correlation-request-id', - '50e55649-176c-4280-a4d2-3fe286dc6c2d', + '5ceb25f7-f0f5-4b9a-b6f5-080afa4c5342', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021856Z:50e55649-176c-4280-a4d2-3fe286dc6c2d', + 'SOUTHEASTASIA:20210924T042221Z:5ceb25f7-f0f5-4b9a-b6f5-080afa4c5342', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:56 GMT' + 'Fri, 24 Sep 2021 04:22:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2261,21 +2261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11941', + '10989', 'x-ms-request-id', - '7a72dd04-9c50-48df-b804-ddbeef0402d1', + '4981ba4d-917c-4afa-bab3-df23be327f93', 'x-ms-correlation-request-id', - '7a72dd04-9c50-48df-b804-ddbeef0402d1', + '4981ba4d-917c-4afa-bab3-df23be327f93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021859Z:7a72dd04-9c50-48df-b804-ddbeef0402d1', + 'SOUTHEASTASIA:20210924T042224Z:4981ba4d-917c-4afa-bab3-df23be327f93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:18:59 GMT' + 'Fri, 24 Sep 2021 04:22:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2297,21 +2297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11940', + '10988', 'x-ms-request-id', - 'b836b6d8-de5c-4184-82aa-b54824291482', + 'e91b216c-4dfb-4834-8cbd-6c3499928c02', 'x-ms-correlation-request-id', - 'b836b6d8-de5c-4184-82aa-b54824291482', + 'e91b216c-4dfb-4834-8cbd-6c3499928c02', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021901Z:b836b6d8-de5c-4184-82aa-b54824291482', + 'SOUTHEASTASIA:20210924T042226Z:e91b216c-4dfb-4834-8cbd-6c3499928c02', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:01 GMT' + 'Fri, 24 Sep 2021 04:22:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2333,21 +2333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11939', + '10987', 'x-ms-request-id', - '2473d2f6-f277-4d19-bce1-d795a7d434d7', + '1c809563-c9a2-4414-861e-cb085c22b2cc', 'x-ms-correlation-request-id', - '2473d2f6-f277-4d19-bce1-d795a7d434d7', + '1c809563-c9a2-4414-861e-cb085c22b2cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021903Z:2473d2f6-f277-4d19-bce1-d795a7d434d7', + 'SOUTHEASTASIA:20210924T042228Z:1c809563-c9a2-4414-861e-cb085c22b2cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:03 GMT' + 'Fri, 24 Sep 2021 04:22:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2369,21 +2369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11938', + '10986', 'x-ms-request-id', - '812da7a4-5533-4886-9aad-d10f99583539', + 'b5c3a0b6-81f6-443c-a41d-eae39c9482dd', 'x-ms-correlation-request-id', - '812da7a4-5533-4886-9aad-d10f99583539', + 'b5c3a0b6-81f6-443c-a41d-eae39c9482dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021906Z:812da7a4-5533-4886-9aad-d10f99583539', + 'SOUTHEASTASIA:20210924T042231Z:b5c3a0b6-81f6-443c-a41d-eae39c9482dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:06 GMT' + 'Fri, 24 Sep 2021 04:22:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2405,21 +2405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11937', + '10985', 'x-ms-request-id', - 'de927236-af78-47f4-9cfe-e0bb2edeec21', + '05349f6a-3006-4c36-be56-5b551fc14740', 'x-ms-correlation-request-id', - 'de927236-af78-47f4-9cfe-e0bb2edeec21', + '05349f6a-3006-4c36-be56-5b551fc14740', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021908Z:de927236-af78-47f4-9cfe-e0bb2edeec21', + 'SOUTHEASTASIA:20210924T042233Z:05349f6a-3006-4c36-be56-5b551fc14740', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:08 GMT' + 'Fri, 24 Sep 2021 04:22:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2441,21 +2441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11936', + '10984', 'x-ms-request-id', - '7e5e5ea8-cfca-457c-9f0f-9f3fd9478c2f', + 'e9df4fd1-cb99-4b3c-9fa6-c207c576c036', 'x-ms-correlation-request-id', - '7e5e5ea8-cfca-457c-9f0f-9f3fd9478c2f', + 'e9df4fd1-cb99-4b3c-9fa6-c207c576c036', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021910Z:7e5e5ea8-cfca-457c-9f0f-9f3fd9478c2f', + 'SOUTHEASTASIA:20210924T042235Z:e9df4fd1-cb99-4b3c-9fa6-c207c576c036', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:10 GMT' + 'Fri, 24 Sep 2021 04:22:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2477,21 +2477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11935', + '10983', 'x-ms-request-id', - 'a9885695-75c3-4275-96c1-09a9d5c038e3', + '3c5ece45-bf7a-4d72-a0ee-b4be9fdb87c7', 'x-ms-correlation-request-id', - 'a9885695-75c3-4275-96c1-09a9d5c038e3', + '3c5ece45-bf7a-4d72-a0ee-b4be9fdb87c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021913Z:a9885695-75c3-4275-96c1-09a9d5c038e3', + 'SOUTHEASTASIA:20210924T042238Z:3c5ece45-bf7a-4d72-a0ee-b4be9fdb87c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:13 GMT' + 'Fri, 24 Sep 2021 04:22:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2513,21 +2513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11934', + '10982', 'x-ms-request-id', - 'd3db3eed-9686-4a18-8597-4b913b08f139', + 'ed171aa6-c74b-4729-9baf-bad6756561fc', 'x-ms-correlation-request-id', - 'd3db3eed-9686-4a18-8597-4b913b08f139', + 'ed171aa6-c74b-4729-9baf-bad6756561fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021915Z:d3db3eed-9686-4a18-8597-4b913b08f139', + 'SOUTHEASTASIA:20210924T042240Z:ed171aa6-c74b-4729-9baf-bad6756561fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:15 GMT' + 'Fri, 24 Sep 2021 04:22:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e70c9b7f-17ab-4ec8-a649-0102c4f2c243') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -2549,23 +2549,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11933', + '10981', 'x-ms-request-id', - '07c88a71-762b-4111-876f-f1849c67d7e6', + '94a652e9-e634-4e3b-9ab7-02ab401d185c', 'x-ms-correlation-request-id', - '07c88a71-762b-4111-876f-f1849c67d7e6', + '94a652e9-e634-4e3b-9ab7-02ab401d185c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021917Z:07c88a71-762b-4111-876f-f1849c67d7e6', + 'SOUTHEASTASIA:20210924T042242Z:94a652e9-e634-4e3b-9ab7-02ab401d185c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:17 GMT' + 'Fri, 24 Sep 2021 04:22:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef763f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97bb47bf0e8febdf1c383fbbb0f1f3cf8a98fe84d1af82aafdb220724fc7559348470b1bc78dd121082f07a3d9de6f92c9f518f33edfe74395b55c5121dccdb76d53cba1b52646c1a36e3ec07eb3a1f4fabc5a3fdfd7b7709c6346b9a6c39abb31b81d896f47ab3a822b056eb49594c5fe4ed5555bf259ae50d0de3a3d365362919df9c7f3b5eb7d582e661fa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5ca78c00058d5e6644257cf17be5d75f1081daca81299a9f2cea769d958ac9b3a26cf3daa0615a5d066d5ead4bd0fc7bdf1f197c8f57c51b620dfaf0a31333721ac3ac68f03575fb841863f645de66e01246d60c597b104c9fd579fea6e88df2789995d74484ac7c4db8671734b7fa7dd6fde6a45a9e1717eb9a0901be68a6f37c91013b42eebb79593ecdcf8b258d8d38a858366db69ce66734d28fce67f7f6f3073bd9f6c37c7f6f7b7f67f77cfbe1cea7bbdb9f4eefefdfcfce3fcd677b0f30261a80c7e65f9e9fe7b54227b65bceb21ab337cbcf339a9ab3193152d15ed397cf8aba693113d7f643923d21e8f1b47c72bd22c251bb17d532a76f947498d29298606e473ca5f92d486496d3eb97157110c1fec5a63b1abcf9ee797e999704ee35111994187db4c8de9d2d696e2fb3f26cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12f7d5a468e825c8ed152611e8e13bfaec7baada0239d8ceb3a65d43151875f242b48d532946dc6e122905b5493c6f5201e72a432feba222ec89723bc403cd4f11c55fe5b335cd1dba673aff12e26d5245b3ff5f0fd0a0fcffcbc1d9e61012b6115f778c1692eb181d4cab1a40f15bb6ca2645492a56bb51932acad12944bc55ac3ced39c9a66fd72bc690a0fe62635e5fe6d4d3ac9852df64e0f8d72faa59fe32b077f2ae93e82f8ae59afc818f1eeded135de4db5739e9028cc935fb36f910d4e8c03451b56928083c3efa3caf3efa2524e25dedf44a3d9033280ee03f2bb28b65d590fe7d5e5dbccedb96a68ebefac5aab69fadcbf24dfeaefd89755e032eab3600262d4268819276ccfa","ddff03a84f660920090000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b7771e6eefedbfd9d97fb4b7f7687767bcf360e7e060f7e0a73ea23769bcabbc6e8b1c90f0d765d1109ec5f2e2754b4008c2ebf5749ae7b37c463dce14c1d3e56c55154b74306fdb55f3e86e4888b169d88cb31faceb7c3cad168ff6f7efdd25180be07f23006e45af358b2a0263b59e94c5f445de5e55f55b2251de10fa1f9d2eb349c978e6fcdbf1baad1644f6e9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f9739d210214347a991175f0c5ef955f13e98bb672608ae6278bba5d67a562f2ac28dbbc3668985697419b57eb12b4fedef74706dfe355f18638813ef4e6765634f8923a7d425c30fb226f33b004a36a06acf005cf67759ebf297a633c5e66e53591202b5f13e6d905cda87e9f75bf39a996e7c5c5ba6632801b9ae93c5f64c08d507bb62ecb67241965d15e83718a65d366cb697e4603fd68776fb2bb7b7f7f677be7feeefef67eb6b7b37df060677ffbfe83597e409fef1f9c3fc4a068041e537f797e9ed70a9eb86d39cb6a4cde2c3fcf6866ce66c43fe88cfa2eeaa6c5445cdb0f49d2849ec7d3f2c9f52a033d3e7a512d73fa466987192d8907e676c8539ade82246539bd7e59110311ec5f6cbaa3d19bef9ee7977949e05e1395410ae2d9ecddd992a6f6322bcf96af738233a3feeef3178479992fa9e9cb3a3f2fde7d4412b643f4c956c5cb40b61a7a3daf7f92540b603efae8def853d0916039aa7f492d6a2232bf20ecf1a4a996af7922e89d37f53ac74b5760038c0f2f51e3efa9260c64683bcf9a760dcd61b4cf0b514e4e031931bd491c15d426b1be49759cab0cbeac8b8ab027d2ef1013353f4553f62a9fad69f2d13d4fd42f21d9201536fbfff5000dcaffbf1c9c6d0e2963feffba63b4905cc7e8605ad5008adfb2553629482b996ed4028bf4b042fd086f142b4ff34eb2e9dbf58ab12388bfd858e29739f5322ba6d42f092efffa4535cb433996779d3af8a258aec975f8e8d1de3ed144be7d959322c1785cb36f93bb418d0e4c1355ba867ac0e3a3cf73c295c4bbabda5ea9b37206ad03fc674576b1ac1ad2decfab8bd779dbd2b4d157bf58953e74f59bfc5dfb13ebbc065cd68b004caa85d00215ed98f5","bbff0706b54eb24b090000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -2585,15 +2585,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11932', + '10980', 'x-ms-request-id', - '3dada6aa-6c49-494a-a026-f938faff1f53', + '7621738e-b3cb-400d-b853-271ed1620ed9', 'x-ms-correlation-request-id', - '3dada6aa-6c49-494a-a026-f938faff1f53', + '7621738e-b3cb-400d-b853-271ed1620ed9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021920Z:3dada6aa-6c49-494a-a026-f938faff1f53', + 'SOUTHEASTASIA:20210924T042245Z:7621738e-b3cb-400d-b853-271ed1620ed9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:20 GMT' + 'Fri, 24 Sep 2021 04:22:44 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_test.js similarity index 75% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_test.js index 46bceb7560c7..3bf3a99f7b3d 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "02faa01482d6114ab159e499732c6eef"; +module.exports.hash = "92ac54987f43b02696f7b3e1189363a2"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '0456d74f-d41a-4432-8023-94b070470700', + '6ffa4309-690e-404a-a54a-ed48bc240700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AsgQVYQI4fJDu2hrVDOtHmI; expires=Mon, 18-Oct-2021 02:34:53 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AqFqsEtdm25PlYkZvJWshjE; expires=Sun, 24-Oct-2021 03:38:09 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrmUiDQopCUCKyf68p8Cqa5ZhF_u8h2-QUhizm3rtHc671rKavX0wfZbZuMJpAwPJI61_VlAm042dYsU0GkDPBavvyrIfH4WJPzf7yJoAp2ETvZhQimczyKIslFD9etVAR039mgsHaC8ZpvRSOS-aCWT5l6ChXiu13bWsTCR0DXpsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrjf18AF_9IkXhp2uhyxMl_wiau6nMcDjPXMDPypGq4xwJ84A9rIJqpmEpDEK9RVrFbKsRrCkkxQbrFGFVjWS7Eu7xfnZ_KxeZkhE6i3BNDQfgSVQ0Og5SyIbDI2DvKF8qUMhG27vpaiYdsl5PguG-Nxl30sqYAGno_0TV8J7OkF0gAA; 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', - 'Sat, 18 Sep 2021 02:34:53 GMT', + 'Fri, 24 Sep 2021 03:38:08 GMT', 'Content-Length', '980' ]); @@ -45,6 +45,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', + '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -58,25 +60,23 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '3d995943-fe96-466c-9201-1821b9cd0600', + '6f0cf731-0644-432a-96d4-b1cc70890700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AoKuD9AyIQRBqH2hK2ToYNc; expires=Mon, 18-Oct-2021 02:34:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AmlqH6UDeOBPiQ9DmH0_JGw; expires=Sun, 24-Oct-2021 03:38:09 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYs18D8wrreGo6OydJt9FTLzljh78Qgq87RLVio0VdyP1F0bZKR9m7MlNS-DWkatntfnUo5M2d0KMgyhpZq9zBOaoHWUXK-AT7Fh9gxzCksvNNuEqsbBYuTBDp5EMIG9Ac9t3CByar1UjOR0uctYyFmfr177iuMqW088rfgWwm5MgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrfA0wd-LUfMJdXlbFer33QBt6lRFpGcJmrzk8se1e1Gq8G2A5Y0sRRsR1T8sqdmL7RktijoJeV9MTGpKFPW8KpCr4g6KMigLOzufVM__ptkR8WFOFFwdllSAVeBn9RS00QByGrh_r1jlYJ3rUO_1vcV_ZCzvw4FL74OBxG1LO1pggAA; 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', - 'Sat, 18 Sep 2021 02:34:53 GMT', - 'Content-Length', - '1753' + 'Fri, 24 Sep 2021 03:38:08 GMT' ]); 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.1&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=6b83341b-cedc-4480-8131-a1902df755c0&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") + .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.1&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=ed3a6eb0-d4f3-455e-affd-deb641d15c44&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', @@ -93,27 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9cf6f9ea-378e-4326-a607-3f8cd58f0600', + '6f0cf731-0644-432a-96d4-b1cc71890700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AhMRGFWHRApLsdsoJfIGIscWPr5BAQAAAE1H19gOAAAA; expires=Mon, 18-Oct-2021 02:34:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Akxo48lcwAxNv04mPTORnhAWPr5BAQAAACE_39gOAAAA; expires=Sun, 24-Oct-2021 03:38:09 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Sat, 18 Sep 2021 02:34:53 GMT', + 'Fri, 24 Sep 2021 03:38:08 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2', {"location":"eastus","properties":{"locations":[{"locationName":"southcentralus","failoverPriority":2,"isZoneRedundant":false},{"locationName":"eastus","failoverPriority":1},{"locationName":"westus","failoverPriority":0}],"databaseAccountOfferType":"Standard","createMode":"Default"}}) + .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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63e1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97b746fffd1fd07e3073b9fdebbbf7fefa73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c209a0d1dfd4e16a3d298be98bbcbdaaeab78462ded05b1f9d2eb34999cfe8fb9c7f3b5eb7d5825e993ecb8ab2bacceb8f1e9d6765939befbf58976db12af3efd6459b3f570a11a0a0d1cb8c90c217bf577efd05e1d3560e4cd1fc6451b7ebac544c9e15659bd7060dd3ea3268f36a5d6288dffbfec8e07bbc2aded04cd0871fbdfe4525613f2b1a7c411d3ea119987d91b719a683d1348355d882e3b33acfdf14bdf11d2fb3f29a869f95af09ebec8288a8df67dd6f4eaae57971b1ae99049880663acf1719f022b4be9b97e5d3fcbc58d2a868aa8a65d366cb697e4663fc283fcf1f9ce7fbf7b6cff7efef6fefefdc9b6d67bbd9eef674f7fe83c983079383fc601f63a20178fcf4e5f9795e2b749adfe52cab316fb3fc3ca349399be54b22fa357d491f2e8570c7d3f2c9f52ac3e03f7a512d73fa460985a92b69b2e7767c539ac782387139bd7e5911a710a45f6c80d350cd77cff3cbbc2470af89a418f7e8a345f6ee6c497378999567cbd739c199517ff7f90bc2b3cc97d4f4654db478f7d1a3dd9d1da206b571a4fb92b8ac26f9a597200e579832a087efe8b3efa9c608c473fb8a047f0d093352fa4284f8bbf4b948ea0de270aefcfdb22e2aea9146bb43b3d4fc1451e9553e5b13759724824c9b5f427c472fcefe5f8794e9e6ff3508d9e66020564b5f172f0bc9758c0ea6550da0f82d5b6593a22435c3ddd027c5cad313936cfa76bd623ce8dd5f6cf4f6cb9ce0cd8a29f5409a937ffda29ae52f03452aef3a9efea258aec9d07cf4686f9f462fdfbeca491a80b96bf66d324ed4e8c034513561e8043c3e3a5b525322c82f2146efcae82b356f67101f8c61566417cbaa219df3bcba789db79813faea17abaa7ab62ecb37f9bbf627d6790dd82ce0004cb244a8816676dcfa","ddff0349ac4a867d070000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eef3cdcdedb7fb373efd1bd8347bbf7c69f3e7cb07ff0e0d39ffa88dea481aff2ba2d7240c25f9745430817cb8bd72d0121082780467f5387abf5a42ca62ff2f6aaaadf128a79436f7d74bacc26653ea3ef73feed78dd560b7a65fa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5c29448082462f33420a5ffc5ef9f517844f5b393045f39345ddaeb352317956946d5e1b344cabcba0cdab7589217eeffb2383eff1aa784333411f7ef4fa179584fdac68f00575f8846660f645de66980e46d30c56610b8ecfea3c7f53f4c677bcccca6b1a7e56be26acb30b22a27e9f75bf39a996e7c5c5ba661260029ae93c5f64c08bd0fa6e5e964ff3f36249a3a2a92a964d9b2da7f9198df1a37b7b0fceef3f9864dbe7d9c32971fbf47cfb20cbef6dcff2ecc1bdbd7b597effd31d8c8906e0f1d397e7e779add0697e97b3acc6bccdf2f38c26e56c962f89e8d7f4257db814c21d4fcb27d7ab0c83ffe845b5cce91b2514a6aea4c99edbf14d691e0be2c4e5f4fa65459c42907eb1014e4335df3dcf2ff392c0bd269262dca38f16d9bbb325cde165569e2d5fe7046746fddde72f08cf325f52d39735d1e2dd478f767776881ad4c691ee4be2b29ae4975e82385c61ca801ebea3cfbea71a2310cfed2b12fc3524cc48e90b11e2efd2e722a93788c3b9f2f7cbbaa8a8471aed0ecd52f35344a557f96c4dd45d9208326d7e09f11dbd38fb7f1d52a69bffd720649b8381582d7d5dbc2c24d7313a98563580e2b76c954d8a92d40c77439f142b4f4f4cb2e9dbf58af1a0777fb1d1db2f7382372ba6d403694efef58b6a96bf0c14a9bceb78fa8b62b92643f3d1a3bd7d1abd7cfb2a276900e6aed9b7c93851a303d344d584a113f0f8e86c494d8920bf8418bd2ba3afd4bc9d417c308659915d2cab8674cef3eae275de624ee8ab5facaaead9ba2cdfe4efda9f58e73560b3800330c912a1069ad971eb77","ff0f4071ed4f7d070000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -125,13 +125,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Encoding', 'gzip', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2/operationResults/a00ce5ec-3192-432e-a50f-999879f14036?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5/operationResults/d0dafca1-994d-4e44-8e26-b93796e4fd8b?api-version=2021-07-01-preview', 'Vary', 'Accept-Encoding', 'x-ms-request-id', - 'a00ce5ec-3192-432e-a50f-999879f14036', + 'd0dafca1-994d-4e44-8e26-b93796e4fd8b', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b?api-version=2021-07-01-preview', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -141,17 +141,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1196', 'x-ms-correlation-request-id', - '3606d612-7acf-4416-822a-2669b0b3b288', + '44bf6c37-6595-41b7-b1f5-d2de72c849e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023502Z:3606d612-7acf-4416-822a-2669b0b3b288', + 'SOUTHEASTASIA:20210924T033818Z:44bf6c37-6595-41b7-b1f5-d2de72c849e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:02 GMT' + 'Fri, 24 Sep 2021 03:38:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -173,93 +173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11527', - 'x-ms-request-id', - '5c8ba781-3cea-480c-9109-0a251482d990', - 'x-ms-correlation-request-id', - '5c8ba781-3cea-480c-9109-0a251482d990', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023502Z:5c8ba781-3cea-480c-9109-0a251482d990', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:35:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4c00d325-5f9e-49a8-b0e1-78dcee22126d', - 'x-ms-correlation-request-id', - '4c00d325-5f9e-49a8-b0e1-78dcee22126d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023504Z:4c00d325-5f9e-49a8-b0e1-78dcee22126d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:35:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '166715f1-a797-4ae4-8118-52ab98ca0ca6', + 'f34f7a48-dc0f-4d63-b5cd-9409dbbca0c0', 'x-ms-correlation-request-id', - '166715f1-a797-4ae4-8118-52ab98ca0ca6', + 'f34f7a48-dc0f-4d63-b5cd-9409dbbca0c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023507Z:166715f1-a797-4ae4-8118-52ab98ca0ca6', + 'SOUTHEASTASIA:20210924T033818Z:f34f7a48-dc0f-4d63-b5cd-9409dbbca0c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:06 GMT' + 'Fri, 24 Sep 2021 03:38:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -283,19 +211,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11524', 'x-ms-request-id', - 'f31d6e25-2b85-4f03-ac82-93fa7c46e158', + 'c89912b0-80fd-4bcd-80f8-e90c93d9cd68', 'x-ms-correlation-request-id', - 'f31d6e25-2b85-4f03-ac82-93fa7c46e158', + 'c89912b0-80fd-4bcd-80f8-e90c93d9cd68', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023509Z:f31d6e25-2b85-4f03-ac82-93fa7c46e158', + 'SOUTHEASTASIA:20210924T033820Z:c89912b0-80fd-4bcd-80f8-e90c93d9cd68', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:09 GMT' + 'Fri, 24 Sep 2021 03:38:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -319,19 +247,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11523', 'x-ms-request-id', - 'ab99640a-f5b4-4b5b-824b-c72037ccd17b', + '8b886582-c619-472c-9746-49db673e4b84', 'x-ms-correlation-request-id', - 'ab99640a-f5b4-4b5b-824b-c72037ccd17b', + '8b886582-c619-472c-9746-49db673e4b84', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023511Z:ab99640a-f5b4-4b5b-824b-c72037ccd17b', + 'SOUTHEASTASIA:20210924T033823Z:8b886582-c619-472c-9746-49db673e4b84', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:11 GMT' + 'Fri, 24 Sep 2021 03:38:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -355,19 +283,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11522', 'x-ms-request-id', - 'bbcd23bc-be5e-49d3-a6b8-815ed3e74fce', + '3348a260-3a00-4b9a-af0b-a486a579bb83', 'x-ms-correlation-request-id', - 'bbcd23bc-be5e-49d3-a6b8-815ed3e74fce', + '3348a260-3a00-4b9a-af0b-a486a579bb83', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023514Z:bbcd23bc-be5e-49d3-a6b8-815ed3e74fce', + 'SOUTHEASTASIA:20210924T033825Z:3348a260-3a00-4b9a-af0b-a486a579bb83', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:13 GMT' + 'Fri, 24 Sep 2021 03:38:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -391,19 +319,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11521', 'x-ms-request-id', - '85b74687-1727-4ce4-a946-0f3cd5c20006', + '9a8a1743-afeb-4482-bb31-c280f8654b24', 'x-ms-correlation-request-id', - '85b74687-1727-4ce4-a946-0f3cd5c20006', + '9a8a1743-afeb-4482-bb31-c280f8654b24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023516Z:85b74687-1727-4ce4-a946-0f3cd5c20006', + 'SOUTHEASTASIA:20210924T033827Z:9a8a1743-afeb-4482-bb31-c280f8654b24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:16 GMT' + 'Fri, 24 Sep 2021 03:38:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -427,19 +355,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11520', 'x-ms-request-id', - '20d998b3-7c44-49cc-8b46-3697ecd8d411', + '90fee712-51d4-4544-90af-4d06da4436cc', 'x-ms-correlation-request-id', - '20d998b3-7c44-49cc-8b46-3697ecd8d411', + '90fee712-51d4-4544-90af-4d06da4436cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023518Z:20d998b3-7c44-49cc-8b46-3697ecd8d411', + 'SOUTHEASTASIA:20210924T033829Z:90fee712-51d4-4544-90af-4d06da4436cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:18 GMT' + 'Fri, 24 Sep 2021 03:38:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -463,19 +391,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11519', 'x-ms-request-id', - '975c8efb-6d61-423f-86b9-bd603cfd1fb2', + 'd38b483b-e9dc-409c-8587-c77bf99f83f2', 'x-ms-correlation-request-id', - '975c8efb-6d61-423f-86b9-bd603cfd1fb2', + 'd38b483b-e9dc-409c-8587-c77bf99f83f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023520Z:975c8efb-6d61-423f-86b9-bd603cfd1fb2', + 'SOUTHEASTASIA:20210924T033832Z:d38b483b-e9dc-409c-8587-c77bf99f83f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:20 GMT' + 'Fri, 24 Sep 2021 03:38:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -499,19 +427,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11518', 'x-ms-request-id', - 'c4651d07-c908-4b0e-9b9d-fb7e6bf86483', + 'ed3b0175-3342-4880-a04f-f26975e0bca8', 'x-ms-correlation-request-id', - 'c4651d07-c908-4b0e-9b9d-fb7e6bf86483', + 'ed3b0175-3342-4880-a04f-f26975e0bca8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023523Z:c4651d07-c908-4b0e-9b9d-fb7e6bf86483', + 'SOUTHEASTASIA:20210924T033834Z:ed3b0175-3342-4880-a04f-f26975e0bca8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:23 GMT' + 'Fri, 24 Sep 2021 03:38:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -535,19 +463,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11517', 'x-ms-request-id', - 'd61a6fb3-20e6-4c5b-8260-232b8aa58321', + 'fb0de7a6-4318-4452-b07b-b20dd750cbf6', 'x-ms-correlation-request-id', - 'd61a6fb3-20e6-4c5b-8260-232b8aa58321', + 'fb0de7a6-4318-4452-b07b-b20dd750cbf6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023525Z:d61a6fb3-20e6-4c5b-8260-232b8aa58321', + 'SOUTHEASTASIA:20210924T033836Z:fb0de7a6-4318-4452-b07b-b20dd750cbf6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:25 GMT' + 'Fri, 24 Sep 2021 03:38:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -571,19 +499,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11516', 'x-ms-request-id', - 'd7ae9f61-c43c-4e0d-a398-fab49bf5e8a0', + 'e63f6d17-53d4-4677-81c3-f44f29ab9fc6', 'x-ms-correlation-request-id', - 'd7ae9f61-c43c-4e0d-a398-fab49bf5e8a0', + 'e63f6d17-53d4-4677-81c3-f44f29ab9fc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023527Z:d7ae9f61-c43c-4e0d-a398-fab49bf5e8a0', + 'SOUTHEASTASIA:20210924T033839Z:e63f6d17-53d4-4677-81c3-f44f29ab9fc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:27 GMT' + 'Fri, 24 Sep 2021 03:38:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -607,19 +535,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11515', 'x-ms-request-id', - '6aa4f41b-3395-457a-a5f7-74a5e3c4526d', + '587f9812-ed02-419a-9f69-e93981797551', 'x-ms-correlation-request-id', - '6aa4f41b-3395-457a-a5f7-74a5e3c4526d', + '587f9812-ed02-419a-9f69-e93981797551', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023530Z:6aa4f41b-3395-457a-a5f7-74a5e3c4526d', + 'SOUTHEASTASIA:20210924T033841Z:587f9812-ed02-419a-9f69-e93981797551', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:29 GMT' + 'Fri, 24 Sep 2021 03:38:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -643,19 +571,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11514', 'x-ms-request-id', - '6c118d2d-6984-4270-b288-b408b298d2b7', + '84af7ea2-cac5-462f-996f-536e0e301aad', 'x-ms-correlation-request-id', - '6c118d2d-6984-4270-b288-b408b298d2b7', + '84af7ea2-cac5-462f-996f-536e0e301aad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023532Z:6c118d2d-6984-4270-b288-b408b298d2b7', + 'SOUTHEASTASIA:20210924T033843Z:84af7ea2-cac5-462f-996f-536e0e301aad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:32 GMT' + 'Fri, 24 Sep 2021 03:38:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -679,19 +607,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11513', 'x-ms-request-id', - '7240752b-5df4-4da0-b174-7c87c6169942', + '287c7084-29f5-491e-812d-0aab58a792cc', 'x-ms-correlation-request-id', - '7240752b-5df4-4da0-b174-7c87c6169942', + '287c7084-29f5-491e-812d-0aab58a792cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023534Z:7240752b-5df4-4da0-b174-7c87c6169942', + 'SOUTHEASTASIA:20210924T033846Z:287c7084-29f5-491e-812d-0aab58a792cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:34 GMT' + 'Fri, 24 Sep 2021 03:38:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -715,19 +643,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11512', 'x-ms-request-id', - '9df35a0c-2aa5-45ba-bbc1-f6f870dd0d92', + '6e0b5e98-1a95-4a25-8dfd-5f3a277471d0', 'x-ms-correlation-request-id', - '9df35a0c-2aa5-45ba-bbc1-f6f870dd0d92', + '6e0b5e98-1a95-4a25-8dfd-5f3a277471d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023537Z:9df35a0c-2aa5-45ba-bbc1-f6f870dd0d92', + 'SOUTHEASTASIA:20210924T033848Z:6e0b5e98-1a95-4a25-8dfd-5f3a277471d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:36 GMT' + 'Fri, 24 Sep 2021 03:38:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -751,19 +679,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11511', 'x-ms-request-id', - '91d07240-45d3-405e-bf75-ea6a309da2d0', + '19adaaa8-2f71-413d-8c00-e6496b680e14', 'x-ms-correlation-request-id', - '91d07240-45d3-405e-bf75-ea6a309da2d0', + '19adaaa8-2f71-413d-8c00-e6496b680e14', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023539Z:91d07240-45d3-405e-bf75-ea6a309da2d0', + 'SOUTHEASTASIA:20210924T033850Z:19adaaa8-2f71-413d-8c00-e6496b680e14', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:39 GMT' + 'Fri, 24 Sep 2021 03:38:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -787,19 +715,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11510', 'x-ms-request-id', - '6ac4ed1b-7700-40c7-8432-d4097dc9c5d4', + '6dcee1af-897c-4523-8c65-062caf9ee7f7', 'x-ms-correlation-request-id', - '6ac4ed1b-7700-40c7-8432-d4097dc9c5d4', + '6dcee1af-897c-4523-8c65-062caf9ee7f7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023541Z:6ac4ed1b-7700-40c7-8432-d4097dc9c5d4', + 'SOUTHEASTASIA:20210924T033853Z:6dcee1af-897c-4523-8c65-062caf9ee7f7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:41 GMT' + 'Fri, 24 Sep 2021 03:38:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -823,19 +751,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11509', 'x-ms-request-id', - 'f7788312-609a-4467-8faf-211bf63636cd', + '6b83dfcd-1376-405d-8087-63297d24e622', 'x-ms-correlation-request-id', - 'f7788312-609a-4467-8faf-211bf63636cd', + '6b83dfcd-1376-405d-8087-63297d24e622', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023544Z:f7788312-609a-4467-8faf-211bf63636cd', + 'SOUTHEASTASIA:20210924T033855Z:6b83dfcd-1376-405d-8087-63297d24e622', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:43 GMT' + 'Fri, 24 Sep 2021 03:38:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -859,19 +787,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11508', 'x-ms-request-id', - 'ec41cfb5-8731-4144-a1f6-0fff77b3df52', + 'a5e15d94-3a8b-44a1-92c8-07a6639f258c', 'x-ms-correlation-request-id', - 'ec41cfb5-8731-4144-a1f6-0fff77b3df52', + 'a5e15d94-3a8b-44a1-92c8-07a6639f258c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023546Z:ec41cfb5-8731-4144-a1f6-0fff77b3df52', + 'SOUTHEASTASIA:20210924T033857Z:a5e15d94-3a8b-44a1-92c8-07a6639f258c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:46 GMT' + 'Fri, 24 Sep 2021 03:38:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -895,19 +823,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11507', 'x-ms-request-id', - '07bf9480-6626-498e-b8e0-5b9d3afad6f9', + '864fd272-35ad-4ed0-a172-0bdc57c7a19f', 'x-ms-correlation-request-id', - '07bf9480-6626-498e-b8e0-5b9d3afad6f9', + '864fd272-35ad-4ed0-a172-0bdc57c7a19f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023548Z:07bf9480-6626-498e-b8e0-5b9d3afad6f9', + 'SOUTHEASTASIA:20210924T033900Z:864fd272-35ad-4ed0-a172-0bdc57c7a19f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:48 GMT' + 'Fri, 24 Sep 2021 03:38:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -931,19 +859,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11506', 'x-ms-request-id', - 'e55b55be-7382-4d7d-b60b-eafeb37cd3e8', + '9e86ff24-dc94-417a-862f-b2a6d2e363c3', 'x-ms-correlation-request-id', - 'e55b55be-7382-4d7d-b60b-eafeb37cd3e8', + '9e86ff24-dc94-417a-862f-b2a6d2e363c3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023551Z:e55b55be-7382-4d7d-b60b-eafeb37cd3e8', + 'SOUTHEASTASIA:20210924T033902Z:9e86ff24-dc94-417a-862f-b2a6d2e363c3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:50 GMT' + 'Fri, 24 Sep 2021 03:39:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -967,19 +895,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11505', 'x-ms-request-id', - '849b6910-0a36-4efd-bea1-f6961547beff', + 'aca9d2ed-8185-4244-b561-4ec8b22bd677', 'x-ms-correlation-request-id', - '849b6910-0a36-4efd-bea1-f6961547beff', + 'aca9d2ed-8185-4244-b561-4ec8b22bd677', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023553Z:849b6910-0a36-4efd-bea1-f6961547beff', + 'SOUTHEASTASIA:20210924T033904Z:aca9d2ed-8185-4244-b561-4ec8b22bd677', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:53 GMT' + 'Fri, 24 Sep 2021 03:39:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1003,19 +931,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11504', 'x-ms-request-id', - 'ca8ec145-e0a7-4104-ab59-e68cebc6445d', + 'b279c218-cbaa-4ecf-897f-2e8937b51502', 'x-ms-correlation-request-id', - 'ca8ec145-e0a7-4104-ab59-e68cebc6445d', + 'b279c218-cbaa-4ecf-897f-2e8937b51502', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023555Z:ca8ec145-e0a7-4104-ab59-e68cebc6445d', + 'SOUTHEASTASIA:20210924T033907Z:b279c218-cbaa-4ecf-897f-2e8937b51502', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:55 GMT' + 'Fri, 24 Sep 2021 03:39:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1039,19 +967,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11503', 'x-ms-request-id', - '85834bb0-adc1-4678-8f43-728137f4a6c0', + '549081a0-214e-4a99-91c5-488a448694b2', 'x-ms-correlation-request-id', - '85834bb0-adc1-4678-8f43-728137f4a6c0', + '549081a0-214e-4a99-91c5-488a448694b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023558Z:85834bb0-adc1-4678-8f43-728137f4a6c0', + 'SOUTHEASTASIA:20210924T033909Z:549081a0-214e-4a99-91c5-488a448694b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:57 GMT' + 'Fri, 24 Sep 2021 03:39:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1075,19 +1003,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11502', 'x-ms-request-id', - 'a91dc68a-2f57-402b-8fdc-994f39111e86', + 'af4f47a2-3f04-41de-bfdc-6a0ed0614063', 'x-ms-correlation-request-id', - 'a91dc68a-2f57-402b-8fdc-994f39111e86', + 'af4f47a2-3f04-41de-bfdc-6a0ed0614063', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023600Z:a91dc68a-2f57-402b-8fdc-994f39111e86', + 'SOUTHEASTASIA:20210924T033911Z:af4f47a2-3f04-41de-bfdc-6a0ed0614063', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:35:59 GMT' + 'Fri, 24 Sep 2021 03:39:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1111,19 +1039,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11501', 'x-ms-request-id', - '02b512a2-568d-475c-962b-e06464626dd5', + '1400ad2f-3070-4b77-91cb-a8dfd88f8679', 'x-ms-correlation-request-id', - '02b512a2-568d-475c-962b-e06464626dd5', + '1400ad2f-3070-4b77-91cb-a8dfd88f8679', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023602Z:02b512a2-568d-475c-962b-e06464626dd5', + 'SOUTHEASTASIA:20210924T033914Z:1400ad2f-3070-4b77-91cb-a8dfd88f8679', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:02 GMT' + 'Fri, 24 Sep 2021 03:39:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1147,19 +1075,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11500', 'x-ms-request-id', - 'a5360ccf-23cd-47dc-a5dc-76f4d803ec32', + '8d423d1c-f5d6-425f-8049-ab248ee4ab88', 'x-ms-correlation-request-id', - 'a5360ccf-23cd-47dc-a5dc-76f4d803ec32', + '8d423d1c-f5d6-425f-8049-ab248ee4ab88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023605Z:a5360ccf-23cd-47dc-a5dc-76f4d803ec32', + 'SOUTHEASTASIA:20210924T033917Z:8d423d1c-f5d6-425f-8049-ab248ee4ab88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:04 GMT' + 'Fri, 24 Sep 2021 03:39:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1183,19 +1111,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11499', 'x-ms-request-id', - '26f3c1e4-71df-4824-adfe-95793d73c023', + '7763a48f-8ce2-4b9d-989d-da0ac2fd2122', 'x-ms-correlation-request-id', - '26f3c1e4-71df-4824-adfe-95793d73c023', + '7763a48f-8ce2-4b9d-989d-da0ac2fd2122', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023607Z:26f3c1e4-71df-4824-adfe-95793d73c023', + 'SOUTHEASTASIA:20210924T033919Z:7763a48f-8ce2-4b9d-989d-da0ac2fd2122', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:06 GMT' + 'Fri, 24 Sep 2021 03:39:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1219,19 +1147,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11498', 'x-ms-request-id', - '3e31b0bc-6678-42aa-aa32-9931ebacf49e', + '771d9828-5bb8-47d6-827d-4d080c4d2886', 'x-ms-correlation-request-id', - '3e31b0bc-6678-42aa-aa32-9931ebacf49e', + '771d9828-5bb8-47d6-827d-4d080c4d2886', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023609Z:3e31b0bc-6678-42aa-aa32-9931ebacf49e', + 'SOUTHEASTASIA:20210924T033921Z:771d9828-5bb8-47d6-827d-4d080c4d2886', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:09 GMT' + 'Fri, 24 Sep 2021 03:39:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1255,19 +1183,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11497', 'x-ms-request-id', - '3f89ce9e-0c4a-49e4-840f-629e3625fb6f', + 'ae48747e-e1cf-4e1a-bc8b-7c82e5447262', 'x-ms-correlation-request-id', - '3f89ce9e-0c4a-49e4-840f-629e3625fb6f', + 'ae48747e-e1cf-4e1a-bc8b-7c82e5447262', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023611Z:3f89ce9e-0c4a-49e4-840f-629e3625fb6f', + 'SOUTHEASTASIA:20210924T033924Z:ae48747e-e1cf-4e1a-bc8b-7c82e5447262', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:11 GMT' + 'Fri, 24 Sep 2021 03:39:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1291,19 +1219,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11496', 'x-ms-request-id', - 'f2d530fb-3cf4-4d05-beca-0f458ea83af3', + '658c10ab-b3de-41ea-be6e-b99648156bcb', 'x-ms-correlation-request-id', - 'f2d530fb-3cf4-4d05-beca-0f458ea83af3', + '658c10ab-b3de-41ea-be6e-b99648156bcb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023614Z:f2d530fb-3cf4-4d05-beca-0f458ea83af3', + 'SOUTHEASTASIA:20210924T033926Z:658c10ab-b3de-41ea-be6e-b99648156bcb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:13 GMT' + 'Fri, 24 Sep 2021 03:39:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1327,19 +1255,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11495', 'x-ms-request-id', - '4015f2fe-d13c-4c3f-946e-f86f805a1b67', + 'cfbedffa-3f45-4c2b-ade6-aad5381658ed', 'x-ms-correlation-request-id', - '4015f2fe-d13c-4c3f-946e-f86f805a1b67', + 'cfbedffa-3f45-4c2b-ade6-aad5381658ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023616Z:4015f2fe-d13c-4c3f-946e-f86f805a1b67', + 'SOUTHEASTASIA:20210924T033928Z:cfbedffa-3f45-4c2b-ade6-aad5381658ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:16 GMT' + 'Fri, 24 Sep 2021 03:39:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1363,19 +1291,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11494', 'x-ms-request-id', - 'f71f411d-a867-4ac8-870b-43e0f77ed023', + 'fb93c891-b542-45a2-9696-7e842652eb82', 'x-ms-correlation-request-id', - 'f71f411d-a867-4ac8-870b-43e0f77ed023', + 'fb93c891-b542-45a2-9696-7e842652eb82', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023618Z:f71f411d-a867-4ac8-870b-43e0f77ed023', + 'SOUTHEASTASIA:20210924T033931Z:fb93c891-b542-45a2-9696-7e842652eb82', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:18 GMT' + 'Fri, 24 Sep 2021 03:39:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1399,19 +1327,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11493', 'x-ms-request-id', - '1fa4a9db-1309-44d7-b00b-814d94485479', + '2a0d67d4-e146-4592-92c5-a7cb8724fe8a', 'x-ms-correlation-request-id', - '1fa4a9db-1309-44d7-b00b-814d94485479', + '2a0d67d4-e146-4592-92c5-a7cb8724fe8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023621Z:1fa4a9db-1309-44d7-b00b-814d94485479', + 'SOUTHEASTASIA:20210924T033933Z:2a0d67d4-e146-4592-92c5-a7cb8724fe8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:20 GMT' + 'Fri, 24 Sep 2021 03:39:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1435,19 +1363,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11492', 'x-ms-request-id', - 'e5d90607-223d-40b5-923c-e307974fafd7', + 'a5d7c05a-fcdb-44c9-993d-3b27547602fc', 'x-ms-correlation-request-id', - 'e5d90607-223d-40b5-923c-e307974fafd7', + 'a5d7c05a-fcdb-44c9-993d-3b27547602fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023623Z:e5d90607-223d-40b5-923c-e307974fafd7', + 'SOUTHEASTASIA:20210924T033936Z:a5d7c05a-fcdb-44c9-993d-3b27547602fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:22 GMT' + 'Fri, 24 Sep 2021 03:39:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1471,19 +1399,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11491', 'x-ms-request-id', - '5bb3116b-471d-40ff-a4e7-3a99656d4d52', + 'efb4ea22-2439-43ed-b03b-cf9a97897a94', 'x-ms-correlation-request-id', - '5bb3116b-471d-40ff-a4e7-3a99656d4d52', + 'efb4ea22-2439-43ed-b03b-cf9a97897a94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023625Z:5bb3116b-471d-40ff-a4e7-3a99656d4d52', + 'SOUTHEASTASIA:20210924T033938Z:efb4ea22-2439-43ed-b03b-cf9a97897a94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:25 GMT' + 'Fri, 24 Sep 2021 03:39:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1507,19 +1435,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11490', 'x-ms-request-id', - '9d1b3417-2d19-448c-82d4-c09aed7c82b4', + '1c262691-8045-439b-adb0-4d2e47ce4b10', 'x-ms-correlation-request-id', - '9d1b3417-2d19-448c-82d4-c09aed7c82b4', + '1c262691-8045-439b-adb0-4d2e47ce4b10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023628Z:9d1b3417-2d19-448c-82d4-c09aed7c82b4', + 'SOUTHEASTASIA:20210924T033940Z:1c262691-8045-439b-adb0-4d2e47ce4b10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:27 GMT' + 'Fri, 24 Sep 2021 03:39:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1543,19 +1471,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11489', 'x-ms-request-id', - '2fdbb3b6-1565-4c8d-b96e-6a7695fa56ba', + '64367f28-09f5-4d3a-9fdd-1fbad18cb8e2', 'x-ms-correlation-request-id', - '2fdbb3b6-1565-4c8d-b96e-6a7695fa56ba', + '64367f28-09f5-4d3a-9fdd-1fbad18cb8e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023630Z:2fdbb3b6-1565-4c8d-b96e-6a7695fa56ba', + 'SOUTHEASTASIA:20210924T033943Z:64367f28-09f5-4d3a-9fdd-1fbad18cb8e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:29 GMT' + 'Fri, 24 Sep 2021 03:39:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1579,19 +1507,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11488', 'x-ms-request-id', - '7c4d24af-d55d-4b22-9176-2a26850ccb78', + 'c66263cb-33b8-473c-85a1-59519f5e1353', 'x-ms-correlation-request-id', - '7c4d24af-d55d-4b22-9176-2a26850ccb78', + 'c66263cb-33b8-473c-85a1-59519f5e1353', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023632Z:7c4d24af-d55d-4b22-9176-2a26850ccb78', + 'SOUTHEASTASIA:20210924T033945Z:c66263cb-33b8-473c-85a1-59519f5e1353', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:32 GMT' + 'Fri, 24 Sep 2021 03:39:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1615,19 +1543,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11487', 'x-ms-request-id', - '0f45c9a2-39b1-4a95-ab67-35a6d8b69566', + '98601115-5637-4303-a0d1-b082c488ec5e', 'x-ms-correlation-request-id', - '0f45c9a2-39b1-4a95-ab67-35a6d8b69566', + '98601115-5637-4303-a0d1-b082c488ec5e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023635Z:0f45c9a2-39b1-4a95-ab67-35a6d8b69566', + 'SOUTHEASTASIA:20210924T033947Z:98601115-5637-4303-a0d1-b082c488ec5e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:34 GMT' + 'Fri, 24 Sep 2021 03:39:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1651,19 +1579,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11486', 'x-ms-request-id', - 'dce86a32-8a03-4cda-a408-c727a43562e2', + '3588ec24-5bee-4d41-898f-f793c43a5efc', 'x-ms-correlation-request-id', - 'dce86a32-8a03-4cda-a408-c727a43562e2', + '3588ec24-5bee-4d41-898f-f793c43a5efc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023637Z:dce86a32-8a03-4cda-a408-c727a43562e2', + 'SOUTHEASTASIA:20210924T033950Z:3588ec24-5bee-4d41-898f-f793c43a5efc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:36 GMT' + 'Fri, 24 Sep 2021 03:39:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1687,19 +1615,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11485', 'x-ms-request-id', - '4f6a79ac-c89c-45eb-b0b9-1b11e5b2d1a9', + 'a024f746-4ff5-46b7-9c87-bf62165ac99c', 'x-ms-correlation-request-id', - '4f6a79ac-c89c-45eb-b0b9-1b11e5b2d1a9', + 'a024f746-4ff5-46b7-9c87-bf62165ac99c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023639Z:4f6a79ac-c89c-45eb-b0b9-1b11e5b2d1a9', + 'SOUTHEASTASIA:20210924T033952Z:a024f746-4ff5-46b7-9c87-bf62165ac99c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:39 GMT' + 'Fri, 24 Sep 2021 03:39:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1723,19 +1651,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11484', 'x-ms-request-id', - '55332fe2-c88f-4e71-8c24-ff035f7f04ee', + '60493b3a-6709-4f47-9528-0b89a56871d3', 'x-ms-correlation-request-id', - '55332fe2-c88f-4e71-8c24-ff035f7f04ee', + '60493b3a-6709-4f47-9528-0b89a56871d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023642Z:55332fe2-c88f-4e71-8c24-ff035f7f04ee', + 'SOUTHEASTASIA:20210924T033954Z:60493b3a-6709-4f47-9528-0b89a56871d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:41 GMT' + 'Fri, 24 Sep 2021 03:39:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1759,19 +1687,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11483', 'x-ms-request-id', - '9a25024f-c217-4c2c-af9e-904197dbfa77', + '31ca63c3-38fa-49b5-a880-280bf4a0aa3f', 'x-ms-correlation-request-id', - '9a25024f-c217-4c2c-af9e-904197dbfa77', + '31ca63c3-38fa-49b5-a880-280bf4a0aa3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023644Z:9a25024f-c217-4c2c-af9e-904197dbfa77', + 'SOUTHEASTASIA:20210924T033957Z:31ca63c3-38fa-49b5-a880-280bf4a0aa3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:43 GMT' + 'Fri, 24 Sep 2021 03:39:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1795,19 +1723,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11482', 'x-ms-request-id', - '3ccd6a73-9b1f-4355-be71-e576ced42f34', + '872aeac0-708e-492b-8592-c22744e31331', 'x-ms-correlation-request-id', - '3ccd6a73-9b1f-4355-be71-e576ced42f34', + '872aeac0-708e-492b-8592-c22744e31331', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023646Z:3ccd6a73-9b1f-4355-be71-e576ced42f34', + 'SOUTHEASTASIA:20210924T033959Z:872aeac0-708e-492b-8592-c22744e31331', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:46 GMT' + 'Fri, 24 Sep 2021 03:39:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1831,19 +1759,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11481', 'x-ms-request-id', - '25d0bba4-a766-472e-84bf-b2b6074a78ad', + '9034bba5-d3fb-4a65-876d-a342273e4ebf', 'x-ms-correlation-request-id', - '25d0bba4-a766-472e-84bf-b2b6074a78ad', + '9034bba5-d3fb-4a65-876d-a342273e4ebf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023649Z:25d0bba4-a766-472e-84bf-b2b6074a78ad', + 'SOUTHEASTASIA:20210924T034002Z:9034bba5-d3fb-4a65-876d-a342273e4ebf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:48 GMT' + 'Fri, 24 Sep 2021 03:40:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1867,19 +1795,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11480', 'x-ms-request-id', - '1227c757-77ff-4aea-92fd-0e3f9becf871', + 'b53995e6-81fd-4bd1-b8be-c0f63d505265', 'x-ms-correlation-request-id', - '1227c757-77ff-4aea-92fd-0e3f9becf871', + 'b53995e6-81fd-4bd1-b8be-c0f63d505265', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023651Z:1227c757-77ff-4aea-92fd-0e3f9becf871', + 'SOUTHEASTASIA:20210924T034004Z:b53995e6-81fd-4bd1-b8be-c0f63d505265', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:50 GMT' + 'Fri, 24 Sep 2021 03:40:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1903,19 +1831,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11479', 'x-ms-request-id', - '6385b92d-f762-4237-937a-d4f2e942cf5a', + '90c2358a-59f3-4014-9e02-860800b6da37', 'x-ms-correlation-request-id', - '6385b92d-f762-4237-937a-d4f2e942cf5a', + '90c2358a-59f3-4014-9e02-860800b6da37', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023653Z:6385b92d-f762-4237-937a-d4f2e942cf5a', + 'SOUTHEASTASIA:20210924T034007Z:90c2358a-59f3-4014-9e02-860800b6da37', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:53 GMT' + 'Fri, 24 Sep 2021 03:40:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1939,19 +1867,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11478', 'x-ms-request-id', - 'dd8b8d5f-b94b-42d8-9a26-ca8f04dd13b0', + 'f6cbe2bb-3784-4953-958a-4cfc344a9f78', 'x-ms-correlation-request-id', - 'dd8b8d5f-b94b-42d8-9a26-ca8f04dd13b0', + 'f6cbe2bb-3784-4953-958a-4cfc344a9f78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023656Z:dd8b8d5f-b94b-42d8-9a26-ca8f04dd13b0', + 'SOUTHEASTASIA:20210924T034011Z:f6cbe2bb-3784-4953-958a-4cfc344a9f78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:55 GMT' + 'Fri, 24 Sep 2021 03:40:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1975,19 +1903,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11477', 'x-ms-request-id', - '1a9d4827-87f5-4735-8eb7-1b597a49e6c1', + '3e6954a2-a208-4a7a-850c-e8a6f333509d', 'x-ms-correlation-request-id', - '1a9d4827-87f5-4735-8eb7-1b597a49e6c1', + '3e6954a2-a208-4a7a-850c-e8a6f333509d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023658Z:1a9d4827-87f5-4735-8eb7-1b597a49e6c1', + 'SOUTHEASTASIA:20210924T034014Z:3e6954a2-a208-4a7a-850c-e8a6f333509d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:57 GMT' + 'Fri, 24 Sep 2021 03:40:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2011,19 +1939,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11476', 'x-ms-request-id', - 'f883b74b-ab26-4341-b40f-f314441305d3', + 'f8cd1def-f9ce-47fa-884e-3bfc151b1af0', 'x-ms-correlation-request-id', - 'f883b74b-ab26-4341-b40f-f314441305d3', + 'f8cd1def-f9ce-47fa-884e-3bfc151b1af0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023700Z:f883b74b-ab26-4341-b40f-f314441305d3', + 'SOUTHEASTASIA:20210924T034017Z:f8cd1def-f9ce-47fa-884e-3bfc151b1af0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:36:59 GMT' + 'Fri, 24 Sep 2021 03:40:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2047,19 +1975,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11475', 'x-ms-request-id', - '1a47b3c5-a8ad-4d20-aaa9-409ad79b41ef', + '2797c409-6efc-44f8-8b20-772da7292d4a', 'x-ms-correlation-request-id', - '1a47b3c5-a8ad-4d20-aaa9-409ad79b41ef', + '2797c409-6efc-44f8-8b20-772da7292d4a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023702Z:1a47b3c5-a8ad-4d20-aaa9-409ad79b41ef', + 'SOUTHEASTASIA:20210924T034020Z:2797c409-6efc-44f8-8b20-772da7292d4a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:02 GMT' + 'Fri, 24 Sep 2021 03:40:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2083,19 +2011,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11474', 'x-ms-request-id', - '1a9ff596-deb4-4d77-b5ab-94ad5bbd202f', + 'cb1b6be6-1a3a-4c82-ba58-58abe6f244d6', 'x-ms-correlation-request-id', - '1a9ff596-deb4-4d77-b5ab-94ad5bbd202f', + 'cb1b6be6-1a3a-4c82-ba58-58abe6f244d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023705Z:1a9ff596-deb4-4d77-b5ab-94ad5bbd202f', + 'SOUTHEASTASIA:20210924T034023Z:cb1b6be6-1a3a-4c82-ba58-58abe6f244d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:04 GMT' + 'Fri, 24 Sep 2021 03:40:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2119,19 +2047,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11473', 'x-ms-request-id', - '4ecc3c7d-f1ce-4463-8874-828c26cd2b25', + '81a28785-66ba-4f8d-b39a-13b8199a8e01', 'x-ms-correlation-request-id', - '4ecc3c7d-f1ce-4463-8874-828c26cd2b25', + '81a28785-66ba-4f8d-b39a-13b8199a8e01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023707Z:4ecc3c7d-f1ce-4463-8874-828c26cd2b25', + 'SOUTHEASTASIA:20210924T034026Z:81a28785-66ba-4f8d-b39a-13b8199a8e01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:06 GMT' + 'Fri, 24 Sep 2021 03:40:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2155,19 +2083,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11472', 'x-ms-request-id', - '8f1ef6bb-632f-4229-9f36-a133315c89e3', + 'f7703df0-d2b8-4ec7-8625-4bb659f53712', 'x-ms-correlation-request-id', - '8f1ef6bb-632f-4229-9f36-a133315c89e3', + 'f7703df0-d2b8-4ec7-8625-4bb659f53712', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023709Z:8f1ef6bb-632f-4229-9f36-a133315c89e3', + 'SOUTHEASTASIA:20210924T034028Z:f7703df0-d2b8-4ec7-8625-4bb659f53712', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:09 GMT' + 'Fri, 24 Sep 2021 03:40:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2191,19 +2119,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11471', 'x-ms-request-id', - '67eb1cfd-71e5-4845-ad2d-7a22de73d426', + '97d7ae57-a598-4302-a5ca-7b68bb2de343', 'x-ms-correlation-request-id', - '67eb1cfd-71e5-4845-ad2d-7a22de73d426', + '97d7ae57-a598-4302-a5ca-7b68bb2de343', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023712Z:67eb1cfd-71e5-4845-ad2d-7a22de73d426', + 'SOUTHEASTASIA:20210924T034030Z:97d7ae57-a598-4302-a5ca-7b68bb2de343', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:11 GMT' + 'Fri, 24 Sep 2021 03:40:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2227,19 +2155,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11470', 'x-ms-request-id', - 'e9511aa0-17f5-4877-b172-7d2a01d0924e', + 'ec72a04b-7785-4dc9-a930-204a159f0a89', 'x-ms-correlation-request-id', - 'e9511aa0-17f5-4877-b172-7d2a01d0924e', + 'ec72a04b-7785-4dc9-a930-204a159f0a89', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023714Z:e9511aa0-17f5-4877-b172-7d2a01d0924e', + 'SOUTHEASTASIA:20210924T034033Z:ec72a04b-7785-4dc9-a930-204a159f0a89', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:13 GMT' + 'Fri, 24 Sep 2021 03:40:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2263,19 +2191,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11469', 'x-ms-request-id', - 'bc9c33ea-093c-43a1-bdaa-16950c8577f1', + '4ddbb242-2de7-4772-9047-70fe693f0c14', 'x-ms-correlation-request-id', - 'bc9c33ea-093c-43a1-bdaa-16950c8577f1', + '4ddbb242-2de7-4772-9047-70fe693f0c14', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023716Z:bc9c33ea-093c-43a1-bdaa-16950c8577f1', + 'SOUTHEASTASIA:20210924T034035Z:4ddbb242-2de7-4772-9047-70fe693f0c14', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:16 GMT' + 'Fri, 24 Sep 2021 03:40:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2299,19 +2227,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11468', 'x-ms-request-id', - '7145ec71-7e87-4ad5-b4c4-1d0059923ae5', + '87703659-6692-4371-9133-02366a3aa896', 'x-ms-correlation-request-id', - '7145ec71-7e87-4ad5-b4c4-1d0059923ae5', + '87703659-6692-4371-9133-02366a3aa896', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023719Z:7145ec71-7e87-4ad5-b4c4-1d0059923ae5', + 'SOUTHEASTASIA:20210924T034037Z:87703659-6692-4371-9133-02366a3aa896', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:18 GMT' + 'Fri, 24 Sep 2021 03:40:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2335,19 +2263,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11467', 'x-ms-request-id', - '5d54b37b-810a-44d0-a261-ffc900cf67b9', + 'fdaba14d-3035-490a-ae27-665e80f945f2', 'x-ms-correlation-request-id', - '5d54b37b-810a-44d0-a261-ffc900cf67b9', + 'fdaba14d-3035-490a-ae27-665e80f945f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023721Z:5d54b37b-810a-44d0-a261-ffc900cf67b9', + 'SOUTHEASTASIA:20210924T034040Z:fdaba14d-3035-490a-ae27-665e80f945f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:20 GMT' + 'Fri, 24 Sep 2021 03:40:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2371,19 +2299,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11466', 'x-ms-request-id', - '7c8d49b1-8f51-4756-af59-55af8e7fdf11', + 'e9677676-09a6-407c-8225-086dad390d97', 'x-ms-correlation-request-id', - '7c8d49b1-8f51-4756-af59-55af8e7fdf11', + 'e9677676-09a6-407c-8225-086dad390d97', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023723Z:7c8d49b1-8f51-4756-af59-55af8e7fdf11', + 'SOUTHEASTASIA:20210924T034042Z:e9677676-09a6-407c-8225-086dad390d97', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:22 GMT' + 'Fri, 24 Sep 2021 03:40:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2407,19 +2335,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11465', 'x-ms-request-id', - '8c568a5c-eaab-49b6-a2ca-e90d8074af09', + '123c9d11-626b-4086-80f0-96160bbc453a', 'x-ms-correlation-request-id', - '8c568a5c-eaab-49b6-a2ca-e90d8074af09', + '123c9d11-626b-4086-80f0-96160bbc453a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023726Z:8c568a5c-eaab-49b6-a2ca-e90d8074af09', + 'SOUTHEASTASIA:20210924T034044Z:123c9d11-626b-4086-80f0-96160bbc453a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:25 GMT' + 'Fri, 24 Sep 2021 03:40:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2443,19 +2371,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11464', 'x-ms-request-id', - 'acbd7960-235c-4c2f-a9b7-e541bb3b85f5', + 'b8d93b66-8b96-4ec8-9800-7cf4eaa8a6e6', 'x-ms-correlation-request-id', - 'acbd7960-235c-4c2f-a9b7-e541bb3b85f5', + 'b8d93b66-8b96-4ec8-9800-7cf4eaa8a6e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023728Z:acbd7960-235c-4c2f-a9b7-e541bb3b85f5', + 'SOUTHEASTASIA:20210924T034046Z:b8d93b66-8b96-4ec8-9800-7cf4eaa8a6e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:27 GMT' + 'Fri, 24 Sep 2021 03:40:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2479,19 +2407,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11463', 'x-ms-request-id', - 'd8036154-db84-415d-a294-d09e2f299d6f', + '9d9d92a6-48b5-4052-abaf-91bbaea43df0', 'x-ms-correlation-request-id', - 'd8036154-db84-415d-a294-d09e2f299d6f', + '9d9d92a6-48b5-4052-abaf-91bbaea43df0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023730Z:d8036154-db84-415d-a294-d09e2f299d6f', + 'SOUTHEASTASIA:20210924T034049Z:9d9d92a6-48b5-4052-abaf-91bbaea43df0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:29 GMT' + 'Fri, 24 Sep 2021 03:40:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2515,19 +2443,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11462', 'x-ms-request-id', - '50e5ff5d-051f-479f-a223-057128cdb473', + 'aa744f8b-6f4e-4f7c-bca2-e801b761c189', 'x-ms-correlation-request-id', - '50e5ff5d-051f-479f-a223-057128cdb473', + 'aa744f8b-6f4e-4f7c-bca2-e801b761c189', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023733Z:50e5ff5d-051f-479f-a223-057128cdb473', + 'SOUTHEASTASIA:20210924T034051Z:aa744f8b-6f4e-4f7c-bca2-e801b761c189', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:32 GMT' + 'Fri, 24 Sep 2021 03:40:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2551,19 +2479,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11461', 'x-ms-request-id', - '6e3086a6-05ea-47b8-9102-6c71a65d8166', + 'db802cc8-9809-4c26-a989-beb3b7764861', 'x-ms-correlation-request-id', - '6e3086a6-05ea-47b8-9102-6c71a65d8166', + 'db802cc8-9809-4c26-a989-beb3b7764861', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023735Z:6e3086a6-05ea-47b8-9102-6c71a65d8166', + 'SOUTHEASTASIA:20210924T034053Z:db802cc8-9809-4c26-a989-beb3b7764861', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:34 GMT' + 'Fri, 24 Sep 2021 03:40:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2587,19 +2515,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11460', 'x-ms-request-id', - '4ba90455-7f82-4719-8c8f-2b473cc8759c', + '19c71909-eae7-4f0c-908e-44eeb87edb6c', 'x-ms-correlation-request-id', - '4ba90455-7f82-4719-8c8f-2b473cc8759c', + '19c71909-eae7-4f0c-908e-44eeb87edb6c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023737Z:4ba90455-7f82-4719-8c8f-2b473cc8759c', + 'SOUTHEASTASIA:20210924T034056Z:19c71909-eae7-4f0c-908e-44eeb87edb6c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:36 GMT' + 'Fri, 24 Sep 2021 03:40:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2623,19 +2551,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11459', 'x-ms-request-id', - 'b6156e0d-5da2-4932-a771-5c48c90637f5', + '5c67d714-fb94-41e3-988d-62e6a7028b9c', 'x-ms-correlation-request-id', - 'b6156e0d-5da2-4932-a771-5c48c90637f5', + '5c67d714-fb94-41e3-988d-62e6a7028b9c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023739Z:b6156e0d-5da2-4932-a771-5c48c90637f5', + 'SOUTHEASTASIA:20210924T034058Z:5c67d714-fb94-41e3-988d-62e6a7028b9c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:39 GMT' + 'Fri, 24 Sep 2021 03:40:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2659,19 +2587,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11458', 'x-ms-request-id', - '80b52962-39c5-4426-b2bb-c4753dd7fb1a', + 'd0112185-8c0a-48b9-aa65-56396dc1eaa7', 'x-ms-correlation-request-id', - '80b52962-39c5-4426-b2bb-c4753dd7fb1a', + 'd0112185-8c0a-48b9-aa65-56396dc1eaa7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023742Z:80b52962-39c5-4426-b2bb-c4753dd7fb1a', + 'SOUTHEASTASIA:20210924T034100Z:d0112185-8c0a-48b9-aa65-56396dc1eaa7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:41 GMT' + 'Fri, 24 Sep 2021 03:41:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2695,19 +2623,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11457', 'x-ms-request-id', - '4b956f93-7194-4f05-86c8-da9039968ba7', + 'd063901e-2251-4bd3-9722-370bd068ea8b', 'x-ms-correlation-request-id', - '4b956f93-7194-4f05-86c8-da9039968ba7', + 'd063901e-2251-4bd3-9722-370bd068ea8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023744Z:4b956f93-7194-4f05-86c8-da9039968ba7', + 'SOUTHEASTASIA:20210924T034103Z:d063901e-2251-4bd3-9722-370bd068ea8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:43 GMT' + 'Fri, 24 Sep 2021 03:41:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2731,19 +2659,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11456', 'x-ms-request-id', - '76c36eaf-a919-4021-a984-e398710db67c', + '5da755c6-7e7d-4a7d-b813-4ea93a646504', 'x-ms-correlation-request-id', - '76c36eaf-a919-4021-a984-e398710db67c', + '5da755c6-7e7d-4a7d-b813-4ea93a646504', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023746Z:76c36eaf-a919-4021-a984-e398710db67c', + 'SOUTHEASTASIA:20210924T034105Z:5da755c6-7e7d-4a7d-b813-4ea93a646504', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:46 GMT' + 'Fri, 24 Sep 2021 03:41:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2767,19 +2695,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11455', 'x-ms-request-id', - '1468220e-e834-4724-b99d-cc7ffc328c90', + '690941b5-1a93-4c8d-a90c-14cfb1419b29', 'x-ms-correlation-request-id', - '1468220e-e834-4724-b99d-cc7ffc328c90', + '690941b5-1a93-4c8d-a90c-14cfb1419b29', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023749Z:1468220e-e834-4724-b99d-cc7ffc328c90', + 'SOUTHEASTASIA:20210924T034107Z:690941b5-1a93-4c8d-a90c-14cfb1419b29', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:48 GMT' + 'Fri, 24 Sep 2021 03:41:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2803,19 +2731,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11454', 'x-ms-request-id', - 'ef8adaf7-b60e-4bc6-aa64-58362f76ba10', + '09c37d40-8592-4d46-b828-c16ffa1d8fd6', 'x-ms-correlation-request-id', - 'ef8adaf7-b60e-4bc6-aa64-58362f76ba10', + '09c37d40-8592-4d46-b828-c16ffa1d8fd6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023751Z:ef8adaf7-b60e-4bc6-aa64-58362f76ba10', + 'SOUTHEASTASIA:20210924T034110Z:09c37d40-8592-4d46-b828-c16ffa1d8fd6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:50 GMT' + 'Fri, 24 Sep 2021 03:41:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2839,19 +2767,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11453', 'x-ms-request-id', - '562b70eb-7244-4b63-817c-92b0d62e4c36', + '77c43f60-8e6f-4247-ad34-e2bfed10cc73', 'x-ms-correlation-request-id', - '562b70eb-7244-4b63-817c-92b0d62e4c36', + '77c43f60-8e6f-4247-ad34-e2bfed10cc73', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023753Z:562b70eb-7244-4b63-817c-92b0d62e4c36', + 'SOUTHEASTASIA:20210924T034112Z:77c43f60-8e6f-4247-ad34-e2bfed10cc73', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:52 GMT' + 'Fri, 24 Sep 2021 03:41:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2875,19 +2803,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11452', 'x-ms-request-id', - '9a5fa61b-1722-44c6-bb3e-b3bf45238121', + '9092b022-6ddc-4017-b3da-360d32cbb45d', 'x-ms-correlation-request-id', - '9a5fa61b-1722-44c6-bb3e-b3bf45238121', + '9092b022-6ddc-4017-b3da-360d32cbb45d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023756Z:9a5fa61b-1722-44c6-bb3e-b3bf45238121', + 'SOUTHEASTASIA:20210924T034114Z:9092b022-6ddc-4017-b3da-360d32cbb45d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:55 GMT' + 'Fri, 24 Sep 2021 03:41:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2911,19 +2839,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11451', 'x-ms-request-id', - 'e6f7f1ba-34aa-4a52-abf1-a2fd851c7b24', + 'a62a0810-1995-49b5-bf08-847ffcb78c72', 'x-ms-correlation-request-id', - 'e6f7f1ba-34aa-4a52-abf1-a2fd851c7b24', + 'a62a0810-1995-49b5-bf08-847ffcb78c72', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023758Z:e6f7f1ba-34aa-4a52-abf1-a2fd851c7b24', + 'SOUTHEASTASIA:20210924T034117Z:a62a0810-1995-49b5-bf08-847ffcb78c72', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:57 GMT' + 'Fri, 24 Sep 2021 03:41:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2947,19 +2875,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11450', 'x-ms-request-id', - 'fbb6ea30-9e03-4ae1-a751-d579ec9740d0', + '2c551ad5-a37f-4a35-b997-042b423695e5', 'x-ms-correlation-request-id', - 'fbb6ea30-9e03-4ae1-a751-d579ec9740d0', + '2c551ad5-a37f-4a35-b997-042b423695e5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023800Z:fbb6ea30-9e03-4ae1-a751-d579ec9740d0', + 'SOUTHEASTASIA:20210924T034119Z:2c551ad5-a37f-4a35-b997-042b423695e5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:37:59 GMT' + 'Fri, 24 Sep 2021 03:41:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2983,19 +2911,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11449', 'x-ms-request-id', - '09c61de6-571a-4418-9e3b-f27c815ba2db', + '21fe4da4-c315-4df5-816e-e365d78b7388', 'x-ms-correlation-request-id', - '09c61de6-571a-4418-9e3b-f27c815ba2db', + '21fe4da4-c315-4df5-816e-e365d78b7388', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023803Z:09c61de6-571a-4418-9e3b-f27c815ba2db', + 'SOUTHEASTASIA:20210924T034121Z:21fe4da4-c315-4df5-816e-e365d78b7388', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:03 GMT' + 'Fri, 24 Sep 2021 03:41:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3019,19 +2947,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11448', 'x-ms-request-id', - '593fb7af-6e22-42ea-aded-cf729dfb5b83', + 'ed2d99aa-a955-4743-b0f4-f70c73523805', 'x-ms-correlation-request-id', - '593fb7af-6e22-42ea-aded-cf729dfb5b83', + 'ed2d99aa-a955-4743-b0f4-f70c73523805', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023805Z:593fb7af-6e22-42ea-aded-cf729dfb5b83', + 'SOUTHEASTASIA:20210924T034124Z:ed2d99aa-a955-4743-b0f4-f70c73523805', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:05 GMT' + 'Fri, 24 Sep 2021 03:41:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3055,19 +2983,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11447', 'x-ms-request-id', - '010879dd-206a-4ccc-9b35-b96004d45b1c', + '066e4273-5fd2-4f28-ad52-d04cca32ad23', 'x-ms-correlation-request-id', - '010879dd-206a-4ccc-9b35-b96004d45b1c', + '066e4273-5fd2-4f28-ad52-d04cca32ad23', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023808Z:010879dd-206a-4ccc-9b35-b96004d45b1c', + 'SOUTHEASTASIA:20210924T034126Z:066e4273-5fd2-4f28-ad52-d04cca32ad23', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:08 GMT' + 'Fri, 24 Sep 2021 03:41:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3091,19 +3019,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11446', 'x-ms-request-id', - '9a4d8c25-9e84-4e99-864b-68ffe5c6d05b', + 'c82d18c4-c907-455a-880b-8acfb1111df5', 'x-ms-correlation-request-id', - '9a4d8c25-9e84-4e99-864b-68ffe5c6d05b', + 'c82d18c4-c907-455a-880b-8acfb1111df5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023810Z:9a4d8c25-9e84-4e99-864b-68ffe5c6d05b', + 'SOUTHEASTASIA:20210924T034128Z:c82d18c4-c907-455a-880b-8acfb1111df5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:10 GMT' + 'Fri, 24 Sep 2021 03:41:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3127,19 +3055,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11445', 'x-ms-request-id', - '0423e007-3251-414d-bc82-746aeaaae5c1', + '57bed316-cc8b-4706-a166-fa5f99bc6d14', 'x-ms-correlation-request-id', - '0423e007-3251-414d-bc82-746aeaaae5c1', + '57bed316-cc8b-4706-a166-fa5f99bc6d14', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023813Z:0423e007-3251-414d-bc82-746aeaaae5c1', + 'SOUTHEASTASIA:20210924T034131Z:57bed316-cc8b-4706-a166-fa5f99bc6d14', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:13 GMT' + 'Fri, 24 Sep 2021 03:41:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3163,19 +3091,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11444', 'x-ms-request-id', - 'a6a433e6-eaa5-460c-8617-d0cf208c03fc', + '6d540fa0-a878-4225-a011-b664ccf10c8e', 'x-ms-correlation-request-id', - 'a6a433e6-eaa5-460c-8617-d0cf208c03fc', + '6d540fa0-a878-4225-a011-b664ccf10c8e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023815Z:a6a433e6-eaa5-460c-8617-d0cf208c03fc', + 'SOUTHEASTASIA:20210924T034133Z:6d540fa0-a878-4225-a011-b664ccf10c8e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:15 GMT' + 'Fri, 24 Sep 2021 03:41:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3199,19 +3127,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11443', 'x-ms-request-id', - 'ed28a00e-f3c3-4f10-ae51-7f2d0426a716', + '60ef7bb2-d3ec-4194-9b73-239a41ad7775', 'x-ms-correlation-request-id', - 'ed28a00e-f3c3-4f10-ae51-7f2d0426a716', + '60ef7bb2-d3ec-4194-9b73-239a41ad7775', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023817Z:ed28a00e-f3c3-4f10-ae51-7f2d0426a716', + 'SOUTHEASTASIA:20210924T034135Z:60ef7bb2-d3ec-4194-9b73-239a41ad7775', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:17 GMT' + 'Fri, 24 Sep 2021 03:41:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3235,19 +3163,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11442', 'x-ms-request-id', - '75f5ee76-6759-4201-b6e8-e1b62c2c4dba', + '4f354777-a616-44ca-91ce-3139741b238a', 'x-ms-correlation-request-id', - '75f5ee76-6759-4201-b6e8-e1b62c2c4dba', + '4f354777-a616-44ca-91ce-3139741b238a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023820Z:75f5ee76-6759-4201-b6e8-e1b62c2c4dba', + 'SOUTHEASTASIA:20210924T034138Z:4f354777-a616-44ca-91ce-3139741b238a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:19 GMT' + 'Fri, 24 Sep 2021 03:41:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3271,19 +3199,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11441', 'x-ms-request-id', - '500f14b1-0b8d-4bf5-a4bf-93ab2c053aef', + '99820abb-5ba7-49c4-b8ce-5d510272ffab', 'x-ms-correlation-request-id', - '500f14b1-0b8d-4bf5-a4bf-93ab2c053aef', + '99820abb-5ba7-49c4-b8ce-5d510272ffab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023822Z:500f14b1-0b8d-4bf5-a4bf-93ab2c053aef', + 'SOUTHEASTASIA:20210924T034140Z:99820abb-5ba7-49c4-b8ce-5d510272ffab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:22 GMT' + 'Fri, 24 Sep 2021 03:41:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3307,19 +3235,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11440', 'x-ms-request-id', - '06a118ec-4299-454c-8a14-bae703d1ed31', + '8a439d9d-08c7-4625-af67-3f10f14a8bb5', 'x-ms-correlation-request-id', - '06a118ec-4299-454c-8a14-bae703d1ed31', + '8a439d9d-08c7-4625-af67-3f10f14a8bb5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023824Z:06a118ec-4299-454c-8a14-bae703d1ed31', + 'SOUTHEASTASIA:20210924T034142Z:8a439d9d-08c7-4625-af67-3f10f14a8bb5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:24 GMT' + 'Fri, 24 Sep 2021 03:41:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3343,19 +3271,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11439', 'x-ms-request-id', - '09201c4b-af38-4330-aa27-8b4844e12b7e', + 'c956d9b1-5868-4b97-abbf-b3ba7efe7611', 'x-ms-correlation-request-id', - '09201c4b-af38-4330-aa27-8b4844e12b7e', + 'c956d9b1-5868-4b97-abbf-b3ba7efe7611', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023827Z:09201c4b-af38-4330-aa27-8b4844e12b7e', + 'SOUTHEASTASIA:20210924T034145Z:c956d9b1-5868-4b97-abbf-b3ba7efe7611', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:26 GMT' + 'Fri, 24 Sep 2021 03:41:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3379,19 +3307,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11438', 'x-ms-request-id', - '46bb4005-a06d-49c8-bedc-e7e72757a55a', + '01774b23-1853-49e4-bd8d-f372147825e7', 'x-ms-correlation-request-id', - '46bb4005-a06d-49c8-bedc-e7e72757a55a', + '01774b23-1853-49e4-bd8d-f372147825e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023829Z:46bb4005-a06d-49c8-bedc-e7e72757a55a', + 'SOUTHEASTASIA:20210924T034147Z:01774b23-1853-49e4-bd8d-f372147825e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:29 GMT' + 'Fri, 24 Sep 2021 03:41:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3415,19 +3343,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11437', 'x-ms-request-id', - '7cca0eb5-3ca2-4c49-8139-961f9cdb22d3', + '52f63a44-2f08-4777-a534-4165d2a897ae', 'x-ms-correlation-request-id', - '7cca0eb5-3ca2-4c49-8139-961f9cdb22d3', + '52f63a44-2f08-4777-a534-4165d2a897ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023831Z:7cca0eb5-3ca2-4c49-8139-961f9cdb22d3', + 'SOUTHEASTASIA:20210924T034149Z:52f63a44-2f08-4777-a534-4165d2a897ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:31 GMT' + 'Fri, 24 Sep 2021 03:41:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3451,19 +3379,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11436', 'x-ms-request-id', - '22d30551-0a5a-4be3-890d-46a7ddd607e7', + '1c6e3b6d-c1a3-47d9-914b-01be8b6f8d21', 'x-ms-correlation-request-id', - '22d30551-0a5a-4be3-890d-46a7ddd607e7', + '1c6e3b6d-c1a3-47d9-914b-01be8b6f8d21', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023833Z:22d30551-0a5a-4be3-890d-46a7ddd607e7', + 'SOUTHEASTASIA:20210924T034151Z:1c6e3b6d-c1a3-47d9-914b-01be8b6f8d21', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:33 GMT' + 'Fri, 24 Sep 2021 03:41:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3487,19 +3415,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11435', 'x-ms-request-id', - '54b67e21-cab7-4cde-93b5-157bc52d7469', + '8c185f30-4b4b-40df-be97-23729c5f5ce8', 'x-ms-correlation-request-id', - '54b67e21-cab7-4cde-93b5-157bc52d7469', + '8c185f30-4b4b-40df-be97-23729c5f5ce8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023836Z:54b67e21-cab7-4cde-93b5-157bc52d7469', + 'SOUTHEASTASIA:20210924T034154Z:8c185f30-4b4b-40df-be97-23729c5f5ce8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:36 GMT' + 'Fri, 24 Sep 2021 03:41:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3523,19 +3451,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11434', 'x-ms-request-id', - 'b6577b9c-930c-404a-96b1-176f50eaadb8', + 'c37e40ae-f665-4d52-827b-0701ad23100a', 'x-ms-correlation-request-id', - 'b6577b9c-930c-404a-96b1-176f50eaadb8', + 'c37e40ae-f665-4d52-827b-0701ad23100a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023838Z:b6577b9c-930c-404a-96b1-176f50eaadb8', + 'SOUTHEASTASIA:20210924T034156Z:c37e40ae-f665-4d52-827b-0701ad23100a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:38 GMT' + 'Fri, 24 Sep 2021 03:41:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3559,19 +3487,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11433', 'x-ms-request-id', - '4a7b80f3-f3e8-42ec-b9db-de7767be6586', + '49490a52-2784-4db9-b659-aa60a9b55259', 'x-ms-correlation-request-id', - '4a7b80f3-f3e8-42ec-b9db-de7767be6586', + '49490a52-2784-4db9-b659-aa60a9b55259', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023840Z:4a7b80f3-f3e8-42ec-b9db-de7767be6586', + 'SOUTHEASTASIA:20210924T034158Z:49490a52-2784-4db9-b659-aa60a9b55259', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:40 GMT' + 'Fri, 24 Sep 2021 03:41:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3595,19 +3523,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11432', 'x-ms-request-id', - 'b550c01e-0d16-4a70-9439-89f9b6de9cba', + 'c7203743-611f-43d8-9596-3d46165d372b', 'x-ms-correlation-request-id', - 'b550c01e-0d16-4a70-9439-89f9b6de9cba', + 'c7203743-611f-43d8-9596-3d46165d372b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023843Z:b550c01e-0d16-4a70-9439-89f9b6de9cba', + 'SOUTHEASTASIA:20210924T034201Z:c7203743-611f-43d8-9596-3d46165d372b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:43 GMT' + 'Fri, 24 Sep 2021 03:42:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3631,19 +3559,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11431', 'x-ms-request-id', - 'd9e7b3dc-9985-4f12-b2c0-d7b3743c577f', + '44ec58f4-df51-4af5-815f-cca27aedaa53', 'x-ms-correlation-request-id', - 'd9e7b3dc-9985-4f12-b2c0-d7b3743c577f', + '44ec58f4-df51-4af5-815f-cca27aedaa53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023845Z:d9e7b3dc-9985-4f12-b2c0-d7b3743c577f', + 'SOUTHEASTASIA:20210924T034203Z:44ec58f4-df51-4af5-815f-cca27aedaa53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:45 GMT' + 'Fri, 24 Sep 2021 03:42:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3667,19 +3595,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11430', 'x-ms-request-id', - '9e69b676-bbfc-4ae7-9fd6-c400953ae7e9', + 'cc28b375-d6ea-4384-b49d-395bdbc2adc1', 'x-ms-correlation-request-id', - '9e69b676-bbfc-4ae7-9fd6-c400953ae7e9', + 'cc28b375-d6ea-4384-b49d-395bdbc2adc1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023847Z:9e69b676-bbfc-4ae7-9fd6-c400953ae7e9', + 'SOUTHEASTASIA:20210924T034205Z:cc28b375-d6ea-4384-b49d-395bdbc2adc1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:47 GMT' + 'Fri, 24 Sep 2021 03:42:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3703,19 +3631,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11429', 'x-ms-request-id', - 'e4ee13c9-2f7d-47b8-a607-db4662e8736f', + '347c66d0-8f8b-4739-9e33-d4cf47bf5c1e', 'x-ms-correlation-request-id', - 'e4ee13c9-2f7d-47b8-a607-db4662e8736f', + '347c66d0-8f8b-4739-9e33-d4cf47bf5c1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023850Z:e4ee13c9-2f7d-47b8-a607-db4662e8736f', + 'SOUTHEASTASIA:20210924T034208Z:347c66d0-8f8b-4739-9e33-d4cf47bf5c1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:49 GMT' + 'Fri, 24 Sep 2021 03:42:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3739,19 +3667,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11428', 'x-ms-request-id', - 'feb72c25-1df5-4be4-a2b3-8a83dcdf2e05', + '10b5741b-6125-4fe5-a26e-cb87d222ecfa', 'x-ms-correlation-request-id', - 'feb72c25-1df5-4be4-a2b3-8a83dcdf2e05', + '10b5741b-6125-4fe5-a26e-cb87d222ecfa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023852Z:feb72c25-1df5-4be4-a2b3-8a83dcdf2e05', + 'SOUTHEASTASIA:20210924T034210Z:10b5741b-6125-4fe5-a26e-cb87d222ecfa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:52 GMT' + 'Fri, 24 Sep 2021 03:42:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3775,19 +3703,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11427', 'x-ms-request-id', - 'f0543141-9710-4cdf-bb1b-47f0d4cec6e9', + '6681a0fc-73af-48fc-baa8-fe005a88aa36', 'x-ms-correlation-request-id', - 'f0543141-9710-4cdf-bb1b-47f0d4cec6e9', + '6681a0fc-73af-48fc-baa8-fe005a88aa36', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023854Z:f0543141-9710-4cdf-bb1b-47f0d4cec6e9', + 'SOUTHEASTASIA:20210924T034212Z:6681a0fc-73af-48fc-baa8-fe005a88aa36', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:54 GMT' + 'Fri, 24 Sep 2021 03:42:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3811,19 +3739,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11426', 'x-ms-request-id', - '5c916fb2-0a4b-424f-8f58-225f5c1aec9d', + 'c72ce512-63f2-4059-a817-53953f26ede2', 'x-ms-correlation-request-id', - '5c916fb2-0a4b-424f-8f58-225f5c1aec9d', + 'c72ce512-63f2-4059-a817-53953f26ede2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023857Z:5c916fb2-0a4b-424f-8f58-225f5c1aec9d', + 'SOUTHEASTASIA:20210924T034215Z:c72ce512-63f2-4059-a817-53953f26ede2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:56 GMT' + 'Fri, 24 Sep 2021 03:42:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3847,19 +3775,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11425', 'x-ms-request-id', - 'c54f7c90-9723-4ad4-9ed2-493b0077e4fc', + '62bfa6f4-9df3-474f-971d-12a2d5a29cb1', 'x-ms-correlation-request-id', - 'c54f7c90-9723-4ad4-9ed2-493b0077e4fc', + '62bfa6f4-9df3-474f-971d-12a2d5a29cb1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023859Z:c54f7c90-9723-4ad4-9ed2-493b0077e4fc', + 'SOUTHEASTASIA:20210924T034218Z:62bfa6f4-9df3-474f-971d-12a2d5a29cb1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:38:59 GMT' + 'Fri, 24 Sep 2021 03:42:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3883,19 +3811,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11424', 'x-ms-request-id', - '5c3fbcd4-b5bc-4875-9d96-5a3929fe6d06', + 'd1eb7ce1-6024-44b9-9caa-c2f470618df1', 'x-ms-correlation-request-id', - '5c3fbcd4-b5bc-4875-9d96-5a3929fe6d06', + 'd1eb7ce1-6024-44b9-9caa-c2f470618df1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023901Z:5c3fbcd4-b5bc-4875-9d96-5a3929fe6d06', + 'SOUTHEASTASIA:20210924T034221Z:d1eb7ce1-6024-44b9-9caa-c2f470618df1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:01 GMT' + 'Fri, 24 Sep 2021 03:42:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3919,19 +3847,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11423', 'x-ms-request-id', - 'c897caa6-ae2b-419a-852d-673fed93f0c3', + 'ae03b6ea-3d55-49bc-901b-a34b79935eda', 'x-ms-correlation-request-id', - 'c897caa6-ae2b-419a-852d-673fed93f0c3', + 'ae03b6ea-3d55-49bc-901b-a34b79935eda', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023904Z:c897caa6-ae2b-419a-852d-673fed93f0c3', + 'SOUTHEASTASIA:20210924T034223Z:ae03b6ea-3d55-49bc-901b-a34b79935eda', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:03 GMT' + 'Fri, 24 Sep 2021 03:42:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3955,19 +3883,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11422', 'x-ms-request-id', - 'c595f962-88e3-45f0-b0dc-48bf4a1e0fb4', + 'a7f6529d-8fa1-496b-9afd-ad9457ad6fb3', 'x-ms-correlation-request-id', - 'c595f962-88e3-45f0-b0dc-48bf4a1e0fb4', + 'a7f6529d-8fa1-496b-9afd-ad9457ad6fb3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023906Z:c595f962-88e3-45f0-b0dc-48bf4a1e0fb4', + 'SOUTHEASTASIA:20210924T034225Z:a7f6529d-8fa1-496b-9afd-ad9457ad6fb3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:06 GMT' + 'Fri, 24 Sep 2021 03:42:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3991,19 +3919,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11421', 'x-ms-request-id', - '3d628d5c-6ed6-4898-9f81-74f23cd1d31a', + '13db4591-4b00-4116-8c70-3f37a5c6fab4', 'x-ms-correlation-request-id', - '3d628d5c-6ed6-4898-9f81-74f23cd1d31a', + '13db4591-4b00-4116-8c70-3f37a5c6fab4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023908Z:3d628d5c-6ed6-4898-9f81-74f23cd1d31a', + 'SOUTHEASTASIA:20210924T034228Z:13db4591-4b00-4116-8c70-3f37a5c6fab4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:08 GMT' + 'Fri, 24 Sep 2021 03:42:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4027,19 +3955,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11420', 'x-ms-request-id', - '4c343913-486c-4406-ae78-6ccabb832aa4', + '658c8fd2-a367-4028-b8a8-9a08c08e9d15', 'x-ms-correlation-request-id', - '4c343913-486c-4406-ae78-6ccabb832aa4', + '658c8fd2-a367-4028-b8a8-9a08c08e9d15', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023911Z:4c343913-486c-4406-ae78-6ccabb832aa4', + 'SOUTHEASTASIA:20210924T034230Z:658c8fd2-a367-4028-b8a8-9a08c08e9d15', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:10 GMT' + 'Fri, 24 Sep 2021 03:42:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4063,19 +3991,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11419', 'x-ms-request-id', - '2c8597b0-f198-447a-87e2-b0cd73840340', + '4dfa8f20-50ec-4cc6-a98e-3a24a4f6acf5', 'x-ms-correlation-request-id', - '2c8597b0-f198-447a-87e2-b0cd73840340', + '4dfa8f20-50ec-4cc6-a98e-3a24a4f6acf5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023913Z:2c8597b0-f198-447a-87e2-b0cd73840340', + 'SOUTHEASTASIA:20210924T034232Z:4dfa8f20-50ec-4cc6-a98e-3a24a4f6acf5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:13 GMT' + 'Fri, 24 Sep 2021 03:42:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4099,19 +4027,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11418', 'x-ms-request-id', - 'd7f02120-db5c-4e45-802e-a0a236e68836', + '41a5372b-a962-423e-a404-2ef67da438da', 'x-ms-correlation-request-id', - 'd7f02120-db5c-4e45-802e-a0a236e68836', + '41a5372b-a962-423e-a404-2ef67da438da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023915Z:d7f02120-db5c-4e45-802e-a0a236e68836', + 'SOUTHEASTASIA:20210924T034235Z:41a5372b-a962-423e-a404-2ef67da438da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:15 GMT' + 'Fri, 24 Sep 2021 03:42:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4135,19 +4063,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11417', 'x-ms-request-id', - 'd2c6aa0e-9588-43de-b487-f1ba5264cc28', + '4db9f534-ec1b-4e21-9f75-e1083def7eb9', 'x-ms-correlation-request-id', - 'd2c6aa0e-9588-43de-b487-f1ba5264cc28', + '4db9f534-ec1b-4e21-9f75-e1083def7eb9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023917Z:d2c6aa0e-9588-43de-b487-f1ba5264cc28', + 'SOUTHEASTASIA:20210924T034237Z:4db9f534-ec1b-4e21-9f75-e1083def7eb9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:17 GMT' + 'Fri, 24 Sep 2021 03:42:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4171,19 +4099,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11416', 'x-ms-request-id', - '0d5f03d6-f304-4877-ba3a-367154f10a13', + '114222bb-7c6e-4835-8922-e04e1a848219', 'x-ms-correlation-request-id', - '0d5f03d6-f304-4877-ba3a-367154f10a13', + '114222bb-7c6e-4835-8922-e04e1a848219', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023920Z:0d5f03d6-f304-4877-ba3a-367154f10a13', + 'SOUTHEASTASIA:20210924T034239Z:114222bb-7c6e-4835-8922-e04e1a848219', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:19 GMT' + 'Fri, 24 Sep 2021 03:42:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4207,19 +4135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11415', 'x-ms-request-id', - 'f5b4ed2c-0ba8-4143-a044-493b4b972fbf', + '2c87ab0f-9c2f-4504-9508-0f8329d01db2', 'x-ms-correlation-request-id', - 'f5b4ed2c-0ba8-4143-a044-493b4b972fbf', + '2c87ab0f-9c2f-4504-9508-0f8329d01db2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023922Z:f5b4ed2c-0ba8-4143-a044-493b4b972fbf', + 'SOUTHEASTASIA:20210924T034241Z:2c87ab0f-9c2f-4504-9508-0f8329d01db2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:22 GMT' + 'Fri, 24 Sep 2021 03:42:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4243,19 +4171,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11414', 'x-ms-request-id', - '966057ce-acb9-4bb2-b47f-6bfda09c79b8', + '47652fd0-15ef-46e1-bece-fddeecb8f0cf', 'x-ms-correlation-request-id', - '966057ce-acb9-4bb2-b47f-6bfda09c79b8', + '47652fd0-15ef-46e1-bece-fddeecb8f0cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023924Z:966057ce-acb9-4bb2-b47f-6bfda09c79b8', + 'SOUTHEASTASIA:20210924T034244Z:47652fd0-15ef-46e1-bece-fddeecb8f0cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:24 GMT' + 'Fri, 24 Sep 2021 03:42:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4279,19 +4207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11413', 'x-ms-request-id', - 'cd9aa3b5-ebd1-4f98-9848-0982eb11bb5e', + '584c4930-dcf0-4335-b70f-486889124b8c', 'x-ms-correlation-request-id', - 'cd9aa3b5-ebd1-4f98-9848-0982eb11bb5e', + '584c4930-dcf0-4335-b70f-486889124b8c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023927Z:cd9aa3b5-ebd1-4f98-9848-0982eb11bb5e', + 'SOUTHEASTASIA:20210924T034246Z:584c4930-dcf0-4335-b70f-486889124b8c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:26 GMT' + 'Fri, 24 Sep 2021 03:42:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4315,21 +4243,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11412', 'x-ms-request-id', - 'ae401208-2c26-45f5-a021-b32ab716b5f9', + 'bf42b699-f8f7-44d9-ba59-7da5f444dcee', 'x-ms-correlation-request-id', - 'ae401208-2c26-45f5-a021-b32ab716b5f9', + 'bf42b699-f8f7-44d9-ba59-7da5f444dcee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023929Z:ae401208-2c26-45f5-a021-b32ab716b5f9', + 'SOUTHEASTASIA:20210924T034248Z:bf42b699-f8f7-44d9-ba59-7da5f444dcee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:29 GMT' + 'Fri, 24 Sep 2021 03:42:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -4351,21 +4279,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11411', 'x-ms-request-id', - 'a87f9151-ced7-437b-9c81-a3af9d8a406d', + '28fe3454-d760-4451-99c9-a82f762b2dd7', 'x-ms-correlation-request-id', - 'a87f9151-ced7-437b-9c81-a3af9d8a406d', + '28fe3454-d760-4451-99c9-a82f762b2dd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023931Z:a87f9151-ced7-437b-9c81-a3af9d8a406d', + 'SOUTHEASTASIA:20210924T034251Z:28fe3454-d760-4451-99c9-a82f762b2dd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:31 GMT' + 'Fri, 24 Sep 2021 03:42:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a00ce5ec-3192-432e-a50f-999879f14036') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eef3cdcdedb7fb373efd1bd878ff6f7c6bb0f3edd7bb873ffa73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c2ebf5749ae7b37c463dceb4fbd3e56c55154b74306fdb55f3e86e4891b169d88cb31faceb7c3cad168ff6f7efdd2518abf5a42ca62ff2f6aaaadfd238f386bafee874994d4aee23e7df8ed76db520da4d9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b990950d0e8654623c317bf577efd050daaad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5ba049dbef7fd91c1f77855bca1e9a40f3f7afd8b4ac27e5634f8823a7c42d338fb226f33cc29a36906abb005c767759ebf297ae33b5e66e5350d3f2b5f13d6d905cd847e9f75bf39a996e7c5c5ba661260169be93c5f64c08bd0fa6e5e964ff3f36249a3a2f92e964d9b2da7f9198df1a37b7b0fceef3f9864dbe7d9c32989ccf47cfb20cbef6dcff2ecc1bdbd7b597effd31d8c8906e031e597e7e779add0894996b3acc6bccdf2f38c26e56c46d35eb4d7f4e5b3a26e5accc1b5fd90244548793c2d9f5caf3290e3a317d532a76f947498cc92a67f6e473ca5992d88c197d3eb9715f10ec1fec5a63b1abcf9ee797e999704ee35111994187db4c8de9d2d69562fb3f26cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12dfd5a416e82548d9152611e8e13bfaec7baa8802d6dfbe227db286e01ae17f21bae1bbf4b92800231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89a14c7ecffbf031c45874306a19d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37386c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d27fc322778b3624a3d902fcabf7e51cdf297816b2aef3a73fe45b15c93eb4ec3d927e9926f5fe5e4080073d7ecdbe4ee53a303d3447d2633a1c0e3a3cff3eaa35f42f6bdeb9abcd260e10c5e03f09f15d9c5b26ac8f97a5e5dbccedb963889befac5eab33d5b97e59bfc5dfb13ebbc065cf66b00985c08420bf4b263d6ef","fe1f02d403e7cb0c0000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -4387,49 +4315,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11410', 'x-ms-request-id', - '51c72a80-7887-44eb-b237-905e27021527', - 'x-ms-correlation-request-id', - '51c72a80-7887-44eb-b237-905e27021527', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023934Z:51c72a80-7887-44eb-b237-905e27021527', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:39:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63e1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97b74efd347bbbbe3870f0f1ed07f3ff511bd49035fe5755be48084bf2e8b86102e9617af5b0242105eafa7d33c9fe533ea71a6dd9f2e67abaa58a28379dbae9a4777438a8c4dc3669cfd605de7e369b578b4bf7fef2ec158ad2765317d91b75755fd96c69937d4f547a7cb6c52721f39ff76bc6eab05d16efa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5cc94c8082462f331a19bef8bdf2eb2f68506de5c014cd4f1675bbce4ac5e45951b6796dd030ad2e8336afd625e8f4bdef8f0cbec7abe20d4d277df8d1eb5f5412f6b3a2c117d4e1139ac6d917799b614e194d3358852d383eabf3fc4dd11bdff1322baf69f859f99ab0ce2e6826f4fbacfbcd49b53c2f2ed6359300b3d84ce7f922035e84d677f3b27c9a9f174b1a15cd77b16cda6c39cdcf688c1fe5e7f983f37cffdef6f9fefdfdedfd9d7bb3ed6c37dbdd9eeede7f3079f06072901fec634c34008f29bf3c3fcf6b854e4cb29c6535e66d969f67342967339af6a2bda62f9f1575d3620eaeed87242942cae369f9e47a95811c1fbda896397da3a4c3649634fd733be229cd6c410cbe9c5ebfac887708f62f36ddd1e0cd77cff3cbbc2470af89c8a0c4e8a345f6ee6c49b37a999567cbd739c199517ff7f90bc2bccc97d4f4654dd479f7d1a3dd9d1da20fb571c4fc92f8ae26b5402f41caae3089400fdfd167df534514b0fef615e9933504d708ff0bd10ddfa5cf450118e1b8498a14d44661ba4160cf557a5ed64545d813e57688079a9f228abfca676b9a3b74cf74fe25c4d5a43866ffff1de0283a1c3208ed7c4abdd759191bd66b7c9f9e4883f71c5f08fb9b1de7de7b8e33cf406b02d5199f334c06bd1b8725a0bed9e1ec0e0e87f8d2a0fc239ecc78583fe2c9deb004d4373b9c8d3c699bc324b1fff47559d342b21d93258ac20ae78e5eedc08cf0451ff8de0070a120bdd201ea26a30f6b1794985635468fdfb25536294af2b9981ef449b1f29ca649367dbb5e31c1e8dd5f6c3ce19739c19b1553ea817c51fef58b6a96bf0c5c5379d799f32f8ae59a5c771ace3e49977cfb2a27470098bb66df26779f1a1d9826ea339909051e1f7d9e571ffd12b2ef5dd7e495060b67f01a80ffacc82e965543ced7f3eae275deb6c449f4d52f569fedd9ba2cdfe4efda9f58e735e0b25f03c0e442105aa0971db3","7ef7ff00dc57a20acb0c0000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3b4ab912-2313-416e-9ca8-375f9ecf71ca', + 'a9c09c1d-d76c-4c6d-9408-ed92de4b4774', 'x-ms-correlation-request-id', - '3b4ab912-2313-416e-9ca8-375f9ecf71ca', + 'a9c09c1d-d76c-4c6d-9408-ed92de4b4774', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023936Z:3b4ab912-2313-416e-9ca8-375f9ecf71ca', + 'SOUTHEASTASIA:20210924T034253Z:a9c09c1d-d76c-4c6d-9408-ed92de4b4774', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:36 GMT' + 'Fri, 24 Sep 2021 03:42:53 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_cassandraresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_cassandraresources_test.js similarity index 76% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_cassandraresources_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_cassandraresources_test.js index 4a0d7e352a27..b861a15103c3 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_cassandraresources_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_cassandraresources_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "b5582a34761c272046953b2a8a32b59f"; +module.exports.hash = "7acf07e702524443e574fa28b394975d"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'ed0a3277-61c9-4a4d-9caa-ea5891f60500', + '4cfec690-23d5-4312-8d86-372017ff0600', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AolxalqEH7ROl2u3QImVhqU; expires=Mon, 18-Oct-2021 02:20:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AmRNjfLWPa5HgIj3hGYw-jI; expires=Sun, 24-Oct-2021 03:23:42 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevreMlZuIbD1YvWs3xxiZJ4I_8It7wIJZWdpv8Jl7_Xrpq8ojY7g5BwBTtvsUjEe7rLLdhAwxE9HUQWInP5mCCrGvZoYc2SSkHfDGja4On6_QGiug6BakFwwedTF1iJkkopU-tJpemPpXbkeONTA-XjjdNNeP-fbQebLZIugVldvpMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5hMNWrCapq_PCznHf4HCb-qx50CKmt3LBPJiWenoqiQgUj_5Aw-p5z5eC2fio2_nSDwaaubtAQJXWlrD9twyqpBFieh5PLcupaQu0rCSYuDfKIbqKZdZZtLLGHHjlNzJQudlYddeEp9M8jFru-Ir_s1rIaifBUbWNP3ViQIkWMAgAA; 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', - 'Sat, 18 Sep 2021 02:20:06 GMT', + 'Fri, 24 Sep 2021 03:23:42 GMT', 'Content-Length', '980' ]); @@ -58,30 +58,32 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '376d603d-f241-4374-86fc-f72538180700', + '68e15cff-4626-431b-a07f-0db4cef90700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AsHSiKY2w2xHjefDqmC8rB4; expires=Mon, 18-Oct-2021 02:20:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AiWWYrtfj85LsX0OYBSLHPk; expires=Sun, 24-Oct-2021 03:23:42 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr1qxDAYesAj1Q4yncpPRSaTMBMV4nkRRYpE6Hzoplixdsebft1v0VUjJnutyMxZaYmgVj0a4VRmzblza1HwBJuKryh0AdS5nc2cq8b7dgQNa_w6pKj26At6OqLUesuZQj_fxArE9E_zMroWAMgOCgdxTOF2VsGqDFpn4_eLXfXxwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrgaa2mvSNn0itOp1d2t1MmRGY0fReMeadDz5NjpAJUTatbHehseMQ3ib6MZzXQ4f4HuQTbdOIGUicnnzrX2GIqJ__DUA6qO0fLkRBQX5nkHkOec3D9fK1UqNRaSmrydybKJYgkyFuLnUl_tiI3-FB5banyQ0u4NOzflivecn8b4ggAA; 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', - 'Sat, 18 Sep 2021 02:20:07 GMT', + 'Fri, 24 Sep 2021 03:23:42 GMT', 'Content-Length', '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=c0116220-7df4-48c0-9696-b94f5ea85791&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") + .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.1&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=3d2f9371-a7cc-46a2-9ce6-c767dac8d253&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-Length', + '1351', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -93,25 +95,23 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'a076d1d1-560a-48fb-9456-9b1d65830600', + '4cfec690-23d5-4312-8d86-37201aff0600', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AnzwsWUfSbxDkKYtw3UH-MUWPr5BAQAAANZD19gOAAAA; expires=Mon, 18-Oct-2021 02:20:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AvohH4hWkQlAu_HZ-KMNRL0WPr5BAQAAAL4739gOAAAA; expires=Sun, 24-Oct-2021 03:23:42 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Sat, 18 Sep 2021 02:20:07 GMT', - 'Content-Length', - '1351' + 'Fri, 24 Sep 2021 03:23:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1') + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4') .query(true) .reply(202, {"status":"Enqueued"}, [ 'Cache-Control', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/b9f629ea-8322-4dc6-b25d-49691e6735d6?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6?api-version=2021-07-01-preview', 'x-ms-request-id', - '3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c', + 'b9f629ea-8322-4dc6-b25d-49691e6735d6', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-deletes', '14998', 'x-ms-correlation-request-id', - '04bd5d63-e3e7-4da3-b5d5-856710ba1757', + '7e47911a-d4de-4b65-8727-202bb25055c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022009Z:04bd5d63-e3e7-4da3-b5d5-856710ba1757', + 'SOUTHEASTASIA:20210924T032344Z:7e47911a-d4de-4b65-8727-202bb25055c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:09 GMT' + 'Fri, 24 Sep 2021 03:23:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,491 +169,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11908', - 'x-ms-request-id', - '1d8893a1-6c62-42d2-8461-3f60d4daa9f4', - 'x-ms-correlation-request-id', - '1d8893a1-6c62-42d2-8461-3f60d4daa9f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022009Z:1d8893a1-6c62-42d2-8461-3f60d4daa9f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .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', - '7ad7c89c-04a0-475c-96ef-2c9fb6c4ba94', - 'x-ms-correlation-request-id', - '7ad7c89c-04a0-475c-96ef-2c9fb6c4ba94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022012Z:7ad7c89c-04a0-475c-96ef-2c9fb6c4ba94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '65d6a623-7872-446f-a943-90a61c85b391', - 'x-ms-correlation-request-id', - '65d6a623-7872-446f-a943-90a61c85b391', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022014Z:65d6a623-7872-446f-a943-90a61c85b391', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a3be5f48-57d5-4dc5-bcbe-76b729f63557', - 'x-ms-correlation-request-id', - 'a3be5f48-57d5-4dc5-bcbe-76b729f63557', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022016Z:a3be5f48-57d5-4dc5-bcbe-76b729f63557', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0174618c-acd5-43f0-a23b-a39cae82b221', - 'x-ms-correlation-request-id', - '0174618c-acd5-43f0-a23b-a39cae82b221', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022018Z:0174618c-acd5-43f0-a23b-a39cae82b221', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a8d1ac8c-5355-4519-a5cd-5d4f7832f482', - 'x-ms-correlation-request-id', - 'a8d1ac8c-5355-4519-a5cd-5d4f7832f482', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022021Z:a8d1ac8c-5355-4519-a5cd-5d4f7832f482', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e0cea734-2859-4a7b-a92e-ffb204901508', - 'x-ms-correlation-request-id', - 'e0cea734-2859-4a7b-a92e-ffb204901508', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022023Z:e0cea734-2859-4a7b-a92e-ffb204901508', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '51fa8e89-2a56-46d4-9359-2229afcc8c4f', - 'x-ms-correlation-request-id', - '51fa8e89-2a56-46d4-9359-2229afcc8c4f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022025Z:51fa8e89-2a56-46d4-9359-2229afcc8c4f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dd2eaaaa-7879-47a1-a466-ba37836bb38c', - 'x-ms-correlation-request-id', - 'dd2eaaaa-7879-47a1-a466-ba37836bb38c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022028Z:dd2eaaaa-7879-47a1-a466-ba37836bb38c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '36236fcc-0762-4b2f-b7fc-3670b68bccb1', - 'x-ms-correlation-request-id', - '36236fcc-0762-4b2f-b7fc-3670b68bccb1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022030Z:36236fcc-0762-4b2f-b7fc-3670b68bccb1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '71cb609c-269d-4481-95d8-e3340fe58745', - 'x-ms-correlation-request-id', - '71cb609c-269d-4481-95d8-e3340fe58745', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022032Z:71cb609c-269d-4481-95d8-e3340fe58745', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '963706b2-cef6-41fa-9c35-5469a577a53a', - 'x-ms-correlation-request-id', - '963706b2-cef6-41fa-9c35-5469a577a53a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022035Z:963706b2-cef6-41fa-9c35-5469a577a53a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dccf1119-2d2c-4ed6-8963-d1c73b9561a3', - 'x-ms-correlation-request-id', - 'dccf1119-2d2c-4ed6-8963-d1c73b9561a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022037Z:dccf1119-2d2c-4ed6-8963-d1c73b9561a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:20:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a6883168-ff2f-42c3-9cdf-3ef4a6901e99', + '095dc573-d4fb-4107-bbcc-fcf18613ad7f', 'x-ms-correlation-request-id', - 'a6883168-ff2f-42c3-9cdf-3ef4a6901e99', + '095dc573-d4fb-4107-bbcc-fcf18613ad7f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022039Z:a6883168-ff2f-42c3-9cdf-3ef4a6901e99', + 'SOUTHEASTASIA:20210924T032345Z:095dc573-d4fb-4107-bbcc-fcf18613ad7f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:39 GMT' + 'Fri, 24 Sep 2021 03:23:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -675,19 +207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11894', 'x-ms-request-id', - 'aade5211-b7bc-48c3-9a8a-3959d5022ae5', + 'b7db44de-0924-486c-8194-d79d861a76e6', 'x-ms-correlation-request-id', - 'aade5211-b7bc-48c3-9a8a-3959d5022ae5', + 'b7db44de-0924-486c-8194-d79d861a76e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022042Z:aade5211-b7bc-48c3-9a8a-3959d5022ae5', + 'SOUTHEASTASIA:20210924T032347Z:b7db44de-0924-486c-8194-d79d861a76e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:41 GMT' + 'Fri, 24 Sep 2021 03:23:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -711,19 +243,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11893', 'x-ms-request-id', - '2946fbb3-b9dd-4b15-ad0e-f79e40d4375c', + '978f5de6-6962-48b6-8b80-a06f9d9d482b', 'x-ms-correlation-request-id', - '2946fbb3-b9dd-4b15-ad0e-f79e40d4375c', + '978f5de6-6962-48b6-8b80-a06f9d9d482b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022044Z:2946fbb3-b9dd-4b15-ad0e-f79e40d4375c', + 'SOUTHEASTASIA:20210924T032349Z:978f5de6-6962-48b6-8b80-a06f9d9d482b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:43 GMT' + 'Fri, 24 Sep 2021 03:23:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -747,19 +279,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11892', 'x-ms-request-id', - '74511b17-00a9-4010-92ec-d82654d904bb', + 'bb260368-0253-4b54-b0d8-49e37910d1ca', 'x-ms-correlation-request-id', - '74511b17-00a9-4010-92ec-d82654d904bb', + 'bb260368-0253-4b54-b0d8-49e37910d1ca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022046Z:74511b17-00a9-4010-92ec-d82654d904bb', + 'SOUTHEASTASIA:20210924T032352Z:bb260368-0253-4b54-b0d8-49e37910d1ca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:46 GMT' + 'Fri, 24 Sep 2021 03:23:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -783,19 +315,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11891', 'x-ms-request-id', - 'e0f9d959-bdb5-44bb-9139-7f9cd9020ecd', + 'f7bd4357-5e79-4845-bc53-a0e2bff9866c', 'x-ms-correlation-request-id', - 'e0f9d959-bdb5-44bb-9139-7f9cd9020ecd', + 'f7bd4357-5e79-4845-bc53-a0e2bff9866c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022049Z:e0f9d959-bdb5-44bb-9139-7f9cd9020ecd', + 'SOUTHEASTASIA:20210924T032354Z:f7bd4357-5e79-4845-bc53-a0e2bff9866c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:48 GMT' + 'Fri, 24 Sep 2021 03:23:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -819,19 +351,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11890', 'x-ms-request-id', - 'cbda8776-4db2-4b5f-b28e-6bf68b5c3f7e', + '1569907b-9096-4db6-bdfd-31bd34ce2796', 'x-ms-correlation-request-id', - 'cbda8776-4db2-4b5f-b28e-6bf68b5c3f7e', + '1569907b-9096-4db6-bdfd-31bd34ce2796', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022051Z:cbda8776-4db2-4b5f-b28e-6bf68b5c3f7e', + 'SOUTHEASTASIA:20210924T032356Z:1569907b-9096-4db6-bdfd-31bd34ce2796', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:51 GMT' + 'Fri, 24 Sep 2021 03:23:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -855,19 +387,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11889', 'x-ms-request-id', - '0f41aa06-d7b6-46f2-b60f-8ff63c534139', + '4629d879-3e0a-47f4-bf08-3ca36d581d4d', 'x-ms-correlation-request-id', - '0f41aa06-d7b6-46f2-b60f-8ff63c534139', + '4629d879-3e0a-47f4-bf08-3ca36d581d4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022053Z:0f41aa06-d7b6-46f2-b60f-8ff63c534139', + 'SOUTHEASTASIA:20210924T032359Z:4629d879-3e0a-47f4-bf08-3ca36d581d4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:53 GMT' + 'Fri, 24 Sep 2021 03:23:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -891,19 +423,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11888', 'x-ms-request-id', - 'f50995b8-65ea-4547-9876-b4fc6570936c', + 'c6958dfa-12e6-442d-8708-4803ab43564b', 'x-ms-correlation-request-id', - 'f50995b8-65ea-4547-9876-b4fc6570936c', + 'c6958dfa-12e6-442d-8708-4803ab43564b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022056Z:f50995b8-65ea-4547-9876-b4fc6570936c', + 'SOUTHEASTASIA:20210924T032402Z:c6958dfa-12e6-442d-8708-4803ab43564b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:56 GMT' + 'Fri, 24 Sep 2021 03:24:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -927,19 +459,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11887', 'x-ms-request-id', - '02cd62a8-6891-4802-b1af-154000bc79b1', + 'b8a81dde-c0b3-41bd-aff7-d531ce287bb0', 'x-ms-correlation-request-id', - '02cd62a8-6891-4802-b1af-154000bc79b1', + 'b8a81dde-c0b3-41bd-aff7-d531ce287bb0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022059Z:02cd62a8-6891-4802-b1af-154000bc79b1', + 'SOUTHEASTASIA:20210924T032404Z:b8a81dde-c0b3-41bd-aff7-d531ce287bb0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:58 GMT' + 'Fri, 24 Sep 2021 03:24:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -963,19 +495,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11886', 'x-ms-request-id', - '6f69633f-d1df-4ce6-995f-e4dd011ee384', + '6e67c1b7-45b5-4707-a58e-0f0e5917554c', 'x-ms-correlation-request-id', - '6f69633f-d1df-4ce6-995f-e4dd011ee384', + '6e67c1b7-45b5-4707-a58e-0f0e5917554c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022101Z:6f69633f-d1df-4ce6-995f-e4dd011ee384', + 'SOUTHEASTASIA:20210924T032406Z:6e67c1b7-45b5-4707-a58e-0f0e5917554c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:00 GMT' + 'Fri, 24 Sep 2021 03:24:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -999,19 +531,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11885', 'x-ms-request-id', - '4f228e5d-e2e0-4b7d-aa98-6b8ed896e4cd', + 'fa739c67-25e8-4712-a726-9da77c113b0d', 'x-ms-correlation-request-id', - '4f228e5d-e2e0-4b7d-aa98-6b8ed896e4cd', + 'fa739c67-25e8-4712-a726-9da77c113b0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022103Z:4f228e5d-e2e0-4b7d-aa98-6b8ed896e4cd', + 'SOUTHEASTASIA:20210924T032409Z:fa739c67-25e8-4712-a726-9da77c113b0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:03 GMT' + 'Fri, 24 Sep 2021 03:24:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1035,19 +567,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11884', 'x-ms-request-id', - 'd75e987b-d6cd-457a-acfe-68d14a06c44c', + 'c6121214-9d76-4e09-b89c-7bd04c7d7306', 'x-ms-correlation-request-id', - 'd75e987b-d6cd-457a-acfe-68d14a06c44c', + 'c6121214-9d76-4e09-b89c-7bd04c7d7306', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022106Z:d75e987b-d6cd-457a-acfe-68d14a06c44c', + 'SOUTHEASTASIA:20210924T032411Z:c6121214-9d76-4e09-b89c-7bd04c7d7306', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:05 GMT' + 'Fri, 24 Sep 2021 03:24:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1071,19 +603,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11883', 'x-ms-request-id', - 'd69d9979-733d-45a4-95bc-16daf6eba153', + '5ef02a98-8522-4ab5-aa26-d406d2175d6e', 'x-ms-correlation-request-id', - 'd69d9979-733d-45a4-95bc-16daf6eba153', + '5ef02a98-8522-4ab5-aa26-d406d2175d6e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022108Z:d69d9979-733d-45a4-95bc-16daf6eba153', + 'SOUTHEASTASIA:20210924T032413Z:5ef02a98-8522-4ab5-aa26-d406d2175d6e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:07 GMT' + 'Fri, 24 Sep 2021 03:24:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1107,19 +639,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11882', 'x-ms-request-id', - '45bad0e9-fe1a-4780-a596-d4c00f4b662b', + '8763e7e9-dd07-4b0b-9679-6eda44b7b646', 'x-ms-correlation-request-id', - '45bad0e9-fe1a-4780-a596-d4c00f4b662b', + '8763e7e9-dd07-4b0b-9679-6eda44b7b646', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022110Z:45bad0e9-fe1a-4780-a596-d4c00f4b662b', + 'SOUTHEASTASIA:20210924T032416Z:8763e7e9-dd07-4b0b-9679-6eda44b7b646', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:10 GMT' + 'Fri, 24 Sep 2021 03:24:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1143,19 +675,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11881', 'x-ms-request-id', - '766096b2-2575-43d4-a209-69bde61855fc', + '56985924-2f66-4f71-ad1f-88b8f6b158d6', 'x-ms-correlation-request-id', - '766096b2-2575-43d4-a209-69bde61855fc', + '56985924-2f66-4f71-ad1f-88b8f6b158d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022113Z:766096b2-2575-43d4-a209-69bde61855fc', + 'SOUTHEASTASIA:20210924T032418Z:56985924-2f66-4f71-ad1f-88b8f6b158d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:12 GMT' + 'Fri, 24 Sep 2021 03:24:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1179,19 +711,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11880', 'x-ms-request-id', - '2ab4151f-2bc4-4798-87da-705b795a41da', + 'ff1e9a04-d645-4b32-849f-7d2cdb7c0a8b', 'x-ms-correlation-request-id', - '2ab4151f-2bc4-4798-87da-705b795a41da', + 'ff1e9a04-d645-4b32-849f-7d2cdb7c0a8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022115Z:2ab4151f-2bc4-4798-87da-705b795a41da', + 'SOUTHEASTASIA:20210924T032420Z:ff1e9a04-d645-4b32-849f-7d2cdb7c0a8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:14 GMT' + 'Fri, 24 Sep 2021 03:24:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1215,19 +747,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11879', 'x-ms-request-id', - '4bc9f8dd-9d7c-4636-bb51-38ef8fd60709', + '2e91bd8b-c44e-4da0-9f01-b2847840ac10', 'x-ms-correlation-request-id', - '4bc9f8dd-9d7c-4636-bb51-38ef8fd60709', + '2e91bd8b-c44e-4da0-9f01-b2847840ac10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022117Z:4bc9f8dd-9d7c-4636-bb51-38ef8fd60709', + 'SOUTHEASTASIA:20210924T032423Z:2e91bd8b-c44e-4da0-9f01-b2847840ac10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:16 GMT' + 'Fri, 24 Sep 2021 03:24:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1251,19 +783,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11878', 'x-ms-request-id', - '33c3c787-e37d-48ce-a2ad-fdceef782b12', + 'c6261fe8-f929-4464-b830-f873df266ffd', 'x-ms-correlation-request-id', - '33c3c787-e37d-48ce-a2ad-fdceef782b12', + 'c6261fe8-f929-4464-b830-f873df266ffd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022120Z:33c3c787-e37d-48ce-a2ad-fdceef782b12', + 'SOUTHEASTASIA:20210924T032425Z:c6261fe8-f929-4464-b830-f873df266ffd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:19 GMT' + 'Fri, 24 Sep 2021 03:24:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1287,19 +819,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11877', 'x-ms-request-id', - '9a73bb13-9f26-42e7-8141-7511f383d194', + '6adc461c-df1b-4934-b6c2-b6a9adbc99d6', 'x-ms-correlation-request-id', - '9a73bb13-9f26-42e7-8141-7511f383d194', + '6adc461c-df1b-4934-b6c2-b6a9adbc99d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022122Z:9a73bb13-9f26-42e7-8141-7511f383d194', + 'SOUTHEASTASIA:20210924T032427Z:6adc461c-df1b-4934-b6c2-b6a9adbc99d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:21 GMT' + 'Fri, 24 Sep 2021 03:24:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1323,19 +855,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11876', 'x-ms-request-id', - '676243a9-f3f4-4fff-89e7-782095518998', + 'f6864c92-1e6d-4f6c-8438-5e482a48fcde', 'x-ms-correlation-request-id', - '676243a9-f3f4-4fff-89e7-782095518998', + 'f6864c92-1e6d-4f6c-8438-5e482a48fcde', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022124Z:676243a9-f3f4-4fff-89e7-782095518998', + 'SOUTHEASTASIA:20210924T032430Z:f6864c92-1e6d-4f6c-8438-5e482a48fcde', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:23 GMT' + 'Fri, 24 Sep 2021 03:24:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1359,19 +891,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11875', 'x-ms-request-id', - '43d5ed49-0240-4eb5-a0cd-51cfdaf0e009', + 'e84bd7f7-330b-4ba2-8632-9934beff4e98', 'x-ms-correlation-request-id', - '43d5ed49-0240-4eb5-a0cd-51cfdaf0e009', + 'e84bd7f7-330b-4ba2-8632-9934beff4e98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022126Z:43d5ed49-0240-4eb5-a0cd-51cfdaf0e009', + 'SOUTHEASTASIA:20210924T032432Z:e84bd7f7-330b-4ba2-8632-9934beff4e98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:26 GMT' + 'Fri, 24 Sep 2021 03:24:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1395,19 +927,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11874', 'x-ms-request-id', - '22bc702a-4026-49b3-b0eb-26f26e2d7f43', + '607834bb-4de7-4d6c-9e09-47f2522551c7', 'x-ms-correlation-request-id', - '22bc702a-4026-49b3-b0eb-26f26e2d7f43', + '607834bb-4de7-4d6c-9e09-47f2522551c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022129Z:22bc702a-4026-49b3-b0eb-26f26e2d7f43', + 'SOUTHEASTASIA:20210924T032434Z:607834bb-4de7-4d6c-9e09-47f2522551c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:28 GMT' + 'Fri, 24 Sep 2021 03:24:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1431,19 +963,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11873', 'x-ms-request-id', - 'c7172422-4f53-4e37-99cf-e99661170c54', + '3f3e8c37-b68b-42ae-8501-707f4717db99', 'x-ms-correlation-request-id', - 'c7172422-4f53-4e37-99cf-e99661170c54', + '3f3e8c37-b68b-42ae-8501-707f4717db99', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022131Z:c7172422-4f53-4e37-99cf-e99661170c54', + 'SOUTHEASTASIA:20210924T032437Z:3f3e8c37-b68b-42ae-8501-707f4717db99', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:30 GMT' + 'Fri, 24 Sep 2021 03:24:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1467,19 +999,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11872', 'x-ms-request-id', - 'ce9c0277-bf83-47d7-81ca-75d8e40f99f0', + '5d5cd732-d24f-42fe-94df-63bcbad9dcee', 'x-ms-correlation-request-id', - 'ce9c0277-bf83-47d7-81ca-75d8e40f99f0', + '5d5cd732-d24f-42fe-94df-63bcbad9dcee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022133Z:ce9c0277-bf83-47d7-81ca-75d8e40f99f0', + 'SOUTHEASTASIA:20210924T032439Z:5d5cd732-d24f-42fe-94df-63bcbad9dcee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:33 GMT' + 'Fri, 24 Sep 2021 03:24:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1503,19 +1035,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11871', 'x-ms-request-id', - '6b757cc5-3448-44de-80da-89f338786362', + '45155b34-71f6-4b5e-9e2c-64d59ba5d6ab', 'x-ms-correlation-request-id', - '6b757cc5-3448-44de-80da-89f338786362', + '45155b34-71f6-4b5e-9e2c-64d59ba5d6ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022136Z:6b757cc5-3448-44de-80da-89f338786362', + 'SOUTHEASTASIA:20210924T032441Z:45155b34-71f6-4b5e-9e2c-64d59ba5d6ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:35 GMT' + 'Fri, 24 Sep 2021 03:24:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1539,19 +1071,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11870', 'x-ms-request-id', - 'f88c007f-8ca8-40e1-875d-2083afbf3b4d', + 'dc661dcf-8ecb-48d3-ad07-f8737e0df868', 'x-ms-correlation-request-id', - 'f88c007f-8ca8-40e1-875d-2083afbf3b4d', + 'dc661dcf-8ecb-48d3-ad07-f8737e0df868', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022138Z:f88c007f-8ca8-40e1-875d-2083afbf3b4d', + 'SOUTHEASTASIA:20210924T032444Z:dc661dcf-8ecb-48d3-ad07-f8737e0df868', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:37 GMT' + 'Fri, 24 Sep 2021 03:24:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1575,19 +1107,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11869', 'x-ms-request-id', - '1192b94e-712b-48f7-a893-f62b730c2868', + 'ef4b38b8-5960-4a72-bb41-c48430f0292d', 'x-ms-correlation-request-id', - '1192b94e-712b-48f7-a893-f62b730c2868', + 'ef4b38b8-5960-4a72-bb41-c48430f0292d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022140Z:1192b94e-712b-48f7-a893-f62b730c2868', + 'SOUTHEASTASIA:20210924T032446Z:ef4b38b8-5960-4a72-bb41-c48430f0292d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:40 GMT' + 'Fri, 24 Sep 2021 03:24:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1611,19 +1143,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11868', 'x-ms-request-id', - 'dc5ccfcb-add0-4d35-b3eb-af891f3ffdf8', + '6b94df29-7668-405e-878b-d5c9dff9787d', 'x-ms-correlation-request-id', - 'dc5ccfcb-add0-4d35-b3eb-af891f3ffdf8', + '6b94df29-7668-405e-878b-d5c9dff9787d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022143Z:dc5ccfcb-add0-4d35-b3eb-af891f3ffdf8', + 'SOUTHEASTASIA:20210924T032448Z:6b94df29-7668-405e-878b-d5c9dff9787d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:42 GMT' + 'Fri, 24 Sep 2021 03:24:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1647,19 +1179,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11867', 'x-ms-request-id', - '7c363b34-3831-4405-bfa9-ca5e01ef9d6e', + 'ba9fe7ef-02ae-4f24-a2ed-35196abbec30', 'x-ms-correlation-request-id', - '7c363b34-3831-4405-bfa9-ca5e01ef9d6e', + 'ba9fe7ef-02ae-4f24-a2ed-35196abbec30', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022145Z:7c363b34-3831-4405-bfa9-ca5e01ef9d6e', + 'SOUTHEASTASIA:20210924T032451Z:ba9fe7ef-02ae-4f24-a2ed-35196abbec30', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:44 GMT' + 'Fri, 24 Sep 2021 03:24:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1683,19 +1215,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11866', 'x-ms-request-id', - '9d9d2e18-e137-4d96-9c44-f09e3f865762', + '4f3c9f95-1a7a-40eb-8faa-966547ac4fcf', 'x-ms-correlation-request-id', - '9d9d2e18-e137-4d96-9c44-f09e3f865762', + '4f3c9f95-1a7a-40eb-8faa-966547ac4fcf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022147Z:9d9d2e18-e137-4d96-9c44-f09e3f865762', + 'SOUTHEASTASIA:20210924T032453Z:4f3c9f95-1a7a-40eb-8faa-966547ac4fcf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:47 GMT' + 'Fri, 24 Sep 2021 03:24:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1719,19 +1251,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11865', 'x-ms-request-id', - '6d34c91b-c00d-4ba1-a6a0-08ee6f4582dd', + 'b5acefe2-53af-4df6-b7d6-6a639df7afcb', 'x-ms-correlation-request-id', - '6d34c91b-c00d-4ba1-a6a0-08ee6f4582dd', + 'b5acefe2-53af-4df6-b7d6-6a639df7afcb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022150Z:6d34c91b-c00d-4ba1-a6a0-08ee6f4582dd', + 'SOUTHEASTASIA:20210924T032455Z:b5acefe2-53af-4df6-b7d6-6a639df7afcb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:49 GMT' + 'Fri, 24 Sep 2021 03:24:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1755,19 +1287,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11864', 'x-ms-request-id', - '3838bbb1-05b8-4ae7-a43e-cc5cf4fe991a', + 'd1413eb3-dfa2-49df-afc6-f400a9b4f3be', 'x-ms-correlation-request-id', - '3838bbb1-05b8-4ae7-a43e-cc5cf4fe991a', + 'd1413eb3-dfa2-49df-afc6-f400a9b4f3be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022152Z:3838bbb1-05b8-4ae7-a43e-cc5cf4fe991a', + 'SOUTHEASTASIA:20210924T032458Z:d1413eb3-dfa2-49df-afc6-f400a9b4f3be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:51 GMT' + 'Fri, 24 Sep 2021 03:24:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1791,19 +1323,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11863', 'x-ms-request-id', - '0dd2c2b6-11b6-4818-b92c-6dc3203be8ff', + '8bd02a82-9852-4085-993f-1154de080704', 'x-ms-correlation-request-id', - '0dd2c2b6-11b6-4818-b92c-6dc3203be8ff', + '8bd02a82-9852-4085-993f-1154de080704', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022154Z:0dd2c2b6-11b6-4818-b92c-6dc3203be8ff', + 'SOUTHEASTASIA:20210924T032501Z:8bd02a82-9852-4085-993f-1154de080704', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:53 GMT' + 'Fri, 24 Sep 2021 03:25:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1827,19 +1359,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11862', 'x-ms-request-id', - 'a8b4c038-da73-441e-b3b5-708bb22161b0', + '1cf70252-9d19-4eec-8491-cec91b2f23ec', 'x-ms-correlation-request-id', - 'a8b4c038-da73-441e-b3b5-708bb22161b0', + '1cf70252-9d19-4eec-8491-cec91b2f23ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022157Z:a8b4c038-da73-441e-b3b5-708bb22161b0', + 'SOUTHEASTASIA:20210924T032503Z:1cf70252-9d19-4eec-8491-cec91b2f23ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:56 GMT' + 'Fri, 24 Sep 2021 03:25:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1863,19 +1395,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11861', 'x-ms-request-id', - 'e9c648af-12a9-41c3-8b0c-8c6cf5ca63bd', + 'ce1611b8-c615-4240-a4a8-0e2cfd4d5a0e', 'x-ms-correlation-request-id', - 'e9c648af-12a9-41c3-8b0c-8c6cf5ca63bd', + 'ce1611b8-c615-4240-a4a8-0e2cfd4d5a0e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022159Z:e9c648af-12a9-41c3-8b0c-8c6cf5ca63bd', + 'SOUTHEASTASIA:20210924T032505Z:ce1611b8-c615-4240-a4a8-0e2cfd4d5a0e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:21:58 GMT' + 'Fri, 24 Sep 2021 03:25:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1899,19 +1431,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11860', 'x-ms-request-id', - 'e018ecac-ae67-4b10-8e23-4c7b9ac84b4a', + '1d8f9db5-fec5-41cb-ad57-3ee1cec98830', 'x-ms-correlation-request-id', - 'e018ecac-ae67-4b10-8e23-4c7b9ac84b4a', + '1d8f9db5-fec5-41cb-ad57-3ee1cec98830', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022201Z:e018ecac-ae67-4b10-8e23-4c7b9ac84b4a', + 'SOUTHEASTASIA:20210924T032508Z:1d8f9db5-fec5-41cb-ad57-3ee1cec98830', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:00 GMT' + 'Fri, 24 Sep 2021 03:25:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1935,19 +1467,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11859', 'x-ms-request-id', - '06139c0b-9565-4d71-a532-3956c95ef394', + '848e2f6a-ad4b-43f1-a51f-b578f002f494', 'x-ms-correlation-request-id', - '06139c0b-9565-4d71-a532-3956c95ef394', + '848e2f6a-ad4b-43f1-a51f-b578f002f494', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022204Z:06139c0b-9565-4d71-a532-3956c95ef394', + 'SOUTHEASTASIA:20210924T032510Z:848e2f6a-ad4b-43f1-a51f-b578f002f494', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:03 GMT' + 'Fri, 24 Sep 2021 03:25:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1971,19 +1503,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11858', 'x-ms-request-id', - '9d8850d2-4af3-44e0-8403-529c8fc4de49', + '9e0d2d27-7476-4217-891a-c92f7cd56182', 'x-ms-correlation-request-id', - '9d8850d2-4af3-44e0-8403-529c8fc4de49', + '9e0d2d27-7476-4217-891a-c92f7cd56182', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022206Z:9d8850d2-4af3-44e0-8403-529c8fc4de49', + 'SOUTHEASTASIA:20210924T032512Z:9e0d2d27-7476-4217-891a-c92f7cd56182', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:05 GMT' + 'Fri, 24 Sep 2021 03:25:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2007,19 +1539,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11857', 'x-ms-request-id', - 'b9eb21d7-cce2-48fd-96c7-5d4bafa75022', + '654565e8-63fc-4d26-9891-0e5255b79d01', 'x-ms-correlation-request-id', - 'b9eb21d7-cce2-48fd-96c7-5d4bafa75022', + '654565e8-63fc-4d26-9891-0e5255b79d01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022208Z:b9eb21d7-cce2-48fd-96c7-5d4bafa75022', + 'SOUTHEASTASIA:20210924T032514Z:654565e8-63fc-4d26-9891-0e5255b79d01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:07 GMT' + 'Fri, 24 Sep 2021 03:25:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2043,19 +1575,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11856', 'x-ms-request-id', - '32351db6-564e-43b5-9ebd-be59037c8352', + 'ec0bf692-fa5c-4b6f-b98b-888cfe5ca894', 'x-ms-correlation-request-id', - '32351db6-564e-43b5-9ebd-be59037c8352', + 'ec0bf692-fa5c-4b6f-b98b-888cfe5ca894', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022211Z:32351db6-564e-43b5-9ebd-be59037c8352', + 'SOUTHEASTASIA:20210924T032517Z:ec0bf692-fa5c-4b6f-b98b-888cfe5ca894', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:10 GMT' + 'Fri, 24 Sep 2021 03:25:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2079,19 +1611,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11855', 'x-ms-request-id', - '19482bd6-b142-4c8d-8913-fc0312a9de5c', + '4604e5bf-b587-4229-8c94-963623f1cff5', 'x-ms-correlation-request-id', - '19482bd6-b142-4c8d-8913-fc0312a9de5c', + '4604e5bf-b587-4229-8c94-963623f1cff5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022213Z:19482bd6-b142-4c8d-8913-fc0312a9de5c', + 'SOUTHEASTASIA:20210924T032519Z:4604e5bf-b587-4229-8c94-963623f1cff5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:12 GMT' + 'Fri, 24 Sep 2021 03:25:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2115,19 +1647,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11854', 'x-ms-request-id', - '1a4933d3-b1b5-4894-93ec-18066d7ec1cf', + '6e711e26-e7e6-4249-b25e-80163972766d', 'x-ms-correlation-request-id', - '1a4933d3-b1b5-4894-93ec-18066d7ec1cf', + '6e711e26-e7e6-4249-b25e-80163972766d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022215Z:1a4933d3-b1b5-4894-93ec-18066d7ec1cf', + 'SOUTHEASTASIA:20210924T032521Z:6e711e26-e7e6-4249-b25e-80163972766d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:14 GMT' + 'Fri, 24 Sep 2021 03:25:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2151,19 +1683,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11853', 'x-ms-request-id', - '6cecd678-c537-4b85-a892-d58920992b52', + 'd81033e2-e733-4a55-a109-c644190a7851', 'x-ms-correlation-request-id', - '6cecd678-c537-4b85-a892-d58920992b52', + 'd81033e2-e733-4a55-a109-c644190a7851', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022217Z:6cecd678-c537-4b85-a892-d58920992b52', + 'SOUTHEASTASIA:20210924T032524Z:d81033e2-e733-4a55-a109-c644190a7851', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:16 GMT' + 'Fri, 24 Sep 2021 03:25:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2187,19 +1719,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11852', 'x-ms-request-id', - '94b620c2-8c4c-42e2-875d-aecf261e3b7f', + '320f797c-0e63-4de2-93f5-21d448f762d4', 'x-ms-correlation-request-id', - '94b620c2-8c4c-42e2-875d-aecf261e3b7f', + '320f797c-0e63-4de2-93f5-21d448f762d4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022220Z:94b620c2-8c4c-42e2-875d-aecf261e3b7f', + 'SOUTHEASTASIA:20210924T032526Z:320f797c-0e63-4de2-93f5-21d448f762d4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:20 GMT' + 'Fri, 24 Sep 2021 03:25:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2223,19 +1755,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11851', 'x-ms-request-id', - 'ecd57f25-b8cd-47e4-a08d-2144e8c608a8', + '8ff7d879-d4af-4e29-8018-5a89e725a4be', 'x-ms-correlation-request-id', - 'ecd57f25-b8cd-47e4-a08d-2144e8c608a8', + '8ff7d879-d4af-4e29-8018-5a89e725a4be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022222Z:ecd57f25-b8cd-47e4-a08d-2144e8c608a8', + 'SOUTHEASTASIA:20210924T032529Z:8ff7d879-d4af-4e29-8018-5a89e725a4be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:22 GMT' + 'Fri, 24 Sep 2021 03:25:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2259,19 +1791,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11850', 'x-ms-request-id', - 'f1eced16-2d73-4822-b6ef-d7130c03eedc', + 'cda35890-b006-405b-988a-14dee49b1291', 'x-ms-correlation-request-id', - 'f1eced16-2d73-4822-b6ef-d7130c03eedc', + 'cda35890-b006-405b-988a-14dee49b1291', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022224Z:f1eced16-2d73-4822-b6ef-d7130c03eedc', + 'SOUTHEASTASIA:20210924T032531Z:cda35890-b006-405b-988a-14dee49b1291', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:24 GMT' + 'Fri, 24 Sep 2021 03:25:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2295,19 +1827,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11849', 'x-ms-request-id', - 'b41815b6-efa6-48ba-abfd-10af7a88820c', + '7eb31d9f-c23e-43de-8969-dd58858fe83a', 'x-ms-correlation-request-id', - 'b41815b6-efa6-48ba-abfd-10af7a88820c', + '7eb31d9f-c23e-43de-8969-dd58858fe83a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022227Z:b41815b6-efa6-48ba-abfd-10af7a88820c', + 'SOUTHEASTASIA:20210924T032533Z:7eb31d9f-c23e-43de-8969-dd58858fe83a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:27 GMT' + 'Fri, 24 Sep 2021 03:25:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2331,19 +1863,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11848', 'x-ms-request-id', - '59cd9009-9332-4361-8908-dbe79da96e10', + 'd3bda978-445d-42e6-9987-add4692a9686', 'x-ms-correlation-request-id', - '59cd9009-9332-4361-8908-dbe79da96e10', + 'd3bda978-445d-42e6-9987-add4692a9686', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022229Z:59cd9009-9332-4361-8908-dbe79da96e10', + 'SOUTHEASTASIA:20210924T032535Z:d3bda978-445d-42e6-9987-add4692a9686', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:29 GMT' + 'Fri, 24 Sep 2021 03:25:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2367,19 +1899,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11847', 'x-ms-request-id', - 'a8cfb1a0-7507-4134-b8a6-cbf3139a003f', + '7727caa4-49aa-4be9-bb96-bc22834bf6ec', 'x-ms-correlation-request-id', - 'a8cfb1a0-7507-4134-b8a6-cbf3139a003f', + '7727caa4-49aa-4be9-bb96-bc22834bf6ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022231Z:a8cfb1a0-7507-4134-b8a6-cbf3139a003f', + 'SOUTHEASTASIA:20210924T032538Z:7727caa4-49aa-4be9-bb96-bc22834bf6ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:31 GMT' + 'Fri, 24 Sep 2021 03:25:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2403,19 +1935,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11846', 'x-ms-request-id', - '0e578db2-4394-4840-9a90-1f79e43cb743', + '746be1e3-65e7-412a-b431-a6b2505444b1', 'x-ms-correlation-request-id', - '0e578db2-4394-4840-9a90-1f79e43cb743', + '746be1e3-65e7-412a-b431-a6b2505444b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022234Z:0e578db2-4394-4840-9a90-1f79e43cb743', + 'SOUTHEASTASIA:20210924T032540Z:746be1e3-65e7-412a-b431-a6b2505444b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:34 GMT' + 'Fri, 24 Sep 2021 03:25:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2439,19 +1971,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11845', 'x-ms-request-id', - '8ea9dcb6-4b9c-4c54-a815-c8ac5f037d94', + '2574ef16-4ef1-4ec9-8543-ab998da1e981', 'x-ms-correlation-request-id', - '8ea9dcb6-4b9c-4c54-a815-c8ac5f037d94', + '2574ef16-4ef1-4ec9-8543-ab998da1e981', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022236Z:8ea9dcb6-4b9c-4c54-a815-c8ac5f037d94', + 'SOUTHEASTASIA:20210924T032542Z:2574ef16-4ef1-4ec9-8543-ab998da1e981', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:36 GMT' + 'Fri, 24 Sep 2021 03:25:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2475,19 +2007,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11844', 'x-ms-request-id', - '07ed1707-7a9a-4796-8c62-c6c45d9cd154', + '142a9420-5ad8-4556-a203-82580d9fd1c5', 'x-ms-correlation-request-id', - '07ed1707-7a9a-4796-8c62-c6c45d9cd154', + '142a9420-5ad8-4556-a203-82580d9fd1c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022238Z:07ed1707-7a9a-4796-8c62-c6c45d9cd154', + 'SOUTHEASTASIA:20210924T032545Z:142a9420-5ad8-4556-a203-82580d9fd1c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:38 GMT' + 'Fri, 24 Sep 2021 03:25:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2511,19 +2043,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11843', 'x-ms-request-id', - 'aff1866c-5c7a-48ed-ad53-5b4d348738eb', + '4a32008c-f2e6-420f-a2f0-af16bcb89dbf', 'x-ms-correlation-request-id', - 'aff1866c-5c7a-48ed-ad53-5b4d348738eb', + '4a32008c-f2e6-420f-a2f0-af16bcb89dbf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022241Z:aff1866c-5c7a-48ed-ad53-5b4d348738eb', + 'SOUTHEASTASIA:20210924T032547Z:4a32008c-f2e6-420f-a2f0-af16bcb89dbf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:40 GMT' + 'Fri, 24 Sep 2021 03:25:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2547,19 +2079,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11842', 'x-ms-request-id', - 'ea429694-9505-4374-9191-6dc28cdac5f6', + '1b0fe6c5-f834-4ee8-8235-e327b8746588', 'x-ms-correlation-request-id', - 'ea429694-9505-4374-9191-6dc28cdac5f6', + '1b0fe6c5-f834-4ee8-8235-e327b8746588', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022243Z:ea429694-9505-4374-9191-6dc28cdac5f6', + 'SOUTHEASTASIA:20210924T032549Z:1b0fe6c5-f834-4ee8-8235-e327b8746588', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:43 GMT' + 'Fri, 24 Sep 2021 03:25:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2583,19 +2115,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11841', 'x-ms-request-id', - 'b741eb9d-0f6e-4210-904d-200341fe5e65', + '8623832b-6829-47f8-bbdb-313ebd469344', 'x-ms-correlation-request-id', - 'b741eb9d-0f6e-4210-904d-200341fe5e65', + '8623832b-6829-47f8-bbdb-313ebd469344', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022245Z:b741eb9d-0f6e-4210-904d-200341fe5e65', + 'SOUTHEASTASIA:20210924T032552Z:8623832b-6829-47f8-bbdb-313ebd469344', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:45 GMT' + 'Fri, 24 Sep 2021 03:25:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2619,19 +2151,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11840', 'x-ms-request-id', - 'c9d3e06a-1cdc-4f57-9a22-58f34ae8f670', + 'cb38d2b3-3535-43b2-a3d4-d542b2577e80', 'x-ms-correlation-request-id', - 'c9d3e06a-1cdc-4f57-9a22-58f34ae8f670', + 'cb38d2b3-3535-43b2-a3d4-d542b2577e80', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022248Z:c9d3e06a-1cdc-4f57-9a22-58f34ae8f670', + 'SOUTHEASTASIA:20210924T032554Z:cb38d2b3-3535-43b2-a3d4-d542b2577e80', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:47 GMT' + 'Fri, 24 Sep 2021 03:25:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2655,19 +2187,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11839', 'x-ms-request-id', - '1c074a8d-2145-49cd-aa29-f181e1c87d94', + 'dc03f8c7-d89b-46f0-ab75-4be3ab268f18', 'x-ms-correlation-request-id', - '1c074a8d-2145-49cd-aa29-f181e1c87d94', + 'dc03f8c7-d89b-46f0-ab75-4be3ab268f18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022250Z:1c074a8d-2145-49cd-aa29-f181e1c87d94', + 'SOUTHEASTASIA:20210924T032556Z:dc03f8c7-d89b-46f0-ab75-4be3ab268f18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:50 GMT' + 'Fri, 24 Sep 2021 03:25:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2691,19 +2223,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11838', 'x-ms-request-id', - 'bbb5a12c-8745-4ad4-946d-7680e1e46880', + '826ed787-95dc-4233-9c0a-848742984898', 'x-ms-correlation-request-id', - 'bbb5a12c-8745-4ad4-946d-7680e1e46880', + '826ed787-95dc-4233-9c0a-848742984898', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022252Z:bbb5a12c-8745-4ad4-946d-7680e1e46880', + 'SOUTHEASTASIA:20210924T032559Z:826ed787-95dc-4233-9c0a-848742984898', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:52 GMT' + 'Fri, 24 Sep 2021 03:25:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2727,19 +2259,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11837', 'x-ms-request-id', - 'eacd392c-065e-4f86-a7b3-f09154213335', + '61a86c78-7881-48dd-a6d4-3cc8bc90aca8', 'x-ms-correlation-request-id', - 'eacd392c-065e-4f86-a7b3-f09154213335', + '61a86c78-7881-48dd-a6d4-3cc8bc90aca8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022255Z:eacd392c-065e-4f86-a7b3-f09154213335', + 'SOUTHEASTASIA:20210924T032602Z:61a86c78-7881-48dd-a6d4-3cc8bc90aca8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:54 GMT' + 'Fri, 24 Sep 2021 03:26:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2763,19 +2295,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11836', 'x-ms-request-id', - 'fbcbf17e-9d06-46f1-a8fa-1b0c402fc883', + '60eb8583-c01a-452d-950c-5d475a1cc3a7', 'x-ms-correlation-request-id', - 'fbcbf17e-9d06-46f1-a8fa-1b0c402fc883', + '60eb8583-c01a-452d-950c-5d475a1cc3a7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022257Z:fbcbf17e-9d06-46f1-a8fa-1b0c402fc883', + 'SOUTHEASTASIA:20210924T032604Z:60eb8583-c01a-452d-950c-5d475a1cc3a7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:57 GMT' + 'Fri, 24 Sep 2021 03:26:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2799,19 +2331,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11835', 'x-ms-request-id', - 'f7098a7b-980e-4a55-b9f9-dd3980637476', + '25adb031-9346-4f1d-9bbe-c0c1e9ee09fa', 'x-ms-correlation-request-id', - 'f7098a7b-980e-4a55-b9f9-dd3980637476', + '25adb031-9346-4f1d-9bbe-c0c1e9ee09fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022259Z:f7098a7b-980e-4a55-b9f9-dd3980637476', + 'SOUTHEASTASIA:20210924T032606Z:25adb031-9346-4f1d-9bbe-c0c1e9ee09fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:22:59 GMT' + 'Fri, 24 Sep 2021 03:26:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2835,19 +2367,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11834', 'x-ms-request-id', - '9ae39c33-b969-43a3-9adf-b5e64ab12ede', + '79eed637-c0e8-419d-a13c-df0ae6318671', 'x-ms-correlation-request-id', - '9ae39c33-b969-43a3-9adf-b5e64ab12ede', + '79eed637-c0e8-419d-a13c-df0ae6318671', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022301Z:9ae39c33-b969-43a3-9adf-b5e64ab12ede', + 'SOUTHEASTASIA:20210924T032609Z:79eed637-c0e8-419d-a13c-df0ae6318671', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:01 GMT' + 'Fri, 24 Sep 2021 03:26:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2871,19 +2403,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11833', 'x-ms-request-id', - 'c327bab6-1525-4308-a174-7da5c24cef14', + '27bc0d17-e1bb-495f-885f-23eba1b37a0f', 'x-ms-correlation-request-id', - 'c327bab6-1525-4308-a174-7da5c24cef14', + '27bc0d17-e1bb-495f-885f-23eba1b37a0f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022304Z:c327bab6-1525-4308-a174-7da5c24cef14', + 'SOUTHEASTASIA:20210924T032612Z:27bc0d17-e1bb-495f-885f-23eba1b37a0f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:04 GMT' + 'Fri, 24 Sep 2021 03:26:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2907,19 +2439,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11832', 'x-ms-request-id', - '05206030-07bb-4311-b5be-2e7e10fecc32', + '3a55d95d-1488-4731-a613-4a650427cfac', 'x-ms-correlation-request-id', - '05206030-07bb-4311-b5be-2e7e10fecc32', + '3a55d95d-1488-4731-a613-4a650427cfac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022306Z:05206030-07bb-4311-b5be-2e7e10fecc32', + 'SOUTHEASTASIA:20210924T032614Z:3a55d95d-1488-4731-a613-4a650427cfac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:06 GMT' + 'Fri, 24 Sep 2021 03:26:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2943,19 +2475,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11831', 'x-ms-request-id', - '10260e00-9018-42ff-867c-d47bc3ffc6a1', + 'f38faf4d-de91-4dba-8bcb-4e7eed698a66', 'x-ms-correlation-request-id', - '10260e00-9018-42ff-867c-d47bc3ffc6a1', + 'f38faf4d-de91-4dba-8bcb-4e7eed698a66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022308Z:10260e00-9018-42ff-867c-d47bc3ffc6a1', + 'SOUTHEASTASIA:20210924T032616Z:f38faf4d-de91-4dba-8bcb-4e7eed698a66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:08 GMT' + 'Fri, 24 Sep 2021 03:26:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2979,19 +2511,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11830', 'x-ms-request-id', - '328b5a7d-33b0-4b4c-8faf-ca699178a29e', + '3b80f30a-16fd-48ed-b43d-35be7454c59c', 'x-ms-correlation-request-id', - '328b5a7d-33b0-4b4c-8faf-ca699178a29e', + '3b80f30a-16fd-48ed-b43d-35be7454c59c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022311Z:328b5a7d-33b0-4b4c-8faf-ca699178a29e', + 'SOUTHEASTASIA:20210924T032619Z:3b80f30a-16fd-48ed-b43d-35be7454c59c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:10 GMT' + 'Fri, 24 Sep 2021 03:26:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3015,19 +2547,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11829', 'x-ms-request-id', - 'f39f7ff1-cfa6-47ab-8748-eefe12a2c88e', + 'e8406450-b605-4b7d-be30-935ade35582e', 'x-ms-correlation-request-id', - 'f39f7ff1-cfa6-47ab-8748-eefe12a2c88e', + 'e8406450-b605-4b7d-be30-935ade35582e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022313Z:f39f7ff1-cfa6-47ab-8748-eefe12a2c88e', + 'SOUTHEASTASIA:20210924T032621Z:e8406450-b605-4b7d-be30-935ade35582e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:13 GMT' + 'Fri, 24 Sep 2021 03:26:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3051,19 +2583,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11828', 'x-ms-request-id', - '5b0f9061-de4e-4e6c-838a-06fdc529690a', + 'e69d132f-0f79-4c2f-a001-755f3cc45bd5', 'x-ms-correlation-request-id', - '5b0f9061-de4e-4e6c-838a-06fdc529690a', + 'e69d132f-0f79-4c2f-a001-755f3cc45bd5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022315Z:5b0f9061-de4e-4e6c-838a-06fdc529690a', + 'SOUTHEASTASIA:20210924T032623Z:e69d132f-0f79-4c2f-a001-755f3cc45bd5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:15 GMT' + 'Fri, 24 Sep 2021 03:26:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3087,19 +2619,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11827', 'x-ms-request-id', - '08dc97a9-bc23-4ba7-87df-6a2fe4d2ade3', + '574c1301-9083-4f89-bdb2-ed4e280bb157', 'x-ms-correlation-request-id', - '08dc97a9-bc23-4ba7-87df-6a2fe4d2ade3', + '574c1301-9083-4f89-bdb2-ed4e280bb157', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022318Z:08dc97a9-bc23-4ba7-87df-6a2fe4d2ade3', + 'SOUTHEASTASIA:20210924T032626Z:574c1301-9083-4f89-bdb2-ed4e280bb157', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:17 GMT' + 'Fri, 24 Sep 2021 03:26:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3123,19 +2655,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11826', 'x-ms-request-id', - '8dd7aa46-da62-40f8-8011-7833c3df43eb', + '5e63051d-fd21-4694-881d-2f5a4be96475', 'x-ms-correlation-request-id', - '8dd7aa46-da62-40f8-8011-7833c3df43eb', + '5e63051d-fd21-4694-881d-2f5a4be96475', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022320Z:8dd7aa46-da62-40f8-8011-7833c3df43eb', + 'SOUTHEASTASIA:20210924T032628Z:5e63051d-fd21-4694-881d-2f5a4be96475', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:20 GMT' + 'Fri, 24 Sep 2021 03:26:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3159,19 +2691,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11825', 'x-ms-request-id', - 'f2b8639f-f4bf-4ccc-8e6f-66045b45d269', + 'de639807-1b56-4feb-85c6-7f000eecbe75', 'x-ms-correlation-request-id', - 'f2b8639f-f4bf-4ccc-8e6f-66045b45d269', + 'de639807-1b56-4feb-85c6-7f000eecbe75', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022322Z:f2b8639f-f4bf-4ccc-8e6f-66045b45d269', + 'SOUTHEASTASIA:20210924T032630Z:de639807-1b56-4feb-85c6-7f000eecbe75', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:22 GMT' + 'Fri, 24 Sep 2021 03:26:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3195,19 +2727,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11824', 'x-ms-request-id', - '32bdff30-7aae-4086-abea-3a44b210be0c', + 'b6178419-14b6-4354-93be-908b33914ca4', 'x-ms-correlation-request-id', - '32bdff30-7aae-4086-abea-3a44b210be0c', + 'b6178419-14b6-4354-93be-908b33914ca4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022325Z:32bdff30-7aae-4086-abea-3a44b210be0c', + 'SOUTHEASTASIA:20210924T032633Z:b6178419-14b6-4354-93be-908b33914ca4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:24 GMT' + 'Fri, 24 Sep 2021 03:26:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3231,19 +2763,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11823', 'x-ms-request-id', - '01f0855f-2838-4e2b-a0fd-952183635758', + '773a48d3-8223-43d9-b47e-8a5edb3ddf9d', 'x-ms-correlation-request-id', - '01f0855f-2838-4e2b-a0fd-952183635758', + '773a48d3-8223-43d9-b47e-8a5edb3ddf9d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022327Z:01f0855f-2838-4e2b-a0fd-952183635758', + 'SOUTHEASTASIA:20210924T032635Z:773a48d3-8223-43d9-b47e-8a5edb3ddf9d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:27 GMT' + 'Fri, 24 Sep 2021 03:26:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3267,19 +2799,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11822', 'x-ms-request-id', - '94d4f0ac-4772-4b7b-b324-18317f8bdd5d', + '102149c2-b2da-4825-8a9f-1f3ae8dbba57', 'x-ms-correlation-request-id', - '94d4f0ac-4772-4b7b-b324-18317f8bdd5d', + '102149c2-b2da-4825-8a9f-1f3ae8dbba57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022329Z:94d4f0ac-4772-4b7b-b324-18317f8bdd5d', + 'SOUTHEASTASIA:20210924T032637Z:102149c2-b2da-4825-8a9f-1f3ae8dbba57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:29 GMT' + 'Fri, 24 Sep 2021 03:26:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3303,19 +2835,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11821', 'x-ms-request-id', - 'c827daf1-1a5a-4eb4-8396-0f4d8c144f83', + '107ae455-e314-42f3-a786-9f24d1b429bc', 'x-ms-correlation-request-id', - 'c827daf1-1a5a-4eb4-8396-0f4d8c144f83', + '107ae455-e314-42f3-a786-9f24d1b429bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022332Z:c827daf1-1a5a-4eb4-8396-0f4d8c144f83', + 'SOUTHEASTASIA:20210924T032639Z:107ae455-e314-42f3-a786-9f24d1b429bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:31 GMT' + 'Fri, 24 Sep 2021 03:26:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3339,19 +2871,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11820', 'x-ms-request-id', - '004ef5c1-a000-45a1-b401-24e22125acb7', + '25fd1514-bba0-4e98-b7b4-752750d7b989', 'x-ms-correlation-request-id', - '004ef5c1-a000-45a1-b401-24e22125acb7', + '25fd1514-bba0-4e98-b7b4-752750d7b989', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022334Z:004ef5c1-a000-45a1-b401-24e22125acb7', + 'SOUTHEASTASIA:20210924T032642Z:25fd1514-bba0-4e98-b7b4-752750d7b989', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:34 GMT' + 'Fri, 24 Sep 2021 03:26:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3375,19 +2907,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11819', 'x-ms-request-id', - 'bd1590b0-e25e-49bf-854b-8f445c7f18bc', + 'a7933ee7-b39c-4cf2-b8f2-4a3ea5568862', 'x-ms-correlation-request-id', - 'bd1590b0-e25e-49bf-854b-8f445c7f18bc', + 'a7933ee7-b39c-4cf2-b8f2-4a3ea5568862', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022336Z:bd1590b0-e25e-49bf-854b-8f445c7f18bc', + 'SOUTHEASTASIA:20210924T032644Z:a7933ee7-b39c-4cf2-b8f2-4a3ea5568862', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:36 GMT' + 'Fri, 24 Sep 2021 03:26:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3411,19 +2943,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11818', 'x-ms-request-id', - '4ae7e46a-2621-4437-862f-b78922f17f63', + '3ecef09b-f3c4-41eb-82bc-4d4f319c496a', 'x-ms-correlation-request-id', - '4ae7e46a-2621-4437-862f-b78922f17f63', + '3ecef09b-f3c4-41eb-82bc-4d4f319c496a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022339Z:4ae7e46a-2621-4437-862f-b78922f17f63', + 'SOUTHEASTASIA:20210924T032646Z:3ecef09b-f3c4-41eb-82bc-4d4f319c496a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:38 GMT' + 'Fri, 24 Sep 2021 03:26:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3447,19 +2979,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11817', 'x-ms-request-id', - '65778920-e433-4f9e-8cf7-31071db0efc7', + 'f3684345-7304-4bd2-8174-937c9303f17e', 'x-ms-correlation-request-id', - '65778920-e433-4f9e-8cf7-31071db0efc7', + 'f3684345-7304-4bd2-8174-937c9303f17e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022341Z:65778920-e433-4f9e-8cf7-31071db0efc7', + 'SOUTHEASTASIA:20210924T032649Z:f3684345-7304-4bd2-8174-937c9303f17e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:41 GMT' + 'Fri, 24 Sep 2021 03:26:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3483,19 +3015,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11816', 'x-ms-request-id', - '265d15fd-3f0f-43bc-82d2-25e50e38e1cd', + '2cfe4778-a812-4aca-8412-9594bb973b6d', 'x-ms-correlation-request-id', - '265d15fd-3f0f-43bc-82d2-25e50e38e1cd', + '2cfe4778-a812-4aca-8412-9594bb973b6d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022343Z:265d15fd-3f0f-43bc-82d2-25e50e38e1cd', + 'SOUTHEASTASIA:20210924T032651Z:2cfe4778-a812-4aca-8412-9594bb973b6d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:43 GMT' + 'Fri, 24 Sep 2021 03:26:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3519,19 +3051,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11815', 'x-ms-request-id', - '7133b1eb-8ff1-48bb-9e88-1ec25ccb3ca1', + '4edb0daa-354e-4022-8391-6d21b520b632', 'x-ms-correlation-request-id', - '7133b1eb-8ff1-48bb-9e88-1ec25ccb3ca1', + '4edb0daa-354e-4022-8391-6d21b520b632', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022346Z:7133b1eb-8ff1-48bb-9e88-1ec25ccb3ca1', + 'SOUTHEASTASIA:20210924T032653Z:4edb0daa-354e-4022-8391-6d21b520b632', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:45 GMT' + 'Fri, 24 Sep 2021 03:26:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3555,19 +3087,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11814', 'x-ms-request-id', - '34b78266-88c3-46ed-811f-452112591048', + '3a962060-0eba-479f-ac6d-5c9d573e30bc', 'x-ms-correlation-request-id', - '34b78266-88c3-46ed-811f-452112591048', + '3a962060-0eba-479f-ac6d-5c9d573e30bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022348Z:34b78266-88c3-46ed-811f-452112591048', + 'SOUTHEASTASIA:20210924T032656Z:3a962060-0eba-479f-ac6d-5c9d573e30bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:47 GMT' + 'Fri, 24 Sep 2021 03:26:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3591,19 +3123,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11813', 'x-ms-request-id', - '3e857785-7929-4e54-bd31-b635b3f574d7', + 'e6d3c8ae-79ec-4c60-9f10-1f1e518e6b5e', 'x-ms-correlation-request-id', - '3e857785-7929-4e54-bd31-b635b3f574d7', + 'e6d3c8ae-79ec-4c60-9f10-1f1e518e6b5e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022350Z:3e857785-7929-4e54-bd31-b635b3f574d7', + 'SOUTHEASTASIA:20210924T032658Z:e6d3c8ae-79ec-4c60-9f10-1f1e518e6b5e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:50 GMT' + 'Fri, 24 Sep 2021 03:26:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3627,19 +3159,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11812', 'x-ms-request-id', - 'ef6f5303-18ad-4bc6-921a-073501b387b2', + '143feea8-1eda-4b40-9f17-ad40494f9c5c', 'x-ms-correlation-request-id', - 'ef6f5303-18ad-4bc6-921a-073501b387b2', + '143feea8-1eda-4b40-9f17-ad40494f9c5c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022352Z:ef6f5303-18ad-4bc6-921a-073501b387b2', + 'SOUTHEASTASIA:20210924T032701Z:143feea8-1eda-4b40-9f17-ad40494f9c5c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:52 GMT' + 'Fri, 24 Sep 2021 03:27:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3663,19 +3195,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11811', 'x-ms-request-id', - 'b1d75d74-4de3-46d4-90ea-d7ffa0474836', + '51b987ac-4c6d-4a5d-8be2-feb0ab94367d', 'x-ms-correlation-request-id', - 'b1d75d74-4de3-46d4-90ea-d7ffa0474836', + '51b987ac-4c6d-4a5d-8be2-feb0ab94367d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022355Z:b1d75d74-4de3-46d4-90ea-d7ffa0474836', + 'SOUTHEASTASIA:20210924T032703Z:51b987ac-4c6d-4a5d-8be2-feb0ab94367d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:54 GMT' + 'Fri, 24 Sep 2021 03:27:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3699,19 +3231,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11810', 'x-ms-request-id', - '418bdacb-0cb0-4283-ae87-a86585f0ffed', + '9e8ce4ea-1f77-4484-b639-3231e50612e1', 'x-ms-correlation-request-id', - '418bdacb-0cb0-4283-ae87-a86585f0ffed', + '9e8ce4ea-1f77-4484-b639-3231e50612e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022357Z:418bdacb-0cb0-4283-ae87-a86585f0ffed', + 'SOUTHEASTASIA:20210924T032706Z:9e8ce4ea-1f77-4484-b639-3231e50612e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:57 GMT' + 'Fri, 24 Sep 2021 03:27:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3735,19 +3267,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11809', 'x-ms-request-id', - '5e34c502-f08c-4a64-93e1-e88e69e4503f', + '7a1f907d-dc17-45aa-b5df-b48ba4327ccb', 'x-ms-correlation-request-id', - '5e34c502-f08c-4a64-93e1-e88e69e4503f', + '7a1f907d-dc17-45aa-b5df-b48ba4327ccb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022359Z:5e34c502-f08c-4a64-93e1-e88e69e4503f', + 'SOUTHEASTASIA:20210924T032708Z:7a1f907d-dc17-45aa-b5df-b48ba4327ccb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:23:59 GMT' + 'Fri, 24 Sep 2021 03:27:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3771,19 +3303,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11808', 'x-ms-request-id', - 'cac41d10-254e-4dab-9c46-d1a995dbbd43', + 'f107319f-3206-447b-a7d5-dacf6a461285', 'x-ms-correlation-request-id', - 'cac41d10-254e-4dab-9c46-d1a995dbbd43', + 'f107319f-3206-447b-a7d5-dacf6a461285', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022402Z:cac41d10-254e-4dab-9c46-d1a995dbbd43', + 'SOUTHEASTASIA:20210924T032710Z:f107319f-3206-447b-a7d5-dacf6a461285', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:01 GMT' + 'Fri, 24 Sep 2021 03:27:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3807,19 +3339,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11807', 'x-ms-request-id', - '1cfeea80-a758-4ace-a60b-a5c079aa21e2', + '0dcc1a92-2070-49c2-ae63-54d31a7e1dbf', 'x-ms-correlation-request-id', - '1cfeea80-a758-4ace-a60b-a5c079aa21e2', + '0dcc1a92-2070-49c2-ae63-54d31a7e1dbf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022404Z:1cfeea80-a758-4ace-a60b-a5c079aa21e2', + 'SOUTHEASTASIA:20210924T032713Z:0dcc1a92-2070-49c2-ae63-54d31a7e1dbf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:04 GMT' + 'Fri, 24 Sep 2021 03:27:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3843,19 +3375,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11806', 'x-ms-request-id', - '311e5131-94d8-4092-a3b9-15847b79e92a', + 'da92bfc1-6dd3-400d-8d2d-f15980159ba5', 'x-ms-correlation-request-id', - '311e5131-94d8-4092-a3b9-15847b79e92a', + 'da92bfc1-6dd3-400d-8d2d-f15980159ba5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022406Z:311e5131-94d8-4092-a3b9-15847b79e92a', + 'SOUTHEASTASIA:20210924T032715Z:da92bfc1-6dd3-400d-8d2d-f15980159ba5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:06 GMT' + 'Fri, 24 Sep 2021 03:27:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3879,19 +3411,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11805', 'x-ms-request-id', - '3c239321-fdf1-4781-b8b4-5697607d7159', + '4280ef99-c355-4e8b-82e5-8cf86c2f13d6', 'x-ms-correlation-request-id', - '3c239321-fdf1-4781-b8b4-5697607d7159', + '4280ef99-c355-4e8b-82e5-8cf86c2f13d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022409Z:3c239321-fdf1-4781-b8b4-5697607d7159', + 'SOUTHEASTASIA:20210924T032717Z:4280ef99-c355-4e8b-82e5-8cf86c2f13d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:08 GMT' + 'Fri, 24 Sep 2021 03:27:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3915,19 +3447,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11804', 'x-ms-request-id', - '3dc824fc-b065-43d8-8174-ee2a655a509e', + '23a8365a-ed1b-4c2a-823e-b140b51f9896', 'x-ms-correlation-request-id', - '3dc824fc-b065-43d8-8174-ee2a655a509e', + '23a8365a-ed1b-4c2a-823e-b140b51f9896', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022411Z:3dc824fc-b065-43d8-8174-ee2a655a509e', + 'SOUTHEASTASIA:20210924T032720Z:23a8365a-ed1b-4c2a-823e-b140b51f9896', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:10 GMT' + 'Fri, 24 Sep 2021 03:27:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3951,19 +3483,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11803', 'x-ms-request-id', - 'e737a056-feae-4151-8607-0c9ad3f4e3ee', + '87e0024a-6d5e-4f96-920c-e0a1823bfb7b', 'x-ms-correlation-request-id', - 'e737a056-feae-4151-8607-0c9ad3f4e3ee', + '87e0024a-6d5e-4f96-920c-e0a1823bfb7b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022413Z:e737a056-feae-4151-8607-0c9ad3f4e3ee', + 'SOUTHEASTASIA:20210924T032722Z:87e0024a-6d5e-4f96-920c-e0a1823bfb7b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:13 GMT' + 'Fri, 24 Sep 2021 03:27:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3987,19 +3519,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11802', 'x-ms-request-id', - 'd143caaa-e4d7-481d-b884-30f09d9971d9', + '3e3f60ce-4689-4fc9-b0dc-20d59eccfff7', 'x-ms-correlation-request-id', - 'd143caaa-e4d7-481d-b884-30f09d9971d9', + '3e3f60ce-4689-4fc9-b0dc-20d59eccfff7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022416Z:d143caaa-e4d7-481d-b884-30f09d9971d9', + 'SOUTHEASTASIA:20210924T032724Z:3e3f60ce-4689-4fc9-b0dc-20d59eccfff7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:15 GMT' + 'Fri, 24 Sep 2021 03:27:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4023,19 +3555,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11801', 'x-ms-request-id', - '285f417b-02e3-4493-883e-b11938aa05cb', + '87b342ba-4f95-4dbd-a31c-e0b3a8406673', 'x-ms-correlation-request-id', - '285f417b-02e3-4493-883e-b11938aa05cb', + '87b342ba-4f95-4dbd-a31c-e0b3a8406673', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022418Z:285f417b-02e3-4493-883e-b11938aa05cb', + 'SOUTHEASTASIA:20210924T032727Z:87b342ba-4f95-4dbd-a31c-e0b3a8406673', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:17 GMT' + 'Fri, 24 Sep 2021 03:27:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4059,19 +3591,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11800', 'x-ms-request-id', - 'f25c814c-15ea-4fee-bdfc-dd990b85f04d', + '5dbe968e-4fd6-4308-847b-b0e5692beab4', 'x-ms-correlation-request-id', - 'f25c814c-15ea-4fee-bdfc-dd990b85f04d', + '5dbe968e-4fd6-4308-847b-b0e5692beab4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022420Z:f25c814c-15ea-4fee-bdfc-dd990b85f04d', + 'SOUTHEASTASIA:20210924T032729Z:5dbe968e-4fd6-4308-847b-b0e5692beab4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:20 GMT' + 'Fri, 24 Sep 2021 03:27:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4095,19 +3627,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11799', 'x-ms-request-id', - '2a1ba1c8-3a12-4987-beeb-63125b1bf8e6', + '2e377b16-e00a-478e-9e64-4836a94f8f88', 'x-ms-correlation-request-id', - '2a1ba1c8-3a12-4987-beeb-63125b1bf8e6', + '2e377b16-e00a-478e-9e64-4836a94f8f88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022423Z:2a1ba1c8-3a12-4987-beeb-63125b1bf8e6', + 'SOUTHEASTASIA:20210924T032731Z:2e377b16-e00a-478e-9e64-4836a94f8f88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:22 GMT' + 'Fri, 24 Sep 2021 03:27:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4131,19 +3663,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11798', 'x-ms-request-id', - 'f5d0f6aa-20dd-4d2b-b900-016ddb450876', + '33374f57-6b0b-4b0e-82f8-c5a30182dd04', 'x-ms-correlation-request-id', - 'f5d0f6aa-20dd-4d2b-b900-016ddb450876', + '33374f57-6b0b-4b0e-82f8-c5a30182dd04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022425Z:f5d0f6aa-20dd-4d2b-b900-016ddb450876', + 'SOUTHEASTASIA:20210924T032734Z:33374f57-6b0b-4b0e-82f8-c5a30182dd04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:24 GMT' + 'Fri, 24 Sep 2021 03:27:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4167,19 +3699,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11797', 'x-ms-request-id', - 'fb7bf796-b073-4eb8-963b-6f20bd20ef95', + 'b37d15aa-ffe2-415f-ada8-303d9a9867cc', 'x-ms-correlation-request-id', - 'fb7bf796-b073-4eb8-963b-6f20bd20ef95', + 'b37d15aa-ffe2-415f-ada8-303d9a9867cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022427Z:fb7bf796-b073-4eb8-963b-6f20bd20ef95', + 'SOUTHEASTASIA:20210924T032736Z:b37d15aa-ffe2-415f-ada8-303d9a9867cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:27 GMT' + 'Fri, 24 Sep 2021 03:27:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4203,19 +3735,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11796', 'x-ms-request-id', - 'a682b5d4-55cc-43d3-b9c7-f457cd509dd7', + '61b84f36-89e3-449b-8010-117250f6769d', 'x-ms-correlation-request-id', - 'a682b5d4-55cc-43d3-b9c7-f457cd509dd7', + '61b84f36-89e3-449b-8010-117250f6769d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022430Z:a682b5d4-55cc-43d3-b9c7-f457cd509dd7', + 'SOUTHEASTASIA:20210924T032738Z:61b84f36-89e3-449b-8010-117250f6769d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:29 GMT' + 'Fri, 24 Sep 2021 03:27:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4239,19 +3771,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11795', 'x-ms-request-id', - '784a6f85-f629-4974-84b6-fa34409693d5', + '88a37d91-3eb7-4326-9d96-bb078f9869d3', 'x-ms-correlation-request-id', - '784a6f85-f629-4974-84b6-fa34409693d5', + '88a37d91-3eb7-4326-9d96-bb078f9869d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022432Z:784a6f85-f629-4974-84b6-fa34409693d5', + 'SOUTHEASTASIA:20210924T032740Z:88a37d91-3eb7-4326-9d96-bb078f9869d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:31 GMT' + 'Fri, 24 Sep 2021 03:27:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4275,19 +3807,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11794', 'x-ms-request-id', - '562b4443-ccf7-4337-ac56-9d177179e9a9', + '6475ab63-d509-4634-b444-ab0f3ff5dcfe', 'x-ms-correlation-request-id', - '562b4443-ccf7-4337-ac56-9d177179e9a9', + '6475ab63-d509-4634-b444-ab0f3ff5dcfe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022434Z:562b4443-ccf7-4337-ac56-9d177179e9a9', + 'SOUTHEASTASIA:20210924T032743Z:6475ab63-d509-4634-b444-ab0f3ff5dcfe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:34 GMT' + 'Fri, 24 Sep 2021 03:27:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4311,19 +3843,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11793', 'x-ms-request-id', - '2ed9c745-2dce-4415-902c-67e1eb729bb0', + 'dfe700af-f0ef-4913-af3a-4511f71b8bd0', 'x-ms-correlation-request-id', - '2ed9c745-2dce-4415-902c-67e1eb729bb0', + 'dfe700af-f0ef-4913-af3a-4511f71b8bd0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022437Z:2ed9c745-2dce-4415-902c-67e1eb729bb0', + 'SOUTHEASTASIA:20210924T032745Z:dfe700af-f0ef-4913-af3a-4511f71b8bd0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:36 GMT' + 'Fri, 24 Sep 2021 03:27:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4347,19 +3879,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11792', 'x-ms-request-id', - 'd33090a1-d280-4a93-acd3-2fbe1ccae8bf', + '704c9d68-47b7-44fd-85c2-693f0ebda86e', 'x-ms-correlation-request-id', - 'd33090a1-d280-4a93-acd3-2fbe1ccae8bf', + '704c9d68-47b7-44fd-85c2-693f0ebda86e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022439Z:d33090a1-d280-4a93-acd3-2fbe1ccae8bf', + 'SOUTHEASTASIA:20210924T032747Z:704c9d68-47b7-44fd-85c2-693f0ebda86e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:38 GMT' + 'Fri, 24 Sep 2021 03:27:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4383,19 +3915,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11791', 'x-ms-request-id', - '220b09d2-a1e6-48dc-995f-7ff13ea3492e', + '0a9ded64-297b-4eb3-a232-71e0cf4b4a56', 'x-ms-correlation-request-id', - '220b09d2-a1e6-48dc-995f-7ff13ea3492e', + '0a9ded64-297b-4eb3-a232-71e0cf4b4a56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022441Z:220b09d2-a1e6-48dc-995f-7ff13ea3492e', + 'SOUTHEASTASIA:20210924T032750Z:0a9ded64-297b-4eb3-a232-71e0cf4b4a56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:40 GMT' + 'Fri, 24 Sep 2021 03:27:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4419,19 +3951,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11790', 'x-ms-request-id', - 'e493afe3-de14-434a-8393-44d6fcdde3b9', + 'f812c877-9852-4716-a483-afa1cd7b6fc6', 'x-ms-correlation-request-id', - 'e493afe3-de14-434a-8393-44d6fcdde3b9', + 'f812c877-9852-4716-a483-afa1cd7b6fc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022443Z:e493afe3-de14-434a-8393-44d6fcdde3b9', + 'SOUTHEASTASIA:20210924T032752Z:f812c877-9852-4716-a483-afa1cd7b6fc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:43 GMT' + 'Fri, 24 Sep 2021 03:27:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4455,19 +3987,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11789', 'x-ms-request-id', - 'b4c417d8-5d52-4581-b38e-717c305d16b1', + '2c3f9a66-4787-4040-a7ad-dbce4e664961', 'x-ms-correlation-request-id', - 'b4c417d8-5d52-4581-b38e-717c305d16b1', + '2c3f9a66-4787-4040-a7ad-dbce4e664961', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022446Z:b4c417d8-5d52-4581-b38e-717c305d16b1', + 'SOUTHEASTASIA:20210924T032754Z:2c3f9a66-4787-4040-a7ad-dbce4e664961', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:45 GMT' + 'Fri, 24 Sep 2021 03:27:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4491,19 +4023,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11788', 'x-ms-request-id', - 'b0199891-892a-49d2-970f-c808695c324a', + '8511fa21-0993-4eff-b027-c7a7da7873a2', 'x-ms-correlation-request-id', - 'b0199891-892a-49d2-970f-c808695c324a', + '8511fa21-0993-4eff-b027-c7a7da7873a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022448Z:b0199891-892a-49d2-970f-c808695c324a', + 'SOUTHEASTASIA:20210924T032757Z:8511fa21-0993-4eff-b027-c7a7da7873a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:47 GMT' + 'Fri, 24 Sep 2021 03:27:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4527,19 +4059,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11787', 'x-ms-request-id', - 'd987b928-f8df-457c-aace-09b06b819dec', + 'a6b9a9ce-fce7-4902-ad32-27c526fe4d01', 'x-ms-correlation-request-id', - 'd987b928-f8df-457c-aace-09b06b819dec', + 'a6b9a9ce-fce7-4902-ad32-27c526fe4d01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022450Z:d987b928-f8df-457c-aace-09b06b819dec', + 'SOUTHEASTASIA:20210924T032759Z:a6b9a9ce-fce7-4902-ad32-27c526fe4d01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:50 GMT' + 'Fri, 24 Sep 2021 03:27:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4563,19 +4095,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11786', 'x-ms-request-id', - '0628431d-2e97-4d39-9a4e-677b06ae2a6a', + '919f6259-3969-4269-8c61-f135f17363fc', 'x-ms-correlation-request-id', - '0628431d-2e97-4d39-9a4e-677b06ae2a6a', + '919f6259-3969-4269-8c61-f135f17363fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022453Z:0628431d-2e97-4d39-9a4e-677b06ae2a6a', + 'SOUTHEASTASIA:20210924T032802Z:919f6259-3969-4269-8c61-f135f17363fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:52 GMT' + 'Fri, 24 Sep 2021 03:28:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4599,19 +4131,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11785', 'x-ms-request-id', - 'ef3ee904-4a44-4b8c-94bd-953664483a74', + 'a9e37d17-bac4-48df-ad2e-bf575381a70c', 'x-ms-correlation-request-id', - 'ef3ee904-4a44-4b8c-94bd-953664483a74', + 'a9e37d17-bac4-48df-ad2e-bf575381a70c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022455Z:ef3ee904-4a44-4b8c-94bd-953664483a74', + 'SOUTHEASTASIA:20210924T032804Z:a9e37d17-bac4-48df-ad2e-bf575381a70c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:54 GMT' + 'Fri, 24 Sep 2021 03:28:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4635,19 +4167,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11784', 'x-ms-request-id', - '4aee0018-1440-49ce-9f3a-90b21d18199a', + '659a7751-0724-4ae6-a0d6-0e4f58a399bf', 'x-ms-correlation-request-id', - '4aee0018-1440-49ce-9f3a-90b21d18199a', + '659a7751-0724-4ae6-a0d6-0e4f58a399bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022457Z:4aee0018-1440-49ce-9f3a-90b21d18199a', + 'SOUTHEASTASIA:20210924T032807Z:659a7751-0724-4ae6-a0d6-0e4f58a399bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:57 GMT' + 'Fri, 24 Sep 2021 03:28:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4671,19 +4203,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11783', 'x-ms-request-id', - 'e5828f64-b8bd-4cb6-bc45-3f2169810d23', + 'dfaed5f0-9b58-4529-a269-7e06ecf5cbfe', 'x-ms-correlation-request-id', - 'e5828f64-b8bd-4cb6-bc45-3f2169810d23', + 'dfaed5f0-9b58-4529-a269-7e06ecf5cbfe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022500Z:e5828f64-b8bd-4cb6-bc45-3f2169810d23', + 'SOUTHEASTASIA:20210924T032809Z:dfaed5f0-9b58-4529-a269-7e06ecf5cbfe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:24:59 GMT' + 'Fri, 24 Sep 2021 03:28:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4707,19 +4239,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11782', 'x-ms-request-id', - '37bc859e-f946-46f0-9983-3bdbd3af4e79', + 'ed729f8b-b48a-427f-918c-6e5bdebb0b7a', 'x-ms-correlation-request-id', - '37bc859e-f946-46f0-9983-3bdbd3af4e79', + 'ed729f8b-b48a-427f-918c-6e5bdebb0b7a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022502Z:37bc859e-f946-46f0-9983-3bdbd3af4e79', + 'SOUTHEASTASIA:20210924T032811Z:ed729f8b-b48a-427f-918c-6e5bdebb0b7a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:01 GMT' + 'Fri, 24 Sep 2021 03:28:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4743,19 +4275,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11781', 'x-ms-request-id', - '7f139735-d8d0-4595-aeb4-893dd9bce6ed', + '0d002b63-1714-4b8f-899d-d7fedd2aa803', 'x-ms-correlation-request-id', - '7f139735-d8d0-4595-aeb4-893dd9bce6ed', + '0d002b63-1714-4b8f-899d-d7fedd2aa803', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022504Z:7f139735-d8d0-4595-aeb4-893dd9bce6ed', + 'SOUTHEASTASIA:20210924T032814Z:0d002b63-1714-4b8f-899d-d7fedd2aa803', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:04 GMT' + 'Fri, 24 Sep 2021 03:28:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4779,19 +4311,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11780', 'x-ms-request-id', - '97f2dcbb-87bb-4dbf-ab5c-1c892169dd3a', + '033c015f-e6af-4542-8c00-69a1456cb9bd', 'x-ms-correlation-request-id', - '97f2dcbb-87bb-4dbf-ab5c-1c892169dd3a', + '033c015f-e6af-4542-8c00-69a1456cb9bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022507Z:97f2dcbb-87bb-4dbf-ab5c-1c892169dd3a', + 'SOUTHEASTASIA:20210924T032816Z:033c015f-e6af-4542-8c00-69a1456cb9bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:06 GMT' + 'Fri, 24 Sep 2021 03:28:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4815,19 +4347,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11779', 'x-ms-request-id', - '99ccb47e-2060-4808-a435-ea688f4b2f7f', + '2733a7d2-c99d-4a9e-899f-b38d6bb82fb9', 'x-ms-correlation-request-id', - '99ccb47e-2060-4808-a435-ea688f4b2f7f', + '2733a7d2-c99d-4a9e-899f-b38d6bb82fb9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022509Z:99ccb47e-2060-4808-a435-ea688f4b2f7f', + 'SOUTHEASTASIA:20210924T032818Z:2733a7d2-c99d-4a9e-899f-b38d6bb82fb9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:08 GMT' + 'Fri, 24 Sep 2021 03:28:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4851,19 +4383,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11778', 'x-ms-request-id', - '59963830-0fd9-4072-aeda-8051d5cdeaef', + '4b30cc5e-4539-4724-8fe8-b4ea0df20f98', 'x-ms-correlation-request-id', - '59963830-0fd9-4072-aeda-8051d5cdeaef', + '4b30cc5e-4539-4724-8fe8-b4ea0df20f98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022511Z:59963830-0fd9-4072-aeda-8051d5cdeaef', + 'SOUTHEASTASIA:20210924T032821Z:4b30cc5e-4539-4724-8fe8-b4ea0df20f98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:10 GMT' + 'Fri, 24 Sep 2021 03:28:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4887,19 +4419,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11777', 'x-ms-request-id', - '3ddf22ca-4ca0-498e-ba0f-3c7ce4fda10f', + '8ffe1774-f313-4138-9ebf-62e40c1790ee', 'x-ms-correlation-request-id', - '3ddf22ca-4ca0-498e-ba0f-3c7ce4fda10f', + '8ffe1774-f313-4138-9ebf-62e40c1790ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022514Z:3ddf22ca-4ca0-498e-ba0f-3c7ce4fda10f', + 'SOUTHEASTASIA:20210924T032823Z:8ffe1774-f313-4138-9ebf-62e40c1790ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:13 GMT' + 'Fri, 24 Sep 2021 03:28:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4923,19 +4455,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11776', 'x-ms-request-id', - '34fa3cdb-5f13-4cef-860e-c32d3b287db6', + '981ef3ae-bd3b-4805-a8b4-e018a35aedbb', 'x-ms-correlation-request-id', - '34fa3cdb-5f13-4cef-860e-c32d3b287db6', + '981ef3ae-bd3b-4805-a8b4-e018a35aedbb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022517Z:34fa3cdb-5f13-4cef-860e-c32d3b287db6', + 'SOUTHEASTASIA:20210924T032825Z:981ef3ae-bd3b-4805-a8b4-e018a35aedbb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:16 GMT' + 'Fri, 24 Sep 2021 03:28:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4959,19 +4491,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11775', 'x-ms-request-id', - '75860ae6-33de-41e3-b9ee-35dcb1361fcb', + 'c2bde9f7-d9c6-407c-b674-29b6a6a31a8b', 'x-ms-correlation-request-id', - '75860ae6-33de-41e3-b9ee-35dcb1361fcb', + 'c2bde9f7-d9c6-407c-b674-29b6a6a31a8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022519Z:75860ae6-33de-41e3-b9ee-35dcb1361fcb', + 'SOUTHEASTASIA:20210924T032827Z:c2bde9f7-d9c6-407c-b674-29b6a6a31a8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:18 GMT' + 'Fri, 24 Sep 2021 03:28:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4995,19 +4527,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11774', 'x-ms-request-id', - 'eedae7ea-c983-41ed-95d3-ed04b8ddac32', + '15d26c1c-1218-4d80-9cca-de07d8b68d0a', 'x-ms-correlation-request-id', - 'eedae7ea-c983-41ed-95d3-ed04b8ddac32', + '15d26c1c-1218-4d80-9cca-de07d8b68d0a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022521Z:eedae7ea-c983-41ed-95d3-ed04b8ddac32', + 'SOUTHEASTASIA:20210924T032830Z:15d26c1c-1218-4d80-9cca-de07d8b68d0a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:20 GMT' + 'Fri, 24 Sep 2021 03:28:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5031,19 +4563,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11773', 'x-ms-request-id', - 'b1dd5438-bb13-4fe4-9464-dbdf954cb818', + 'cfef6385-7aed-448e-8a23-30139a3c9f8a', 'x-ms-correlation-request-id', - 'b1dd5438-bb13-4fe4-9464-dbdf954cb818', + 'cfef6385-7aed-448e-8a23-30139a3c9f8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022524Z:b1dd5438-bb13-4fe4-9464-dbdf954cb818', + 'SOUTHEASTASIA:20210924T032832Z:cfef6385-7aed-448e-8a23-30139a3c9f8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:23 GMT' + 'Fri, 24 Sep 2021 03:28:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5067,19 +4599,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11772', 'x-ms-request-id', - '93ca6cd0-f2e1-4126-ac03-2bfe6107628e', + '43696e20-2ceb-4a6c-b24b-7cf3ca362b08', 'x-ms-correlation-request-id', - '93ca6cd0-f2e1-4126-ac03-2bfe6107628e', + '43696e20-2ceb-4a6c-b24b-7cf3ca362b08', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022526Z:93ca6cd0-f2e1-4126-ac03-2bfe6107628e', + 'SOUTHEASTASIA:20210924T032834Z:43696e20-2ceb-4a6c-b24b-7cf3ca362b08', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:25 GMT' + 'Fri, 24 Sep 2021 03:28:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5103,19 +4635,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11771', 'x-ms-request-id', - '80ea5107-0328-4182-b93f-646d92d1ad26', + '1ff3e349-0efe-4271-a0f7-2b15c6e5d59f', 'x-ms-correlation-request-id', - '80ea5107-0328-4182-b93f-646d92d1ad26', + '1ff3e349-0efe-4271-a0f7-2b15c6e5d59f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022528Z:80ea5107-0328-4182-b93f-646d92d1ad26', + 'SOUTHEASTASIA:20210924T032837Z:1ff3e349-0efe-4271-a0f7-2b15c6e5d59f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:27 GMT' + 'Fri, 24 Sep 2021 03:28:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5139,19 +4671,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11770', 'x-ms-request-id', - 'c59ad422-5418-44a8-9ca2-eedc6db973c2', + 'de83ac42-ec1c-4110-bc20-b91d4899c0e9', 'x-ms-correlation-request-id', - 'c59ad422-5418-44a8-9ca2-eedc6db973c2', + 'de83ac42-ec1c-4110-bc20-b91d4899c0e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022531Z:c59ad422-5418-44a8-9ca2-eedc6db973c2', + 'SOUTHEASTASIA:20210924T032839Z:de83ac42-ec1c-4110-bc20-b91d4899c0e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:30 GMT' + 'Fri, 24 Sep 2021 03:28:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5175,19 +4707,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11769', 'x-ms-request-id', - 'c329c2de-d93f-4e49-a666-c03a41df0701', + '9cf2786c-2839-40e1-b8cd-07f0cc9ea69b', 'x-ms-correlation-request-id', - 'c329c2de-d93f-4e49-a666-c03a41df0701', + '9cf2786c-2839-40e1-b8cd-07f0cc9ea69b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022533Z:c329c2de-d93f-4e49-a666-c03a41df0701', + 'SOUTHEASTASIA:20210924T032841Z:9cf2786c-2839-40e1-b8cd-07f0cc9ea69b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:32 GMT' + 'Fri, 24 Sep 2021 03:28:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5211,19 +4743,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11768', 'x-ms-request-id', - '0fdb4ee5-ae30-48b1-aa48-0608c30257a1', + 'a7bd1f4a-d992-4e04-b9f9-6adbfc2a1ff4', 'x-ms-correlation-request-id', - '0fdb4ee5-ae30-48b1-aa48-0608c30257a1', + 'a7bd1f4a-d992-4e04-b9f9-6adbfc2a1ff4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022535Z:0fdb4ee5-ae30-48b1-aa48-0608c30257a1', + 'SOUTHEASTASIA:20210924T032844Z:a7bd1f4a-d992-4e04-b9f9-6adbfc2a1ff4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:34 GMT' + 'Fri, 24 Sep 2021 03:28:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5247,19 +4779,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11767', 'x-ms-request-id', - 'b9142c8d-a3e8-491c-bf39-4afe8c9baf69', + '529509ea-3510-4d10-ade2-0bc91779f00d', 'x-ms-correlation-request-id', - 'b9142c8d-a3e8-491c-bf39-4afe8c9baf69', + '529509ea-3510-4d10-ade2-0bc91779f00d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022538Z:b9142c8d-a3e8-491c-bf39-4afe8c9baf69', + 'SOUTHEASTASIA:20210924T032846Z:529509ea-3510-4d10-ade2-0bc91779f00d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:37 GMT' + 'Fri, 24 Sep 2021 03:28:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5283,19 +4815,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11766', 'x-ms-request-id', - '318b5605-74d7-4f4a-8aab-4458a7b9f456', + '9002d3aa-1838-4612-9d40-c323399e5c34', 'x-ms-correlation-request-id', - '318b5605-74d7-4f4a-8aab-4458a7b9f456', + '9002d3aa-1838-4612-9d40-c323399e5c34', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022540Z:318b5605-74d7-4f4a-8aab-4458a7b9f456', + 'SOUTHEASTASIA:20210924T032848Z:9002d3aa-1838-4612-9d40-c323399e5c34', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:40 GMT' + 'Fri, 24 Sep 2021 03:28:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5319,19 +4851,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11765', 'x-ms-request-id', - '3885dc1b-2a28-412b-91cd-fa30ad4f72d9', + 'b45b7f60-ed69-42d0-98ae-0c4ff889c915', 'x-ms-correlation-request-id', - '3885dc1b-2a28-412b-91cd-fa30ad4f72d9', + 'b45b7f60-ed69-42d0-98ae-0c4ff889c915', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022542Z:3885dc1b-2a28-412b-91cd-fa30ad4f72d9', + 'SOUTHEASTASIA:20210924T032851Z:b45b7f60-ed69-42d0-98ae-0c4ff889c915', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:42 GMT' + 'Fri, 24 Sep 2021 03:28:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5355,19 +4887,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11764', 'x-ms-request-id', - 'b6b11682-64f1-498b-ab69-f3480b313a90', + '3198b8d7-52c7-4767-8107-f57bfe11203c', 'x-ms-correlation-request-id', - 'b6b11682-64f1-498b-ab69-f3480b313a90', + '3198b8d7-52c7-4767-8107-f57bfe11203c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022545Z:b6b11682-64f1-498b-ab69-f3480b313a90', + 'SOUTHEASTASIA:20210924T032853Z:3198b8d7-52c7-4767-8107-f57bfe11203c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:45 GMT' + 'Fri, 24 Sep 2021 03:28:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5391,19 +4923,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11763', 'x-ms-request-id', - 'ca549df9-1a87-4e2e-ae85-eca77c37696e', + '9957bcc5-a30f-4db5-abd9-378d93a0aa8e', 'x-ms-correlation-request-id', - 'ca549df9-1a87-4e2e-ae85-eca77c37696e', + '9957bcc5-a30f-4db5-abd9-378d93a0aa8e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022547Z:ca549df9-1a87-4e2e-ae85-eca77c37696e', + 'SOUTHEASTASIA:20210924T032855Z:9957bcc5-a30f-4db5-abd9-378d93a0aa8e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:47 GMT' + 'Fri, 24 Sep 2021 03:28:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5427,19 +4959,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11762', 'x-ms-request-id', - '2adc639e-0b3a-4f08-bca7-710da2e274f0', + '9472de52-ae94-47ca-a5d0-725e1a33c604', 'x-ms-correlation-request-id', - '2adc639e-0b3a-4f08-bca7-710da2e274f0', + '9472de52-ae94-47ca-a5d0-725e1a33c604', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022549Z:2adc639e-0b3a-4f08-bca7-710da2e274f0', + 'SOUTHEASTASIA:20210924T032858Z:9472de52-ae94-47ca-a5d0-725e1a33c604', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:49 GMT' + 'Fri, 24 Sep 2021 03:28:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5463,19 +4995,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11761', 'x-ms-request-id', - '1bdeec51-0dd3-4496-a275-af5bba46fdf8', + '8c4e066d-26fd-4649-a6ef-0485ee254842', 'x-ms-correlation-request-id', - '1bdeec51-0dd3-4496-a275-af5bba46fdf8', + '8c4e066d-26fd-4649-a6ef-0485ee254842', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022552Z:1bdeec51-0dd3-4496-a275-af5bba46fdf8', + 'SOUTHEASTASIA:20210924T032900Z:8c4e066d-26fd-4649-a6ef-0485ee254842', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:52 GMT' + 'Fri, 24 Sep 2021 03:28:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5499,19 +5031,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11760', 'x-ms-request-id', - 'a3a7964e-87d7-4e1c-a286-3488adc10215', + '7164b4b9-5708-4dcc-9397-93293d7dbb34', 'x-ms-correlation-request-id', - 'a3a7964e-87d7-4e1c-a286-3488adc10215', + '7164b4b9-5708-4dcc-9397-93293d7dbb34', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022554Z:a3a7964e-87d7-4e1c-a286-3488adc10215', + 'SOUTHEASTASIA:20210924T032902Z:7164b4b9-5708-4dcc-9397-93293d7dbb34', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:54 GMT' + 'Fri, 24 Sep 2021 03:29:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5535,19 +5067,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11759', 'x-ms-request-id', - 'f15957b9-60e8-43e7-b50d-6b8624b342ab', + 'ce76f381-27f2-4842-ae01-728430e039bd', 'x-ms-correlation-request-id', - 'f15957b9-60e8-43e7-b50d-6b8624b342ab', + 'ce76f381-27f2-4842-ae01-728430e039bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022556Z:f15957b9-60e8-43e7-b50d-6b8624b342ab', + 'SOUTHEASTASIA:20210924T032905Z:ce76f381-27f2-4842-ae01-728430e039bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:56 GMT' + 'Fri, 24 Sep 2021 03:29:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5571,19 +5103,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11758', 'x-ms-request-id', - '8fe65e6e-50e5-4692-a4f8-6a7baee5d981', + '338b541e-9832-43aa-b83d-a8cfdcfd4a9b', 'x-ms-correlation-request-id', - '8fe65e6e-50e5-4692-a4f8-6a7baee5d981', + '338b541e-9832-43aa-b83d-a8cfdcfd4a9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022559Z:8fe65e6e-50e5-4692-a4f8-6a7baee5d981', + 'SOUTHEASTASIA:20210924T032907Z:338b541e-9832-43aa-b83d-a8cfdcfd4a9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:25:58 GMT' + 'Fri, 24 Sep 2021 03:29:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5607,19 +5139,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11757', 'x-ms-request-id', - '42bf2da8-641f-458c-be23-25c1800d0158', + 'bf933bcc-3d30-4ef2-bcdb-d9a8a71ed7b2', 'x-ms-correlation-request-id', - '42bf2da8-641f-458c-be23-25c1800d0158', + 'bf933bcc-3d30-4ef2-bcdb-d9a8a71ed7b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022601Z:42bf2da8-641f-458c-be23-25c1800d0158', + 'SOUTHEASTASIA:20210924T032909Z:bf933bcc-3d30-4ef2-bcdb-d9a8a71ed7b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:01 GMT' + 'Fri, 24 Sep 2021 03:29:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5643,19 +5175,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11756', 'x-ms-request-id', - '705810dd-5e5c-44f5-a9d4-7eb0c4d37af2', + 'ed05d255-36e3-429c-aac9-e09ee13076f4', 'x-ms-correlation-request-id', - '705810dd-5e5c-44f5-a9d4-7eb0c4d37af2', + 'ed05d255-36e3-429c-aac9-e09ee13076f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022603Z:705810dd-5e5c-44f5-a9d4-7eb0c4d37af2', + 'SOUTHEASTASIA:20210924T032912Z:ed05d255-36e3-429c-aac9-e09ee13076f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:03 GMT' + 'Fri, 24 Sep 2021 03:29:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5679,19 +5211,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11755', 'x-ms-request-id', - '5c6685b6-3c0e-485f-b6f0-ed487d4f721d', + '7195ed2f-f08d-4271-afd1-1cf17ae2be4f', 'x-ms-correlation-request-id', - '5c6685b6-3c0e-485f-b6f0-ed487d4f721d', + '7195ed2f-f08d-4271-afd1-1cf17ae2be4f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022606Z:5c6685b6-3c0e-485f-b6f0-ed487d4f721d', + 'SOUTHEASTASIA:20210924T032914Z:7195ed2f-f08d-4271-afd1-1cf17ae2be4f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:05 GMT' + 'Fri, 24 Sep 2021 03:29:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5715,19 +5247,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11754', 'x-ms-request-id', - '2d084486-b787-4b04-a941-515bf0ddf2f2', + 'c11ed868-ea6a-4adf-b770-6ef7490b6d1f', 'x-ms-correlation-request-id', - '2d084486-b787-4b04-a941-515bf0ddf2f2', + 'c11ed868-ea6a-4adf-b770-6ef7490b6d1f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022608Z:2d084486-b787-4b04-a941-515bf0ddf2f2', + 'SOUTHEASTASIA:20210924T032916Z:c11ed868-ea6a-4adf-b770-6ef7490b6d1f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:08 GMT' + 'Fri, 24 Sep 2021 03:29:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5751,19 +5283,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11753', 'x-ms-request-id', - 'a686e545-3531-4c39-b1a8-ce8b3a605466', + 'f87cccf2-e908-4fb3-ac02-c7a65a59dab7', 'x-ms-correlation-request-id', - 'a686e545-3531-4c39-b1a8-ce8b3a605466', + 'f87cccf2-e908-4fb3-ac02-c7a65a59dab7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022610Z:a686e545-3531-4c39-b1a8-ce8b3a605466', + 'SOUTHEASTASIA:20210924T032918Z:f87cccf2-e908-4fb3-ac02-c7a65a59dab7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:10 GMT' + 'Fri, 24 Sep 2021 03:29:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5787,19 +5319,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11752', 'x-ms-request-id', - '8364fd24-fed4-4027-86b3-a10aaad7d602', + '1ce3dc59-d5cf-48e5-b55c-86a2a28a000f', 'x-ms-correlation-request-id', - '8364fd24-fed4-4027-86b3-a10aaad7d602', + '1ce3dc59-d5cf-48e5-b55c-86a2a28a000f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022612Z:8364fd24-fed4-4027-86b3-a10aaad7d602', + 'SOUTHEASTASIA:20210924T032921Z:1ce3dc59-d5cf-48e5-b55c-86a2a28a000f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:12 GMT' + 'Fri, 24 Sep 2021 03:29:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5823,19 +5355,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11751', 'x-ms-request-id', - 'c1338612-a665-49be-8f1c-bd5b37f9b820', + '6549940d-b7ad-4633-b0f4-3e95ca3ef558', 'x-ms-correlation-request-id', - 'c1338612-a665-49be-8f1c-bd5b37f9b820', + '6549940d-b7ad-4633-b0f4-3e95ca3ef558', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022615Z:c1338612-a665-49be-8f1c-bd5b37f9b820', + 'SOUTHEASTASIA:20210924T032923Z:6549940d-b7ad-4633-b0f4-3e95ca3ef558', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:15 GMT' + 'Fri, 24 Sep 2021 03:29:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5859,19 +5391,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11750', 'x-ms-request-id', - 'd26e48ee-be9b-4376-8ab9-483012ec60f2', + 'f0688775-c191-4f82-846b-f2ba2d7d2603', 'x-ms-correlation-request-id', - 'd26e48ee-be9b-4376-8ab9-483012ec60f2', + 'f0688775-c191-4f82-846b-f2ba2d7d2603', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022617Z:d26e48ee-be9b-4376-8ab9-483012ec60f2', + 'SOUTHEASTASIA:20210924T032925Z:f0688775-c191-4f82-846b-f2ba2d7d2603', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:17 GMT' + 'Fri, 24 Sep 2021 03:29:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5895,19 +5427,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11749', 'x-ms-request-id', - '483b0597-26a0-4c48-a8e5-c018ee343fa2', + '5467833e-d65d-4ddc-9dcb-63f65925be5f', 'x-ms-correlation-request-id', - '483b0597-26a0-4c48-a8e5-c018ee343fa2', + '5467833e-d65d-4ddc-9dcb-63f65925be5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022619Z:483b0597-26a0-4c48-a8e5-c018ee343fa2', + 'SOUTHEASTASIA:20210924T032928Z:5467833e-d65d-4ddc-9dcb-63f65925be5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:19 GMT' + 'Fri, 24 Sep 2021 03:29:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5931,19 +5463,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11748', 'x-ms-request-id', - 'fa529ba2-a27b-438a-afef-ddb38290d1aa', + '629f2c64-c60d-426d-9038-37083e1a4e94', 'x-ms-correlation-request-id', - 'fa529ba2-a27b-438a-afef-ddb38290d1aa', + '629f2c64-c60d-426d-9038-37083e1a4e94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022622Z:fa529ba2-a27b-438a-afef-ddb38290d1aa', + 'SOUTHEASTASIA:20210924T032930Z:629f2c64-c60d-426d-9038-37083e1a4e94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:22 GMT' + 'Fri, 24 Sep 2021 03:29:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5967,19 +5499,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11747', 'x-ms-request-id', - 'b279a656-d832-426f-a3fa-77e8a7790def', + 'd7a2210c-e1cc-4da6-bf53-c8e5db1f55cd', 'x-ms-correlation-request-id', - 'b279a656-d832-426f-a3fa-77e8a7790def', + 'd7a2210c-e1cc-4da6-bf53-c8e5db1f55cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022624Z:b279a656-d832-426f-a3fa-77e8a7790def', + 'SOUTHEASTASIA:20210924T032933Z:d7a2210c-e1cc-4da6-bf53-c8e5db1f55cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:24 GMT' + 'Fri, 24 Sep 2021 03:29:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6003,19 +5535,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11746', 'x-ms-request-id', - 'a3667aba-0e07-4b6f-a085-2f806bdbdf8c', + '3731e58a-ecbd-473c-93ad-70b496cf4e65', 'x-ms-correlation-request-id', - 'a3667aba-0e07-4b6f-a085-2f806bdbdf8c', + '3731e58a-ecbd-473c-93ad-70b496cf4e65', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022626Z:a3667aba-0e07-4b6f-a085-2f806bdbdf8c', + 'SOUTHEASTASIA:20210924T032935Z:3731e58a-ecbd-473c-93ad-70b496cf4e65', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:26 GMT' + 'Fri, 24 Sep 2021 03:29:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6039,19 +5571,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11745', 'x-ms-request-id', - 'ec7ba889-c9f5-40ae-a318-5c1c25454e54', + '91ba5475-f8b5-4155-b7c3-15649207f4b7', 'x-ms-correlation-request-id', - 'ec7ba889-c9f5-40ae-a318-5c1c25454e54', + '91ba5475-f8b5-4155-b7c3-15649207f4b7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022629Z:ec7ba889-c9f5-40ae-a318-5c1c25454e54', + 'SOUTHEASTASIA:20210924T032938Z:91ba5475-f8b5-4155-b7c3-15649207f4b7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:28 GMT' + 'Fri, 24 Sep 2021 03:29:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6075,19 +5607,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11744', 'x-ms-request-id', - '4348daf5-7e90-41cb-8293-5c0c2488d768', + 'a19e81d3-07dd-4f30-abb1-25fa2f513beb', 'x-ms-correlation-request-id', - '4348daf5-7e90-41cb-8293-5c0c2488d768', + 'a19e81d3-07dd-4f30-abb1-25fa2f513beb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022631Z:4348daf5-7e90-41cb-8293-5c0c2488d768', + 'SOUTHEASTASIA:20210924T032940Z:a19e81d3-07dd-4f30-abb1-25fa2f513beb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:31 GMT' + 'Fri, 24 Sep 2021 03:29:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6111,19 +5643,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11743', 'x-ms-request-id', - 'abcd92e3-4067-491c-86b2-4344765c4bf4', + '2aa0ddf6-1893-4187-ba26-0eb8f7507324', 'x-ms-correlation-request-id', - 'abcd92e3-4067-491c-86b2-4344765c4bf4', + '2aa0ddf6-1893-4187-ba26-0eb8f7507324', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022633Z:abcd92e3-4067-491c-86b2-4344765c4bf4', + 'SOUTHEASTASIA:20210924T032942Z:2aa0ddf6-1893-4187-ba26-0eb8f7507324', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:33 GMT' + 'Fri, 24 Sep 2021 03:29:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6147,19 +5679,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11742', 'x-ms-request-id', - '1f8007a1-0401-4b57-9518-e5d81a51926d', + '3221bbd2-2444-4b58-886a-fe182a8bac2c', 'x-ms-correlation-request-id', - '1f8007a1-0401-4b57-9518-e5d81a51926d', + '3221bbd2-2444-4b58-886a-fe182a8bac2c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022636Z:1f8007a1-0401-4b57-9518-e5d81a51926d', + 'SOUTHEASTASIA:20210924T032945Z:3221bbd2-2444-4b58-886a-fe182a8bac2c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:35 GMT' + 'Fri, 24 Sep 2021 03:29:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6183,19 +5715,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11741', 'x-ms-request-id', - '92fb1f11-87fa-47a6-99ce-1c08d117d028', + '744bbca2-ae36-47a7-bd2c-cd9b06847153', 'x-ms-correlation-request-id', - '92fb1f11-87fa-47a6-99ce-1c08d117d028', + '744bbca2-ae36-47a7-bd2c-cd9b06847153', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022638Z:92fb1f11-87fa-47a6-99ce-1c08d117d028', + 'SOUTHEASTASIA:20210924T032947Z:744bbca2-ae36-47a7-bd2c-cd9b06847153', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:38 GMT' + 'Fri, 24 Sep 2021 03:29:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6219,19 +5751,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11740', 'x-ms-request-id', - '4b566b1e-7ef5-4770-959c-668223b552dd', + '4aa97e8a-9694-4a15-89c0-113e9b678729', 'x-ms-correlation-request-id', - '4b566b1e-7ef5-4770-959c-668223b552dd', + '4aa97e8a-9694-4a15-89c0-113e9b678729', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022640Z:4b566b1e-7ef5-4770-959c-668223b552dd', + 'SOUTHEASTASIA:20210924T032949Z:4aa97e8a-9694-4a15-89c0-113e9b678729', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:40 GMT' + 'Fri, 24 Sep 2021 03:29:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6255,19 +5787,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11739', 'x-ms-request-id', - '009ba1a9-da9d-4eb4-a037-0555226926f1', + '3dacae67-e0df-4aa3-9116-521a59981fb0', 'x-ms-correlation-request-id', - '009ba1a9-da9d-4eb4-a037-0555226926f1', + '3dacae67-e0df-4aa3-9116-521a59981fb0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022643Z:009ba1a9-da9d-4eb4-a037-0555226926f1', + 'SOUTHEASTASIA:20210924T032952Z:3dacae67-e0df-4aa3-9116-521a59981fb0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:42 GMT' + 'Fri, 24 Sep 2021 03:29:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6291,19 +5823,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11738', 'x-ms-request-id', - '04021747-fc26-449f-808e-b9ae39409da3', + '5cb5a5b2-3107-4e5b-add7-335d05dd1bb4', 'x-ms-correlation-request-id', - '04021747-fc26-449f-808e-b9ae39409da3', + '5cb5a5b2-3107-4e5b-add7-335d05dd1bb4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022645Z:04021747-fc26-449f-808e-b9ae39409da3', + 'SOUTHEASTASIA:20210924T032954Z:5cb5a5b2-3107-4e5b-add7-335d05dd1bb4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:45 GMT' + 'Fri, 24 Sep 2021 03:29:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6327,19 +5859,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11737', 'x-ms-request-id', - '95c5811f-4508-44f6-b95a-5194ea6d2d59', + '1fc9fece-216b-4e61-8fa0-837b8cf5ddb6', 'x-ms-correlation-request-id', - '95c5811f-4508-44f6-b95a-5194ea6d2d59', + '1fc9fece-216b-4e61-8fa0-837b8cf5ddb6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022647Z:95c5811f-4508-44f6-b95a-5194ea6d2d59', + 'SOUTHEASTASIA:20210924T032956Z:1fc9fece-216b-4e61-8fa0-837b8cf5ddb6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:47 GMT' + 'Fri, 24 Sep 2021 03:29:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6363,19 +5895,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11736', 'x-ms-request-id', - '2f3cb405-ce0f-4dff-8804-07bde06eb282', + '7f408a36-ffe8-4af7-95a7-865baf441fad', 'x-ms-correlation-request-id', - '2f3cb405-ce0f-4dff-8804-07bde06eb282', + '7f408a36-ffe8-4af7-95a7-865baf441fad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022650Z:2f3cb405-ce0f-4dff-8804-07bde06eb282', + 'SOUTHEASTASIA:20210924T032959Z:7f408a36-ffe8-4af7-95a7-865baf441fad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:49 GMT' + 'Fri, 24 Sep 2021 03:29:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6399,19 +5931,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11735', 'x-ms-request-id', - '5a4fce35-f0dc-4efb-bb7c-9b22d87930ec', + 'c95b79e7-f96f-461b-9a2b-15f883302b1c', 'x-ms-correlation-request-id', - '5a4fce35-f0dc-4efb-bb7c-9b22d87930ec', + 'c95b79e7-f96f-461b-9a2b-15f883302b1c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022652Z:5a4fce35-f0dc-4efb-bb7c-9b22d87930ec', + 'SOUTHEASTASIA:20210924T033001Z:c95b79e7-f96f-461b-9a2b-15f883302b1c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:52 GMT' + 'Fri, 24 Sep 2021 03:30:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6435,19 +5967,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11734', 'x-ms-request-id', - '59c7fee3-fef3-4924-904a-caf3c96ad2cf', + '71d077cd-893f-4a47-90cf-4580310ec80c', 'x-ms-correlation-request-id', - '59c7fee3-fef3-4924-904a-caf3c96ad2cf', + '71d077cd-893f-4a47-90cf-4580310ec80c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022654Z:59c7fee3-fef3-4924-904a-caf3c96ad2cf', + 'SOUTHEASTASIA:20210924T033004Z:71d077cd-893f-4a47-90cf-4580310ec80c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:54 GMT' + 'Fri, 24 Sep 2021 03:30:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6471,19 +6003,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11733', 'x-ms-request-id', - '73d844d7-0330-479f-8b5f-d5175787d644', + '4e08dbe4-d24f-4de9-9646-f0236f7a4ba8', 'x-ms-correlation-request-id', - '73d844d7-0330-479f-8b5f-d5175787d644', + '4e08dbe4-d24f-4de9-9646-f0236f7a4ba8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022656Z:73d844d7-0330-479f-8b5f-d5175787d644', + 'SOUTHEASTASIA:20210924T033006Z:4e08dbe4-d24f-4de9-9646-f0236f7a4ba8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:56 GMT' + 'Fri, 24 Sep 2021 03:30:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6507,19 +6039,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11732', 'x-ms-request-id', - '63961a52-173b-45d9-b49b-044a30cb675b', + 'cc5a3762-1a89-4b84-9cb7-ed7aed307fdc', 'x-ms-correlation-request-id', - '63961a52-173b-45d9-b49b-044a30cb675b', + 'cc5a3762-1a89-4b84-9cb7-ed7aed307fdc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022659Z:63961a52-173b-45d9-b49b-044a30cb675b', + 'SOUTHEASTASIA:20210924T033009Z:cc5a3762-1a89-4b84-9cb7-ed7aed307fdc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:26:58 GMT' + 'Fri, 24 Sep 2021 03:30:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6543,19 +6075,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11731', 'x-ms-request-id', - 'e2287387-dbee-4004-8803-0994d713d8b7', + '44ce2021-48ef-427a-b99d-f787faf50ea7', 'x-ms-correlation-request-id', - 'e2287387-dbee-4004-8803-0994d713d8b7', + '44ce2021-48ef-427a-b99d-f787faf50ea7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022701Z:e2287387-dbee-4004-8803-0994d713d8b7', + 'SOUTHEASTASIA:20210924T033011Z:44ce2021-48ef-427a-b99d-f787faf50ea7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:01 GMT' + 'Fri, 24 Sep 2021 03:30:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6579,19 +6111,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11730', 'x-ms-request-id', - 'edfb7b21-8b99-494a-bf3d-ffb804aac692', + '0715f17f-8c00-4aa7-9738-576dfb436690', 'x-ms-correlation-request-id', - 'edfb7b21-8b99-494a-bf3d-ffb804aac692', + '0715f17f-8c00-4aa7-9738-576dfb436690', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022703Z:edfb7b21-8b99-494a-bf3d-ffb804aac692', + 'SOUTHEASTASIA:20210924T033013Z:0715f17f-8c00-4aa7-9738-576dfb436690', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:03 GMT' + 'Fri, 24 Sep 2021 03:30:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6615,19 +6147,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11729', 'x-ms-request-id', - 'e43137d5-8ed2-4bd9-ae24-13e89551574f', + '273b3654-2fbf-43e9-b272-744c4f840570', 'x-ms-correlation-request-id', - 'e43137d5-8ed2-4bd9-ae24-13e89551574f', + '273b3654-2fbf-43e9-b272-744c4f840570', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022706Z:e43137d5-8ed2-4bd9-ae24-13e89551574f', + 'SOUTHEASTASIA:20210924T033016Z:273b3654-2fbf-43e9-b272-744c4f840570', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:05 GMT' + 'Fri, 24 Sep 2021 03:30:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6651,19 +6183,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11728', 'x-ms-request-id', - '401a7360-f4e9-491e-8cfe-51e2f09d779f', + '1b65808c-1839-4e2b-8bb8-e0e35e2de81e', 'x-ms-correlation-request-id', - '401a7360-f4e9-491e-8cfe-51e2f09d779f', + '1b65808c-1839-4e2b-8bb8-e0e35e2de81e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022708Z:401a7360-f4e9-491e-8cfe-51e2f09d779f', + 'SOUTHEASTASIA:20210924T033018Z:1b65808c-1839-4e2b-8bb8-e0e35e2de81e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:08 GMT' + 'Fri, 24 Sep 2021 03:30:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6687,19 +6219,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11727', 'x-ms-request-id', - 'b08b0daa-b5bd-4ae6-bb8a-393b85502a75', + 'e04b8f40-8bff-4540-8123-c5c394f970ec', 'x-ms-correlation-request-id', - 'b08b0daa-b5bd-4ae6-bb8a-393b85502a75', + 'e04b8f40-8bff-4540-8123-c5c394f970ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022710Z:b08b0daa-b5bd-4ae6-bb8a-393b85502a75', + 'SOUTHEASTASIA:20210924T033020Z:e04b8f40-8bff-4540-8123-c5c394f970ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:10 GMT' + 'Fri, 24 Sep 2021 03:30:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6723,19 +6255,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11726', 'x-ms-request-id', - 'f8c0550c-bd9c-4c72-b058-18d1e66d756c', + 'b1d243d6-2148-478d-8dbc-127f57099e99', 'x-ms-correlation-request-id', - 'f8c0550c-bd9c-4c72-b058-18d1e66d756c', + 'b1d243d6-2148-478d-8dbc-127f57099e99', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022713Z:f8c0550c-bd9c-4c72-b058-18d1e66d756c', + 'SOUTHEASTASIA:20210924T033023Z:b1d243d6-2148-478d-8dbc-127f57099e99', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:12 GMT' + 'Fri, 24 Sep 2021 03:30:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6759,19 +6291,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11725', 'x-ms-request-id', - 'ad6d1b27-8f04-4832-ba03-a54b1beaceae', + '6f429874-0e42-426a-9df6-f2fa4f216475', 'x-ms-correlation-request-id', - 'ad6d1b27-8f04-4832-ba03-a54b1beaceae', + '6f429874-0e42-426a-9df6-f2fa4f216475', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022715Z:ad6d1b27-8f04-4832-ba03-a54b1beaceae', + 'SOUTHEASTASIA:20210924T033025Z:6f429874-0e42-426a-9df6-f2fa4f216475', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:15 GMT' + 'Fri, 24 Sep 2021 03:30:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6795,19 +6327,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11724', 'x-ms-request-id', - '0d6cfe28-e01b-402c-9644-b922a7026d98', + '9b4496ed-78c2-4ed1-b3d8-5dcaeb6403f5', 'x-ms-correlation-request-id', - '0d6cfe28-e01b-402c-9644-b922a7026d98', + '9b4496ed-78c2-4ed1-b3d8-5dcaeb6403f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022717Z:0d6cfe28-e01b-402c-9644-b922a7026d98', + 'SOUTHEASTASIA:20210924T033027Z:9b4496ed-78c2-4ed1-b3d8-5dcaeb6403f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:17 GMT' + 'Fri, 24 Sep 2021 03:30:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6831,19 +6363,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11723', 'x-ms-request-id', - '1af32b44-0aff-463c-b1db-15653215c458', + '41a8b0fe-3013-4c75-b779-c78957e22fa9', 'x-ms-correlation-request-id', - '1af32b44-0aff-463c-b1db-15653215c458', + '41a8b0fe-3013-4c75-b779-c78957e22fa9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022720Z:1af32b44-0aff-463c-b1db-15653215c458', + 'SOUTHEASTASIA:20210924T033030Z:41a8b0fe-3013-4c75-b779-c78957e22fa9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:19 GMT' + 'Fri, 24 Sep 2021 03:30:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6867,19 +6399,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11722', 'x-ms-request-id', - 'a752c8b8-3b1b-4fb9-b798-43b4f52020cf', + '2a528c11-7b62-4012-8467-00fce48d1ea1', 'x-ms-correlation-request-id', - 'a752c8b8-3b1b-4fb9-b798-43b4f52020cf', + '2a528c11-7b62-4012-8467-00fce48d1ea1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022722Z:a752c8b8-3b1b-4fb9-b798-43b4f52020cf', + 'SOUTHEASTASIA:20210924T033032Z:2a528c11-7b62-4012-8467-00fce48d1ea1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:21 GMT' + 'Fri, 24 Sep 2021 03:30:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6903,19 +6435,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11721', 'x-ms-request-id', - '4ef189de-03d8-470c-989c-4cdf41c6b09a', + '6186bf8a-9781-47bc-8455-67a0931fcdbe', 'x-ms-correlation-request-id', - '4ef189de-03d8-470c-989c-4cdf41c6b09a', + '6186bf8a-9781-47bc-8455-67a0931fcdbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022724Z:4ef189de-03d8-470c-989c-4cdf41c6b09a', + 'SOUTHEASTASIA:20210924T033034Z:6186bf8a-9781-47bc-8455-67a0931fcdbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:24 GMT' + 'Fri, 24 Sep 2021 03:30:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6939,19 +6471,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11720', 'x-ms-request-id', - '6afda7be-67e1-45b0-b831-41f8269d6cea', + '0ce2ad5a-777b-42cf-8017-f84913220c74', 'x-ms-correlation-request-id', - '6afda7be-67e1-45b0-b831-41f8269d6cea', + '0ce2ad5a-777b-42cf-8017-f84913220c74', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022727Z:6afda7be-67e1-45b0-b831-41f8269d6cea', + 'SOUTHEASTASIA:20210924T033037Z:0ce2ad5a-777b-42cf-8017-f84913220c74', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:26 GMT' + 'Fri, 24 Sep 2021 03:30:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6975,19 +6507,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11719', 'x-ms-request-id', - '3eaf9973-2645-4fcc-a9ca-86e1bca6c9a6', + '52db2c7f-3153-49c4-8c77-f0fe7630e218', 'x-ms-correlation-request-id', - '3eaf9973-2645-4fcc-a9ca-86e1bca6c9a6', + '52db2c7f-3153-49c4-8c77-f0fe7630e218', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022729Z:3eaf9973-2645-4fcc-a9ca-86e1bca6c9a6', + 'SOUTHEASTASIA:20210924T033039Z:52db2c7f-3153-49c4-8c77-f0fe7630e218', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:28 GMT' + 'Fri, 24 Sep 2021 03:30:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7011,19 +6543,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11718', 'x-ms-request-id', - '6e0d0484-38da-46d2-97fb-a531fb602fd8', + 'd8cc8a03-e8b1-49eb-97f9-b644b70fde90', 'x-ms-correlation-request-id', - '6e0d0484-38da-46d2-97fb-a531fb602fd8', + 'd8cc8a03-e8b1-49eb-97f9-b644b70fde90', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022731Z:6e0d0484-38da-46d2-97fb-a531fb602fd8', + 'SOUTHEASTASIA:20210924T033041Z:d8cc8a03-e8b1-49eb-97f9-b644b70fde90', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:31 GMT' + 'Fri, 24 Sep 2021 03:30:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7047,19 +6579,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11717', 'x-ms-request-id', - 'd39a7ee3-bced-4f88-a7fe-e5d655ba665a', + 'fe7cce41-8412-4ea2-a152-67035314a735', 'x-ms-correlation-request-id', - 'd39a7ee3-bced-4f88-a7fe-e5d655ba665a', + 'fe7cce41-8412-4ea2-a152-67035314a735', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022734Z:d39a7ee3-bced-4f88-a7fe-e5d655ba665a', + 'SOUTHEASTASIA:20210924T033044Z:fe7cce41-8412-4ea2-a152-67035314a735', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:33 GMT' + 'Fri, 24 Sep 2021 03:30:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7083,19 +6615,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11716', 'x-ms-request-id', - '61cc898e-f550-4601-a9bb-8a516b099dbf', + '6f835135-ead6-4e47-9319-d88112cbc60c', 'x-ms-correlation-request-id', - '61cc898e-f550-4601-a9bb-8a516b099dbf', + '6f835135-ead6-4e47-9319-d88112cbc60c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022736Z:61cc898e-f550-4601-a9bb-8a516b099dbf', + 'SOUTHEASTASIA:20210924T033046Z:6f835135-ead6-4e47-9319-d88112cbc60c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:35 GMT' + 'Fri, 24 Sep 2021 03:30:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7119,19 +6651,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11715', 'x-ms-request-id', - 'a2527f4e-997a-4b7e-b509-b11ddcec0f35', + '7399056c-a0ce-472f-a4b5-04d283b00a6a', 'x-ms-correlation-request-id', - 'a2527f4e-997a-4b7e-b509-b11ddcec0f35', + '7399056c-a0ce-472f-a4b5-04d283b00a6a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022738Z:a2527f4e-997a-4b7e-b509-b11ddcec0f35', + 'SOUTHEASTASIA:20210924T033048Z:7399056c-a0ce-472f-a4b5-04d283b00a6a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:38 GMT' + 'Fri, 24 Sep 2021 03:30:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7155,19 +6687,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11714', 'x-ms-request-id', - 'b9a59e0c-5ad8-4dc5-b20a-1798b2161cd4', + '88cf1ebc-64b9-4f78-9983-bf71d7367433', 'x-ms-correlation-request-id', - 'b9a59e0c-5ad8-4dc5-b20a-1798b2161cd4', + '88cf1ebc-64b9-4f78-9983-bf71d7367433', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022741Z:b9a59e0c-5ad8-4dc5-b20a-1798b2161cd4', + 'SOUTHEASTASIA:20210924T033051Z:88cf1ebc-64b9-4f78-9983-bf71d7367433', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:40 GMT' + 'Fri, 24 Sep 2021 03:30:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7191,19 +6723,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11713', 'x-ms-request-id', - 'cdcee4ad-05d3-421d-97a4-78bb660312a1', + '1245b32d-d2aa-4bf6-9683-91c692e32a4b', 'x-ms-correlation-request-id', - 'cdcee4ad-05d3-421d-97a4-78bb660312a1', + '1245b32d-d2aa-4bf6-9683-91c692e32a4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022743Z:cdcee4ad-05d3-421d-97a4-78bb660312a1', + 'SOUTHEASTASIA:20210924T033053Z:1245b32d-d2aa-4bf6-9683-91c692e32a4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:42 GMT' + 'Fri, 24 Sep 2021 03:30:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7227,19 +6759,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11712', 'x-ms-request-id', - '119ac1cc-7528-4c1c-80d2-3f3ad5a3bf40', + '12235698-58c4-4a6f-a1fe-ed2092692365', 'x-ms-correlation-request-id', - '119ac1cc-7528-4c1c-80d2-3f3ad5a3bf40', + '12235698-58c4-4a6f-a1fe-ed2092692365', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022745Z:119ac1cc-7528-4c1c-80d2-3f3ad5a3bf40', + 'SOUTHEASTASIA:20210924T033055Z:12235698-58c4-4a6f-a1fe-ed2092692365', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:45 GMT' + 'Fri, 24 Sep 2021 03:30:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7263,19 +6795,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11711', 'x-ms-request-id', - '5734115b-ee5c-4400-8cca-4f8831e737a3', + '70d0b5de-f1c4-4b48-ace8-3505f81b8e1e', 'x-ms-correlation-request-id', - '5734115b-ee5c-4400-8cca-4f8831e737a3', + '70d0b5de-f1c4-4b48-ace8-3505f81b8e1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022747Z:5734115b-ee5c-4400-8cca-4f8831e737a3', + 'SOUTHEASTASIA:20210924T033058Z:70d0b5de-f1c4-4b48-ace8-3505f81b8e1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:47 GMT' + 'Fri, 24 Sep 2021 03:30:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7299,19 +6831,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11710', 'x-ms-request-id', - 'c7ed53af-a21f-43df-a968-cb9084ec1652', + '59e909c8-bd29-4923-9fc9-999f15c58717', 'x-ms-correlation-request-id', - 'c7ed53af-a21f-43df-a968-cb9084ec1652', + '59e909c8-bd29-4923-9fc9-999f15c58717', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022750Z:c7ed53af-a21f-43df-a968-cb9084ec1652', + 'SOUTHEASTASIA:20210924T033100Z:59e909c8-bd29-4923-9fc9-999f15c58717', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:49 GMT' + 'Fri, 24 Sep 2021 03:31:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7335,19 +6867,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11709', 'x-ms-request-id', - '226745c7-aabf-4045-bf8b-3dbd9130bdb7', + 'a0b67f05-067a-46f1-8aed-a2b4073ccda4', 'x-ms-correlation-request-id', - '226745c7-aabf-4045-bf8b-3dbd9130bdb7', + 'a0b67f05-067a-46f1-8aed-a2b4073ccda4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022752Z:226745c7-aabf-4045-bf8b-3dbd9130bdb7', + 'SOUTHEASTASIA:20210924T033102Z:a0b67f05-067a-46f1-8aed-a2b4073ccda4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:51 GMT' + 'Fri, 24 Sep 2021 03:31:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7371,19 +6903,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11708', 'x-ms-request-id', - '2e210fcc-9c1d-45d3-906b-a7455276f813', + '988841c0-7152-4425-b36b-b0e181842b70', 'x-ms-correlation-request-id', - '2e210fcc-9c1d-45d3-906b-a7455276f813', + '988841c0-7152-4425-b36b-b0e181842b70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022754Z:2e210fcc-9c1d-45d3-906b-a7455276f813', + 'SOUTHEASTASIA:20210924T033105Z:988841c0-7152-4425-b36b-b0e181842b70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:54 GMT' + 'Fri, 24 Sep 2021 03:31:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7407,19 +6939,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11707', 'x-ms-request-id', - '4f8f4b2c-5eb8-4739-bc4e-75013c648a8c', + 'de2ab0c3-1cc0-4095-9ee7-11cffe270c62', 'x-ms-correlation-request-id', - '4f8f4b2c-5eb8-4739-bc4e-75013c648a8c', + 'de2ab0c3-1cc0-4095-9ee7-11cffe270c62', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022757Z:4f8f4b2c-5eb8-4739-bc4e-75013c648a8c', + 'SOUTHEASTASIA:20210924T033108Z:de2ab0c3-1cc0-4095-9ee7-11cffe270c62', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:56 GMT' + 'Fri, 24 Sep 2021 03:31:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7443,19 +6975,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11706', 'x-ms-request-id', - '1ec74d33-c8ea-4358-8220-1a1647f7ff0c', + 'a36a5686-5ed6-4c1d-b564-e3a40ccd0ee5', 'x-ms-correlation-request-id', - '1ec74d33-c8ea-4358-8220-1a1647f7ff0c', + 'a36a5686-5ed6-4c1d-b564-e3a40ccd0ee5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022759Z:1ec74d33-c8ea-4358-8220-1a1647f7ff0c', + 'SOUTHEASTASIA:20210924T033110Z:a36a5686-5ed6-4c1d-b564-e3a40ccd0ee5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:27:58 GMT' + 'Fri, 24 Sep 2021 03:31:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7479,19 +7011,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11705', 'x-ms-request-id', - 'a04a6c29-55d1-4633-bfd9-4803044b2f56', + 'b722ff8f-5a37-4d8e-a391-26096d1b4057', 'x-ms-correlation-request-id', - 'a04a6c29-55d1-4633-bfd9-4803044b2f56', + 'b722ff8f-5a37-4d8e-a391-26096d1b4057', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022801Z:a04a6c29-55d1-4633-bfd9-4803044b2f56', + 'SOUTHEASTASIA:20210924T033113Z:b722ff8f-5a37-4d8e-a391-26096d1b4057', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:01 GMT' + 'Fri, 24 Sep 2021 03:31:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7515,19 +7047,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11704', 'x-ms-request-id', - 'b5445e7c-bca1-4720-8574-73e87a835d49', + '7c9eeed2-2822-4246-8a63-10082bdc57b1', 'x-ms-correlation-request-id', - 'b5445e7c-bca1-4720-8574-73e87a835d49', + '7c9eeed2-2822-4246-8a63-10082bdc57b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022804Z:b5445e7c-bca1-4720-8574-73e87a835d49', + 'SOUTHEASTASIA:20210924T033115Z:7c9eeed2-2822-4246-8a63-10082bdc57b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:03 GMT' + 'Fri, 24 Sep 2021 03:31:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7551,19 +7083,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11703', 'x-ms-request-id', - '4bd65b3b-c5ac-4961-8c8b-27df96f381b8', + '38c9e98e-3079-4f95-8c7b-234ca9950349', 'x-ms-correlation-request-id', - '4bd65b3b-c5ac-4961-8c8b-27df96f381b8', + '38c9e98e-3079-4f95-8c7b-234ca9950349', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022806Z:4bd65b3b-c5ac-4961-8c8b-27df96f381b8', + 'SOUTHEASTASIA:20210924T033117Z:38c9e98e-3079-4f95-8c7b-234ca9950349', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:05 GMT' + 'Fri, 24 Sep 2021 03:31:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7587,19 +7119,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11702', 'x-ms-request-id', - 'b1111de3-931a-47b2-a387-547c187ed5e3', + 'f1aa8d2e-1802-4f61-b24e-8a3623c56634', 'x-ms-correlation-request-id', - 'b1111de3-931a-47b2-a387-547c187ed5e3', + 'f1aa8d2e-1802-4f61-b24e-8a3623c56634', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022808Z:b1111de3-931a-47b2-a387-547c187ed5e3', + 'SOUTHEASTASIA:20210924T033120Z:f1aa8d2e-1802-4f61-b24e-8a3623c56634', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:08 GMT' + 'Fri, 24 Sep 2021 03:31:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7623,19 +7155,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11701', 'x-ms-request-id', - '5c1d4898-cbd0-4282-9814-1e5c206ea837', + 'b9b26223-083b-4e5d-b736-05e5ad7e7514', 'x-ms-correlation-request-id', - '5c1d4898-cbd0-4282-9814-1e5c206ea837', + 'b9b26223-083b-4e5d-b736-05e5ad7e7514', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022811Z:5c1d4898-cbd0-4282-9814-1e5c206ea837', + 'SOUTHEASTASIA:20210924T033122Z:b9b26223-083b-4e5d-b736-05e5ad7e7514', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:10 GMT' + 'Fri, 24 Sep 2021 03:31:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7659,19 +7191,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11700', 'x-ms-request-id', - '01f3a629-3749-4544-a962-7e36f87c9a0e', + 'f0f6428e-be48-4eea-9f88-1503ef2fb9a9', 'x-ms-correlation-request-id', - '01f3a629-3749-4544-a962-7e36f87c9a0e', + 'f0f6428e-be48-4eea-9f88-1503ef2fb9a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022813Z:01f3a629-3749-4544-a962-7e36f87c9a0e', + 'SOUTHEASTASIA:20210924T033124Z:f0f6428e-be48-4eea-9f88-1503ef2fb9a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:12 GMT' + 'Fri, 24 Sep 2021 03:31:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7695,19 +7227,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11699', 'x-ms-request-id', - '2270b0e9-c846-4631-92f2-58e16fca785a', + '927d4d1e-89bf-4234-b803-bb1e00f86984', 'x-ms-correlation-request-id', - '2270b0e9-c846-4631-92f2-58e16fca785a', + '927d4d1e-89bf-4234-b803-bb1e00f86984', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022815Z:2270b0e9-c846-4631-92f2-58e16fca785a', + 'SOUTHEASTASIA:20210924T033127Z:927d4d1e-89bf-4234-b803-bb1e00f86984', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:14 GMT' + 'Fri, 24 Sep 2021 03:31:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7731,19 +7263,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11698', 'x-ms-request-id', - 'bcc91739-a712-4a6d-b5f1-d44346e20508', + 'fc2ff09d-6e05-48e4-9115-e8f0f17e3703', 'x-ms-correlation-request-id', - 'bcc91739-a712-4a6d-b5f1-d44346e20508', + 'fc2ff09d-6e05-48e4-9115-e8f0f17e3703', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022818Z:bcc91739-a712-4a6d-b5f1-d44346e20508', + 'SOUTHEASTASIA:20210924T033129Z:fc2ff09d-6e05-48e4-9115-e8f0f17e3703', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:17 GMT' + 'Fri, 24 Sep 2021 03:31:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7767,19 +7299,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11697', 'x-ms-request-id', - '3bde57d7-573c-4076-9cb5-78109400261c', + '15fb88f6-ce2d-456a-8325-5924cded8b55', 'x-ms-correlation-request-id', - '3bde57d7-573c-4076-9cb5-78109400261c', + '15fb88f6-ce2d-456a-8325-5924cded8b55', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022820Z:3bde57d7-573c-4076-9cb5-78109400261c', + 'SOUTHEASTASIA:20210924T033131Z:15fb88f6-ce2d-456a-8325-5924cded8b55', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:19 GMT' + 'Fri, 24 Sep 2021 03:31:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7803,19 +7335,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11696', 'x-ms-request-id', - '955a139d-78ae-4a33-9dc1-f89d1f70fc0f', + '51021864-d31f-493c-8bc9-fe4e77bb6021', 'x-ms-correlation-request-id', - '955a139d-78ae-4a33-9dc1-f89d1f70fc0f', + '51021864-d31f-493c-8bc9-fe4e77bb6021', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022822Z:955a139d-78ae-4a33-9dc1-f89d1f70fc0f', + 'SOUTHEASTASIA:20210924T033134Z:51021864-d31f-493c-8bc9-fe4e77bb6021', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:21 GMT' + 'Fri, 24 Sep 2021 03:31:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7839,19 +7371,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11695', 'x-ms-request-id', - '1580fbe7-aac9-47e1-8190-f87fd2f2cbd2', + 'e6bb7fd0-9a7d-4510-bf74-3307a4d855f8', 'x-ms-correlation-request-id', - '1580fbe7-aac9-47e1-8190-f87fd2f2cbd2', + 'e6bb7fd0-9a7d-4510-bf74-3307a4d855f8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022825Z:1580fbe7-aac9-47e1-8190-f87fd2f2cbd2', + 'SOUTHEASTASIA:20210924T033136Z:e6bb7fd0-9a7d-4510-bf74-3307a4d855f8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:24 GMT' + 'Fri, 24 Sep 2021 03:31:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7875,19 +7407,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11694', 'x-ms-request-id', - '9b695336-51c2-416a-805d-7d1257019a11', + '597f481d-5e95-4942-918b-3538b6b57c07', 'x-ms-correlation-request-id', - '9b695336-51c2-416a-805d-7d1257019a11', + '597f481d-5e95-4942-918b-3538b6b57c07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022827Z:9b695336-51c2-416a-805d-7d1257019a11', + 'SOUTHEASTASIA:20210924T033138Z:597f481d-5e95-4942-918b-3538b6b57c07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:26 GMT' + 'Fri, 24 Sep 2021 03:31:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7911,19 +7443,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11693', 'x-ms-request-id', - '9e7d34cd-4e75-403f-a6b4-732e42303d96', + '0c0b11e4-d071-4a03-90bc-3839abccbc2e', 'x-ms-correlation-request-id', - '9e7d34cd-4e75-403f-a6b4-732e42303d96', + '0c0b11e4-d071-4a03-90bc-3839abccbc2e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022829Z:9e7d34cd-4e75-403f-a6b4-732e42303d96', + 'SOUTHEASTASIA:20210924T033141Z:0c0b11e4-d071-4a03-90bc-3839abccbc2e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:28 GMT' + 'Fri, 24 Sep 2021 03:31:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7947,19 +7479,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11692', 'x-ms-request-id', - 'ab5597e8-229a-44e4-9fbf-0c498482dcc8', + 'b58739a2-cb2a-4811-a2cc-a40925bf1ada', 'x-ms-correlation-request-id', - 'ab5597e8-229a-44e4-9fbf-0c498482dcc8', + 'b58739a2-cb2a-4811-a2cc-a40925bf1ada', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022832Z:ab5597e8-229a-44e4-9fbf-0c498482dcc8', + 'SOUTHEASTASIA:20210924T033143Z:b58739a2-cb2a-4811-a2cc-a40925bf1ada', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:31 GMT' + 'Fri, 24 Sep 2021 03:31:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7983,19 +7515,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11691', 'x-ms-request-id', - 'f792ff85-edbb-45bf-8253-216e8371de66', + 'bd59ecd3-8a00-4c48-8e75-c0c4cc50d79d', 'x-ms-correlation-request-id', - 'f792ff85-edbb-45bf-8253-216e8371de66', + 'bd59ecd3-8a00-4c48-8e75-c0c4cc50d79d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022834Z:f792ff85-edbb-45bf-8253-216e8371de66', + 'SOUTHEASTASIA:20210924T033145Z:bd59ecd3-8a00-4c48-8e75-c0c4cc50d79d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:33 GMT' + 'Fri, 24 Sep 2021 03:31:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8019,19 +7551,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11690', 'x-ms-request-id', - '36b2e9b4-1d94-4d6d-8774-f381abe79d46', + '696b2bf3-420e-4a8f-a5c0-abc01b040d50', 'x-ms-correlation-request-id', - '36b2e9b4-1d94-4d6d-8774-f381abe79d46', + '696b2bf3-420e-4a8f-a5c0-abc01b040d50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022836Z:36b2e9b4-1d94-4d6d-8774-f381abe79d46', + 'SOUTHEASTASIA:20210924T033148Z:696b2bf3-420e-4a8f-a5c0-abc01b040d50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:35 GMT' + 'Fri, 24 Sep 2021 03:31:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8055,19 +7587,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11689', 'x-ms-request-id', - '25f7100a-e8ae-422c-912c-a36778a225ce', + '6ee40625-1cfa-4924-bb3e-560729532a09', 'x-ms-correlation-request-id', - '25f7100a-e8ae-422c-912c-a36778a225ce', + '6ee40625-1cfa-4924-bb3e-560729532a09', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022839Z:25f7100a-e8ae-422c-912c-a36778a225ce', + 'SOUTHEASTASIA:20210924T033150Z:6ee40625-1cfa-4924-bb3e-560729532a09', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:39 GMT' + 'Fri, 24 Sep 2021 03:31:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8091,19 +7623,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11688', 'x-ms-request-id', - 'cd507f1b-7b46-432f-9b69-fe485463cb11', + '9689d7b4-031b-4544-976d-0c7fc31b3881', 'x-ms-correlation-request-id', - 'cd507f1b-7b46-432f-9b69-fe485463cb11', + '9689d7b4-031b-4544-976d-0c7fc31b3881', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022841Z:cd507f1b-7b46-432f-9b69-fe485463cb11', + 'SOUTHEASTASIA:20210924T033152Z:9689d7b4-031b-4544-976d-0c7fc31b3881', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:41 GMT' + 'Fri, 24 Sep 2021 03:31:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8127,19 +7659,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11687', 'x-ms-request-id', - 'd709390c-46cb-429c-8fe2-ad74595111d9', + '4c29e2ce-c638-45b3-a6c2-4c27ac578036', 'x-ms-correlation-request-id', - 'd709390c-46cb-429c-8fe2-ad74595111d9', + '4c29e2ce-c638-45b3-a6c2-4c27ac578036', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022843Z:d709390c-46cb-429c-8fe2-ad74595111d9', + 'SOUTHEASTASIA:20210924T033155Z:4c29e2ce-c638-45b3-a6c2-4c27ac578036', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:43 GMT' + 'Fri, 24 Sep 2021 03:31:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8163,19 +7695,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11686', 'x-ms-request-id', - 'b0af4e2f-6bd6-4679-b26d-193c941296e5', + 'd2d42cbb-0c1b-40f5-8491-68af856f459e', 'x-ms-correlation-request-id', - 'b0af4e2f-6bd6-4679-b26d-193c941296e5', + 'd2d42cbb-0c1b-40f5-8491-68af856f459e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022845Z:b0af4e2f-6bd6-4679-b26d-193c941296e5', + 'SOUTHEASTASIA:20210924T033157Z:d2d42cbb-0c1b-40f5-8491-68af856f459e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:45 GMT' + 'Fri, 24 Sep 2021 03:31:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8199,19 +7731,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11685', 'x-ms-request-id', - 'd9635192-f615-4d07-be13-ebf651b1e57a', + '67cf44f5-3453-47e5-82f0-b0139d1afdca', 'x-ms-correlation-request-id', - 'd9635192-f615-4d07-be13-ebf651b1e57a', + '67cf44f5-3453-47e5-82f0-b0139d1afdca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022848Z:d9635192-f615-4d07-be13-ebf651b1e57a', + 'SOUTHEASTASIA:20210924T033159Z:67cf44f5-3453-47e5-82f0-b0139d1afdca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:48 GMT' + 'Fri, 24 Sep 2021 03:31:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8235,19 +7767,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11684', 'x-ms-request-id', - '8007c8b3-a674-467b-8fcf-fbf6f2ff83f7', + '5333ef88-71e2-40a8-9c39-88a3d3fb2382', 'x-ms-correlation-request-id', - '8007c8b3-a674-467b-8fcf-fbf6f2ff83f7', + '5333ef88-71e2-40a8-9c39-88a3d3fb2382', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022850Z:8007c8b3-a674-467b-8fcf-fbf6f2ff83f7', + 'SOUTHEASTASIA:20210924T033202Z:5333ef88-71e2-40a8-9c39-88a3d3fb2382', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:50 GMT' + 'Fri, 24 Sep 2021 03:32:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8271,19 +7803,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11683', 'x-ms-request-id', - 'e1c57160-482a-47cc-8388-f71117df6d13', + '3073fdb0-deb2-4227-a476-4961539b8d5f', 'x-ms-correlation-request-id', - 'e1c57160-482a-47cc-8388-f71117df6d13', + '3073fdb0-deb2-4227-a476-4961539b8d5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022852Z:e1c57160-482a-47cc-8388-f71117df6d13', + 'SOUTHEASTASIA:20210924T033205Z:3073fdb0-deb2-4227-a476-4961539b8d5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:52 GMT' + 'Fri, 24 Sep 2021 03:32:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8307,19 +7839,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11682', 'x-ms-request-id', - '5f63199c-ba51-4dc3-bd0c-39419a555daa', + '3d9c0b02-d800-434c-ba3c-89ff24bf2552', 'x-ms-correlation-request-id', - '5f63199c-ba51-4dc3-bd0c-39419a555daa', + '3d9c0b02-d800-434c-ba3c-89ff24bf2552', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022855Z:5f63199c-ba51-4dc3-bd0c-39419a555daa', + 'SOUTHEASTASIA:20210924T033207Z:3d9c0b02-d800-434c-ba3c-89ff24bf2552', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:55 GMT' + 'Fri, 24 Sep 2021 03:32:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8343,19 +7875,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11681', 'x-ms-request-id', - 'a5b03dd0-1c26-4699-8814-abd20c696d60', + 'd04a31ea-4c3f-472c-a29a-9f767a10b614', 'x-ms-correlation-request-id', - 'a5b03dd0-1c26-4699-8814-abd20c696d60', + 'd04a31ea-4c3f-472c-a29a-9f767a10b614', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022857Z:a5b03dd0-1c26-4699-8814-abd20c696d60', + 'SOUTHEASTASIA:20210924T033209Z:d04a31ea-4c3f-472c-a29a-9f767a10b614', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:57 GMT' + 'Fri, 24 Sep 2021 03:32:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8379,19 +7911,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11680', 'x-ms-request-id', - '482fab3c-95a0-427c-968a-748dd369cfc5', + '27fc2c26-2a36-464a-9b2b-d09117ea4ab7', 'x-ms-correlation-request-id', - '482fab3c-95a0-427c-968a-748dd369cfc5', + '27fc2c26-2a36-464a-9b2b-d09117ea4ab7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022859Z:482fab3c-95a0-427c-968a-748dd369cfc5', + 'SOUTHEASTASIA:20210924T033212Z:27fc2c26-2a36-464a-9b2b-d09117ea4ab7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:28:59 GMT' + 'Fri, 24 Sep 2021 03:32:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8415,19 +7947,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11679', 'x-ms-request-id', - 'ec484ef6-6995-4278-953c-ce82bcd7b296', + '40049e9c-89d2-4940-8f19-bd3647723174', 'x-ms-correlation-request-id', - 'ec484ef6-6995-4278-953c-ce82bcd7b296', + '40049e9c-89d2-4940-8f19-bd3647723174', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022902Z:ec484ef6-6995-4278-953c-ce82bcd7b296', + 'SOUTHEASTASIA:20210924T033214Z:40049e9c-89d2-4940-8f19-bd3647723174', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:02 GMT' + 'Fri, 24 Sep 2021 03:32:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8451,19 +7983,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11678', 'x-ms-request-id', - 'd906c320-7267-42c4-b990-8a3e279c4719', + '30accc68-6a82-435f-b424-c2c14ae6c163', 'x-ms-correlation-request-id', - 'd906c320-7267-42c4-b990-8a3e279c4719', + '30accc68-6a82-435f-b424-c2c14ae6c163', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022904Z:d906c320-7267-42c4-b990-8a3e279c4719', + 'SOUTHEASTASIA:20210924T033216Z:30accc68-6a82-435f-b424-c2c14ae6c163', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:04 GMT' + 'Fri, 24 Sep 2021 03:32:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8487,19 +8019,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11677', 'x-ms-request-id', - '5f2bdb30-3582-4084-b556-5c0119f0a777', + '58c6b6a2-249e-4a9c-8a6d-d4e9c68cd6b2', 'x-ms-correlation-request-id', - '5f2bdb30-3582-4084-b556-5c0119f0a777', + '58c6b6a2-249e-4a9c-8a6d-d4e9c68cd6b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022906Z:5f2bdb30-3582-4084-b556-5c0119f0a777', + 'SOUTHEASTASIA:20210924T033218Z:58c6b6a2-249e-4a9c-8a6d-d4e9c68cd6b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:06 GMT' + 'Fri, 24 Sep 2021 03:32:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8523,19 +8055,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11676', 'x-ms-request-id', - '2d0c0139-ba72-4510-9a3e-4af3722f4a6d', + 'be71b1a8-f750-43cb-8e4b-4e7668a4c8ef', 'x-ms-correlation-request-id', - '2d0c0139-ba72-4510-9a3e-4af3722f4a6d', + 'be71b1a8-f750-43cb-8e4b-4e7668a4c8ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022909Z:2d0c0139-ba72-4510-9a3e-4af3722f4a6d', + 'SOUTHEASTASIA:20210924T033221Z:be71b1a8-f750-43cb-8e4b-4e7668a4c8ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:08 GMT' + 'Fri, 24 Sep 2021 03:32:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8559,19 +8091,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11675', 'x-ms-request-id', - '98c3b32c-cc51-4b10-8650-dfaf3d676c02', + '7064e8ed-5531-4aea-b66b-68e36ba675b9', 'x-ms-correlation-request-id', - '98c3b32c-cc51-4b10-8650-dfaf3d676c02', + '7064e8ed-5531-4aea-b66b-68e36ba675b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022911Z:98c3b32c-cc51-4b10-8650-dfaf3d676c02', + 'SOUTHEASTASIA:20210924T033223Z:7064e8ed-5531-4aea-b66b-68e36ba675b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:11 GMT' + 'Fri, 24 Sep 2021 03:32:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8595,19 +8127,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11674', 'x-ms-request-id', - 'a79c4e80-8632-4561-a192-ca63ae1b3a0c', + 'c50bfb59-3287-42e4-88af-085e2dafd074', 'x-ms-correlation-request-id', - 'a79c4e80-8632-4561-a192-ca63ae1b3a0c', + 'c50bfb59-3287-42e4-88af-085e2dafd074', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022913Z:a79c4e80-8632-4561-a192-ca63ae1b3a0c', + 'SOUTHEASTASIA:20210924T033225Z:c50bfb59-3287-42e4-88af-085e2dafd074', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:13 GMT' + 'Fri, 24 Sep 2021 03:32:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8631,19 +8163,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11673', 'x-ms-request-id', - 'a1be27e2-f1a7-496e-afe5-522a888cc385', + '3e300bdd-8b2a-4e41-ae11-afd45cb4785a', 'x-ms-correlation-request-id', - 'a1be27e2-f1a7-496e-afe5-522a888cc385', + '3e300bdd-8b2a-4e41-ae11-afd45cb4785a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022916Z:a1be27e2-f1a7-496e-afe5-522a888cc385', + 'SOUTHEASTASIA:20210924T033228Z:3e300bdd-8b2a-4e41-ae11-afd45cb4785a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:15 GMT' + 'Fri, 24 Sep 2021 03:32:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8667,19 +8199,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11672', 'x-ms-request-id', - '93a3028e-e7d9-441a-9b19-6edbb67931ea', + '5782528e-c95b-46d6-987d-8c88cdce747a', 'x-ms-correlation-request-id', - '93a3028e-e7d9-441a-9b19-6edbb67931ea', + '5782528e-c95b-46d6-987d-8c88cdce747a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022918Z:93a3028e-e7d9-441a-9b19-6edbb67931ea', + 'SOUTHEASTASIA:20210924T033230Z:5782528e-c95b-46d6-987d-8c88cdce747a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:18 GMT' + 'Fri, 24 Sep 2021 03:32:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8703,19 +8235,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11671', 'x-ms-request-id', - '2dd2b77b-7d7f-4a65-98d2-3f5bc2a2f702', + 'ae3e7983-53dd-44cc-b8ed-69ca0577914c', 'x-ms-correlation-request-id', - '2dd2b77b-7d7f-4a65-98d2-3f5bc2a2f702', + 'ae3e7983-53dd-44cc-b8ed-69ca0577914c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022920Z:2dd2b77b-7d7f-4a65-98d2-3f5bc2a2f702', + 'SOUTHEASTASIA:20210924T033232Z:ae3e7983-53dd-44cc-b8ed-69ca0577914c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:20 GMT' + 'Fri, 24 Sep 2021 03:32:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8739,19 +8271,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11670', 'x-ms-request-id', - '59f7cf9f-93ea-4c93-befa-16fca41003f7', + '38ef6670-437c-413f-abab-3a87cc81e15f', 'x-ms-correlation-request-id', - '59f7cf9f-93ea-4c93-befa-16fca41003f7', + '38ef6670-437c-413f-abab-3a87cc81e15f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022923Z:59f7cf9f-93ea-4c93-befa-16fca41003f7', + 'SOUTHEASTASIA:20210924T033235Z:38ef6670-437c-413f-abab-3a87cc81e15f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:22 GMT' + 'Fri, 24 Sep 2021 03:32:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8775,19 +8307,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11669', 'x-ms-request-id', - 'fc61d3eb-78db-443c-b391-24dbd635850f', + 'f62f7d3e-89e4-4061-a0fd-d8eaafa3c688', 'x-ms-correlation-request-id', - 'fc61d3eb-78db-443c-b391-24dbd635850f', + 'f62f7d3e-89e4-4061-a0fd-d8eaafa3c688', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022925Z:fc61d3eb-78db-443c-b391-24dbd635850f', + 'SOUTHEASTASIA:20210924T033237Z:f62f7d3e-89e4-4061-a0fd-d8eaafa3c688', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:25 GMT' + 'Fri, 24 Sep 2021 03:32:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8811,19 +8343,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11668', 'x-ms-request-id', - '188a4e67-86f8-437b-be36-c2386dfde9bb', + 'aca1ce9e-c446-4eb8-8e5f-23a7f4d87e84', 'x-ms-correlation-request-id', - '188a4e67-86f8-437b-be36-c2386dfde9bb', + 'aca1ce9e-c446-4eb8-8e5f-23a7f4d87e84', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022927Z:188a4e67-86f8-437b-be36-c2386dfde9bb', + 'SOUTHEASTASIA:20210924T033239Z:aca1ce9e-c446-4eb8-8e5f-23a7f4d87e84', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:27 GMT' + 'Fri, 24 Sep 2021 03:32:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8847,19 +8379,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11667', 'x-ms-request-id', - '0d1224a9-2562-44fc-99f9-dd8b253cbcec', + 'ce11533c-21a2-44d5-8372-74cabfa99fd7', 'x-ms-correlation-request-id', - '0d1224a9-2562-44fc-99f9-dd8b253cbcec', + 'ce11533c-21a2-44d5-8372-74cabfa99fd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022929Z:0d1224a9-2562-44fc-99f9-dd8b253cbcec', + 'SOUTHEASTASIA:20210924T033242Z:ce11533c-21a2-44d5-8372-74cabfa99fd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:29 GMT' + 'Fri, 24 Sep 2021 03:32:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8883,19 +8415,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11666', 'x-ms-request-id', - '20761607-7a5c-44d7-90e6-e56e27d200fa', + '4a3ba515-7cb8-45a5-91c1-017dcff6a23e', 'x-ms-correlation-request-id', - '20761607-7a5c-44d7-90e6-e56e27d200fa', + '4a3ba515-7cb8-45a5-91c1-017dcff6a23e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022932Z:20761607-7a5c-44d7-90e6-e56e27d200fa', + 'SOUTHEASTASIA:20210924T033244Z:4a3ba515-7cb8-45a5-91c1-017dcff6a23e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:32 GMT' + 'Fri, 24 Sep 2021 03:32:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8919,19 +8451,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11665', 'x-ms-request-id', - '877f87e4-5f0c-4c35-b90d-e57b37443e14', + '58e50888-3d03-4551-bda2-b507ace814ad', 'x-ms-correlation-request-id', - '877f87e4-5f0c-4c35-b90d-e57b37443e14', + '58e50888-3d03-4551-bda2-b507ace814ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022935Z:877f87e4-5f0c-4c35-b90d-e57b37443e14', + 'SOUTHEASTASIA:20210924T033246Z:58e50888-3d03-4551-bda2-b507ace814ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:34 GMT' + 'Fri, 24 Sep 2021 03:32:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8955,19 +8487,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11664', 'x-ms-request-id', - '3b27175c-9751-46f6-9bbf-9229cf5c163c', + '850fe680-54c8-486d-9b7d-4bdee18c1c17', 'x-ms-correlation-request-id', - '3b27175c-9751-46f6-9bbf-9229cf5c163c', + '850fe680-54c8-486d-9b7d-4bdee18c1c17', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022937Z:3b27175c-9751-46f6-9bbf-9229cf5c163c', + 'SOUTHEASTASIA:20210924T033249Z:850fe680-54c8-486d-9b7d-4bdee18c1c17', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:37 GMT' + 'Fri, 24 Sep 2021 03:32:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8991,19 +8523,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11663', 'x-ms-request-id', - 'a9afa970-fbc7-420d-8a90-f79d490d1f8e', + '4c070bd9-8603-452a-b62b-5b34edcf9387', 'x-ms-correlation-request-id', - 'a9afa970-fbc7-420d-8a90-f79d490d1f8e', + '4c070bd9-8603-452a-b62b-5b34edcf9387', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022939Z:a9afa970-fbc7-420d-8a90-f79d490d1f8e', + 'SOUTHEASTASIA:20210924T033251Z:4c070bd9-8603-452a-b62b-5b34edcf9387', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:39 GMT' + 'Fri, 24 Sep 2021 03:32:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9027,19 +8559,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11662', 'x-ms-request-id', - '607b2d8b-89ec-4cba-bd3f-ab70f214c9c7', + 'e6bf0a2e-3e2b-4c5c-8667-6c2d7f590236', 'x-ms-correlation-request-id', - '607b2d8b-89ec-4cba-bd3f-ab70f214c9c7', + 'e6bf0a2e-3e2b-4c5c-8667-6c2d7f590236', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022942Z:607b2d8b-89ec-4cba-bd3f-ab70f214c9c7', + 'SOUTHEASTASIA:20210924T033253Z:e6bf0a2e-3e2b-4c5c-8667-6c2d7f590236', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:41 GMT' + 'Fri, 24 Sep 2021 03:32:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9063,19 +8595,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11661', 'x-ms-request-id', - 'ec97bce9-7d5f-407c-b981-2d2d261c9ac9', + 'be18bc35-a3cb-48c8-a2ed-f6e95fdcfb8a', 'x-ms-correlation-request-id', - 'ec97bce9-7d5f-407c-b981-2d2d261c9ac9', + 'be18bc35-a3cb-48c8-a2ed-f6e95fdcfb8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022944Z:ec97bce9-7d5f-407c-b981-2d2d261c9ac9', + 'SOUTHEASTASIA:20210924T033256Z:be18bc35-a3cb-48c8-a2ed-f6e95fdcfb8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:44 GMT' + 'Fri, 24 Sep 2021 03:32:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9099,19 +8631,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11660', 'x-ms-request-id', - 'd7193a33-4be2-4053-8fc6-7733d23cacb9', + '48cbae23-7291-4845-9987-0c84ec01e273', 'x-ms-correlation-request-id', - 'd7193a33-4be2-4053-8fc6-7733d23cacb9', + '48cbae23-7291-4845-9987-0c84ec01e273', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022946Z:d7193a33-4be2-4053-8fc6-7733d23cacb9', + 'SOUTHEASTASIA:20210924T033258Z:48cbae23-7291-4845-9987-0c84ec01e273', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:46 GMT' + 'Fri, 24 Sep 2021 03:32:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9135,19 +8667,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11659', 'x-ms-request-id', - 'fbe4ee82-bac5-4427-92c0-a3a7ecc5dc96', + 'ae52e5d5-d4e4-46ef-a399-8dbaa3c6f4c5', 'x-ms-correlation-request-id', - 'fbe4ee82-bac5-4427-92c0-a3a7ecc5dc96', + 'ae52e5d5-d4e4-46ef-a399-8dbaa3c6f4c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022949Z:fbe4ee82-bac5-4427-92c0-a3a7ecc5dc96', + 'SOUTHEASTASIA:20210924T033300Z:ae52e5d5-d4e4-46ef-a399-8dbaa3c6f4c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:48 GMT' + 'Fri, 24 Sep 2021 03:33:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9171,19 +8703,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11658', 'x-ms-request-id', - '4a4ce233-da63-4055-8436-d8c4cb3eb18a', + '7b44daff-f648-4eea-8bac-b4fbb198e126', 'x-ms-correlation-request-id', - '4a4ce233-da63-4055-8436-d8c4cb3eb18a', + '7b44daff-f648-4eea-8bac-b4fbb198e126', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022951Z:4a4ce233-da63-4055-8436-d8c4cb3eb18a', + 'SOUTHEASTASIA:20210924T033303Z:7b44daff-f648-4eea-8bac-b4fbb198e126', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:51 GMT' + 'Fri, 24 Sep 2021 03:33:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9207,19 +8739,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11657', 'x-ms-request-id', - '27d860c1-7773-4851-9738-e3f4d268ed30', + 'b9a1176f-b1db-4022-b6a4-95fd7666b2ee', 'x-ms-correlation-request-id', - '27d860c1-7773-4851-9738-e3f4d268ed30', + 'b9a1176f-b1db-4022-b6a4-95fd7666b2ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022953Z:27d860c1-7773-4851-9738-e3f4d268ed30', + 'SOUTHEASTASIA:20210924T033305Z:b9a1176f-b1db-4022-b6a4-95fd7666b2ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:53 GMT' + 'Fri, 24 Sep 2021 03:33:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9243,19 +8775,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11656', 'x-ms-request-id', - 'd53b5c9a-0c04-46e9-886e-72c1216c7ac2', + '1ff953dd-a46a-4464-af08-a7595fa0095a', 'x-ms-correlation-request-id', - 'd53b5c9a-0c04-46e9-886e-72c1216c7ac2', + '1ff953dd-a46a-4464-af08-a7595fa0095a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022956Z:d53b5c9a-0c04-46e9-886e-72c1216c7ac2', + 'SOUTHEASTASIA:20210924T033308Z:1ff953dd-a46a-4464-af08-a7595fa0095a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:55 GMT' + 'Fri, 24 Sep 2021 03:33:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9279,19 +8811,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11655', 'x-ms-request-id', - '20e8e04a-bc50-4795-8d5e-3283597d5d27', + 'bd6df1f3-dd64-4a4f-ba7b-fbe6d1814394', 'x-ms-correlation-request-id', - '20e8e04a-bc50-4795-8d5e-3283597d5d27', + 'bd6df1f3-dd64-4a4f-ba7b-fbe6d1814394', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022958Z:20e8e04a-bc50-4795-8d5e-3283597d5d27', + 'SOUTHEASTASIA:20210924T033310Z:bd6df1f3-dd64-4a4f-ba7b-fbe6d1814394', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:29:58 GMT' + 'Fri, 24 Sep 2021 03:33:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9315,19 +8847,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11654', 'x-ms-request-id', - '7f6b82f1-6681-479f-9cd2-78e512c6f7d6', + 'bdd5fc0f-6df5-4d98-a596-b8867edf86a3', 'x-ms-correlation-request-id', - '7f6b82f1-6681-479f-9cd2-78e512c6f7d6', + 'bdd5fc0f-6df5-4d98-a596-b8867edf86a3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023000Z:7f6b82f1-6681-479f-9cd2-78e512c6f7d6', + 'SOUTHEASTASIA:20210924T033313Z:bdd5fc0f-6df5-4d98-a596-b8867edf86a3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:00 GMT' + 'Fri, 24 Sep 2021 03:33:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9351,19 +8883,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11653', 'x-ms-request-id', - '90302f5f-1e52-4977-b564-953c6ea20a1e', + 'fa947143-524c-43d0-b7fb-9325b9deb0f8', 'x-ms-correlation-request-id', - '90302f5f-1e52-4977-b564-953c6ea20a1e', + 'fa947143-524c-43d0-b7fb-9325b9deb0f8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023003Z:90302f5f-1e52-4977-b564-953c6ea20a1e', + 'SOUTHEASTASIA:20210924T033315Z:fa947143-524c-43d0-b7fb-9325b9deb0f8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:02 GMT' + 'Fri, 24 Sep 2021 03:33:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9387,19 +8919,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11652', 'x-ms-request-id', - '0d336f69-713f-4e30-b039-b7144996dcfb', + '05dd1362-2039-4aa1-a536-c192aa1c9ea3', 'x-ms-correlation-request-id', - '0d336f69-713f-4e30-b039-b7144996dcfb', + '05dd1362-2039-4aa1-a536-c192aa1c9ea3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023005Z:0d336f69-713f-4e30-b039-b7144996dcfb', + 'SOUTHEASTASIA:20210924T033317Z:05dd1362-2039-4aa1-a536-c192aa1c9ea3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:04 GMT' + 'Fri, 24 Sep 2021 03:33:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9423,19 +8955,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11651', 'x-ms-request-id', - 'f74fea1e-40df-4cd8-8887-2eb8acbb6870', + 'd2010b61-f13b-4a92-811e-de4c3fae4147', 'x-ms-correlation-request-id', - 'f74fea1e-40df-4cd8-8887-2eb8acbb6870', + 'd2010b61-f13b-4a92-811e-de4c3fae4147', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023007Z:f74fea1e-40df-4cd8-8887-2eb8acbb6870', + 'SOUTHEASTASIA:20210924T033320Z:d2010b61-f13b-4a92-811e-de4c3fae4147', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:07 GMT' + 'Fri, 24 Sep 2021 03:33:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9459,19 +8991,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11650', 'x-ms-request-id', - '031b4f9f-e142-4c95-9836-b070510c4b05', + '4adacab2-e916-42bd-bd34-727a593a123a', 'x-ms-correlation-request-id', - '031b4f9f-e142-4c95-9836-b070510c4b05', + '4adacab2-e916-42bd-bd34-727a593a123a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023010Z:031b4f9f-e142-4c95-9836-b070510c4b05', + 'SOUTHEASTASIA:20210924T033322Z:4adacab2-e916-42bd-bd34-727a593a123a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:09 GMT' + 'Fri, 24 Sep 2021 03:33:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9495,19 +9027,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11649', 'x-ms-request-id', - 'f61e9180-8cca-4aaf-9703-86c35ed681d6', + 'b8f41138-7b62-468d-9397-48e24d550c79', 'x-ms-correlation-request-id', - 'f61e9180-8cca-4aaf-9703-86c35ed681d6', + 'b8f41138-7b62-468d-9397-48e24d550c79', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023012Z:f61e9180-8cca-4aaf-9703-86c35ed681d6', + 'SOUTHEASTASIA:20210924T033324Z:b8f41138-7b62-468d-9397-48e24d550c79', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:11 GMT' + 'Fri, 24 Sep 2021 03:33:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9531,19 +9063,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11648', 'x-ms-request-id', - 'dc75e13c-c210-4ad7-9c84-aaa574724958', + 'e2f21967-c812-4e2f-86bb-52883b5dd1e4', 'x-ms-correlation-request-id', - 'dc75e13c-c210-4ad7-9c84-aaa574724958', + 'e2f21967-c812-4e2f-86bb-52883b5dd1e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023014Z:dc75e13c-c210-4ad7-9c84-aaa574724958', + 'SOUTHEASTASIA:20210924T033327Z:e2f21967-c812-4e2f-86bb-52883b5dd1e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:14 GMT' + 'Fri, 24 Sep 2021 03:33:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9567,19 +9099,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11647', 'x-ms-request-id', - '2c183b6a-973d-4d0c-b942-786da773074f', + '1765aa09-ee28-4c8b-970f-fd92afd078e6', 'x-ms-correlation-request-id', - '2c183b6a-973d-4d0c-b942-786da773074f', + '1765aa09-ee28-4c8b-970f-fd92afd078e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023016Z:2c183b6a-973d-4d0c-b942-786da773074f', + 'SOUTHEASTASIA:20210924T033329Z:1765aa09-ee28-4c8b-970f-fd92afd078e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:16 GMT' + 'Fri, 24 Sep 2021 03:33:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9603,19 +9135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11646', 'x-ms-request-id', - 'c5bb441e-8a31-4e18-9ec1-ab05d200f8a2', + '7692821d-7723-4d04-85e4-6d6161758a24', 'x-ms-correlation-request-id', - 'c5bb441e-8a31-4e18-9ec1-ab05d200f8a2', + '7692821d-7723-4d04-85e4-6d6161758a24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023019Z:c5bb441e-8a31-4e18-9ec1-ab05d200f8a2', + 'SOUTHEASTASIA:20210924T033331Z:7692821d-7723-4d04-85e4-6d6161758a24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:18 GMT' + 'Fri, 24 Sep 2021 03:33:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9639,19 +9171,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11645', 'x-ms-request-id', - '75a96212-dc2b-4abe-83f8-d4c18c38cc9d', + 'cfa6f5fb-c92c-4034-bc0c-9c54ab4fb9cb', 'x-ms-correlation-request-id', - '75a96212-dc2b-4abe-83f8-d4c18c38cc9d', + 'cfa6f5fb-c92c-4034-bc0c-9c54ab4fb9cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023021Z:75a96212-dc2b-4abe-83f8-d4c18c38cc9d', + 'SOUTHEASTASIA:20210924T033334Z:cfa6f5fb-c92c-4034-bc0c-9c54ab4fb9cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:21 GMT' + 'Fri, 24 Sep 2021 03:33:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9675,19 +9207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11644', 'x-ms-request-id', - '80cd896a-623e-402d-baa1-5833421aa431', + '14655a0e-c00a-4d1e-ab0a-1de5c8368c1f', 'x-ms-correlation-request-id', - '80cd896a-623e-402d-baa1-5833421aa431', + '14655a0e-c00a-4d1e-ab0a-1de5c8368c1f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023023Z:80cd896a-623e-402d-baa1-5833421aa431', + 'SOUTHEASTASIA:20210924T033336Z:14655a0e-c00a-4d1e-ab0a-1de5c8368c1f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:23 GMT' + 'Fri, 24 Sep 2021 03:33:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9711,19 +9243,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11643', 'x-ms-request-id', - '04b559e3-409a-4e13-a37f-276663f8ab01', + '4aaba91f-c1ff-4a49-ab1e-fb59d9e7f07b', 'x-ms-correlation-request-id', - '04b559e3-409a-4e13-a37f-276663f8ab01', + '4aaba91f-c1ff-4a49-ab1e-fb59d9e7f07b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023026Z:04b559e3-409a-4e13-a37f-276663f8ab01', + 'SOUTHEASTASIA:20210924T033338Z:4aaba91f-c1ff-4a49-ab1e-fb59d9e7f07b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:25 GMT' + 'Fri, 24 Sep 2021 03:33:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9747,19 +9279,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11642', 'x-ms-request-id', - '977e9b1d-eac7-430a-9af7-97cfb3ed8266', + '687339b8-1d15-4e36-a499-faefa8d1cc48', 'x-ms-correlation-request-id', - '977e9b1d-eac7-430a-9af7-97cfb3ed8266', + '687339b8-1d15-4e36-a499-faefa8d1cc48', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023028Z:977e9b1d-eac7-430a-9af7-97cfb3ed8266', + 'SOUTHEASTASIA:20210924T033341Z:687339b8-1d15-4e36-a499-faefa8d1cc48', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:27 GMT' + 'Fri, 24 Sep 2021 03:33:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9783,19 +9315,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11641', 'x-ms-request-id', - '5a8087fb-ea0d-4ea5-baa8-9996d4a54fad', + '5bd8e442-73c1-4f46-828b-1628655aa9d7', 'x-ms-correlation-request-id', - '5a8087fb-ea0d-4ea5-baa8-9996d4a54fad', + '5bd8e442-73c1-4f46-828b-1628655aa9d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023030Z:5a8087fb-ea0d-4ea5-baa8-9996d4a54fad', + 'SOUTHEASTASIA:20210924T033343Z:5bd8e442-73c1-4f46-828b-1628655aa9d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:30 GMT' + 'Fri, 24 Sep 2021 03:33:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9819,19 +9351,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11640', 'x-ms-request-id', - '355ded54-4cc4-4712-9c18-ce479abadff7', + 'b5df2123-cd95-4a18-a5d0-a5be6d21b227', 'x-ms-correlation-request-id', - '355ded54-4cc4-4712-9c18-ce479abadff7', + 'b5df2123-cd95-4a18-a5d0-a5be6d21b227', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023033Z:355ded54-4cc4-4712-9c18-ce479abadff7', + 'SOUTHEASTASIA:20210924T033345Z:b5df2123-cd95-4a18-a5d0-a5be6d21b227', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:32 GMT' + 'Fri, 24 Sep 2021 03:33:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9855,19 +9387,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11639', 'x-ms-request-id', - '1ff2b333-4f79-4a58-bfc3-f1ba6feca314', + '895b0e77-47eb-4fee-a4ea-7b84c105aa05', 'x-ms-correlation-request-id', - '1ff2b333-4f79-4a58-bfc3-f1ba6feca314', + '895b0e77-47eb-4fee-a4ea-7b84c105aa05', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023035Z:1ff2b333-4f79-4a58-bfc3-f1ba6feca314', + 'SOUTHEASTASIA:20210924T033348Z:895b0e77-47eb-4fee-a4ea-7b84c105aa05', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:34 GMT' + 'Fri, 24 Sep 2021 03:33:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9891,19 +9423,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11638', 'x-ms-request-id', - '75a85336-9a7e-4552-b7e3-e4aa4ecba74d', + '138e92c9-2e62-4b1c-b558-8ce4fcf57422', 'x-ms-correlation-request-id', - '75a85336-9a7e-4552-b7e3-e4aa4ecba74d', + '138e92c9-2e62-4b1c-b558-8ce4fcf57422', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023037Z:75a85336-9a7e-4552-b7e3-e4aa4ecba74d', + 'SOUTHEASTASIA:20210924T033350Z:138e92c9-2e62-4b1c-b558-8ce4fcf57422', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:37 GMT' + 'Fri, 24 Sep 2021 03:33:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9927,19 +9459,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11637', 'x-ms-request-id', - '08a45f92-a862-4ec7-941e-cfc79d689428', + '48b8b64a-fca4-462e-b64d-00193b6c9bdc', 'x-ms-correlation-request-id', - '08a45f92-a862-4ec7-941e-cfc79d689428', + '48b8b64a-fca4-462e-b64d-00193b6c9bdc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023040Z:08a45f92-a862-4ec7-941e-cfc79d689428', + 'SOUTHEASTASIA:20210924T033352Z:48b8b64a-fca4-462e-b64d-00193b6c9bdc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:39 GMT' + 'Fri, 24 Sep 2021 03:33:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9963,19 +9495,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11636', 'x-ms-request-id', - '4100558b-3e30-40f7-a35d-02dc9f17f6a1', + '4c2e29a6-56bb-460f-8f44-fce1bd90ba4b', 'x-ms-correlation-request-id', - '4100558b-3e30-40f7-a35d-02dc9f17f6a1', + '4c2e29a6-56bb-460f-8f44-fce1bd90ba4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023042Z:4100558b-3e30-40f7-a35d-02dc9f17f6a1', + 'SOUTHEASTASIA:20210924T033355Z:4c2e29a6-56bb-460f-8f44-fce1bd90ba4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:41 GMT' + 'Fri, 24 Sep 2021 03:33:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9999,19 +9531,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11635', 'x-ms-request-id', - 'dcf228cd-6e3f-4b6e-9b15-bb1a0ef10937', + '3ef78bc7-6973-4be4-a14e-50dacbbb0d73', 'x-ms-correlation-request-id', - 'dcf228cd-6e3f-4b6e-9b15-bb1a0ef10937', + '3ef78bc7-6973-4be4-a14e-50dacbbb0d73', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023044Z:dcf228cd-6e3f-4b6e-9b15-bb1a0ef10937', + 'SOUTHEASTASIA:20210924T033357Z:3ef78bc7-6973-4be4-a14e-50dacbbb0d73', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:44 GMT' + 'Fri, 24 Sep 2021 03:33:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10035,19 +9567,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11634', 'x-ms-request-id', - '78b6b7e5-2390-4502-b33f-7d90526728c4', + '4d6f3fda-1d60-450d-93ea-5cd81d92f547', 'x-ms-correlation-request-id', - '78b6b7e5-2390-4502-b33f-7d90526728c4', + '4d6f3fda-1d60-450d-93ea-5cd81d92f547', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023047Z:78b6b7e5-2390-4502-b33f-7d90526728c4', + 'SOUTHEASTASIA:20210924T033359Z:4d6f3fda-1d60-450d-93ea-5cd81d92f547', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:46 GMT' + 'Fri, 24 Sep 2021 03:33:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10071,19 +9603,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11633', 'x-ms-request-id', - '6b02ce34-5de8-48e9-9fbe-d3180ef7c17d', + '14fb5b7e-0f31-4559-85a4-90881f730736', 'x-ms-correlation-request-id', - '6b02ce34-5de8-48e9-9fbe-d3180ef7c17d', + '14fb5b7e-0f31-4559-85a4-90881f730736', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023049Z:6b02ce34-5de8-48e9-9fbe-d3180ef7c17d', + 'SOUTHEASTASIA:20210924T033402Z:14fb5b7e-0f31-4559-85a4-90881f730736', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:48 GMT' + 'Fri, 24 Sep 2021 03:34:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10107,19 +9639,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11632', 'x-ms-request-id', - 'c38ccb18-5761-4cf3-933f-8f9d5954fab8', + 'bf0976ae-3eb7-43bc-a487-f8292ff3b0f9', 'x-ms-correlation-request-id', - 'c38ccb18-5761-4cf3-933f-8f9d5954fab8', + 'bf0976ae-3eb7-43bc-a487-f8292ff3b0f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023051Z:c38ccb18-5761-4cf3-933f-8f9d5954fab8', + 'SOUTHEASTASIA:20210924T033404Z:bf0976ae-3eb7-43bc-a487-f8292ff3b0f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:51 GMT' + 'Fri, 24 Sep 2021 03:34:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10143,19 +9675,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11631', 'x-ms-request-id', - 'a9bfc0d6-e3e5-4ee9-a9f7-9be07745278f', + '23f2e3e6-c3d2-46ef-8c81-b8c89a102194', 'x-ms-correlation-request-id', - 'a9bfc0d6-e3e5-4ee9-a9f7-9be07745278f', + '23f2e3e6-c3d2-46ef-8c81-b8c89a102194', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023054Z:a9bfc0d6-e3e5-4ee9-a9f7-9be07745278f', + 'SOUTHEASTASIA:20210924T033406Z:23f2e3e6-c3d2-46ef-8c81-b8c89a102194', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:53 GMT' + 'Fri, 24 Sep 2021 03:34:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10179,19 +9711,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11630', 'x-ms-request-id', - '03a2a500-45d4-4af8-addd-b599b60a2db4', + '29b4bf4b-b2e7-45d6-9ec1-1c60e82184fe', 'x-ms-correlation-request-id', - '03a2a500-45d4-4af8-addd-b599b60a2db4', + '29b4bf4b-b2e7-45d6-9ec1-1c60e82184fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023056Z:03a2a500-45d4-4af8-addd-b599b60a2db4', + 'SOUTHEASTASIA:20210924T033409Z:29b4bf4b-b2e7-45d6-9ec1-1c60e82184fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:55 GMT' + 'Fri, 24 Sep 2021 03:34:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10215,19 +9747,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11629', 'x-ms-request-id', - 'f8ed8472-f5c1-4ae4-b1e1-79da77fe1e67', + 'd2644fa1-a251-4367-90a4-2de470ebca94', 'x-ms-correlation-request-id', - 'f8ed8472-f5c1-4ae4-b1e1-79da77fe1e67', + 'd2644fa1-a251-4367-90a4-2de470ebca94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023058Z:f8ed8472-f5c1-4ae4-b1e1-79da77fe1e67', + 'SOUTHEASTASIA:20210924T033411Z:d2644fa1-a251-4367-90a4-2de470ebca94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:30:58 GMT' + 'Fri, 24 Sep 2021 03:34:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10251,19 +9783,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11628', 'x-ms-request-id', - 'be912a2c-2d83-4bda-abcf-791b19b612d3', + '51360920-2e54-4bf1-8375-57fba77db52f', 'x-ms-correlation-request-id', - 'be912a2c-2d83-4bda-abcf-791b19b612d3', + '51360920-2e54-4bf1-8375-57fba77db52f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023101Z:be912a2c-2d83-4bda-abcf-791b19b612d3', + 'SOUTHEASTASIA:20210924T033413Z:51360920-2e54-4bf1-8375-57fba77db52f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:00 GMT' + 'Fri, 24 Sep 2021 03:34:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10287,19 +9819,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11627', 'x-ms-request-id', - '61ad6b00-1c6c-4fb8-b137-e6d5ccf6024e', + '12947c2e-d454-4a65-9b3d-287140d287ac', 'x-ms-correlation-request-id', - '61ad6b00-1c6c-4fb8-b137-e6d5ccf6024e', + '12947c2e-d454-4a65-9b3d-287140d287ac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023103Z:61ad6b00-1c6c-4fb8-b137-e6d5ccf6024e', + 'SOUTHEASTASIA:20210924T033416Z:12947c2e-d454-4a65-9b3d-287140d287ac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:02 GMT' + 'Fri, 24 Sep 2021 03:34:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10323,19 +9855,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11626', 'x-ms-request-id', - '6dc143d0-c2ca-4cae-9450-922863bb1d21', + '004dffc2-06b4-4054-b136-47d8c7058ae1', 'x-ms-correlation-request-id', - '6dc143d0-c2ca-4cae-9450-922863bb1d21', + '004dffc2-06b4-4054-b136-47d8c7058ae1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023105Z:6dc143d0-c2ca-4cae-9450-922863bb1d21', + 'SOUTHEASTASIA:20210924T033418Z:004dffc2-06b4-4054-b136-47d8c7058ae1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:04 GMT' + 'Fri, 24 Sep 2021 03:34:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10359,19 +9891,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11625', 'x-ms-request-id', - '55bcfaa5-c24b-4f73-bcae-55ab6e5dedee', + '426d2616-2de3-4af8-8240-5571801c4057', 'x-ms-correlation-request-id', - '55bcfaa5-c24b-4f73-bcae-55ab6e5dedee', + '426d2616-2de3-4af8-8240-5571801c4057', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023108Z:55bcfaa5-c24b-4f73-bcae-55ab6e5dedee', + 'SOUTHEASTASIA:20210924T033420Z:426d2616-2de3-4af8-8240-5571801c4057', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:07 GMT' + 'Fri, 24 Sep 2021 03:34:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10395,19 +9927,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11624', 'x-ms-request-id', - 'f4c70b00-6387-48b4-aa67-f7cd5007d1a5', + 'e3c7c83d-8961-49a0-bef1-d0c54ac19c0f', 'x-ms-correlation-request-id', - 'f4c70b00-6387-48b4-aa67-f7cd5007d1a5', + 'e3c7c83d-8961-49a0-bef1-d0c54ac19c0f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023110Z:f4c70b00-6387-48b4-aa67-f7cd5007d1a5', + 'SOUTHEASTASIA:20210924T033423Z:e3c7c83d-8961-49a0-bef1-d0c54ac19c0f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:09 GMT' + 'Fri, 24 Sep 2021 03:34:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10431,19 +9963,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11623', 'x-ms-request-id', - 'aa013aa1-3929-4d59-a932-15bfb917186f', + 'bfae491a-d483-43e8-ba39-a8904df280cd', 'x-ms-correlation-request-id', - 'aa013aa1-3929-4d59-a932-15bfb917186f', + 'bfae491a-d483-43e8-ba39-a8904df280cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023112Z:aa013aa1-3929-4d59-a932-15bfb917186f', + 'SOUTHEASTASIA:20210924T033425Z:bfae491a-d483-43e8-ba39-a8904df280cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:11 GMT' + 'Fri, 24 Sep 2021 03:34:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10467,19 +9999,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11622', 'x-ms-request-id', - 'ffef230e-2844-4622-9cea-de75de6cfea0', + '28a44acf-05b6-4a42-a1e1-99e9b37dce24', 'x-ms-correlation-request-id', - 'ffef230e-2844-4622-9cea-de75de6cfea0', + '28a44acf-05b6-4a42-a1e1-99e9b37dce24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023114Z:ffef230e-2844-4622-9cea-de75de6cfea0', + 'SOUTHEASTASIA:20210924T033427Z:28a44acf-05b6-4a42-a1e1-99e9b37dce24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:14 GMT' + 'Fri, 24 Sep 2021 03:34:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10503,19 +10035,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11621', 'x-ms-request-id', - '1bb1f4c2-e509-4044-869f-1e580bf3e0eb', + '1d97a4f5-5869-4a36-8c3d-e969f0bcfa9f', 'x-ms-correlation-request-id', - '1bb1f4c2-e509-4044-869f-1e580bf3e0eb', + '1d97a4f5-5869-4a36-8c3d-e969f0bcfa9f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023117Z:1bb1f4c2-e509-4044-869f-1e580bf3e0eb', + 'SOUTHEASTASIA:20210924T033430Z:1d97a4f5-5869-4a36-8c3d-e969f0bcfa9f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:16 GMT' + 'Fri, 24 Sep 2021 03:34:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10539,19 +10071,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11620', 'x-ms-request-id', - 'feb7d0a9-9f4d-477c-ad88-51a8f188f68a', + 'df29644f-2196-47ff-9b0d-0006e060ae98', 'x-ms-correlation-request-id', - 'feb7d0a9-9f4d-477c-ad88-51a8f188f68a', + 'df29644f-2196-47ff-9b0d-0006e060ae98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023119Z:feb7d0a9-9f4d-477c-ad88-51a8f188f68a', + 'SOUTHEASTASIA:20210924T033432Z:df29644f-2196-47ff-9b0d-0006e060ae98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:18 GMT' + 'Fri, 24 Sep 2021 03:34:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10575,19 +10107,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11619', 'x-ms-request-id', - '09b322a1-6052-4335-924b-05c962f7ab78', + '3ba61c76-8ef1-4ead-86b9-63c9954fe8d9', 'x-ms-correlation-request-id', - '09b322a1-6052-4335-924b-05c962f7ab78', + '3ba61c76-8ef1-4ead-86b9-63c9954fe8d9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023121Z:09b322a1-6052-4335-924b-05c962f7ab78', + 'SOUTHEASTASIA:20210924T033434Z:3ba61c76-8ef1-4ead-86b9-63c9954fe8d9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:21 GMT' + 'Fri, 24 Sep 2021 03:34:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10611,19 +10143,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11618', 'x-ms-request-id', - 'a66c5931-a4ee-4974-9753-77abd3c7657e', + '8a2a3ef1-2c74-4fdf-9d74-277b0ee1f94c', 'x-ms-correlation-request-id', - 'a66c5931-a4ee-4974-9753-77abd3c7657e', + '8a2a3ef1-2c74-4fdf-9d74-277b0ee1f94c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023124Z:a66c5931-a4ee-4974-9753-77abd3c7657e', + 'SOUTHEASTASIA:20210924T033437Z:8a2a3ef1-2c74-4fdf-9d74-277b0ee1f94c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:23 GMT' + 'Fri, 24 Sep 2021 03:34:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10647,19 +10179,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11617', 'x-ms-request-id', - 'b170b6c5-cb9e-4c3a-b461-5f706cda3a1a', + 'b022fe65-d4a3-4ac3-b666-c98ebc2fd27a', 'x-ms-correlation-request-id', - 'b170b6c5-cb9e-4c3a-b461-5f706cda3a1a', + 'b022fe65-d4a3-4ac3-b666-c98ebc2fd27a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023126Z:b170b6c5-cb9e-4c3a-b461-5f706cda3a1a', + 'SOUTHEASTASIA:20210924T033439Z:b022fe65-d4a3-4ac3-b666-c98ebc2fd27a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:25 GMT' + 'Fri, 24 Sep 2021 03:34:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10683,19 +10215,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11616', 'x-ms-request-id', - '23f3d133-6187-447c-ab50-c5c8ef45dd6f', + 'fc4d2ec6-aa78-4fdd-b971-8495857c9dd9', 'x-ms-correlation-request-id', - '23f3d133-6187-447c-ab50-c5c8ef45dd6f', + 'fc4d2ec6-aa78-4fdd-b971-8495857c9dd9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023128Z:23f3d133-6187-447c-ab50-c5c8ef45dd6f', + 'SOUTHEASTASIA:20210924T033441Z:fc4d2ec6-aa78-4fdd-b971-8495857c9dd9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:27 GMT' + 'Fri, 24 Sep 2021 03:34:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10719,19 +10251,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11615', 'x-ms-request-id', - '671fd53b-2bd3-4488-ae44-4f1406157e21', + '7146e739-52c4-4d2c-baca-754c85a57d29', 'x-ms-correlation-request-id', - '671fd53b-2bd3-4488-ae44-4f1406157e21', + '7146e739-52c4-4d2c-baca-754c85a57d29', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023131Z:671fd53b-2bd3-4488-ae44-4f1406157e21', + 'SOUTHEASTASIA:20210924T033444Z:7146e739-52c4-4d2c-baca-754c85a57d29', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:30 GMT' + 'Fri, 24 Sep 2021 03:34:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10755,19 +10287,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11614', 'x-ms-request-id', - '966e2d54-f00f-44b7-8daf-6c9b70a6f197', + '7765544c-5b09-489c-bd7d-92e3609e13ff', 'x-ms-correlation-request-id', - '966e2d54-f00f-44b7-8daf-6c9b70a6f197', + '7765544c-5b09-489c-bd7d-92e3609e13ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023133Z:966e2d54-f00f-44b7-8daf-6c9b70a6f197', + 'SOUTHEASTASIA:20210924T033446Z:7765544c-5b09-489c-bd7d-92e3609e13ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:32 GMT' + 'Fri, 24 Sep 2021 03:34:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10791,19 +10323,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11613', 'x-ms-request-id', - 'c5ba7c5b-0477-48da-ab48-f53f317b1452', + '9ff9d604-1f71-45fd-8870-5afb3c6d7151', 'x-ms-correlation-request-id', - 'c5ba7c5b-0477-48da-ab48-f53f317b1452', + '9ff9d604-1f71-45fd-8870-5afb3c6d7151', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023135Z:c5ba7c5b-0477-48da-ab48-f53f317b1452', + 'SOUTHEASTASIA:20210924T033448Z:9ff9d604-1f71-45fd-8870-5afb3c6d7151', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:34 GMT' + 'Fri, 24 Sep 2021 03:34:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10827,19 +10359,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11612', 'x-ms-request-id', - '1c66d63c-f73e-4e72-843b-23f40f6df7ad', + 'aa45ed55-4cd7-46e4-bb6e-264f78992beb', 'x-ms-correlation-request-id', - '1c66d63c-f73e-4e72-843b-23f40f6df7ad', + 'aa45ed55-4cd7-46e4-bb6e-264f78992beb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023138Z:1c66d63c-f73e-4e72-843b-23f40f6df7ad', + 'SOUTHEASTASIA:20210924T033450Z:aa45ed55-4cd7-46e4-bb6e-264f78992beb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:37 GMT' + 'Fri, 24 Sep 2021 03:34:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10863,19 +10395,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11611', 'x-ms-request-id', - '9e8e7105-f6cf-48e5-bbbd-c3b9db97f56b', + '73284fc7-45d4-4a7d-a57f-dd491eb3682c', 'x-ms-correlation-request-id', - '9e8e7105-f6cf-48e5-bbbd-c3b9db97f56b', + '73284fc7-45d4-4a7d-a57f-dd491eb3682c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023140Z:9e8e7105-f6cf-48e5-bbbd-c3b9db97f56b', + 'SOUTHEASTASIA:20210924T033453Z:73284fc7-45d4-4a7d-a57f-dd491eb3682c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:39 GMT' + 'Fri, 24 Sep 2021 03:34:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10899,19 +10431,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11610', 'x-ms-request-id', - 'e9b44f04-c282-4d8d-b9ec-439c779a6241', + 'd24fa97c-a785-46c6-bf0f-a57021f63c11', 'x-ms-correlation-request-id', - 'e9b44f04-c282-4d8d-b9ec-439c779a6241', + 'd24fa97c-a785-46c6-bf0f-a57021f63c11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023142Z:e9b44f04-c282-4d8d-b9ec-439c779a6241', + 'SOUTHEASTASIA:20210924T033455Z:d24fa97c-a785-46c6-bf0f-a57021f63c11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:41 GMT' + 'Fri, 24 Sep 2021 03:34:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10935,19 +10467,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11609', 'x-ms-request-id', - 'e88aa002-d284-42c0-90dc-ddea0a0f16a2', + '7bad3d02-b0ac-4cc6-9db9-0318d0d4b9dc', 'x-ms-correlation-request-id', - 'e88aa002-d284-42c0-90dc-ddea0a0f16a2', + '7bad3d02-b0ac-4cc6-9db9-0318d0d4b9dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023145Z:e88aa002-d284-42c0-90dc-ddea0a0f16a2', + 'SOUTHEASTASIA:20210924T033457Z:7bad3d02-b0ac-4cc6-9db9-0318d0d4b9dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:45 GMT' + 'Fri, 24 Sep 2021 03:34:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10971,19 +10503,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11608', 'x-ms-request-id', - 'c5e2c764-9fb6-46cc-9f5a-901738b88d9e', + '5bd1b3d0-2661-4d03-aa4c-2824dd26acf0', 'x-ms-correlation-request-id', - 'c5e2c764-9fb6-46cc-9f5a-901738b88d9e', + '5bd1b3d0-2661-4d03-aa4c-2824dd26acf0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023147Z:c5e2c764-9fb6-46cc-9f5a-901738b88d9e', + 'SOUTHEASTASIA:20210924T033500Z:5bd1b3d0-2661-4d03-aa4c-2824dd26acf0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:47 GMT' + 'Fri, 24 Sep 2021 03:34:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11007,19 +10539,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11607', 'x-ms-request-id', - '39ddd79a-3d02-4949-851b-722487e10c1c', + '3d25981e-ea1d-46ad-8c16-dd3ffe4ae21e', 'x-ms-correlation-request-id', - '39ddd79a-3d02-4949-851b-722487e10c1c', + '3d25981e-ea1d-46ad-8c16-dd3ffe4ae21e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023149Z:39ddd79a-3d02-4949-851b-722487e10c1c', + 'SOUTHEASTASIA:20210924T033502Z:3d25981e-ea1d-46ad-8c16-dd3ffe4ae21e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:49 GMT' + 'Fri, 24 Sep 2021 03:35:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11043,19 +10575,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11606', 'x-ms-request-id', - '8cbbf358-3db7-4b1c-b134-8e145e1f99a7', + '7466ad72-fbfb-4c35-81d5-b0c79afd0717', 'x-ms-correlation-request-id', - '8cbbf358-3db7-4b1c-b134-8e145e1f99a7', + '7466ad72-fbfb-4c35-81d5-b0c79afd0717', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023152Z:8cbbf358-3db7-4b1c-b134-8e145e1f99a7', + 'SOUTHEASTASIA:20210924T033504Z:7466ad72-fbfb-4c35-81d5-b0c79afd0717', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:52 GMT' + 'Fri, 24 Sep 2021 03:35:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11079,19 +10611,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11605', 'x-ms-request-id', - 'e9d03903-5f48-49c9-90d7-93dc1b93115c', + '5f26e5b9-f2aa-4ea8-8bad-3f2e14622954', 'x-ms-correlation-request-id', - 'e9d03903-5f48-49c9-90d7-93dc1b93115c', + '5f26e5b9-f2aa-4ea8-8bad-3f2e14622954', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023154Z:e9d03903-5f48-49c9-90d7-93dc1b93115c', + 'SOUTHEASTASIA:20210924T033507Z:5f26e5b9-f2aa-4ea8-8bad-3f2e14622954', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:54 GMT' + 'Fri, 24 Sep 2021 03:35:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11115,19 +10647,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11604', 'x-ms-request-id', - '693425db-86da-414b-8c55-4210f8dc7e29', + 'dbf41b7d-509b-4221-8d8a-7638ccbf38e1', 'x-ms-correlation-request-id', - '693425db-86da-414b-8c55-4210f8dc7e29', + 'dbf41b7d-509b-4221-8d8a-7638ccbf38e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023156Z:693425db-86da-414b-8c55-4210f8dc7e29', + 'SOUTHEASTASIA:20210924T033509Z:dbf41b7d-509b-4221-8d8a-7638ccbf38e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:56 GMT' + 'Fri, 24 Sep 2021 03:35:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11151,19 +10683,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11603', 'x-ms-request-id', - '6a4cc4b8-b518-4811-8263-26091d870271', + '61fd59d1-5767-41a7-89b8-3dc237682cff', 'x-ms-correlation-request-id', - '6a4cc4b8-b518-4811-8263-26091d870271', + '61fd59d1-5767-41a7-89b8-3dc237682cff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023159Z:6a4cc4b8-b518-4811-8263-26091d870271', + 'SOUTHEASTASIA:20210924T033511Z:61fd59d1-5767-41a7-89b8-3dc237682cff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:31:58 GMT' + 'Fri, 24 Sep 2021 03:35:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11187,19 +10719,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11602', 'x-ms-request-id', - '3233a460-9270-484f-859a-95ed7901a528', + 'a08777b6-48d4-44c3-b57f-776864be300b', 'x-ms-correlation-request-id', - '3233a460-9270-484f-859a-95ed7901a528', + 'a08777b6-48d4-44c3-b57f-776864be300b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023201Z:3233a460-9270-484f-859a-95ed7901a528', + 'SOUTHEASTASIA:20210924T033514Z:a08777b6-48d4-44c3-b57f-776864be300b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:01 GMT' + 'Fri, 24 Sep 2021 03:35:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11223,19 +10755,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11601', 'x-ms-request-id', - 'da675e1d-6f5f-4e52-9132-a87af5e7326d', + '179d5e66-7455-49de-aee5-11f2c61a1001', 'x-ms-correlation-request-id', - 'da675e1d-6f5f-4e52-9132-a87af5e7326d', + '179d5e66-7455-49de-aee5-11f2c61a1001', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023203Z:da675e1d-6f5f-4e52-9132-a87af5e7326d', + 'SOUTHEASTASIA:20210924T033516Z:179d5e66-7455-49de-aee5-11f2c61a1001', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:03 GMT' + 'Fri, 24 Sep 2021 03:35:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11259,19 +10791,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11600', 'x-ms-request-id', - 'e9a46bac-56d8-4c9a-8419-519529c7d172', + '7b6ee0c6-b456-4464-ab1f-90a71cc53d2a', 'x-ms-correlation-request-id', - 'e9a46bac-56d8-4c9a-8419-519529c7d172', + '7b6ee0c6-b456-4464-ab1f-90a71cc53d2a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023205Z:e9a46bac-56d8-4c9a-8419-519529c7d172', + 'SOUTHEASTASIA:20210924T033518Z:7b6ee0c6-b456-4464-ab1f-90a71cc53d2a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:05 GMT' + 'Fri, 24 Sep 2021 03:35:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11295,19 +10827,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11599', 'x-ms-request-id', - 'a0fc54aa-7dcd-4930-9b65-016a7fdc33f4', + '6ec4e8e2-cc16-4b7c-9f07-4fe6538759ea', 'x-ms-correlation-request-id', - 'a0fc54aa-7dcd-4930-9b65-016a7fdc33f4', + '6ec4e8e2-cc16-4b7c-9f07-4fe6538759ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023208Z:a0fc54aa-7dcd-4930-9b65-016a7fdc33f4', + 'SOUTHEASTASIA:20210924T033521Z:6ec4e8e2-cc16-4b7c-9f07-4fe6538759ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:08 GMT' + 'Fri, 24 Sep 2021 03:35:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11331,19 +10863,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11598', 'x-ms-request-id', - '46328924-c9a7-46d2-a8ed-57fd5af86fd4', + '325e5b79-48a2-48a2-bf35-afcf0ed90969', 'x-ms-correlation-request-id', - '46328924-c9a7-46d2-a8ed-57fd5af86fd4', + '325e5b79-48a2-48a2-bf35-afcf0ed90969', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023210Z:46328924-c9a7-46d2-a8ed-57fd5af86fd4', + 'SOUTHEASTASIA:20210924T033523Z:325e5b79-48a2-48a2-bf35-afcf0ed90969', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:10 GMT' + 'Fri, 24 Sep 2021 03:35:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11367,19 +10899,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11597', 'x-ms-request-id', - 'eecbc446-36d8-4dae-9e1e-ff69d5127602', + 'a2098d04-cb30-4f31-a0d3-55e525600eec', 'x-ms-correlation-request-id', - 'eecbc446-36d8-4dae-9e1e-ff69d5127602', + 'a2098d04-cb30-4f31-a0d3-55e525600eec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023212Z:eecbc446-36d8-4dae-9e1e-ff69d5127602', + 'SOUTHEASTASIA:20210924T033525Z:a2098d04-cb30-4f31-a0d3-55e525600eec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:12 GMT' + 'Fri, 24 Sep 2021 03:35:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11403,19 +10935,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11596', 'x-ms-request-id', - 'fc03d862-bd4e-4340-942d-2bc5bd480a92', + 'd8d83390-d5cf-4373-907a-1bf50d1a153c', 'x-ms-correlation-request-id', - 'fc03d862-bd4e-4340-942d-2bc5bd480a92', + 'd8d83390-d5cf-4373-907a-1bf50d1a153c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023215Z:fc03d862-bd4e-4340-942d-2bc5bd480a92', + 'SOUTHEASTASIA:20210924T033528Z:d8d83390-d5cf-4373-907a-1bf50d1a153c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:15 GMT' + 'Fri, 24 Sep 2021 03:35:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11439,19 +10971,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11595', 'x-ms-request-id', - '32e42935-bcbd-4c06-8b1f-794562ade20e', + 'f8247ff6-52b0-4400-9c2b-9340f069a45d', 'x-ms-correlation-request-id', - '32e42935-bcbd-4c06-8b1f-794562ade20e', + 'f8247ff6-52b0-4400-9c2b-9340f069a45d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023217Z:32e42935-bcbd-4c06-8b1f-794562ade20e', + 'SOUTHEASTASIA:20210924T033530Z:f8247ff6-52b0-4400-9c2b-9340f069a45d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:17 GMT' + 'Fri, 24 Sep 2021 03:35:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11475,19 +11007,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11594', 'x-ms-request-id', - 'f56faed1-458a-45dc-9b66-21dea20873eb', + '1fe3cb4a-b97b-4adf-b9f5-842b9dee3f74', 'x-ms-correlation-request-id', - 'f56faed1-458a-45dc-9b66-21dea20873eb', + '1fe3cb4a-b97b-4adf-b9f5-842b9dee3f74', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023219Z:f56faed1-458a-45dc-9b66-21dea20873eb', + 'SOUTHEASTASIA:20210924T033532Z:1fe3cb4a-b97b-4adf-b9f5-842b9dee3f74', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:19 GMT' + 'Fri, 24 Sep 2021 03:35:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11511,19 +11043,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11593', 'x-ms-request-id', - 'ea710553-debb-4244-9903-ddd72380263b', + '624607a6-2d43-4b09-a0de-92a94ab3b036', 'x-ms-correlation-request-id', - 'ea710553-debb-4244-9903-ddd72380263b', + '624607a6-2d43-4b09-a0de-92a94ab3b036', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023222Z:ea710553-debb-4244-9903-ddd72380263b', + 'SOUTHEASTASIA:20210924T033535Z:624607a6-2d43-4b09-a0de-92a94ab3b036', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:21 GMT' + 'Fri, 24 Sep 2021 03:35:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11547,19 +11079,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11592', 'x-ms-request-id', - '0fd72341-c662-4376-847a-6cede7212265', + '02cab765-117d-4e07-9e7b-b51505719b71', 'x-ms-correlation-request-id', - '0fd72341-c662-4376-847a-6cede7212265', + '02cab765-117d-4e07-9e7b-b51505719b71', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023224Z:0fd72341-c662-4376-847a-6cede7212265', + 'SOUTHEASTASIA:20210924T033537Z:02cab765-117d-4e07-9e7b-b51505719b71', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:24 GMT' + 'Fri, 24 Sep 2021 03:35:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11583,19 +11115,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11591', 'x-ms-request-id', - '7bbcde28-de29-499c-b4b1-28a7471c854a', + 'f837baf6-ff90-4602-94ec-cd0c216b348b', 'x-ms-correlation-request-id', - '7bbcde28-de29-499c-b4b1-28a7471c854a', + 'f837baf6-ff90-4602-94ec-cd0c216b348b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023226Z:7bbcde28-de29-499c-b4b1-28a7471c854a', + 'SOUTHEASTASIA:20210924T033539Z:f837baf6-ff90-4602-94ec-cd0c216b348b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:26 GMT' + 'Fri, 24 Sep 2021 03:35:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11619,19 +11151,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11590', 'x-ms-request-id', - '6a2bc90a-9ca3-454b-b1b1-6187f275f692', + '553e971b-4041-4dbe-9ff2-bacedd15c891', 'x-ms-correlation-request-id', - '6a2bc90a-9ca3-454b-b1b1-6187f275f692', + '553e971b-4041-4dbe-9ff2-bacedd15c891', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023229Z:6a2bc90a-9ca3-454b-b1b1-6187f275f692', + 'SOUTHEASTASIA:20210924T033542Z:553e971b-4041-4dbe-9ff2-bacedd15c891', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:28 GMT' + 'Fri, 24 Sep 2021 03:35:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11655,19 +11187,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11589', 'x-ms-request-id', - 'd7343b92-e598-414d-ab67-be818a675beb', + 'b027ac7c-05d0-47b4-b843-6a22967b3751', 'x-ms-correlation-request-id', - 'd7343b92-e598-414d-ab67-be818a675beb', + 'b027ac7c-05d0-47b4-b843-6a22967b3751', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023231Z:d7343b92-e598-414d-ab67-be818a675beb', + 'SOUTHEASTASIA:20210924T033544Z:b027ac7c-05d0-47b4-b843-6a22967b3751', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:31 GMT' + 'Fri, 24 Sep 2021 03:35:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11691,19 +11223,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11588', 'x-ms-request-id', - '121c6c9c-546d-4b23-8f14-a382e567c8b0', + 'af3fc62f-5a4a-488a-bb16-0f98b4f4084b', 'x-ms-correlation-request-id', - '121c6c9c-546d-4b23-8f14-a382e567c8b0', + 'af3fc62f-5a4a-488a-bb16-0f98b4f4084b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023233Z:121c6c9c-546d-4b23-8f14-a382e567c8b0', + 'SOUTHEASTASIA:20210924T033546Z:af3fc62f-5a4a-488a-bb16-0f98b4f4084b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:33 GMT' + 'Fri, 24 Sep 2021 03:35:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11727,19 +11259,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11587', 'x-ms-request-id', - '4c7fd0fe-0bec-4740-8eb3-c7cfc7bf5601', + '1c925cd7-3629-4a9d-90b4-f1f66e8bfd4b', 'x-ms-correlation-request-id', - '4c7fd0fe-0bec-4740-8eb3-c7cfc7bf5601', + '1c925cd7-3629-4a9d-90b4-f1f66e8bfd4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023236Z:4c7fd0fe-0bec-4740-8eb3-c7cfc7bf5601', + 'SOUTHEASTASIA:20210924T033548Z:1c925cd7-3629-4a9d-90b4-f1f66e8bfd4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:35 GMT' + 'Fri, 24 Sep 2021 03:35:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11763,19 +11295,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11586', 'x-ms-request-id', - 'ec649499-7e53-4b50-84eb-ff957ae47e67', + 'ea7ab8a3-2516-4d99-ab67-4942fd2d2fd8', 'x-ms-correlation-request-id', - 'ec649499-7e53-4b50-84eb-ff957ae47e67', + 'ea7ab8a3-2516-4d99-ab67-4942fd2d2fd8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023238Z:ec649499-7e53-4b50-84eb-ff957ae47e67', + 'SOUTHEASTASIA:20210924T033551Z:ea7ab8a3-2516-4d99-ab67-4942fd2d2fd8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:38 GMT' + 'Fri, 24 Sep 2021 03:35:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11799,19 +11331,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11585', 'x-ms-request-id', - '5515a317-5850-4c2c-829d-a95a7752d3f1', + 'c0e27511-be03-469d-88f3-f6ab13d9bcfd', 'x-ms-correlation-request-id', - '5515a317-5850-4c2c-829d-a95a7752d3f1', + 'c0e27511-be03-469d-88f3-f6ab13d9bcfd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023240Z:5515a317-5850-4c2c-829d-a95a7752d3f1', + 'SOUTHEASTASIA:20210924T033553Z:c0e27511-be03-469d-88f3-f6ab13d9bcfd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:40 GMT' + 'Fri, 24 Sep 2021 03:35:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11835,19 +11367,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11584', 'x-ms-request-id', - '5b40c223-a103-4838-b329-12d307e9fb70', + '079ea835-72e0-437f-b00f-7f4188574569', 'x-ms-correlation-request-id', - '5b40c223-a103-4838-b329-12d307e9fb70', + '079ea835-72e0-437f-b00f-7f4188574569', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023243Z:5b40c223-a103-4838-b329-12d307e9fb70', + 'SOUTHEASTASIA:20210924T033555Z:079ea835-72e0-437f-b00f-7f4188574569', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:42 GMT' + 'Fri, 24 Sep 2021 03:35:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11871,19 +11403,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11583', 'x-ms-request-id', - '60c2420d-dcb9-4da0-a900-69b51ee69fac', + '4a10a52a-9341-4a58-8666-d2195deb23f5', 'x-ms-correlation-request-id', - '60c2420d-dcb9-4da0-a900-69b51ee69fac', + '4a10a52a-9341-4a58-8666-d2195deb23f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023245Z:60c2420d-dcb9-4da0-a900-69b51ee69fac', + 'SOUTHEASTASIA:20210924T033558Z:4a10a52a-9341-4a58-8666-d2195deb23f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:45 GMT' + 'Fri, 24 Sep 2021 03:35:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11907,19 +11439,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11582', 'x-ms-request-id', - '899875f1-e38f-402f-8869-8182223f9f34', + '28cea5e2-ed6a-4ad6-8800-60dbc41a30ae', 'x-ms-correlation-request-id', - '899875f1-e38f-402f-8869-8182223f9f34', + '28cea5e2-ed6a-4ad6-8800-60dbc41a30ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023247Z:899875f1-e38f-402f-8869-8182223f9f34', + 'SOUTHEASTASIA:20210924T033600Z:28cea5e2-ed6a-4ad6-8800-60dbc41a30ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:47 GMT' + 'Fri, 24 Sep 2021 03:36:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11943,19 +11475,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11581', 'x-ms-request-id', - '3dcc9713-2a5e-47a5-bf17-32008e738b11', + '3b2699c2-1eb0-4892-9503-be15927893a2', 'x-ms-correlation-request-id', - '3dcc9713-2a5e-47a5-bf17-32008e738b11', + '3b2699c2-1eb0-4892-9503-be15927893a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023250Z:3dcc9713-2a5e-47a5-bf17-32008e738b11', + 'SOUTHEASTASIA:20210924T033602Z:3b2699c2-1eb0-4892-9503-be15927893a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:49 GMT' + 'Fri, 24 Sep 2021 03:36:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11979,19 +11511,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11580', 'x-ms-request-id', - '33ea598e-dac6-4568-a723-7ec17c902043', + '4716b064-0df0-4102-80d7-ecbf0b7dce8b', 'x-ms-correlation-request-id', - '33ea598e-dac6-4568-a723-7ec17c902043', + '4716b064-0df0-4102-80d7-ecbf0b7dce8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023252Z:33ea598e-dac6-4568-a723-7ec17c902043', + 'SOUTHEASTASIA:20210924T033605Z:4716b064-0df0-4102-80d7-ecbf0b7dce8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:51 GMT' + 'Fri, 24 Sep 2021 03:36:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12015,19 +11547,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11579', 'x-ms-request-id', - 'f096bb66-8f21-42d3-a6da-b1a14b07c397', + '2926aa0e-94fb-41f6-b4b2-2a9be928c65e', 'x-ms-correlation-request-id', - 'f096bb66-8f21-42d3-a6da-b1a14b07c397', + '2926aa0e-94fb-41f6-b4b2-2a9be928c65e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023254Z:f096bb66-8f21-42d3-a6da-b1a14b07c397', + 'SOUTHEASTASIA:20210924T033607Z:2926aa0e-94fb-41f6-b4b2-2a9be928c65e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:54 GMT' + 'Fri, 24 Sep 2021 03:36:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12051,19 +11583,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11578', 'x-ms-request-id', - 'ad6837b9-39ee-4d6d-91a7-92103497d496', + 'f95a26cd-fbdc-4c99-8220-b3630d5d1c53', 'x-ms-correlation-request-id', - 'ad6837b9-39ee-4d6d-91a7-92103497d496', + 'f95a26cd-fbdc-4c99-8220-b3630d5d1c53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023256Z:ad6837b9-39ee-4d6d-91a7-92103497d496', + 'SOUTHEASTASIA:20210924T033609Z:f95a26cd-fbdc-4c99-8220-b3630d5d1c53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:56 GMT' + 'Fri, 24 Sep 2021 03:36:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12087,19 +11619,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11577', 'x-ms-request-id', - '418ddcd6-19fb-40b0-8877-dcc5f1dfb180', + '9da750ac-0061-400f-92df-5e98c39c0650', 'x-ms-correlation-request-id', - '418ddcd6-19fb-40b0-8877-dcc5f1dfb180', + '9da750ac-0061-400f-92df-5e98c39c0650', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023259Z:418ddcd6-19fb-40b0-8877-dcc5f1dfb180', + 'SOUTHEASTASIA:20210924T033612Z:9da750ac-0061-400f-92df-5e98c39c0650', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:32:58 GMT' + 'Fri, 24 Sep 2021 03:36:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12123,19 +11655,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11576', 'x-ms-request-id', - '4ab368b9-d6c2-4796-a6a3-3b8d7b0ccb20', + 'a2329825-17e4-402b-a3dd-cf90bca2757a', 'x-ms-correlation-request-id', - '4ab368b9-d6c2-4796-a6a3-3b8d7b0ccb20', + 'a2329825-17e4-402b-a3dd-cf90bca2757a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023301Z:4ab368b9-d6c2-4796-a6a3-3b8d7b0ccb20', + 'SOUTHEASTASIA:20210924T033614Z:a2329825-17e4-402b-a3dd-cf90bca2757a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:01 GMT' + 'Fri, 24 Sep 2021 03:36:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12159,19 +11691,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11575', 'x-ms-request-id', - '94b87e5b-ba11-4f28-92b2-519ee3417797', + '9194290a-6121-48b7-ae03-29d4bfb3db31', 'x-ms-correlation-request-id', - '94b87e5b-ba11-4f28-92b2-519ee3417797', + '9194290a-6121-48b7-ae03-29d4bfb3db31', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023303Z:94b87e5b-ba11-4f28-92b2-519ee3417797', + 'SOUTHEASTASIA:20210924T033616Z:9194290a-6121-48b7-ae03-29d4bfb3db31', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:03 GMT' + 'Fri, 24 Sep 2021 03:36:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12195,19 +11727,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11574', 'x-ms-request-id', - 'd4b103a0-4011-41ae-aa8e-b99b1db9a8d8', + 'a9251ce0-896a-415f-bab9-42c5d8d505ae', 'x-ms-correlation-request-id', - 'd4b103a0-4011-41ae-aa8e-b99b1db9a8d8', + 'a9251ce0-896a-415f-bab9-42c5d8d505ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023306Z:d4b103a0-4011-41ae-aa8e-b99b1db9a8d8', + 'SOUTHEASTASIA:20210924T033619Z:a9251ce0-896a-415f-bab9-42c5d8d505ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:05 GMT' + 'Fri, 24 Sep 2021 03:36:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12231,19 +11763,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11573', 'x-ms-request-id', - '04afb910-f4e8-4ca6-abec-72c1ea371aba', + 'bb28589f-8968-40d7-9edc-2560954c5c53', 'x-ms-correlation-request-id', - '04afb910-f4e8-4ca6-abec-72c1ea371aba', + 'bb28589f-8968-40d7-9edc-2560954c5c53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023308Z:04afb910-f4e8-4ca6-abec-72c1ea371aba', + 'SOUTHEASTASIA:20210924T033621Z:bb28589f-8968-40d7-9edc-2560954c5c53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:08 GMT' + 'Fri, 24 Sep 2021 03:36:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12267,19 +11799,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11572', 'x-ms-request-id', - '8c6988ab-ab58-4652-8481-4764ea426acc', + 'b5ec614a-b6f7-44d4-91ae-3f6b43a9cec1', 'x-ms-correlation-request-id', - '8c6988ab-ab58-4652-8481-4764ea426acc', + 'b5ec614a-b6f7-44d4-91ae-3f6b43a9cec1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023310Z:8c6988ab-ab58-4652-8481-4764ea426acc', + 'SOUTHEASTASIA:20210924T033623Z:b5ec614a-b6f7-44d4-91ae-3f6b43a9cec1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:10 GMT' + 'Fri, 24 Sep 2021 03:36:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12303,19 +11835,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11571', 'x-ms-request-id', - '7886f038-56a5-4c67-9692-10f7d362cc34', + '73c8e6b1-b9a3-41df-8a4d-c6a96341d1dc', 'x-ms-correlation-request-id', - '7886f038-56a5-4c67-9692-10f7d362cc34', + '73c8e6b1-b9a3-41df-8a4d-c6a96341d1dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023313Z:7886f038-56a5-4c67-9692-10f7d362cc34', + 'SOUTHEASTASIA:20210924T033626Z:73c8e6b1-b9a3-41df-8a4d-c6a96341d1dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:12 GMT' + 'Fri, 24 Sep 2021 03:36:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12339,19 +11871,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11570', 'x-ms-request-id', - '831b8df6-0c19-416c-b04d-4ef661bfd973', + 'e722b23b-890a-45f3-b7ad-c6070fba8b70', 'x-ms-correlation-request-id', - '831b8df6-0c19-416c-b04d-4ef661bfd973', + 'e722b23b-890a-45f3-b7ad-c6070fba8b70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023315Z:831b8df6-0c19-416c-b04d-4ef661bfd973', + 'SOUTHEASTASIA:20210924T033628Z:e722b23b-890a-45f3-b7ad-c6070fba8b70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:14 GMT' + 'Fri, 24 Sep 2021 03:36:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12375,19 +11907,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11569', 'x-ms-request-id', - '8ecac49d-b48f-48bf-9618-75918016b2c1', + '3ddcc840-8dc5-4166-8109-4ce679f56620', 'x-ms-correlation-request-id', - '8ecac49d-b48f-48bf-9618-75918016b2c1', + '3ddcc840-8dc5-4166-8109-4ce679f56620', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023317Z:8ecac49d-b48f-48bf-9618-75918016b2c1', + 'SOUTHEASTASIA:20210924T033630Z:3ddcc840-8dc5-4166-8109-4ce679f56620', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:17 GMT' + 'Fri, 24 Sep 2021 03:36:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12411,19 +11943,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11568', 'x-ms-request-id', - 'fd6d290b-b551-4894-be0d-241d35935ac6', + '5f517784-5cfb-4db5-9281-bc828f4c3385', 'x-ms-correlation-request-id', - 'fd6d290b-b551-4894-be0d-241d35935ac6', + '5f517784-5cfb-4db5-9281-bc828f4c3385', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023320Z:fd6d290b-b551-4894-be0d-241d35935ac6', + 'SOUTHEASTASIA:20210924T033632Z:5f517784-5cfb-4db5-9281-bc828f4c3385', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:19 GMT' + 'Fri, 24 Sep 2021 03:36:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12447,19 +11979,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11567', 'x-ms-request-id', - '1ecc9f76-78b8-4786-94e9-df68f3b29a39', + 'e3b3f787-c631-4d83-ad8e-de17dac29baf', 'x-ms-correlation-request-id', - '1ecc9f76-78b8-4786-94e9-df68f3b29a39', + 'e3b3f787-c631-4d83-ad8e-de17dac29baf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023322Z:1ecc9f76-78b8-4786-94e9-df68f3b29a39', + 'SOUTHEASTASIA:20210924T033635Z:e3b3f787-c631-4d83-ad8e-de17dac29baf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:21 GMT' + 'Fri, 24 Sep 2021 03:36:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12483,19 +12015,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11566', 'x-ms-request-id', - '5d7e01ee-a6f3-4916-8ac7-fe83a9d8403e', + '861ee7dd-02fb-4038-b4b8-703bd27201b0', 'x-ms-correlation-request-id', - '5d7e01ee-a6f3-4916-8ac7-fe83a9d8403e', + '861ee7dd-02fb-4038-b4b8-703bd27201b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023324Z:5d7e01ee-a6f3-4916-8ac7-fe83a9d8403e', + 'SOUTHEASTASIA:20210924T033637Z:861ee7dd-02fb-4038-b4b8-703bd27201b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:24 GMT' + 'Fri, 24 Sep 2021 03:36:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12519,19 +12051,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11565', 'x-ms-request-id', - '54dcb728-187a-4483-a92c-971122f0ad34', + '4ff23880-12a8-4913-ad48-7919faca0a52', 'x-ms-correlation-request-id', - '54dcb728-187a-4483-a92c-971122f0ad34', + '4ff23880-12a8-4913-ad48-7919faca0a52', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023327Z:54dcb728-187a-4483-a92c-971122f0ad34', + 'SOUTHEASTASIA:20210924T033639Z:4ff23880-12a8-4913-ad48-7919faca0a52', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:26 GMT' + 'Fri, 24 Sep 2021 03:36:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12555,19 +12087,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11564', 'x-ms-request-id', - '3da8f400-23bf-4159-ae46-0281b40e99b5', + 'c319a96f-935d-4dff-a5e7-3a451b64f3f2', 'x-ms-correlation-request-id', - '3da8f400-23bf-4159-ae46-0281b40e99b5', + 'c319a96f-935d-4dff-a5e7-3a451b64f3f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023329Z:3da8f400-23bf-4159-ae46-0281b40e99b5', + 'SOUTHEASTASIA:20210924T033642Z:c319a96f-935d-4dff-a5e7-3a451b64f3f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:28 GMT' + 'Fri, 24 Sep 2021 03:36:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12591,19 +12123,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11563', 'x-ms-request-id', - '6422214e-3f91-41b7-863c-4beba8e5bd16', + 'e7147962-aa96-4d04-99bc-e059b8f2d55c', 'x-ms-correlation-request-id', - '6422214e-3f91-41b7-863c-4beba8e5bd16', + 'e7147962-aa96-4d04-99bc-e059b8f2d55c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023331Z:6422214e-3f91-41b7-863c-4beba8e5bd16', + 'SOUTHEASTASIA:20210924T033644Z:e7147962-aa96-4d04-99bc-e059b8f2d55c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:31 GMT' + 'Fri, 24 Sep 2021 03:36:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12627,19 +12159,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11562', 'x-ms-request-id', - '1ecf2915-d7f9-4571-8472-7359d61c250a', + 'c59c920b-440c-49e0-b00b-497b0ad67b22', 'x-ms-correlation-request-id', - '1ecf2915-d7f9-4571-8472-7359d61c250a', + 'c59c920b-440c-49e0-b00b-497b0ad67b22', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023334Z:1ecf2915-d7f9-4571-8472-7359d61c250a', + 'SOUTHEASTASIA:20210924T033646Z:c59c920b-440c-49e0-b00b-497b0ad67b22', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:33 GMT' + 'Fri, 24 Sep 2021 03:36:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12663,19 +12195,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11561', 'x-ms-request-id', - 'fc91f7af-22fd-4ae4-ab13-4c95634906f6', + '5fb51583-d74a-40c9-a9e6-afefd22ff732', 'x-ms-correlation-request-id', - 'fc91f7af-22fd-4ae4-ab13-4c95634906f6', + '5fb51583-d74a-40c9-a9e6-afefd22ff732', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023336Z:fc91f7af-22fd-4ae4-ab13-4c95634906f6', + 'SOUTHEASTASIA:20210924T033649Z:5fb51583-d74a-40c9-a9e6-afefd22ff732', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:35 GMT' + 'Fri, 24 Sep 2021 03:36:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12699,19 +12231,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11560', 'x-ms-request-id', - 'cd87c242-f3b5-4d6e-ab65-212195851b45', + 'ba2461e4-3958-4c54-8adc-e739186a9961', 'x-ms-correlation-request-id', - 'cd87c242-f3b5-4d6e-ab65-212195851b45', + 'ba2461e4-3958-4c54-8adc-e739186a9961', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023338Z:cd87c242-f3b5-4d6e-ab65-212195851b45', + 'SOUTHEASTASIA:20210924T033651Z:ba2461e4-3958-4c54-8adc-e739186a9961', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:37 GMT' + 'Fri, 24 Sep 2021 03:36:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12735,19 +12267,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11559', 'x-ms-request-id', - '95a4a66c-6583-48ce-9574-25a28a39a20e', + 'ee954fb1-4191-48d0-8e7e-71fd14ded029', 'x-ms-correlation-request-id', - '95a4a66c-6583-48ce-9574-25a28a39a20e', + 'ee954fb1-4191-48d0-8e7e-71fd14ded029', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023340Z:95a4a66c-6583-48ce-9574-25a28a39a20e', + 'SOUTHEASTASIA:20210924T033653Z:ee954fb1-4191-48d0-8e7e-71fd14ded029', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:40 GMT' + 'Fri, 24 Sep 2021 03:36:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12771,19 +12303,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11558', 'x-ms-request-id', - 'd05cb9ba-b890-4b4c-a34d-733d40e454bd', + 'e4323eed-0e22-473c-936e-b1a3334694dd', 'x-ms-correlation-request-id', - 'd05cb9ba-b890-4b4c-a34d-733d40e454bd', + 'e4323eed-0e22-473c-936e-b1a3334694dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023343Z:d05cb9ba-b890-4b4c-a34d-733d40e454bd', + 'SOUTHEASTASIA:20210924T033656Z:e4323eed-0e22-473c-936e-b1a3334694dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:42 GMT' + 'Fri, 24 Sep 2021 03:36:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12807,19 +12339,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11557', 'x-ms-request-id', - '8855fad9-cf0c-493b-9f66-aa80505869cd', + '50c51b73-c329-4308-a539-a45c537ec4a8', 'x-ms-correlation-request-id', - '8855fad9-cf0c-493b-9f66-aa80505869cd', + '50c51b73-c329-4308-a539-a45c537ec4a8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023345Z:8855fad9-cf0c-493b-9f66-aa80505869cd', + 'SOUTHEASTASIA:20210924T033658Z:50c51b73-c329-4308-a539-a45c537ec4a8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:44 GMT' + 'Fri, 24 Sep 2021 03:36:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12843,19 +12375,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11556', 'x-ms-request-id', - '96b10377-5079-4377-887b-a83c014aa1c7', + '4cdb1e16-5c72-4351-bf15-1ad727b6c9de', 'x-ms-correlation-request-id', - '96b10377-5079-4377-887b-a83c014aa1c7', + '4cdb1e16-5c72-4351-bf15-1ad727b6c9de', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023347Z:96b10377-5079-4377-887b-a83c014aa1c7', + 'SOUTHEASTASIA:20210924T033700Z:4cdb1e16-5c72-4351-bf15-1ad727b6c9de', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:47 GMT' + 'Fri, 24 Sep 2021 03:37:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12879,19 +12411,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11555', 'x-ms-request-id', - 'cd315e1d-6236-4599-8911-285a98ac20a9', + 'c44ae31f-2050-4202-a669-a7f6ba5d3ede', 'x-ms-correlation-request-id', - 'cd315e1d-6236-4599-8911-285a98ac20a9', + 'c44ae31f-2050-4202-a669-a7f6ba5d3ede', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023350Z:cd315e1d-6236-4599-8911-285a98ac20a9', + 'SOUTHEASTASIA:20210924T033703Z:c44ae31f-2050-4202-a669-a7f6ba5d3ede', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:50 GMT' + 'Fri, 24 Sep 2021 03:37:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12915,19 +12447,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11554', 'x-ms-request-id', - '033cf77f-6e84-4511-b38e-3ce59396df1e', + '5ce4f346-4bed-4cca-9f95-dd3421e460f4', 'x-ms-correlation-request-id', - '033cf77f-6e84-4511-b38e-3ce59396df1e', + '5ce4f346-4bed-4cca-9f95-dd3421e460f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023353Z:033cf77f-6e84-4511-b38e-3ce59396df1e', + 'SOUTHEASTASIA:20210924T033705Z:5ce4f346-4bed-4cca-9f95-dd3421e460f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:52 GMT' + 'Fri, 24 Sep 2021 03:37:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12951,19 +12483,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11553', 'x-ms-request-id', - '742a4d61-f55d-430d-98e3-1d54cb51b2cb', + '36a09c37-da43-471a-8d7c-4ee95988b13b', 'x-ms-correlation-request-id', - '742a4d61-f55d-430d-98e3-1d54cb51b2cb', + '36a09c37-da43-471a-8d7c-4ee95988b13b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023355Z:742a4d61-f55d-430d-98e3-1d54cb51b2cb', + 'SOUTHEASTASIA:20210924T033707Z:36a09c37-da43-471a-8d7c-4ee95988b13b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:54 GMT' + 'Fri, 24 Sep 2021 03:37:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12987,19 +12519,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11552', 'x-ms-request-id', - '45612e58-ca20-4c83-8148-34f0f3b22c0a', + '85689086-43eb-4945-b3c2-d4429c278e4e', 'x-ms-correlation-request-id', - '45612e58-ca20-4c83-8148-34f0f3b22c0a', + '85689086-43eb-4945-b3c2-d4429c278e4e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023357Z:45612e58-ca20-4c83-8148-34f0f3b22c0a', + 'SOUTHEASTASIA:20210924T033710Z:85689086-43eb-4945-b3c2-d4429c278e4e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:57 GMT' + 'Fri, 24 Sep 2021 03:37:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13023,19 +12555,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11551', 'x-ms-request-id', - '9b521210-6580-43e1-a517-934578325b89', + 'af2641a6-7ddc-4534-b0f7-9ce1b8a3852b', 'x-ms-correlation-request-id', - '9b521210-6580-43e1-a517-934578325b89', + 'af2641a6-7ddc-4534-b0f7-9ce1b8a3852b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023400Z:9b521210-6580-43e1-a517-934578325b89', + 'SOUTHEASTASIA:20210924T033712Z:af2641a6-7ddc-4534-b0f7-9ce1b8a3852b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:33:59 GMT' + 'Fri, 24 Sep 2021 03:37:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13059,19 +12591,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11550', 'x-ms-request-id', - 'be698a6f-389f-43ff-b19e-448ca924e2b1', + 'df665efb-c797-428a-8d8a-1c5ef62bf918', 'x-ms-correlation-request-id', - 'be698a6f-389f-43ff-b19e-448ca924e2b1', + 'df665efb-c797-428a-8d8a-1c5ef62bf918', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023402Z:be698a6f-389f-43ff-b19e-448ca924e2b1', + 'SOUTHEASTASIA:20210924T033714Z:df665efb-c797-428a-8d8a-1c5ef62bf918', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:01 GMT' + 'Fri, 24 Sep 2021 03:37:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13095,19 +12627,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11549', 'x-ms-request-id', - 'ac0a8db4-a809-4d5b-929e-c1371a6ccfdb', + '6389eff2-a914-4771-b940-c5a166f851bb', 'x-ms-correlation-request-id', - 'ac0a8db4-a809-4d5b-929e-c1371a6ccfdb', + '6389eff2-a914-4771-b940-c5a166f851bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023404Z:ac0a8db4-a809-4d5b-929e-c1371a6ccfdb', + 'SOUTHEASTASIA:20210924T033717Z:6389eff2-a914-4771-b940-c5a166f851bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:03 GMT' + 'Fri, 24 Sep 2021 03:37:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13131,19 +12663,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11548', 'x-ms-request-id', - '565ce0b5-604a-4121-95fd-71140cd25ccf', + 'bec490c0-4f33-44e7-8561-99cb2eb6feea', 'x-ms-correlation-request-id', - '565ce0b5-604a-4121-95fd-71140cd25ccf', + 'bec490c0-4f33-44e7-8561-99cb2eb6feea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023407Z:565ce0b5-604a-4121-95fd-71140cd25ccf', + 'SOUTHEASTASIA:20210924T033719Z:bec490c0-4f33-44e7-8561-99cb2eb6feea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:06 GMT' + 'Fri, 24 Sep 2021 03:37:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13167,19 +12699,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11547', 'x-ms-request-id', - 'b2195502-dcfe-4f79-879d-931edc7ffa25', + '8dbf6c03-aed0-4e8b-ab49-a0236f7aa180', 'x-ms-correlation-request-id', - 'b2195502-dcfe-4f79-879d-931edc7ffa25', + '8dbf6c03-aed0-4e8b-ab49-a0236f7aa180', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023409Z:b2195502-dcfe-4f79-879d-931edc7ffa25', + 'SOUTHEASTASIA:20210924T033721Z:8dbf6c03-aed0-4e8b-ab49-a0236f7aa180', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:08 GMT' + 'Fri, 24 Sep 2021 03:37:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13203,19 +12735,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11546', 'x-ms-request-id', - 'edf65638-2b6d-4046-9355-567cc5c7de40', + '001ba2e8-33dc-4921-a42e-c53afaae1a1b', 'x-ms-correlation-request-id', - 'edf65638-2b6d-4046-9355-567cc5c7de40', + '001ba2e8-33dc-4921-a42e-c53afaae1a1b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023411Z:edf65638-2b6d-4046-9355-567cc5c7de40', + 'SOUTHEASTASIA:20210924T033724Z:001ba2e8-33dc-4921-a42e-c53afaae1a1b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:10 GMT' + 'Fri, 24 Sep 2021 03:37:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13239,19 +12771,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11545', 'x-ms-request-id', - '49e84a85-6d40-452a-9b7c-e01b4110d35a', + '1fcb3a84-ccf1-4c51-846d-b4618f26e693', 'x-ms-correlation-request-id', - '49e84a85-6d40-452a-9b7c-e01b4110d35a', + '1fcb3a84-ccf1-4c51-846d-b4618f26e693', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023414Z:49e84a85-6d40-452a-9b7c-e01b4110d35a', + 'SOUTHEASTASIA:20210924T033726Z:1fcb3a84-ccf1-4c51-846d-b4618f26e693', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:13 GMT' + 'Fri, 24 Sep 2021 03:37:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13275,19 +12807,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11544', 'x-ms-request-id', - '8c5b1ad3-5cda-43b3-a54e-e75cb6fc4771', + 'b82af10d-b68f-40de-b0a0-e19b5da5ca6d', 'x-ms-correlation-request-id', - '8c5b1ad3-5cda-43b3-a54e-e75cb6fc4771', + 'b82af10d-b68f-40de-b0a0-e19b5da5ca6d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023416Z:8c5b1ad3-5cda-43b3-a54e-e75cb6fc4771', + 'SOUTHEASTASIA:20210924T033728Z:b82af10d-b68f-40de-b0a0-e19b5da5ca6d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:15 GMT' + 'Fri, 24 Sep 2021 03:37:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13311,19 +12843,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11543', 'x-ms-request-id', - '3c94c973-6d53-4414-9cfc-92384494c25c', + 'b052b250-c234-4e71-a46a-7e8662442dd7', 'x-ms-correlation-request-id', - '3c94c973-6d53-4414-9cfc-92384494c25c', + 'b052b250-c234-4e71-a46a-7e8662442dd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023418Z:3c94c973-6d53-4414-9cfc-92384494c25c', + 'SOUTHEASTASIA:20210924T033731Z:b052b250-c234-4e71-a46a-7e8662442dd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:17 GMT' + 'Fri, 24 Sep 2021 03:37:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13347,19 +12879,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11542', 'x-ms-request-id', - 'ca0dfadb-a896-4774-89c9-9bc15b86a710', + 'c6bab138-a714-4720-ac90-b33a071ad07a', 'x-ms-correlation-request-id', - 'ca0dfadb-a896-4774-89c9-9bc15b86a710', + 'c6bab138-a714-4720-ac90-b33a071ad07a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023421Z:ca0dfadb-a896-4774-89c9-9bc15b86a710', + 'SOUTHEASTASIA:20210924T033733Z:c6bab138-a714-4720-ac90-b33a071ad07a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:20 GMT' + 'Fri, 24 Sep 2021 03:37:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13383,19 +12915,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11541', 'x-ms-request-id', - '27685f5a-7044-403d-a1f0-863d3ef9680f', + '1dc56a52-6cdf-4680-953a-29e10e9b661a', 'x-ms-correlation-request-id', - '27685f5a-7044-403d-a1f0-863d3ef9680f', + '1dc56a52-6cdf-4680-953a-29e10e9b661a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023423Z:27685f5a-7044-403d-a1f0-863d3ef9680f', + 'SOUTHEASTASIA:20210924T033735Z:1dc56a52-6cdf-4680-953a-29e10e9b661a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:22 GMT' + 'Fri, 24 Sep 2021 03:37:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13419,19 +12951,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11540', 'x-ms-request-id', - '9bc6239d-4404-48d8-aa10-d702d96adb82', + 'bc839c91-0e50-4ce4-ab14-28f278a8dc9d', 'x-ms-correlation-request-id', - '9bc6239d-4404-48d8-aa10-d702d96adb82', + 'bc839c91-0e50-4ce4-ab14-28f278a8dc9d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023425Z:9bc6239d-4404-48d8-aa10-d702d96adb82', + 'SOUTHEASTASIA:20210924T033737Z:bc839c91-0e50-4ce4-ab14-28f278a8dc9d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:24 GMT' + 'Fri, 24 Sep 2021 03:37:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13455,19 +12987,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11539', 'x-ms-request-id', - '33c964e2-63df-42b7-974b-e9c0bf2af2df', + 'b754f4c7-251e-438a-a99d-3a4fee3dfa9e', 'x-ms-correlation-request-id', - '33c964e2-63df-42b7-974b-e9c0bf2af2df', + 'b754f4c7-251e-438a-a99d-3a4fee3dfa9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023427Z:33c964e2-63df-42b7-974b-e9c0bf2af2df', + 'SOUTHEASTASIA:20210924T033740Z:b754f4c7-251e-438a-a99d-3a4fee3dfa9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:26 GMT' + 'Fri, 24 Sep 2021 03:37:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13491,19 +13023,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11538', 'x-ms-request-id', - '92a81912-ace7-49d9-950c-61036ecfaaed', + '94aa5c7b-d0d9-434c-8942-4638356ac064', 'x-ms-correlation-request-id', - '92a81912-ace7-49d9-950c-61036ecfaaed', + '94aa5c7b-d0d9-434c-8942-4638356ac064', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023430Z:92a81912-ace7-49d9-950c-61036ecfaaed', + 'SOUTHEASTASIA:20210924T033742Z:94aa5c7b-d0d9-434c-8942-4638356ac064', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:29 GMT' + 'Fri, 24 Sep 2021 03:37:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13527,19 +13059,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11537', 'x-ms-request-id', - '2638e9cf-0e29-4896-8c3b-3f6c845fa8b0', + '948c7766-ad32-4fdc-b9b6-4bc6aa5927c8', 'x-ms-correlation-request-id', - '2638e9cf-0e29-4896-8c3b-3f6c845fa8b0', + '948c7766-ad32-4fdc-b9b6-4bc6aa5927c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023432Z:2638e9cf-0e29-4896-8c3b-3f6c845fa8b0', + 'SOUTHEASTASIA:20210924T033744Z:948c7766-ad32-4fdc-b9b6-4bc6aa5927c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:31 GMT' + 'Fri, 24 Sep 2021 03:37:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13563,19 +13095,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11536', 'x-ms-request-id', - 'bb439a59-95fd-4f00-9a04-9c24bf87a851', + '87ba6075-988d-4575-8e58-2ffd7d2e2a30', 'x-ms-correlation-request-id', - 'bb439a59-95fd-4f00-9a04-9c24bf87a851', + '87ba6075-988d-4575-8e58-2ffd7d2e2a30', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023434Z:bb439a59-95fd-4f00-9a04-9c24bf87a851', + 'SOUTHEASTASIA:20210924T033747Z:87ba6075-988d-4575-8e58-2ffd7d2e2a30', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:34 GMT' + 'Fri, 24 Sep 2021 03:37:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13599,19 +13131,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11535', 'x-ms-request-id', - '5c7433cf-d312-4c39-a09c-f4a7ea34b5f0', + '01b8f28c-fd3d-4902-9053-e6f1cd95e674', 'x-ms-correlation-request-id', - '5c7433cf-d312-4c39-a09c-f4a7ea34b5f0', + '01b8f28c-fd3d-4902-9053-e6f1cd95e674', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023437Z:5c7433cf-d312-4c39-a09c-f4a7ea34b5f0', + 'SOUTHEASTASIA:20210924T033749Z:01b8f28c-fd3d-4902-9053-e6f1cd95e674', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:37 GMT' + 'Fri, 24 Sep 2021 03:37:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13635,19 +13167,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11534', 'x-ms-request-id', - '093251aa-d436-42e2-a881-14fa0a14d66c', + 'a6c54d0c-0d9a-423d-b048-7a71f7b4ffaf', 'x-ms-correlation-request-id', - '093251aa-d436-42e2-a881-14fa0a14d66c', + 'a6c54d0c-0d9a-423d-b048-7a71f7b4ffaf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023439Z:093251aa-d436-42e2-a881-14fa0a14d66c', + 'SOUTHEASTASIA:20210924T033751Z:a6c54d0c-0d9a-423d-b048-7a71f7b4ffaf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:39 GMT' + 'Fri, 24 Sep 2021 03:37:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13671,19 +13203,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11533', 'x-ms-request-id', - '7a6e3fc4-c9ca-4c67-8914-146a62c0f193', + 'ba2f8aa9-0347-42f7-b37e-a86f65295dcb', 'x-ms-correlation-request-id', - '7a6e3fc4-c9ca-4c67-8914-146a62c0f193', + 'ba2f8aa9-0347-42f7-b37e-a86f65295dcb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023441Z:7a6e3fc4-c9ca-4c67-8914-146a62c0f193', + 'SOUTHEASTASIA:20210924T033754Z:ba2f8aa9-0347-42f7-b37e-a86f65295dcb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:41 GMT' + 'Fri, 24 Sep 2021 03:37:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13707,19 +13239,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11532', 'x-ms-request-id', - 'fa2073ff-1a00-4bb2-8245-feba2144e62b', + '82294d82-2262-41be-9c28-1509a5b4d000', 'x-ms-correlation-request-id', - 'fa2073ff-1a00-4bb2-8245-feba2144e62b', + '82294d82-2262-41be-9c28-1509a5b4d000', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023444Z:fa2073ff-1a00-4bb2-8245-feba2144e62b', + 'SOUTHEASTASIA:20210924T033756Z:82294d82-2262-41be-9c28-1509a5b4d000', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:44 GMT' + 'Fri, 24 Sep 2021 03:37:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13743,19 +13275,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11531', 'x-ms-request-id', - '86cb6483-4cdc-4981-aeae-80d8926593a8', + 'c69f8185-e47b-4093-8f00-c831e4e6a6ec', 'x-ms-correlation-request-id', - '86cb6483-4cdc-4981-aeae-80d8926593a8', + 'c69f8185-e47b-4093-8f00-c831e4e6a6ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023446Z:86cb6483-4cdc-4981-aeae-80d8926593a8', + 'SOUTHEASTASIA:20210924T033758Z:c69f8185-e47b-4093-8f00-c831e4e6a6ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:46 GMT' + 'Fri, 24 Sep 2021 03:37:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13779,19 +13311,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11530', 'x-ms-request-id', - '0d108712-7862-4ece-934c-017e34d05fdc', + 'f0e0d148-5098-4cd3-ad79-edb8caea8ad1', 'x-ms-correlation-request-id', - '0d108712-7862-4ece-934c-017e34d05fdc', + 'f0e0d148-5098-4cd3-ad79-edb8caea8ad1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023448Z:0d108712-7862-4ece-934c-017e34d05fdc', + 'SOUTHEASTASIA:20210924T033801Z:f0e0d148-5098-4cd3-ad79-edb8caea8ad1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:48 GMT' + 'Fri, 24 Sep 2021 03:38:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13815,21 +13347,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11529', 'x-ms-request-id', - '572bee80-01c3-4772-b8af-dad12ff53c62', + '92053fd3-d387-4777-8a58-77c2faa927e2', 'x-ms-correlation-request-id', - '572bee80-01c3-4772-b8af-dad12ff53c62', + '92053fd3-d387-4777-8a58-77c2faa927e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023451Z:572bee80-01c3-4772-b8af-dad12ff53c62', + 'SOUTHEASTASIA:20210924T033803Z:92053fd3-d387-4777-8a58-77c2faa927e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:51 GMT' + 'Fri, 24 Sep 2021 03:38:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d86b138-e827-46f0-b6b1-a9a5ff3bfd7c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -13851,13 +13383,85 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11528', 'x-ms-request-id', - '5b9523f6-4dad-40a4-b34d-9d6845cce2aa', + '81568450-5672-4083-a249-7037acbba45b', + 'x-ms-correlation-request-id', + '81568450-5672-4083-a249-7037acbba45b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T033805Z:81568450-5672-4083-a249-7037acbba45b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:38:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .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', + '11527', + 'x-ms-request-id', + '0d0f4bcd-be2c-4925-b938-51458bab772e', + 'x-ms-correlation-request-id', + '0d0f4bcd-be2c-4925-b938-51458bab772e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T033808Z:0d0f4bcd-be2c-4925-b938-51458bab772e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:38:07 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', + '11526', + 'x-ms-request-id', + 'ae3f5e57-86fc-45b2-83c7-6f532c96f0ff', 'x-ms-correlation-request-id', - '5b9523f6-4dad-40a4-b34d-9d6845cce2aa', + 'ae3f5e57-86fc-45b2-83c7-6f532c96f0ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023453Z:5b9523f6-4dad-40a4-b34d-9d6845cce2aa', + 'SOUTHEASTASIA:20210924T033808Z:ae3f5e57-86fc-45b2-83c7-6f532c96f0ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:34:53 GMT' + 'Fri, 24 Sep 2021 03:38:08 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_mongodbresources_test.js similarity index 58% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_mongodbresources_test.js index 1aefcfac154c..ceac74368aca 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_mongodbresources_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "2e8fa3e0b987d22eea01bc037ca6a80e"; +module.exports.hash = "7acf07e702524443e574fa28b394975d"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e6415b90-59ac-45e2-a118-6f0e8cdd0600', + '9fcb8c20-71fa-4e07-9e4c-df7392c50700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AuJBTuBezK5Aio0prjIMiw4; expires=Mon, 18-Oct-2021 02:39:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AjV9gPTvA6pCiX-id2OCg_A; expires=Sun, 24-Oct-2021 04:23:26 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrNjwb73-KGVoxVWiIVoyaZp0qrjiWZEVR5rTG8UJLwuayRxRMrADESyTyx7O8c-r1MXqEwV0RySCYHmT4nIURS7KyTOu5K8_1Yc6KXSyuO5Ejh9Vl0qbCG6H6F_Vt1J_cQz-bWWwXrw44rqmjPBHM3N2sDKgp59roq8fJPZp7ioUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevry7TUhzI_H8hxcliWEAeQ2tysjr3nc-8FCMkyvBj68TmRfXBIyYsgiP7l6OZQgeBHt4AnVlli0CHCS6hOq0CPQ73dNTOP5KBCP1iA7SNUiwszdZjLJUiH2Wb7IxI4NVt4f65rg_zY_3vzlfOc9GzrkCX5Apbx1iheOWKlMwFr2LQgAA; 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', - 'Sat, 18 Sep 2021 02:39:39 GMT', + 'Fri, 24 Sep 2021 04:23:25 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '222f64b2-4eb1-48e2-ba62-9ca2bed80600', + '279ef619-49ad-435a-9864-bc87f15d0700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AnBdGxBJlTlHvesnRXOoGo8; expires=Mon, 18-Oct-2021 02:39:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Aovd-SY5TrtHiN_6pLAoihw; expires=Sun, 24-Oct-2021 04:23:26 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr-lfmwKAm80Xn5ndgETOe8Hthg5ccCt7hye2aGoMAih84jbqiDAuOGLTXxUAdYmnYU7dMrQlPxwxaZldOJ4m3B43eCOmedo55lyZt4wn-2Vd7pByGcXHvP0iJJeUJJxKRhKwB8o25MAmnuv0cZeBBgLDghSNHhAuD3_f9-DLcoRkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrz_y7QB9Iih0klPACD0fq72Ny3dXiumlz0Dc6Rf_OD2NNTYWh5QUXJg54Gmi3Q0stRw6wTM2Q-zMU_OZFvEIVX4y9-dIoI6E0Jo7AOeq3VLqpYblMEmfuhTfjiNFehBj8sdlEIAJEh13nczVJW9wsqIA02sCozqkSwHRoPeJx4PMgAA; 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', - 'Sat, 18 Sep 2021 02:39:39 GMT', + 'Fri, 24 Sep 2021 04:23:26 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.1&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=3c04aa2a-1206-43d5-9968-c4e91c545927&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") + .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.1&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=532aa27c-49ed-4f82-8cb8-8c9943e5ef73&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'a4bd52e8-9b1e-4f93-86c4-50a68aa00700', + '72601cd0-040f-4c9c-a388-1eecf9610700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AobfKrL5wqdLiPHsb9Hwd_EWPr5BAQAAAGxI19gOAAAA; expires=Mon, 18-Oct-2021 02:39:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AsEjMTpv0pRKtH-TT8SON6oWPr5BAQAAAL5J39gOAAAA; expires=Sun, 24-Oct-2021 04:23: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', - 'Sat, 18 Sep 2021 02:39:39 GMT', + 'Fri, 24 Sep 2021 04:23:26 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2') + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6') .query(true) .reply(202, {"status":"Enqueued"}, [ 'Cache-Control', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/3c9c8253-77de-46c3-9bb5-bf5c9badcdce?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4?api-version=2021-07-01-preview', 'x-ms-request-id', - '3c9c8253-77de-46c3-9bb5-bf5c9badcdce', + 'b6ee2e82-2b87-4b75-b97b-db94f87cb5d4', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-deletes', - '14999', + '14997', 'x-ms-correlation-request-id', - '8cfe5cce-6736-4893-906c-83eba5a482eb', + '183c9304-3e56-487c-affa-182bf54cbe95', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023944Z:8cfe5cce-6736-4893-906c-83eba5a482eb', + 'SOUTHEASTASIA:20210924T042328Z:183c9304-3e56-487c-affa-182bf54cbe95', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:43 GMT' + 'Fri, 24 Sep 2021 04:23:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11999', + '10958', 'x-ms-request-id', - '20818b06-9901-487b-8322-042b7c991ee5', + 'dc4353b6-4fa8-4b62-885d-75bb7a1f68b2', 'x-ms-correlation-request-id', - '20818b06-9901-487b-8322-042b7c991ee5', + 'dc4353b6-4fa8-4b62-885d-75bb7a1f68b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023944Z:20818b06-9901-487b-8322-042b7c991ee5', + 'SOUTHEASTASIA:20210924T042329Z:dc4353b6-4fa8-4b62-885d-75bb7a1f68b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:43 GMT' + 'Fri, 24 Sep 2021 04:23:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11998', + '10957', 'x-ms-request-id', - '9a250105-cf45-467f-a28a-ca3d54b63366', + 'd6742f8e-0252-4f87-be9f-894881a5da8e', 'x-ms-correlation-request-id', - '9a250105-cf45-467f-a28a-ca3d54b63366', + 'd6742f8e-0252-4f87-be9f-894881a5da8e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023946Z:9a250105-cf45-467f-a28a-ca3d54b63366', + 'SOUTHEASTASIA:20210924T042331Z:d6742f8e-0252-4f87-be9f-894881a5da8e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:46 GMT' + 'Fri, 24 Sep 2021 04:23:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11997', + '10956', 'x-ms-request-id', - 'c3fe853c-5bfb-47c9-8253-a38beb1163c7', + 'aaa61b3e-5cf1-49e1-87ec-50c64977206e', 'x-ms-correlation-request-id', - 'c3fe853c-5bfb-47c9-8253-a38beb1163c7', + 'aaa61b3e-5cf1-49e1-87ec-50c64977206e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023948Z:c3fe853c-5bfb-47c9-8253-a38beb1163c7', + 'SOUTHEASTASIA:20210924T042333Z:aaa61b3e-5cf1-49e1-87ec-50c64977206e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:48 GMT' + 'Fri, 24 Sep 2021 04:23:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -277,21 +277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11996', + '10955', 'x-ms-request-id', - '1007d560-fca5-46cf-898f-682b9978ed98', + '00c34b8a-e7ec-4faa-ad7e-daaacbb5d4b4', 'x-ms-correlation-request-id', - '1007d560-fca5-46cf-898f-682b9978ed98', + '00c34b8a-e7ec-4faa-ad7e-daaacbb5d4b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023951Z:1007d560-fca5-46cf-898f-682b9978ed98', + 'SOUTHEASTASIA:20210924T042336Z:00c34b8a-e7ec-4faa-ad7e-daaacbb5d4b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:50 GMT' + 'Fri, 24 Sep 2021 04:23:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -313,21 +313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11995', + '10954', 'x-ms-request-id', - '35dd2512-4a61-4806-9123-60de922db869', + '79ecdfff-a352-4220-bc40-578fe7f19029', 'x-ms-correlation-request-id', - '35dd2512-4a61-4806-9123-60de922db869', + '79ecdfff-a352-4220-bc40-578fe7f19029', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023953Z:35dd2512-4a61-4806-9123-60de922db869', + 'SOUTHEASTASIA:20210924T042338Z:79ecdfff-a352-4220-bc40-578fe7f19029', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:53 GMT' + 'Fri, 24 Sep 2021 04:23:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -349,21 +349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11994', + '10953', 'x-ms-request-id', - '8a1afaa7-1c8e-49be-bfb0-1133ae2eb90d', + '7e0c4c6c-37a7-4ff7-9c4d-5fe60771fda7', 'x-ms-correlation-request-id', - '8a1afaa7-1c8e-49be-bfb0-1133ae2eb90d', + '7e0c4c6c-37a7-4ff7-9c4d-5fe60771fda7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023955Z:8a1afaa7-1c8e-49be-bfb0-1133ae2eb90d', + 'SOUTHEASTASIA:20210924T042340Z:7e0c4c6c-37a7-4ff7-9c4d-5fe60771fda7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:55 GMT' + 'Fri, 24 Sep 2021 04:23:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -385,21 +385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11993', + '10952', 'x-ms-request-id', - '6bca3651-9d8d-4c62-b1fa-48e20f5cc0e8', + 'ece0ca0e-6c29-47b9-971f-e713f437a0af', 'x-ms-correlation-request-id', - '6bca3651-9d8d-4c62-b1fa-48e20f5cc0e8', + 'ece0ca0e-6c29-47b9-971f-e713f437a0af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023958Z:6bca3651-9d8d-4c62-b1fa-48e20f5cc0e8', + 'SOUTHEASTASIA:20210924T042343Z:ece0ca0e-6c29-47b9-971f-e713f437a0af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:57 GMT' + 'Fri, 24 Sep 2021 04:23:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -421,21 +421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11992', + '10951', 'x-ms-request-id', - '886f6e30-b633-4042-85ac-50a6528b4e3a', + '2e10d89e-347d-484e-b2d2-ed86ea6c1081', 'x-ms-correlation-request-id', - '886f6e30-b633-4042-85ac-50a6528b4e3a', + '2e10d89e-347d-484e-b2d2-ed86ea6c1081', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024000Z:886f6e30-b633-4042-85ac-50a6528b4e3a', + 'SOUTHEASTASIA:20210924T042345Z:2e10d89e-347d-484e-b2d2-ed86ea6c1081', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:59 GMT' + 'Fri, 24 Sep 2021 04:23:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -457,21 +457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11991', + '10950', 'x-ms-request-id', - 'c06acb24-b51b-4b69-ac50-18381adff5f5', + '66467416-2e1b-4003-8c6f-a54d2a3e2ebf', 'x-ms-correlation-request-id', - 'c06acb24-b51b-4b69-ac50-18381adff5f5', + '66467416-2e1b-4003-8c6f-a54d2a3e2ebf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024002Z:c06acb24-b51b-4b69-ac50-18381adff5f5', + 'SOUTHEASTASIA:20210924T042348Z:66467416-2e1b-4003-8c6f-a54d2a3e2ebf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:02 GMT' + 'Fri, 24 Sep 2021 04:23:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -493,21 +493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11990', + '10949', 'x-ms-request-id', - '4436c239-63d9-4dfa-906b-1892ee84014b', + '46ab3763-59cd-48cf-9ad6-035b97c88e45', 'x-ms-correlation-request-id', - '4436c239-63d9-4dfa-906b-1892ee84014b', + '46ab3763-59cd-48cf-9ad6-035b97c88e45', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024005Z:4436c239-63d9-4dfa-906b-1892ee84014b', + 'SOUTHEASTASIA:20210924T042350Z:46ab3763-59cd-48cf-9ad6-035b97c88e45', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:04 GMT' + 'Fri, 24 Sep 2021 04:23:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -529,21 +529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11989', + '10948', 'x-ms-request-id', - '51424f4e-5e91-4579-b8d1-8e2542ffb9f2', + 'e41fc33d-16e4-4ca0-891a-b9672bc01087', 'x-ms-correlation-request-id', - '51424f4e-5e91-4579-b8d1-8e2542ffb9f2', + 'e41fc33d-16e4-4ca0-891a-b9672bc01087', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024007Z:51424f4e-5e91-4579-b8d1-8e2542ffb9f2', + 'SOUTHEASTASIA:20210924T042353Z:e41fc33d-16e4-4ca0-891a-b9672bc01087', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:06 GMT' + 'Fri, 24 Sep 2021 04:23:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -565,21 +565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11988', + '10947', 'x-ms-request-id', - '1f7afb6f-5dac-43c3-aaaf-389ed802cfe3', + '679d7ad9-2c0b-4867-a815-761581f01d5a', 'x-ms-correlation-request-id', - '1f7afb6f-5dac-43c3-aaaf-389ed802cfe3', + '679d7ad9-2c0b-4867-a815-761581f01d5a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024009Z:1f7afb6f-5dac-43c3-aaaf-389ed802cfe3', + 'SOUTHEASTASIA:20210924T042355Z:679d7ad9-2c0b-4867-a815-761581f01d5a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:09 GMT' + 'Fri, 24 Sep 2021 04:23:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -601,21 +601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11987', + '10946', 'x-ms-request-id', - 'c822ab89-6a85-4ef6-870d-cff8ebd1e1b1', + '1a9ee73e-a321-48d1-a222-e6e74016fee8', 'x-ms-correlation-request-id', - 'c822ab89-6a85-4ef6-870d-cff8ebd1e1b1', + '1a9ee73e-a321-48d1-a222-e6e74016fee8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024012Z:c822ab89-6a85-4ef6-870d-cff8ebd1e1b1', + 'SOUTHEASTASIA:20210924T042357Z:1a9ee73e-a321-48d1-a222-e6e74016fee8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:11 GMT' + 'Fri, 24 Sep 2021 04:23:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -637,21 +637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11986', + '10945', 'x-ms-request-id', - 'e5252bf9-68d4-443c-8b3a-2fd0edbb5b42', + '729ba87f-250f-4906-9a18-bc92b95ece92', 'x-ms-correlation-request-id', - 'e5252bf9-68d4-443c-8b3a-2fd0edbb5b42', + '729ba87f-250f-4906-9a18-bc92b95ece92', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024014Z:e5252bf9-68d4-443c-8b3a-2fd0edbb5b42', + 'SOUTHEASTASIA:20210924T042400Z:729ba87f-250f-4906-9a18-bc92b95ece92', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:13 GMT' + 'Fri, 24 Sep 2021 04:23:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -673,21 +673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11985', + '10944', 'x-ms-request-id', - 'a9b61097-3c7f-4384-a269-f4aebcd427fa', + 'fd43bf52-f82c-4527-82a4-b11f08edccd0', 'x-ms-correlation-request-id', - 'a9b61097-3c7f-4384-a269-f4aebcd427fa', + 'fd43bf52-f82c-4527-82a4-b11f08edccd0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024016Z:a9b61097-3c7f-4384-a269-f4aebcd427fa', + 'SOUTHEASTASIA:20210924T042402Z:fd43bf52-f82c-4527-82a4-b11f08edccd0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:16 GMT' + 'Fri, 24 Sep 2021 04:24:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -709,21 +709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11984', + '10943', 'x-ms-request-id', - 'a8403e76-209d-46f9-bf1f-4abb0799c1b8', + '866758e5-c7ec-40f6-bd96-cd057d2df8cc', 'x-ms-correlation-request-id', - 'a8403e76-209d-46f9-bf1f-4abb0799c1b8', + '866758e5-c7ec-40f6-bd96-cd057d2df8cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024019Z:a8403e76-209d-46f9-bf1f-4abb0799c1b8', + 'SOUTHEASTASIA:20210924T042404Z:866758e5-c7ec-40f6-bd96-cd057d2df8cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:18 GMT' + 'Fri, 24 Sep 2021 04:24:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -745,21 +745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11983', + '10942', 'x-ms-request-id', - '99270dbc-4c4e-45f1-a00a-2141b8876489', + 'fe6b87a7-9045-4553-8015-c658e5e34378', 'x-ms-correlation-request-id', - '99270dbc-4c4e-45f1-a00a-2141b8876489', + 'fe6b87a7-9045-4553-8015-c658e5e34378', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024021Z:99270dbc-4c4e-45f1-a00a-2141b8876489', + 'SOUTHEASTASIA:20210924T042407Z:fe6b87a7-9045-4553-8015-c658e5e34378', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:20 GMT' + 'Fri, 24 Sep 2021 04:24:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -781,21 +781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11982', + '10941', 'x-ms-request-id', - 'e33b1dfd-63ec-4cba-bce8-5824300aafa1', + '2c4ab694-9f9b-40a6-a1fb-a49bb7ebf762', 'x-ms-correlation-request-id', - 'e33b1dfd-63ec-4cba-bce8-5824300aafa1', + '2c4ab694-9f9b-40a6-a1fb-a49bb7ebf762', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024023Z:e33b1dfd-63ec-4cba-bce8-5824300aafa1', + 'SOUTHEASTASIA:20210924T042409Z:2c4ab694-9f9b-40a6-a1fb-a49bb7ebf762', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:23 GMT' + 'Fri, 24 Sep 2021 04:24:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -817,21 +817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11981', + '10940', 'x-ms-request-id', - '89071338-5ce3-4186-ab4c-6efdbb296973', + '3134cee7-32b2-4ff8-a817-11ece0af96f0', 'x-ms-correlation-request-id', - '89071338-5ce3-4186-ab4c-6efdbb296973', + '3134cee7-32b2-4ff8-a817-11ece0af96f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024026Z:89071338-5ce3-4186-ab4c-6efdbb296973', + 'SOUTHEASTASIA:20210924T042411Z:3134cee7-32b2-4ff8-a817-11ece0af96f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:25 GMT' + 'Fri, 24 Sep 2021 04:24:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -853,21 +853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11980', + '10939', 'x-ms-request-id', - '17cc093a-8b68-4675-955e-dd26f639fe92', + '772ed791-7abb-4ed2-86a1-9854da25bf3b', 'x-ms-correlation-request-id', - '17cc093a-8b68-4675-955e-dd26f639fe92', + '772ed791-7abb-4ed2-86a1-9854da25bf3b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024028Z:17cc093a-8b68-4675-955e-dd26f639fe92', + 'SOUTHEASTASIA:20210924T042414Z:772ed791-7abb-4ed2-86a1-9854da25bf3b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:27 GMT' + 'Fri, 24 Sep 2021 04:24:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -889,21 +889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11979', + '10938', 'x-ms-request-id', - '8f66726c-04d4-49f2-b7e3-4a851fad5ed4', + '82189697-c479-44ad-898f-11aca7da4809', 'x-ms-correlation-request-id', - '8f66726c-04d4-49f2-b7e3-4a851fad5ed4', + '82189697-c479-44ad-898f-11aca7da4809', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024030Z:8f66726c-04d4-49f2-b7e3-4a851fad5ed4', + 'SOUTHEASTASIA:20210924T042416Z:82189697-c479-44ad-898f-11aca7da4809', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:30 GMT' + 'Fri, 24 Sep 2021 04:24:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -925,21 +925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11978', + '10937', 'x-ms-request-id', - 'ab054976-2d65-466d-bfd7-3af4d023b353', + '79fe74a1-9d28-4f52-8e12-75dd177b7f48', 'x-ms-correlation-request-id', - 'ab054976-2d65-466d-bfd7-3af4d023b353', + '79fe74a1-9d28-4f52-8e12-75dd177b7f48', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024033Z:ab054976-2d65-466d-bfd7-3af4d023b353', + 'SOUTHEASTASIA:20210924T042418Z:79fe74a1-9d28-4f52-8e12-75dd177b7f48', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:32 GMT' + 'Fri, 24 Sep 2021 04:24:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -961,21 +961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11977', + '10936', 'x-ms-request-id', - 'c136667f-6c02-436b-99ed-6b062c284bd0', + 'd9db97e8-0bff-405d-b124-7747d76b9f44', 'x-ms-correlation-request-id', - 'c136667f-6c02-436b-99ed-6b062c284bd0', + 'd9db97e8-0bff-405d-b124-7747d76b9f44', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024035Z:c136667f-6c02-436b-99ed-6b062c284bd0', + 'SOUTHEASTASIA:20210924T042421Z:d9db97e8-0bff-405d-b124-7747d76b9f44', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:34 GMT' + 'Fri, 24 Sep 2021 04:24:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -997,21 +997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11976', + '10935', 'x-ms-request-id', - 'daeec553-fda3-4ea1-8192-e596c5f23763', + 'db349b18-9a9c-4337-b97f-00e3ad1c1aab', 'x-ms-correlation-request-id', - 'daeec553-fda3-4ea1-8192-e596c5f23763', + 'db349b18-9a9c-4337-b97f-00e3ad1c1aab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024037Z:daeec553-fda3-4ea1-8192-e596c5f23763', + 'SOUTHEASTASIA:20210924T042423Z:db349b18-9a9c-4337-b97f-00e3ad1c1aab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:36 GMT' + 'Fri, 24 Sep 2021 04:24:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1033,21 +1033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11975', + '10934', 'x-ms-request-id', - 'bcacb04c-09bd-40d0-ae30-62c8b8524550', + '74c64344-53a4-49f8-899b-c78d23a666b3', 'x-ms-correlation-request-id', - 'bcacb04c-09bd-40d0-ae30-62c8b8524550', + '74c64344-53a4-49f8-899b-c78d23a666b3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024040Z:bcacb04c-09bd-40d0-ae30-62c8b8524550', + 'SOUTHEASTASIA:20210924T042425Z:74c64344-53a4-49f8-899b-c78d23a666b3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:39 GMT' + 'Fri, 24 Sep 2021 04:24:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1069,21 +1069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11974', + '10933', 'x-ms-request-id', - 'c46320e7-86f5-4252-b814-10af8b3d3856', + '0a90a4a8-eb24-425c-8b7a-74f093a36f1c', 'x-ms-correlation-request-id', - 'c46320e7-86f5-4252-b814-10af8b3d3856', + '0a90a4a8-eb24-425c-8b7a-74f093a36f1c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024042Z:c46320e7-86f5-4252-b814-10af8b3d3856', + 'SOUTHEASTASIA:20210924T042428Z:0a90a4a8-eb24-425c-8b7a-74f093a36f1c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:41 GMT' + 'Fri, 24 Sep 2021 04:24:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1105,21 +1105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11973', + '10932', 'x-ms-request-id', - 'cfd5d881-a00e-4ee5-8350-e69696afffde', + '8ec89835-23b4-480a-8cb9-31813215fde3', 'x-ms-correlation-request-id', - 'cfd5d881-a00e-4ee5-8350-e69696afffde', + '8ec89835-23b4-480a-8cb9-31813215fde3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024044Z:cfd5d881-a00e-4ee5-8350-e69696afffde', + 'SOUTHEASTASIA:20210924T042430Z:8ec89835-23b4-480a-8cb9-31813215fde3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:43 GMT' + 'Fri, 24 Sep 2021 04:24:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1141,21 +1141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11972', + '10931', 'x-ms-request-id', - '041cb1a7-a19a-4ad6-9c3e-e721942395ea', + 'be9ea233-011d-45d0-b054-6a9cb2c47ba6', 'x-ms-correlation-request-id', - '041cb1a7-a19a-4ad6-9c3e-e721942395ea', + 'be9ea233-011d-45d0-b054-6a9cb2c47ba6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024047Z:041cb1a7-a19a-4ad6-9c3e-e721942395ea', + 'SOUTHEASTASIA:20210924T042432Z:be9ea233-011d-45d0-b054-6a9cb2c47ba6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:46 GMT' + 'Fri, 24 Sep 2021 04:24:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1177,21 +1177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11971', + '10930', 'x-ms-request-id', - '8be0765d-dd18-4590-b20c-a01d47b07caa', + 'e07e9806-74c1-4f0c-aee2-05a898b44da6', 'x-ms-correlation-request-id', - '8be0765d-dd18-4590-b20c-a01d47b07caa', + 'e07e9806-74c1-4f0c-aee2-05a898b44da6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024049Z:8be0765d-dd18-4590-b20c-a01d47b07caa', + 'SOUTHEASTASIA:20210924T042435Z:e07e9806-74c1-4f0c-aee2-05a898b44da6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:48 GMT' + 'Fri, 24 Sep 2021 04:24:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1213,21 +1213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11970', + '10929', 'x-ms-request-id', - '9e6bbcb6-0dec-4384-a340-57d623d527ba', + '92dc749b-a083-4a6b-8d6e-0c27282edf3d', 'x-ms-correlation-request-id', - '9e6bbcb6-0dec-4384-a340-57d623d527ba', + '92dc749b-a083-4a6b-8d6e-0c27282edf3d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024051Z:9e6bbcb6-0dec-4384-a340-57d623d527ba', + 'SOUTHEASTASIA:20210924T042437Z:92dc749b-a083-4a6b-8d6e-0c27282edf3d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:50 GMT' + 'Fri, 24 Sep 2021 04:24:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1249,21 +1249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11969', + '10928', 'x-ms-request-id', - '86362aaf-f0d9-42e7-8683-aa6741526158', + 'd326c0ce-d320-4fc8-b782-17463477c32f', 'x-ms-correlation-request-id', - '86362aaf-f0d9-42e7-8683-aa6741526158', + 'd326c0ce-d320-4fc8-b782-17463477c32f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024053Z:86362aaf-f0d9-42e7-8683-aa6741526158', + 'SOUTHEASTASIA:20210924T042439Z:d326c0ce-d320-4fc8-b782-17463477c32f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:53 GMT' + 'Fri, 24 Sep 2021 04:24:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1285,21 +1285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11968', + '10927', 'x-ms-request-id', - '9ddc2538-278f-4278-9236-df9281504954', + '00b51a38-17f6-4e3f-bda2-8aecb64b6373', 'x-ms-correlation-request-id', - '9ddc2538-278f-4278-9236-df9281504954', + '00b51a38-17f6-4e3f-bda2-8aecb64b6373', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024056Z:9ddc2538-278f-4278-9236-df9281504954', + 'SOUTHEASTASIA:20210924T042442Z:00b51a38-17f6-4e3f-bda2-8aecb64b6373', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:55 GMT' + 'Fri, 24 Sep 2021 04:24:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1321,21 +1321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11967', + '10926', 'x-ms-request-id', - '41e75106-91b1-499e-b164-9977907e7db2', + '26a71078-46f5-44d7-bfec-81fabc438f5c', 'x-ms-correlation-request-id', - '41e75106-91b1-499e-b164-9977907e7db2', + '26a71078-46f5-44d7-bfec-81fabc438f5c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024058Z:41e75106-91b1-499e-b164-9977907e7db2', + 'SOUTHEASTASIA:20210924T042444Z:26a71078-46f5-44d7-bfec-81fabc438f5c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:40:57 GMT' + 'Fri, 24 Sep 2021 04:24:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1357,21 +1357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11966', + '10925', 'x-ms-request-id', - '2f3f9e81-47a2-4921-b109-08a1c614ebb0', + 'f0f41803-e324-4f31-a015-5c7d3ba96207', 'x-ms-correlation-request-id', - '2f3f9e81-47a2-4921-b109-08a1c614ebb0', + 'f0f41803-e324-4f31-a015-5c7d3ba96207', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024100Z:2f3f9e81-47a2-4921-b109-08a1c614ebb0', + 'SOUTHEASTASIA:20210924T042446Z:f0f41803-e324-4f31-a015-5c7d3ba96207', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:00 GMT' + 'Fri, 24 Sep 2021 04:24:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1393,21 +1393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11965', + '10924', 'x-ms-request-id', - '0e194f3b-63a6-4e0f-8f7b-600df58f8629', + '98429451-cac3-475b-96fe-f6c514283f46', 'x-ms-correlation-request-id', - '0e194f3b-63a6-4e0f-8f7b-600df58f8629', + '98429451-cac3-475b-96fe-f6c514283f46', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024103Z:0e194f3b-63a6-4e0f-8f7b-600df58f8629', + 'SOUTHEASTASIA:20210924T042449Z:98429451-cac3-475b-96fe-f6c514283f46', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:02 GMT' + 'Fri, 24 Sep 2021 04:24:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1429,21 +1429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11964', + '10923', 'x-ms-request-id', - '0323c744-cf0c-43dd-a26e-720c412f625d', + 'c43ff618-2dde-4c64-997f-52a85ede97e4', 'x-ms-correlation-request-id', - '0323c744-cf0c-43dd-a26e-720c412f625d', + 'c43ff618-2dde-4c64-997f-52a85ede97e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024105Z:0323c744-cf0c-43dd-a26e-720c412f625d', + 'SOUTHEASTASIA:20210924T042451Z:c43ff618-2dde-4c64-997f-52a85ede97e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:04 GMT' + 'Fri, 24 Sep 2021 04:24:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1465,21 +1465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11963', + '10922', 'x-ms-request-id', - '1baa6411-9f5c-451c-a605-30b9ec18539c', + 'aa72220d-e1be-431b-ac1d-66ac41b655cf', 'x-ms-correlation-request-id', - '1baa6411-9f5c-451c-a605-30b9ec18539c', + 'aa72220d-e1be-431b-ac1d-66ac41b655cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024107Z:1baa6411-9f5c-451c-a605-30b9ec18539c', + 'SOUTHEASTASIA:20210924T042453Z:aa72220d-e1be-431b-ac1d-66ac41b655cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:06 GMT' + 'Fri, 24 Sep 2021 04:24:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1501,21 +1501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11962', + '10921', 'x-ms-request-id', - 'f1ddaac1-e7c8-49b0-983a-b1cc2fed6441', + '6a876b06-7c2c-45a0-803e-dd30688ab931', 'x-ms-correlation-request-id', - 'f1ddaac1-e7c8-49b0-983a-b1cc2fed6441', + '6a876b06-7c2c-45a0-803e-dd30688ab931', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024110Z:f1ddaac1-e7c8-49b0-983a-b1cc2fed6441', + 'SOUTHEASTASIA:20210924T042456Z:6a876b06-7c2c-45a0-803e-dd30688ab931', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:09 GMT' + 'Fri, 24 Sep 2021 04:24:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1537,21 +1537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11961', + '10920', 'x-ms-request-id', - '92361015-df3e-420a-ac8c-cc02c3affd41', + '560fb732-1db9-40e8-bb3f-cb5ff66672fc', 'x-ms-correlation-request-id', - '92361015-df3e-420a-ac8c-cc02c3affd41', + '560fb732-1db9-40e8-bb3f-cb5ff66672fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024112Z:92361015-df3e-420a-ac8c-cc02c3affd41', + 'SOUTHEASTASIA:20210924T042458Z:560fb732-1db9-40e8-bb3f-cb5ff66672fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:11 GMT' + 'Fri, 24 Sep 2021 04:24:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1573,21 +1573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11960', + '10919', 'x-ms-request-id', - 'f0ef5f87-ecf1-492a-95da-25a345a68d72', + 'df930377-db91-45d8-9e25-48c12bd9138c', 'x-ms-correlation-request-id', - 'f0ef5f87-ecf1-492a-95da-25a345a68d72', + 'df930377-db91-45d8-9e25-48c12bd9138c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024114Z:f0ef5f87-ecf1-492a-95da-25a345a68d72', + 'SOUTHEASTASIA:20210924T042500Z:df930377-db91-45d8-9e25-48c12bd9138c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:14 GMT' + 'Fri, 24 Sep 2021 04:25:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1609,21 +1609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11959', + '10918', 'x-ms-request-id', - 'e378e812-4027-4ccf-9fa5-79aa5e8731d5', + 'a3da3007-a12a-4048-be7a-e8134c73f7c2', 'x-ms-correlation-request-id', - 'e378e812-4027-4ccf-9fa5-79aa5e8731d5', + 'a3da3007-a12a-4048-be7a-e8134c73f7c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024117Z:e378e812-4027-4ccf-9fa5-79aa5e8731d5', + 'SOUTHEASTASIA:20210924T042503Z:a3da3007-a12a-4048-be7a-e8134c73f7c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:17 GMT' + 'Fri, 24 Sep 2021 04:25:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1645,21 +1645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11958', + '10917', 'x-ms-request-id', - '96680cbd-9e82-4412-b17a-e49aed9e8ea4', + 'a67febde-ad47-4796-b45d-f41716b2d6dd', 'x-ms-correlation-request-id', - '96680cbd-9e82-4412-b17a-e49aed9e8ea4', + 'a67febde-ad47-4796-b45d-f41716b2d6dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024119Z:96680cbd-9e82-4412-b17a-e49aed9e8ea4', + 'SOUTHEASTASIA:20210924T042505Z:a67febde-ad47-4796-b45d-f41716b2d6dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:19 GMT' + 'Fri, 24 Sep 2021 04:25:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1681,21 +1681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11957', + '10916', 'x-ms-request-id', - '021072b4-921a-408f-a2b1-8a3fc6a94b2a', + '9d6d6159-476f-4ebc-a4d2-fe2e694b0087', 'x-ms-correlation-request-id', - '021072b4-921a-408f-a2b1-8a3fc6a94b2a', + '9d6d6159-476f-4ebc-a4d2-fe2e694b0087', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024121Z:021072b4-921a-408f-a2b1-8a3fc6a94b2a', + 'SOUTHEASTASIA:20210924T042508Z:9d6d6159-476f-4ebc-a4d2-fe2e694b0087', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:21 GMT' + 'Fri, 24 Sep 2021 04:25:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1717,21 +1717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11956', + '10915', 'x-ms-request-id', - 'bbf1d2cf-c574-45ad-be95-a71357899d82', + '8b877cec-8b83-40d5-bb0a-05d52a9c4bb3', 'x-ms-correlation-request-id', - 'bbf1d2cf-c574-45ad-be95-a71357899d82', + '8b877cec-8b83-40d5-bb0a-05d52a9c4bb3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024124Z:bbf1d2cf-c574-45ad-be95-a71357899d82', + 'SOUTHEASTASIA:20210924T042511Z:8b877cec-8b83-40d5-bb0a-05d52a9c4bb3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:24 GMT' + 'Fri, 24 Sep 2021 04:25:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1753,21 +1753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11955', + '10914', 'x-ms-request-id', - 'a68c4ea6-e508-4c2f-81c4-d7d56ae8a8c9', + 'f5181d56-5415-4dff-baf6-2ba197793280', 'x-ms-correlation-request-id', - 'a68c4ea6-e508-4c2f-81c4-d7d56ae8a8c9', + 'f5181d56-5415-4dff-baf6-2ba197793280', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024126Z:a68c4ea6-e508-4c2f-81c4-d7d56ae8a8c9', + 'SOUTHEASTASIA:20210924T042514Z:f5181d56-5415-4dff-baf6-2ba197793280', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:26 GMT' + 'Fri, 24 Sep 2021 04:25:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1789,21 +1789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11954', + '10913', 'x-ms-request-id', - 'c2d42553-002b-4b8a-a7c4-37450ac6eaf6', + '199ee817-9bd2-4569-b3ad-4e2662da81f2', 'x-ms-correlation-request-id', - 'c2d42553-002b-4b8a-a7c4-37450ac6eaf6', + '199ee817-9bd2-4569-b3ad-4e2662da81f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024128Z:c2d42553-002b-4b8a-a7c4-37450ac6eaf6', + 'SOUTHEASTASIA:20210924T042516Z:199ee817-9bd2-4569-b3ad-4e2662da81f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:28 GMT' + 'Fri, 24 Sep 2021 04:25:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1825,21 +1825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11953', + '10912', 'x-ms-request-id', - 'e6877eb9-d788-4622-9ee7-76b331d61557', + 'f313a814-6f6f-47b6-b2e5-2b1e77f519ff', 'x-ms-correlation-request-id', - 'e6877eb9-d788-4622-9ee7-76b331d61557', + 'f313a814-6f6f-47b6-b2e5-2b1e77f519ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024131Z:e6877eb9-d788-4622-9ee7-76b331d61557', + 'SOUTHEASTASIA:20210924T042519Z:f313a814-6f6f-47b6-b2e5-2b1e77f519ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:30 GMT' + 'Fri, 24 Sep 2021 04:25:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1861,21 +1861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11952', + '10911', 'x-ms-request-id', - '380d32fc-1a28-4755-9d4a-c110ac400322', + '2005abc4-b538-4678-b908-7b84a435b8fc', 'x-ms-correlation-request-id', - '380d32fc-1a28-4755-9d4a-c110ac400322', + '2005abc4-b538-4678-b908-7b84a435b8fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024133Z:380d32fc-1a28-4755-9d4a-c110ac400322', + 'SOUTHEASTASIA:20210924T042521Z:2005abc4-b538-4678-b908-7b84a435b8fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:33 GMT' + 'Fri, 24 Sep 2021 04:25:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1897,21 +1897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11951', + '10910', 'x-ms-request-id', - '58bc9fd1-3369-47b9-ae89-226c09568725', + '3caaa958-d909-4ba1-817a-0fffa10ba5bf', 'x-ms-correlation-request-id', - '58bc9fd1-3369-47b9-ae89-226c09568725', + '3caaa958-d909-4ba1-817a-0fffa10ba5bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024135Z:58bc9fd1-3369-47b9-ae89-226c09568725', + 'SOUTHEASTASIA:20210924T042523Z:3caaa958-d909-4ba1-817a-0fffa10ba5bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:35 GMT' + 'Fri, 24 Sep 2021 04:25:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1933,21 +1933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11950', + '10909', 'x-ms-request-id', - 'ad561023-536c-438d-92ca-e9101464d947', + '558cedec-81a8-4e08-95be-929a588c5144', 'x-ms-correlation-request-id', - 'ad561023-536c-438d-92ca-e9101464d947', + '558cedec-81a8-4e08-95be-929a588c5144', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024138Z:ad561023-536c-438d-92ca-e9101464d947', + 'SOUTHEASTASIA:20210924T042526Z:558cedec-81a8-4e08-95be-929a588c5144', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:37 GMT' + 'Fri, 24 Sep 2021 04:25:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1969,21 +1969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11949', + '10908', 'x-ms-request-id', - 'edf2909b-ef01-46fa-9202-210d16592c9c', + '9fad648f-2302-4165-953f-fbdbfeee40b5', 'x-ms-correlation-request-id', - 'edf2909b-ef01-46fa-9202-210d16592c9c', + '9fad648f-2302-4165-953f-fbdbfeee40b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024140Z:edf2909b-ef01-46fa-9202-210d16592c9c', + 'SOUTHEASTASIA:20210924T042528Z:9fad648f-2302-4165-953f-fbdbfeee40b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:40 GMT' + 'Fri, 24 Sep 2021 04:25:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2005,21 +2005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11948', + '10907', 'x-ms-request-id', - '95dde889-7b7f-4d37-982a-b2908763587b', + '7cc93599-c6fb-49f2-ad5e-7a066cdd48b3', 'x-ms-correlation-request-id', - '95dde889-7b7f-4d37-982a-b2908763587b', + '7cc93599-c6fb-49f2-ad5e-7a066cdd48b3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024142Z:95dde889-7b7f-4d37-982a-b2908763587b', + 'SOUTHEASTASIA:20210924T042530Z:7cc93599-c6fb-49f2-ad5e-7a066cdd48b3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:42 GMT' + 'Fri, 24 Sep 2021 04:25:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2041,21 +2041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11947', + '10906', 'x-ms-request-id', - '073e49eb-8c3b-42e7-95b1-83de8ac9d898', + '9c40e305-583e-4cc6-8b6b-13e0c9a2c562', 'x-ms-correlation-request-id', - '073e49eb-8c3b-42e7-95b1-83de8ac9d898', + '9c40e305-583e-4cc6-8b6b-13e0c9a2c562', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024144Z:073e49eb-8c3b-42e7-95b1-83de8ac9d898', + 'SOUTHEASTASIA:20210924T042533Z:9c40e305-583e-4cc6-8b6b-13e0c9a2c562', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:44 GMT' + 'Fri, 24 Sep 2021 04:25:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2077,21 +2077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11946', + '10905', 'x-ms-request-id', - '851b951b-b950-4774-b166-36f529e15cf3', + '15f8ae1d-e547-47d7-a227-08bf7c2e9134', 'x-ms-correlation-request-id', - '851b951b-b950-4774-b166-36f529e15cf3', + '15f8ae1d-e547-47d7-a227-08bf7c2e9134', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024147Z:851b951b-b950-4774-b166-36f529e15cf3', + 'SOUTHEASTASIA:20210924T042535Z:15f8ae1d-e547-47d7-a227-08bf7c2e9134', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:47 GMT' + 'Fri, 24 Sep 2021 04:25:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2113,21 +2113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11945', + '10904', 'x-ms-request-id', - 'df42adcb-3ccb-4a2e-8c7b-9a30f1077f54', + '3642791b-0a6d-4cc5-82bb-b41fc25472ed', 'x-ms-correlation-request-id', - 'df42adcb-3ccb-4a2e-8c7b-9a30f1077f54', + '3642791b-0a6d-4cc5-82bb-b41fc25472ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024149Z:df42adcb-3ccb-4a2e-8c7b-9a30f1077f54', + 'SOUTHEASTASIA:20210924T042537Z:3642791b-0a6d-4cc5-82bb-b41fc25472ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:49 GMT' + 'Fri, 24 Sep 2021 04:25:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2149,21 +2149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11944', + '10903', 'x-ms-request-id', - '89acb229-8312-4bf3-a096-c6af79e3fdc5', + 'e733d3b6-acac-4df6-8ffe-511f27ebdcb6', 'x-ms-correlation-request-id', - '89acb229-8312-4bf3-a096-c6af79e3fdc5', + 'e733d3b6-acac-4df6-8ffe-511f27ebdcb6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024151Z:89acb229-8312-4bf3-a096-c6af79e3fdc5', + 'SOUTHEASTASIA:20210924T042540Z:e733d3b6-acac-4df6-8ffe-511f27ebdcb6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:51 GMT' + 'Fri, 24 Sep 2021 04:25:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2185,21 +2185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11943', + '10902', 'x-ms-request-id', - 'e98c652e-329a-44a0-8427-24298b691a91', + '19a881c8-3132-45f2-af2e-d22ad812c8ea', 'x-ms-correlation-request-id', - 'e98c652e-329a-44a0-8427-24298b691a91', + '19a881c8-3132-45f2-af2e-d22ad812c8ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024154Z:e98c652e-329a-44a0-8427-24298b691a91', + 'SOUTHEASTASIA:20210924T042542Z:19a881c8-3132-45f2-af2e-d22ad812c8ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:53 GMT' + 'Fri, 24 Sep 2021 04:25:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2221,21 +2221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11942', + '10901', 'x-ms-request-id', - 'da63c6a9-550a-473e-b9fd-1204d82e44d1', + '14399b51-4f2a-4fb1-9037-691db9e79aa2', 'x-ms-correlation-request-id', - 'da63c6a9-550a-473e-b9fd-1204d82e44d1', + '14399b51-4f2a-4fb1-9037-691db9e79aa2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024157Z:da63c6a9-550a-473e-b9fd-1204d82e44d1', + 'SOUTHEASTASIA:20210924T042544Z:14399b51-4f2a-4fb1-9037-691db9e79aa2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:56 GMT' + 'Fri, 24 Sep 2021 04:25:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2257,21 +2257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11941', + '10900', 'x-ms-request-id', - '84c9705e-184d-4cb9-b95d-4ec0e475871a', + '06cf0b1c-2962-48f0-b065-accadc872a17', 'x-ms-correlation-request-id', - '84c9705e-184d-4cb9-b95d-4ec0e475871a', + '06cf0b1c-2962-48f0-b065-accadc872a17', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024200Z:84c9705e-184d-4cb9-b95d-4ec0e475871a', + 'SOUTHEASTASIA:20210924T042546Z:06cf0b1c-2962-48f0-b065-accadc872a17', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:41:59 GMT' + 'Fri, 24 Sep 2021 04:25:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2293,21 +2293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11940', + '10899', 'x-ms-request-id', - 'c9000678-7abb-4e20-93a8-16651cadd266', + 'f4ab6f25-2c0e-472b-92fa-435505afe4f9', 'x-ms-correlation-request-id', - 'c9000678-7abb-4e20-93a8-16651cadd266', + 'f4ab6f25-2c0e-472b-92fa-435505afe4f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024202Z:c9000678-7abb-4e20-93a8-16651cadd266', + 'SOUTHEASTASIA:20210924T042549Z:f4ab6f25-2c0e-472b-92fa-435505afe4f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:02 GMT' + 'Fri, 24 Sep 2021 04:25:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2329,21 +2329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11939', + '10898', 'x-ms-request-id', - 'bff41c67-ece4-4d1c-94d1-57b6db586271', + '97ca8291-9022-4a32-b0a6-34187e5bbb2d', 'x-ms-correlation-request-id', - 'bff41c67-ece4-4d1c-94d1-57b6db586271', + '97ca8291-9022-4a32-b0a6-34187e5bbb2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024204Z:bff41c67-ece4-4d1c-94d1-57b6db586271', + 'SOUTHEASTASIA:20210924T042551Z:97ca8291-9022-4a32-b0a6-34187e5bbb2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:04 GMT' + 'Fri, 24 Sep 2021 04:25:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2365,21 +2365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11938', + '10897', 'x-ms-request-id', - 'c9a6d311-4526-408a-8706-8287212861a3', + '4d620c98-38ec-4b15-a3c6-65cc0bc1afd6', 'x-ms-correlation-request-id', - 'c9a6d311-4526-408a-8706-8287212861a3', + '4d620c98-38ec-4b15-a3c6-65cc0bc1afd6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024207Z:c9a6d311-4526-408a-8706-8287212861a3', + 'SOUTHEASTASIA:20210924T042553Z:4d620c98-38ec-4b15-a3c6-65cc0bc1afd6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:06 GMT' + 'Fri, 24 Sep 2021 04:25:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2401,21 +2401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11937', + '10896', 'x-ms-request-id', - '4859fd09-588b-49c8-b341-1d359f74910e', + '05a60d32-a460-474f-a9e3-e4ea8a6dc080', 'x-ms-correlation-request-id', - '4859fd09-588b-49c8-b341-1d359f74910e', + '05a60d32-a460-474f-a9e3-e4ea8a6dc080', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024209Z:4859fd09-588b-49c8-b341-1d359f74910e', + 'SOUTHEASTASIA:20210924T042556Z:05a60d32-a460-474f-a9e3-e4ea8a6dc080', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:09 GMT' + 'Fri, 24 Sep 2021 04:25:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2437,21 +2437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11936', + '10895', 'x-ms-request-id', - '446594d5-3b24-4be4-a8fc-71ed30243368', + '67ddd958-8ea3-4aff-86a0-ec8dc3adeea9', 'x-ms-correlation-request-id', - '446594d5-3b24-4be4-a8fc-71ed30243368', + '67ddd958-8ea3-4aff-86a0-ec8dc3adeea9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024211Z:446594d5-3b24-4be4-a8fc-71ed30243368', + 'SOUTHEASTASIA:20210924T042558Z:67ddd958-8ea3-4aff-86a0-ec8dc3adeea9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:11 GMT' + 'Fri, 24 Sep 2021 04:25:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2473,21 +2473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11935', + '10894', 'x-ms-request-id', - '63b4ced6-0ca7-43b6-9e92-e39b4236ff7f', + '6a3aa968-a272-4b82-a5b9-72ac5fc09938', 'x-ms-correlation-request-id', - '63b4ced6-0ca7-43b6-9e92-e39b4236ff7f', + '6a3aa968-a272-4b82-a5b9-72ac5fc09938', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024214Z:63b4ced6-0ca7-43b6-9e92-e39b4236ff7f', + 'SOUTHEASTASIA:20210924T042600Z:6a3aa968-a272-4b82-a5b9-72ac5fc09938', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:13 GMT' + 'Fri, 24 Sep 2021 04:26:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2509,21 +2509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11934', + '10893', 'x-ms-request-id', - '6106fac2-30e2-4971-8c47-0de8b31ccb8a', + '99391ca5-8568-499d-ae35-df4797aba6f2', 'x-ms-correlation-request-id', - '6106fac2-30e2-4971-8c47-0de8b31ccb8a', + '99391ca5-8568-499d-ae35-df4797aba6f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024216Z:6106fac2-30e2-4971-8c47-0de8b31ccb8a', + 'SOUTHEASTASIA:20210924T042603Z:99391ca5-8568-499d-ae35-df4797aba6f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:16 GMT' + 'Fri, 24 Sep 2021 04:26:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2545,21 +2545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11933', + '10892', 'x-ms-request-id', - '073712c5-e47a-45dd-8bb7-bb7cff900bfe', + 'd2ea37eb-bb60-402c-bc34-5b5c69901bea', 'x-ms-correlation-request-id', - '073712c5-e47a-45dd-8bb7-bb7cff900bfe', + 'd2ea37eb-bb60-402c-bc34-5b5c69901bea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024218Z:073712c5-e47a-45dd-8bb7-bb7cff900bfe', + 'SOUTHEASTASIA:20210924T042605Z:d2ea37eb-bb60-402c-bc34-5b5c69901bea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:18 GMT' + 'Fri, 24 Sep 2021 04:26:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2581,21 +2581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11932', + '10891', 'x-ms-request-id', - 'd7bd0d45-fb6e-40d7-bb7b-13f243c5afbd', + 'bd6b6bda-482d-4730-bdbd-82480c025d91', 'x-ms-correlation-request-id', - 'd7bd0d45-fb6e-40d7-bb7b-13f243c5afbd', + 'bd6b6bda-482d-4730-bdbd-82480c025d91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024221Z:d7bd0d45-fb6e-40d7-bb7b-13f243c5afbd', + 'SOUTHEASTASIA:20210924T042607Z:bd6b6bda-482d-4730-bdbd-82480c025d91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:20 GMT' + 'Fri, 24 Sep 2021 04:26:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2617,21 +2617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11931', + '10890', 'x-ms-request-id', - 'd0c34f20-c4b6-4e36-b7cb-4d3839af4e7d', + '22b4a287-07f5-47ea-9027-cf95bb5f2db9', 'x-ms-correlation-request-id', - 'd0c34f20-c4b6-4e36-b7cb-4d3839af4e7d', + '22b4a287-07f5-47ea-9027-cf95bb5f2db9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024223Z:d0c34f20-c4b6-4e36-b7cb-4d3839af4e7d', + 'SOUTHEASTASIA:20210924T042610Z:22b4a287-07f5-47ea-9027-cf95bb5f2db9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:22 GMT' + 'Fri, 24 Sep 2021 04:26:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2653,21 +2653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11930', + '10889', 'x-ms-request-id', - '9e35486d-280f-4e79-b081-9ff573e744a1', + '05f664f0-d892-4a87-acd6-045a69d1b6a0', 'x-ms-correlation-request-id', - '9e35486d-280f-4e79-b081-9ff573e744a1', + '05f664f0-d892-4a87-acd6-045a69d1b6a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024225Z:9e35486d-280f-4e79-b081-9ff573e744a1', + 'SOUTHEASTASIA:20210924T042612Z:05f664f0-d892-4a87-acd6-045a69d1b6a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:25 GMT' + 'Fri, 24 Sep 2021 04:26:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2689,21 +2689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11929', + '10888', 'x-ms-request-id', - '67ec1f50-4e1a-433e-8d7f-758020f8ea2f', + '998d0b97-2819-47e9-be8b-6e868433552f', 'x-ms-correlation-request-id', - '67ec1f50-4e1a-433e-8d7f-758020f8ea2f', + '998d0b97-2819-47e9-be8b-6e868433552f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024228Z:67ec1f50-4e1a-433e-8d7f-758020f8ea2f', + 'SOUTHEASTASIA:20210924T042614Z:998d0b97-2819-47e9-be8b-6e868433552f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:27 GMT' + 'Fri, 24 Sep 2021 04:26:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2725,21 +2725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11928', + '10887', 'x-ms-request-id', - '3a7960be-4f05-43b1-8045-8dbc2f44af2f', + 'e60435a7-c565-4b07-b921-2c0f21987dc9', 'x-ms-correlation-request-id', - '3a7960be-4f05-43b1-8045-8dbc2f44af2f', + 'e60435a7-c565-4b07-b921-2c0f21987dc9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024230Z:3a7960be-4f05-43b1-8045-8dbc2f44af2f', + 'SOUTHEASTASIA:20210924T042617Z:e60435a7-c565-4b07-b921-2c0f21987dc9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:29 GMT' + 'Fri, 24 Sep 2021 04:26:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2761,21 +2761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11927', + '10886', 'x-ms-request-id', - '17878449-0deb-44db-b0e5-44e1758a5376', + 'e0127ddb-86bc-4a7b-b0b9-e10bc9ad8656', 'x-ms-correlation-request-id', - '17878449-0deb-44db-b0e5-44e1758a5376', + 'e0127ddb-86bc-4a7b-b0b9-e10bc9ad8656', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024232Z:17878449-0deb-44db-b0e5-44e1758a5376', + 'SOUTHEASTASIA:20210924T042619Z:e0127ddb-86bc-4a7b-b0b9-e10bc9ad8656', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:32 GMT' + 'Fri, 24 Sep 2021 04:26:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2797,21 +2797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11926', + '10885', 'x-ms-request-id', - '4be79a1a-9990-4e7b-b06e-3f42fc00693d', + 'badbd0a2-9017-45b2-9ff9-88fb215ac53f', 'x-ms-correlation-request-id', - '4be79a1a-9990-4e7b-b06e-3f42fc00693d', + 'badbd0a2-9017-45b2-9ff9-88fb215ac53f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024234Z:4be79a1a-9990-4e7b-b06e-3f42fc00693d', + 'SOUTHEASTASIA:20210924T042621Z:badbd0a2-9017-45b2-9ff9-88fb215ac53f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:34 GMT' + 'Fri, 24 Sep 2021 04:26:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2833,21 +2833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11925', + '10884', 'x-ms-request-id', - '6626f661-9f46-4989-a3e3-c30e59c5f1c5', + '68099b46-c073-4a43-b6af-c957388f0371', 'x-ms-correlation-request-id', - '6626f661-9f46-4989-a3e3-c30e59c5f1c5', + '68099b46-c073-4a43-b6af-c957388f0371', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024237Z:6626f661-9f46-4989-a3e3-c30e59c5f1c5', + 'SOUTHEASTASIA:20210924T042624Z:68099b46-c073-4a43-b6af-c957388f0371', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:36 GMT' + 'Fri, 24 Sep 2021 04:26:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2869,21 +2869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11924', + '10883', 'x-ms-request-id', - 'f3f23324-caf5-4eeb-9d90-723230ecd047', + '050cf2b1-b10b-46e7-aa0f-7d68a97b9171', 'x-ms-correlation-request-id', - 'f3f23324-caf5-4eeb-9d90-723230ecd047', + '050cf2b1-b10b-46e7-aa0f-7d68a97b9171', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024239Z:f3f23324-caf5-4eeb-9d90-723230ecd047', + 'SOUTHEASTASIA:20210924T042626Z:050cf2b1-b10b-46e7-aa0f-7d68a97b9171', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:39 GMT' + 'Fri, 24 Sep 2021 04:26:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2905,21 +2905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11923', + '10882', 'x-ms-request-id', - '549cd3d1-8258-4a13-ad56-198cf38d7242', + '7957af7b-bfdc-4b60-9377-71cbf4da7805', 'x-ms-correlation-request-id', - '549cd3d1-8258-4a13-ad56-198cf38d7242', + '7957af7b-bfdc-4b60-9377-71cbf4da7805', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024242Z:549cd3d1-8258-4a13-ad56-198cf38d7242', + 'SOUTHEASTASIA:20210924T042628Z:7957af7b-bfdc-4b60-9377-71cbf4da7805', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:41 GMT' + 'Fri, 24 Sep 2021 04:26:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2941,21 +2941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11922', + '10881', 'x-ms-request-id', - '6f76557e-864a-4140-87df-5678ffcd36bf', + 'a5501201-3775-4533-ac14-08a56f1bdada', 'x-ms-correlation-request-id', - '6f76557e-864a-4140-87df-5678ffcd36bf', + 'a5501201-3775-4533-ac14-08a56f1bdada', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024244Z:6f76557e-864a-4140-87df-5678ffcd36bf', + 'SOUTHEASTASIA:20210924T042631Z:a5501201-3775-4533-ac14-08a56f1bdada', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:43 GMT' + 'Fri, 24 Sep 2021 04:26:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2977,21 +2977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11921', + '10880', 'x-ms-request-id', - '8a889278-2c9e-4e0a-82d0-b51ee4c4205f', + '86c71246-3f47-44d5-ae51-5befbe451afc', 'x-ms-correlation-request-id', - '8a889278-2c9e-4e0a-82d0-b51ee4c4205f', + '86c71246-3f47-44d5-ae51-5befbe451afc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024246Z:8a889278-2c9e-4e0a-82d0-b51ee4c4205f', + 'SOUTHEASTASIA:20210924T042633Z:86c71246-3f47-44d5-ae51-5befbe451afc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:46 GMT' + 'Fri, 24 Sep 2021 04:26:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3013,21 +3013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11920', + '10879', 'x-ms-request-id', - '6886b2e0-d6f8-4400-8596-a21b968ccf24', + '96db98b1-0ac1-4e59-8e7e-413dce679a1c', 'x-ms-correlation-request-id', - '6886b2e0-d6f8-4400-8596-a21b968ccf24', + '96db98b1-0ac1-4e59-8e7e-413dce679a1c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024248Z:6886b2e0-d6f8-4400-8596-a21b968ccf24', + 'SOUTHEASTASIA:20210924T042635Z:96db98b1-0ac1-4e59-8e7e-413dce679a1c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:48 GMT' + 'Fri, 24 Sep 2021 04:26:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3049,21 +3049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11919', + '10878', 'x-ms-request-id', - 'ef6a3dd7-e8b4-4619-9bbf-1180fa413237', + 'c7bd4739-a311-4c0f-ab00-847b5293b55d', 'x-ms-correlation-request-id', - 'ef6a3dd7-e8b4-4619-9bbf-1180fa413237', + 'c7bd4739-a311-4c0f-ab00-847b5293b55d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024251Z:ef6a3dd7-e8b4-4619-9bbf-1180fa413237', + 'SOUTHEASTASIA:20210924T042638Z:c7bd4739-a311-4c0f-ab00-847b5293b55d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:50 GMT' + 'Fri, 24 Sep 2021 04:26:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3085,21 +3085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11918', + '10877', 'x-ms-request-id', - '0adf2b25-3132-4302-bc3f-36d30986620a', + 'e9d03c21-b90d-487a-9b02-74415e8c0c88', 'x-ms-correlation-request-id', - '0adf2b25-3132-4302-bc3f-36d30986620a', + 'e9d03c21-b90d-487a-9b02-74415e8c0c88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024253Z:0adf2b25-3132-4302-bc3f-36d30986620a', + 'SOUTHEASTASIA:20210924T042640Z:e9d03c21-b90d-487a-9b02-74415e8c0c88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:52 GMT' + 'Fri, 24 Sep 2021 04:26:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3121,21 +3121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11917', + '10876', 'x-ms-request-id', - '63fbe99e-d9fe-481f-9ef4-1879ada1ab7a', + '459d1f61-cf79-4b85-a628-8f1fae3ee923', 'x-ms-correlation-request-id', - '63fbe99e-d9fe-481f-9ef4-1879ada1ab7a', + '459d1f61-cf79-4b85-a628-8f1fae3ee923', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024255Z:63fbe99e-d9fe-481f-9ef4-1879ada1ab7a', + 'SOUTHEASTASIA:20210924T042642Z:459d1f61-cf79-4b85-a628-8f1fae3ee923', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:55 GMT' + 'Fri, 24 Sep 2021 04:26:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3157,21 +3157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11916', + '10875', 'x-ms-request-id', - '36ce7053-1a2a-47fe-8c7a-5a4736e7bdf3', + 'c3b5bc97-5ea8-41f7-b130-19137fd22621', 'x-ms-correlation-request-id', - '36ce7053-1a2a-47fe-8c7a-5a4736e7bdf3', + 'c3b5bc97-5ea8-41f7-b130-19137fd22621', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024258Z:36ce7053-1a2a-47fe-8c7a-5a4736e7bdf3', + 'SOUTHEASTASIA:20210924T042644Z:c3b5bc97-5ea8-41f7-b130-19137fd22621', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:42:58 GMT' + 'Fri, 24 Sep 2021 04:26:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3193,21 +3193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11915', + '10874', 'x-ms-request-id', - '67a90960-600e-4a60-8c9f-0c1baf7c485e', + 'a3856d6d-7b81-4fc9-8b70-62ac7e92d8a3', 'x-ms-correlation-request-id', - '67a90960-600e-4a60-8c9f-0c1baf7c485e', + 'a3856d6d-7b81-4fc9-8b70-62ac7e92d8a3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024301Z:67a90960-600e-4a60-8c9f-0c1baf7c485e', + 'SOUTHEASTASIA:20210924T042647Z:a3856d6d-7b81-4fc9-8b70-62ac7e92d8a3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:00 GMT' + 'Fri, 24 Sep 2021 04:26:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3229,21 +3229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11914', + '10873', 'x-ms-request-id', - 'b2a6db27-c4d7-4856-957a-40e69d4dfd5b', + 'b521d7d6-8f10-4b0b-8d9d-cd0c630f7108', 'x-ms-correlation-request-id', - 'b2a6db27-c4d7-4856-957a-40e69d4dfd5b', + 'b521d7d6-8f10-4b0b-8d9d-cd0c630f7108', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024303Z:b2a6db27-c4d7-4856-957a-40e69d4dfd5b', + 'SOUTHEASTASIA:20210924T042649Z:b521d7d6-8f10-4b0b-8d9d-cd0c630f7108', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:02 GMT' + 'Fri, 24 Sep 2021 04:26:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3265,21 +3265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11913', + '10872', 'x-ms-request-id', - 'a968545a-33da-4496-85ed-df8da4f6a6cc', + 'f75c9e05-8190-4740-b9b3-1b217456900c', 'x-ms-correlation-request-id', - 'a968545a-33da-4496-85ed-df8da4f6a6cc', + 'f75c9e05-8190-4740-b9b3-1b217456900c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024305Z:a968545a-33da-4496-85ed-df8da4f6a6cc', + 'SOUTHEASTASIA:20210924T042651Z:f75c9e05-8190-4740-b9b3-1b217456900c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:05 GMT' + 'Fri, 24 Sep 2021 04:26:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3301,21 +3301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11912', + '10871', 'x-ms-request-id', - '63bbae5a-dfe4-4dd8-8d5f-e7b37ba7a2ec', + '9943cefc-671b-4b71-ad24-f6aff932c4a8', 'x-ms-correlation-request-id', - '63bbae5a-dfe4-4dd8-8d5f-e7b37ba7a2ec', + '9943cefc-671b-4b71-ad24-f6aff932c4a8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024308Z:63bbae5a-dfe4-4dd8-8d5f-e7b37ba7a2ec', + 'SOUTHEASTASIA:20210924T042654Z:9943cefc-671b-4b71-ad24-f6aff932c4a8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:07 GMT' + 'Fri, 24 Sep 2021 04:26:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3337,21 +3337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11911', + '10870', 'x-ms-request-id', - 'a456edc5-cd2b-44c0-b7ad-cf57e671b754', + '92797c2f-9d58-4f5e-b038-3f261990b8b3', 'x-ms-correlation-request-id', - 'a456edc5-cd2b-44c0-b7ad-cf57e671b754', + '92797c2f-9d58-4f5e-b038-3f261990b8b3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024310Z:a456edc5-cd2b-44c0-b7ad-cf57e671b754', + 'SOUTHEASTASIA:20210924T042656Z:92797c2f-9d58-4f5e-b038-3f261990b8b3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:09 GMT' + 'Fri, 24 Sep 2021 04:26:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3373,21 +3373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11910', + '10869', 'x-ms-request-id', - 'dd2fa6dc-642d-4e7f-a637-15e699cb3a1e', + 'e8bccfba-fdb1-4937-b2ce-c797aead7ada', 'x-ms-correlation-request-id', - 'dd2fa6dc-642d-4e7f-a637-15e699cb3a1e', + 'e8bccfba-fdb1-4937-b2ce-c797aead7ada', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024312Z:dd2fa6dc-642d-4e7f-a637-15e699cb3a1e', + 'SOUTHEASTASIA:20210924T042658Z:e8bccfba-fdb1-4937-b2ce-c797aead7ada', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:12 GMT' + 'Fri, 24 Sep 2021 04:26:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3409,21 +3409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11909', + '10868', 'x-ms-request-id', - '0674bed2-1411-45d0-9ff0-9de7c0ada970', + '0d37e03f-0f5a-4509-a79c-1fbcb3963d31', 'x-ms-correlation-request-id', - '0674bed2-1411-45d0-9ff0-9de7c0ada970', + '0d37e03f-0f5a-4509-a79c-1fbcb3963d31', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024315Z:0674bed2-1411-45d0-9ff0-9de7c0ada970', + 'SOUTHEASTASIA:20210924T042701Z:0d37e03f-0f5a-4509-a79c-1fbcb3963d31', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:14 GMT' + 'Fri, 24 Sep 2021 04:27:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3445,21 +3445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11908', + '10867', 'x-ms-request-id', - '36993d00-7a43-40ab-8c63-4dca5c0ce7b9', + 'd26c938b-239b-427e-bc44-a83ecde6e708', 'x-ms-correlation-request-id', - '36993d00-7a43-40ab-8c63-4dca5c0ce7b9', + 'd26c938b-239b-427e-bc44-a83ecde6e708', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024317Z:36993d00-7a43-40ab-8c63-4dca5c0ce7b9', + 'SOUTHEASTASIA:20210924T042703Z:d26c938b-239b-427e-bc44-a83ecde6e708', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:16 GMT' + 'Fri, 24 Sep 2021 04:27:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3481,21 +3481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11907', + '10866', 'x-ms-request-id', - 'c599ec0b-3c0a-4a34-8a1e-3d1f1751b736', + 'becfa11a-49b7-414a-aa8a-4fe2bb8a3018', 'x-ms-correlation-request-id', - 'c599ec0b-3c0a-4a34-8a1e-3d1f1751b736', + 'becfa11a-49b7-414a-aa8a-4fe2bb8a3018', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024319Z:c599ec0b-3c0a-4a34-8a1e-3d1f1751b736', + 'SOUTHEASTASIA:20210924T042705Z:becfa11a-49b7-414a-aa8a-4fe2bb8a3018', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:18 GMT' + 'Fri, 24 Sep 2021 04:27:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3517,21 +3517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11906', + '10865', 'x-ms-request-id', - '09d3a737-cdd8-4e39-9edb-bb4901b6d091', + 'c6e1ef76-9b8a-4284-86ce-7cef8ee77e35', 'x-ms-correlation-request-id', - '09d3a737-cdd8-4e39-9edb-bb4901b6d091', + 'c6e1ef76-9b8a-4284-86ce-7cef8ee77e35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024322Z:09d3a737-cdd8-4e39-9edb-bb4901b6d091', + 'SOUTHEASTASIA:20210924T042708Z:c6e1ef76-9b8a-4284-86ce-7cef8ee77e35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:21 GMT' + 'Fri, 24 Sep 2021 04:27:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3553,21 +3553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11905', + '10864', 'x-ms-request-id', - '7aee1dc7-3f0f-494c-915c-b69031f89208', + 'b28e4add-308b-429f-b7f6-b13137fc0a67', 'x-ms-correlation-request-id', - '7aee1dc7-3f0f-494c-915c-b69031f89208', + 'b28e4add-308b-429f-b7f6-b13137fc0a67', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024324Z:7aee1dc7-3f0f-494c-915c-b69031f89208', + 'SOUTHEASTASIA:20210924T042710Z:b28e4add-308b-429f-b7f6-b13137fc0a67', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:23 GMT' + 'Fri, 24 Sep 2021 04:27:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3589,21 +3589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11904', + '10863', 'x-ms-request-id', - 'b12d63da-1b9d-4fcd-b0ec-2d14673802ec', + 'ff8c959d-8318-42ab-9a9b-5d93e29122e0', 'x-ms-correlation-request-id', - 'b12d63da-1b9d-4fcd-b0ec-2d14673802ec', + 'ff8c959d-8318-42ab-9a9b-5d93e29122e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024326Z:b12d63da-1b9d-4fcd-b0ec-2d14673802ec', + 'SOUTHEASTASIA:20210924T042712Z:ff8c959d-8318-42ab-9a9b-5d93e29122e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:25 GMT' + 'Fri, 24 Sep 2021 04:27:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3625,21 +3625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11903', + '10862', 'x-ms-request-id', - '32ad3b00-415b-4d3e-a3f7-c8d5cc7acab9', + 'a4ba1ebe-940a-4591-9917-e478d38452cf', 'x-ms-correlation-request-id', - '32ad3b00-415b-4d3e-a3f7-c8d5cc7acab9', + 'a4ba1ebe-940a-4591-9917-e478d38452cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024329Z:32ad3b00-415b-4d3e-a3f7-c8d5cc7acab9', + 'SOUTHEASTASIA:20210924T042715Z:a4ba1ebe-940a-4591-9917-e478d38452cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:28 GMT' + 'Fri, 24 Sep 2021 04:27:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3661,21 +3661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11902', + '10861', 'x-ms-request-id', - 'e0d4635e-9e3e-47b3-a1c8-89a9c5bed5cd', + '704898d8-6eef-4f4d-b6fe-777555ca874f', 'x-ms-correlation-request-id', - 'e0d4635e-9e3e-47b3-a1c8-89a9c5bed5cd', + '704898d8-6eef-4f4d-b6fe-777555ca874f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024331Z:e0d4635e-9e3e-47b3-a1c8-89a9c5bed5cd', + 'SOUTHEASTASIA:20210924T042717Z:704898d8-6eef-4f4d-b6fe-777555ca874f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:30 GMT' + 'Fri, 24 Sep 2021 04:27:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3697,21 +3697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11901', + '10860', 'x-ms-request-id', - 'b79117fe-9946-4015-afc5-6034c6cd94aa', + 'fe16bd08-a6a5-4a94-b7ce-cbe0dabecbd8', 'x-ms-correlation-request-id', - 'b79117fe-9946-4015-afc5-6034c6cd94aa', + 'fe16bd08-a6a5-4a94-b7ce-cbe0dabecbd8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024333Z:b79117fe-9946-4015-afc5-6034c6cd94aa', + 'SOUTHEASTASIA:20210924T042719Z:fe16bd08-a6a5-4a94-b7ce-cbe0dabecbd8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:32 GMT' + 'Fri, 24 Sep 2021 04:27:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3733,21 +3733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11900', + '10859', 'x-ms-request-id', - '69ff9429-6759-4abb-9515-e76a6c511b2e', + 'cb0c6815-538f-42f8-b539-d1eb4f1a9499', 'x-ms-correlation-request-id', - '69ff9429-6759-4abb-9515-e76a6c511b2e', + 'cb0c6815-538f-42f8-b539-d1eb4f1a9499', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024335Z:69ff9429-6759-4abb-9515-e76a6c511b2e', + 'SOUTHEASTASIA:20210924T042722Z:cb0c6815-538f-42f8-b539-d1eb4f1a9499', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:35 GMT' + 'Fri, 24 Sep 2021 04:27:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3769,21 +3769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11899', + '10858', 'x-ms-request-id', - 'f4814d96-efc2-40d6-a157-b482e16613cf', + 'faef90e8-6c7c-4335-bfa0-ece371c08c17', 'x-ms-correlation-request-id', - 'f4814d96-efc2-40d6-a157-b482e16613cf', + 'faef90e8-6c7c-4335-bfa0-ece371c08c17', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024338Z:f4814d96-efc2-40d6-a157-b482e16613cf', + 'SOUTHEASTASIA:20210924T042724Z:faef90e8-6c7c-4335-bfa0-ece371c08c17', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:37 GMT' + 'Fri, 24 Sep 2021 04:27:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3805,21 +3805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11898', + '10857', 'x-ms-request-id', - '26b9fe34-5278-4437-8a3a-b4f860faff59', + '12599e84-2f15-47ab-9a20-e94c3376210e', 'x-ms-correlation-request-id', - '26b9fe34-5278-4437-8a3a-b4f860faff59', + '12599e84-2f15-47ab-9a20-e94c3376210e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024340Z:26b9fe34-5278-4437-8a3a-b4f860faff59', + 'SOUTHEASTASIA:20210924T042726Z:12599e84-2f15-47ab-9a20-e94c3376210e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:39 GMT' + 'Fri, 24 Sep 2021 04:27:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3841,21 +3841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11897', + '10856', 'x-ms-request-id', - '6e04a80a-8adc-4adf-a7a9-49166d447bae', + '64f242eb-ad74-404c-bb85-b909239fe01b', 'x-ms-correlation-request-id', - '6e04a80a-8adc-4adf-a7a9-49166d447bae', + '64f242eb-ad74-404c-bb85-b909239fe01b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024342Z:6e04a80a-8adc-4adf-a7a9-49166d447bae', + 'SOUTHEASTASIA:20210924T042728Z:64f242eb-ad74-404c-bb85-b909239fe01b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:41 GMT' + 'Fri, 24 Sep 2021 04:27:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3877,21 +3877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11896', + '10855', 'x-ms-request-id', - '0c34c6ea-111d-47d2-8051-995f163dbd20', + 'e6e20930-fc9d-4567-9e54-2ec8be495924', 'x-ms-correlation-request-id', - '0c34c6ea-111d-47d2-8051-995f163dbd20', + 'e6e20930-fc9d-4567-9e54-2ec8be495924', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024345Z:0c34c6ea-111d-47d2-8051-995f163dbd20', + 'SOUTHEASTASIA:20210924T042731Z:e6e20930-fc9d-4567-9e54-2ec8be495924', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:44 GMT' + 'Fri, 24 Sep 2021 04:27:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3913,21 +3913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11895', + '10854', 'x-ms-request-id', - '46e2e3d8-fde2-4b3c-a2cb-6e09c66884d5', + 'cf28b29a-9bd8-4741-94a3-48e8527ca43e', 'x-ms-correlation-request-id', - '46e2e3d8-fde2-4b3c-a2cb-6e09c66884d5', + 'cf28b29a-9bd8-4741-94a3-48e8527ca43e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024347Z:46e2e3d8-fde2-4b3c-a2cb-6e09c66884d5', + 'SOUTHEASTASIA:20210924T042733Z:cf28b29a-9bd8-4741-94a3-48e8527ca43e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:46 GMT' + 'Fri, 24 Sep 2021 04:27:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3949,21 +3949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11894', + '10853', 'x-ms-request-id', - '36c0f468-fd8c-4303-afcc-dcdae82f8030', + '1f426ae1-a768-44ac-a03b-1fcda305c959', 'x-ms-correlation-request-id', - '36c0f468-fd8c-4303-afcc-dcdae82f8030', + '1f426ae1-a768-44ac-a03b-1fcda305c959', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024349Z:36c0f468-fd8c-4303-afcc-dcdae82f8030', + 'SOUTHEASTASIA:20210924T042735Z:1f426ae1-a768-44ac-a03b-1fcda305c959', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:48 GMT' + 'Fri, 24 Sep 2021 04:27:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3985,21 +3985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11893', + '10852', 'x-ms-request-id', - '5246f038-91dc-4460-b8c2-b07777c94a4f', + 'aee0d47c-139c-4e56-9e97-b8244a5002bd', 'x-ms-correlation-request-id', - '5246f038-91dc-4460-b8c2-b07777c94a4f', + 'aee0d47c-139c-4e56-9e97-b8244a5002bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024352Z:5246f038-91dc-4460-b8c2-b07777c94a4f', + 'SOUTHEASTASIA:20210924T042738Z:aee0d47c-139c-4e56-9e97-b8244a5002bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:51 GMT' + 'Fri, 24 Sep 2021 04:27:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4021,21 +4021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11892', + '10851', 'x-ms-request-id', - '938a1d52-d80e-4117-b520-c743ddad0311', + 'efc8c9d6-1578-4dc9-b2d1-d52b90fb055a', 'x-ms-correlation-request-id', - '938a1d52-d80e-4117-b520-c743ddad0311', + 'efc8c9d6-1578-4dc9-b2d1-d52b90fb055a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024354Z:938a1d52-d80e-4117-b520-c743ddad0311', + 'SOUTHEASTASIA:20210924T042740Z:efc8c9d6-1578-4dc9-b2d1-d52b90fb055a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:54 GMT' + 'Fri, 24 Sep 2021 04:27:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4057,21 +4057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11891', + '10850', 'x-ms-request-id', - '9e470b85-2454-4dc1-90e4-92173e008fa1', + '2e9df50c-d4fa-47cd-8474-06972eb89279', 'x-ms-correlation-request-id', - '9e470b85-2454-4dc1-90e4-92173e008fa1', + '2e9df50c-d4fa-47cd-8474-06972eb89279', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024356Z:9e470b85-2454-4dc1-90e4-92173e008fa1', + 'SOUTHEASTASIA:20210924T042742Z:2e9df50c-d4fa-47cd-8474-06972eb89279', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:56 GMT' + 'Fri, 24 Sep 2021 04:27:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4093,21 +4093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11890', + '10849', 'x-ms-request-id', - '2ae31863-3687-4675-abd4-4b2c5369aaaa', + '827a1b33-98dc-4aff-80ad-b863d6651650', 'x-ms-correlation-request-id', - '2ae31863-3687-4675-abd4-4b2c5369aaaa', + '827a1b33-98dc-4aff-80ad-b863d6651650', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024359Z:2ae31863-3687-4675-abd4-4b2c5369aaaa', + 'SOUTHEASTASIA:20210924T042745Z:827a1b33-98dc-4aff-80ad-b863d6651650', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:43:59 GMT' + 'Fri, 24 Sep 2021 04:27:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4129,21 +4129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11889', + '10848', 'x-ms-request-id', - 'f120df6d-28bd-46ae-bdc8-fbe26304f32e', + 'fc34f5c2-e94a-47b8-8a52-09ee17eda3aa', 'x-ms-correlation-request-id', - 'f120df6d-28bd-46ae-bdc8-fbe26304f32e', + 'fc34f5c2-e94a-47b8-8a52-09ee17eda3aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024402Z:f120df6d-28bd-46ae-bdc8-fbe26304f32e', + 'SOUTHEASTASIA:20210924T042747Z:fc34f5c2-e94a-47b8-8a52-09ee17eda3aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:02 GMT' + 'Fri, 24 Sep 2021 04:27:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4165,21 +4165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11888', + '10847', 'x-ms-request-id', - '5d50d06d-3a2a-441e-a102-3a71e6f2040f', + '188a4eda-48fb-4406-aaec-3371db183989', 'x-ms-correlation-request-id', - '5d50d06d-3a2a-441e-a102-3a71e6f2040f', + '188a4eda-48fb-4406-aaec-3371db183989', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024404Z:5d50d06d-3a2a-441e-a102-3a71e6f2040f', + 'SOUTHEASTASIA:20210924T042749Z:188a4eda-48fb-4406-aaec-3371db183989', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:04 GMT' + 'Fri, 24 Sep 2021 04:27:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4201,21 +4201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11887', + '10846', 'x-ms-request-id', - '99a10b22-f12d-4b23-8f9c-e3f23ad428f9', + '2c7b049b-de2a-4941-a890-50c5eb0148d1', 'x-ms-correlation-request-id', - '99a10b22-f12d-4b23-8f9c-e3f23ad428f9', + '2c7b049b-de2a-4941-a890-50c5eb0148d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024406Z:99a10b22-f12d-4b23-8f9c-e3f23ad428f9', + 'SOUTHEASTASIA:20210924T042752Z:2c7b049b-de2a-4941-a890-50c5eb0148d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:06 GMT' + 'Fri, 24 Sep 2021 04:27:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4237,21 +4237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11886', + '10845', 'x-ms-request-id', - '292a270b-3caf-4976-8a8b-763dee047b5e', + '836985d0-6196-4a22-adda-a8c20f0ace36', 'x-ms-correlation-request-id', - '292a270b-3caf-4976-8a8b-763dee047b5e', + '836985d0-6196-4a22-adda-a8c20f0ace36', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024409Z:292a270b-3caf-4976-8a8b-763dee047b5e', + 'SOUTHEASTASIA:20210924T042754Z:836985d0-6196-4a22-adda-a8c20f0ace36', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:09 GMT' + 'Fri, 24 Sep 2021 04:27:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4273,21 +4273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11885', + '10844', 'x-ms-request-id', - '4662986e-3239-479f-b5bd-685e61499016', + 'fd3ff0e5-80e1-4d10-b285-9a7e29b5b9ec', 'x-ms-correlation-request-id', - '4662986e-3239-479f-b5bd-685e61499016', + 'fd3ff0e5-80e1-4d10-b285-9a7e29b5b9ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024411Z:4662986e-3239-479f-b5bd-685e61499016', + 'SOUTHEASTASIA:20210924T042756Z:fd3ff0e5-80e1-4d10-b285-9a7e29b5b9ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:11 GMT' + 'Fri, 24 Sep 2021 04:27:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4309,21 +4309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11884', + '10843', 'x-ms-request-id', - '056624e2-69e0-4852-999c-5d1ac43d41eb', + '9179220f-315e-4c78-a9be-8a52973ed80b', 'x-ms-correlation-request-id', - '056624e2-69e0-4852-999c-5d1ac43d41eb', + '9179220f-315e-4c78-a9be-8a52973ed80b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024413Z:056624e2-69e0-4852-999c-5d1ac43d41eb', + 'SOUTHEASTASIA:20210924T042759Z:9179220f-315e-4c78-a9be-8a52973ed80b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:13 GMT' + 'Fri, 24 Sep 2021 04:27:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4345,21 +4345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11883', + '10842', 'x-ms-request-id', - '66b841b8-cfb7-4028-877d-84577c595fe0', + '4d531ab6-e27d-44a4-b32b-2711c8693792', 'x-ms-correlation-request-id', - '66b841b8-cfb7-4028-877d-84577c595fe0', + '4d531ab6-e27d-44a4-b32b-2711c8693792', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024416Z:66b841b8-cfb7-4028-877d-84577c595fe0', + 'SOUTHEASTASIA:20210924T042801Z:4d531ab6-e27d-44a4-b32b-2711c8693792', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:16 GMT' + 'Fri, 24 Sep 2021 04:28:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4381,21 +4381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11882', + '10841', 'x-ms-request-id', - 'afee076e-1a2d-464c-b3e5-c430e4c8695c', + '0ec76e67-226c-47a3-8ea8-f972af89f811', 'x-ms-correlation-request-id', - 'afee076e-1a2d-464c-b3e5-c430e4c8695c', + '0ec76e67-226c-47a3-8ea8-f972af89f811', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024418Z:afee076e-1a2d-464c-b3e5-c430e4c8695c', + 'SOUTHEASTASIA:20210924T042803Z:0ec76e67-226c-47a3-8ea8-f972af89f811', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:18 GMT' + 'Fri, 24 Sep 2021 04:28:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4417,21 +4417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11881', + '10840', 'x-ms-request-id', - 'eade694c-4474-417c-8579-7a96b0fc817b', + '79e12d76-d0e5-4a1d-bbbc-de3644025205', 'x-ms-correlation-request-id', - 'eade694c-4474-417c-8579-7a96b0fc817b', + '79e12d76-d0e5-4a1d-bbbc-de3644025205', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024421Z:eade694c-4474-417c-8579-7a96b0fc817b', + 'SOUTHEASTASIA:20210924T042806Z:79e12d76-d0e5-4a1d-bbbc-de3644025205', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:20 GMT' + 'Fri, 24 Sep 2021 04:28:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4453,21 +4453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11880', + '10839', 'x-ms-request-id', - '93c1fa6e-37df-416c-966c-f8c2af038321', + 'b0236031-7893-44f5-882c-0a83074e5ca2', 'x-ms-correlation-request-id', - '93c1fa6e-37df-416c-966c-f8c2af038321', + 'b0236031-7893-44f5-882c-0a83074e5ca2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024423Z:93c1fa6e-37df-416c-966c-f8c2af038321', + 'SOUTHEASTASIA:20210924T042808Z:b0236031-7893-44f5-882c-0a83074e5ca2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:23 GMT' + 'Fri, 24 Sep 2021 04:28:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4489,21 +4489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11879', + '10838', 'x-ms-request-id', - '2bd69307-81e2-46bd-8ca1-1e457f7c06c2', + 'ebd7932d-993a-4c14-9886-8600dcaab908', 'x-ms-correlation-request-id', - '2bd69307-81e2-46bd-8ca1-1e457f7c06c2', + 'ebd7932d-993a-4c14-9886-8600dcaab908', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024425Z:2bd69307-81e2-46bd-8ca1-1e457f7c06c2', + 'SOUTHEASTASIA:20210924T042810Z:ebd7932d-993a-4c14-9886-8600dcaab908', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:25 GMT' + 'Fri, 24 Sep 2021 04:28:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4525,21 +4525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11878', + '10837', 'x-ms-request-id', - '31a90c42-d016-4ff7-a4d4-a6130d66a7b3', + 'a227683b-78a5-44c1-ae4e-adf031ab22ba', 'x-ms-correlation-request-id', - '31a90c42-d016-4ff7-a4d4-a6130d66a7b3', + 'a227683b-78a5-44c1-ae4e-adf031ab22ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024427Z:31a90c42-d016-4ff7-a4d4-a6130d66a7b3', + 'SOUTHEASTASIA:20210924T042812Z:a227683b-78a5-44c1-ae4e-adf031ab22ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:27 GMT' + 'Fri, 24 Sep 2021 04:28:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4561,21 +4561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11877', + '10836', 'x-ms-request-id', - 'da3a9665-6a82-45c1-8015-f0373a73f82b', + '074dbc85-972a-4814-92d7-7a50e1432314', 'x-ms-correlation-request-id', - 'da3a9665-6a82-45c1-8015-f0373a73f82b', + '074dbc85-972a-4814-92d7-7a50e1432314', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024430Z:da3a9665-6a82-45c1-8015-f0373a73f82b', + 'SOUTHEASTASIA:20210924T042815Z:074dbc85-972a-4814-92d7-7a50e1432314', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:30 GMT' + 'Fri, 24 Sep 2021 04:28:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4597,21 +4597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11876', + '10835', 'x-ms-request-id', - '2520306e-4b2e-4acf-8f5c-15f325cd6d17', + '76767396-c426-48d4-8389-73737f54accd', 'x-ms-correlation-request-id', - '2520306e-4b2e-4acf-8f5c-15f325cd6d17', + '76767396-c426-48d4-8389-73737f54accd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024432Z:2520306e-4b2e-4acf-8f5c-15f325cd6d17', + 'SOUTHEASTASIA:20210924T042817Z:76767396-c426-48d4-8389-73737f54accd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:32 GMT' + 'Fri, 24 Sep 2021 04:28:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4633,21 +4633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11875', + '10834', 'x-ms-request-id', - 'd35b8cb2-a744-4586-9ebd-201c8e26726b', + '1aaf0505-6e93-4d2d-b63e-a900dfcbcb8b', 'x-ms-correlation-request-id', - 'd35b8cb2-a744-4586-9ebd-201c8e26726b', + '1aaf0505-6e93-4d2d-b63e-a900dfcbcb8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024434Z:d35b8cb2-a744-4586-9ebd-201c8e26726b', + 'SOUTHEASTASIA:20210924T042819Z:1aaf0505-6e93-4d2d-b63e-a900dfcbcb8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:34 GMT' + 'Fri, 24 Sep 2021 04:28:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4669,21 +4669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11874', + '10833', 'x-ms-request-id', - '4106bd77-aa94-4c65-9ab8-2caf3f38f0d1', + '1003bd5c-8949-4af5-992e-883dc919aadb', 'x-ms-correlation-request-id', - '4106bd77-aa94-4c65-9ab8-2caf3f38f0d1', + '1003bd5c-8949-4af5-992e-883dc919aadb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024437Z:4106bd77-aa94-4c65-9ab8-2caf3f38f0d1', + 'SOUTHEASTASIA:20210924T042822Z:1003bd5c-8949-4af5-992e-883dc919aadb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:37 GMT' + 'Fri, 24 Sep 2021 04:28:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4705,21 +4705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11873', + '10832', 'x-ms-request-id', - '8f642db4-0894-4f9e-9cd3-19727312cd4b', + 'ecb23baa-3cfc-4a40-8c4d-9cae4c094efd', 'x-ms-correlation-request-id', - '8f642db4-0894-4f9e-9cd3-19727312cd4b', + 'ecb23baa-3cfc-4a40-8c4d-9cae4c094efd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024439Z:8f642db4-0894-4f9e-9cd3-19727312cd4b', + 'SOUTHEASTASIA:20210924T042824Z:ecb23baa-3cfc-4a40-8c4d-9cae4c094efd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:39 GMT' + 'Fri, 24 Sep 2021 04:28:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4741,21 +4741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11872', + '10831', 'x-ms-request-id', - 'e8f072dd-bb65-4a0f-bf43-9bd31e46fe34', + '20dc74a8-92f7-4d6b-b154-8ef23068c49d', 'x-ms-correlation-request-id', - 'e8f072dd-bb65-4a0f-bf43-9bd31e46fe34', + '20dc74a8-92f7-4d6b-b154-8ef23068c49d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024441Z:e8f072dd-bb65-4a0f-bf43-9bd31e46fe34', + 'SOUTHEASTASIA:20210924T042826Z:20dc74a8-92f7-4d6b-b154-8ef23068c49d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:41 GMT' + 'Fri, 24 Sep 2021 04:28:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4777,21 +4777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11871', + '10830', 'x-ms-request-id', - '363f4f8c-4c73-40a8-a8ee-07193c933bf5', + '3f2e06b4-163d-468d-8be4-e3f581afab1e', 'x-ms-correlation-request-id', - '363f4f8c-4c73-40a8-a8ee-07193c933bf5', + '3f2e06b4-163d-468d-8be4-e3f581afab1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024444Z:363f4f8c-4c73-40a8-a8ee-07193c933bf5', + 'SOUTHEASTASIA:20210924T042829Z:3f2e06b4-163d-468d-8be4-e3f581afab1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:43 GMT' + 'Fri, 24 Sep 2021 04:28:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4813,21 +4813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11870', + '10829', 'x-ms-request-id', - 'c00e9392-e16e-4e7c-b8a3-f68fe682b3e7', + '4417451c-9ae4-4aa2-9cfc-9f95153e492d', 'x-ms-correlation-request-id', - 'c00e9392-e16e-4e7c-b8a3-f68fe682b3e7', + '4417451c-9ae4-4aa2-9cfc-9f95153e492d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024446Z:c00e9392-e16e-4e7c-b8a3-f68fe682b3e7', + 'SOUTHEASTASIA:20210924T042831Z:4417451c-9ae4-4aa2-9cfc-9f95153e492d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:46 GMT' + 'Fri, 24 Sep 2021 04:28:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4849,21 +4849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11869', + '10828', 'x-ms-request-id', - '27152569-a17c-436b-a209-d269c385b8b5', + '93a374db-5aa3-4fed-9e79-5bd759140717', 'x-ms-correlation-request-id', - '27152569-a17c-436b-a209-d269c385b8b5', + '93a374db-5aa3-4fed-9e79-5bd759140717', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024448Z:27152569-a17c-436b-a209-d269c385b8b5', + 'SOUTHEASTASIA:20210924T042833Z:93a374db-5aa3-4fed-9e79-5bd759140717', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:48 GMT' + 'Fri, 24 Sep 2021 04:28:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4885,21 +4885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11868', + '10827', 'x-ms-request-id', - '5baebc1c-f475-42f3-864c-2c9f10a8d69a', + '20bda28c-7412-4c71-9141-bb571911d187', 'x-ms-correlation-request-id', - '5baebc1c-f475-42f3-864c-2c9f10a8d69a', + '20bda28c-7412-4c71-9141-bb571911d187', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024451Z:5baebc1c-f475-42f3-864c-2c9f10a8d69a', + 'SOUTHEASTASIA:20210924T042836Z:20bda28c-7412-4c71-9141-bb571911d187', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:50 GMT' + 'Fri, 24 Sep 2021 04:28:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4921,21 +4921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11867', + '10826', 'x-ms-request-id', - 'd872c815-ae82-41d3-9a75-2ccee2b364ca', + '9d1a446b-1ae5-429d-863f-3c725b2f9448', 'x-ms-correlation-request-id', - 'd872c815-ae82-41d3-9a75-2ccee2b364ca', + '9d1a446b-1ae5-429d-863f-3c725b2f9448', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024453Z:d872c815-ae82-41d3-9a75-2ccee2b364ca', + 'SOUTHEASTASIA:20210924T042838Z:9d1a446b-1ae5-429d-863f-3c725b2f9448', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:53 GMT' + 'Fri, 24 Sep 2021 04:28:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4957,21 +4957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11866', + '10825', 'x-ms-request-id', - '884da376-1041-4d12-8410-1e78f7563d3c', + '15572fac-3cc0-4bbc-a948-39c1b2d49656', 'x-ms-correlation-request-id', - '884da376-1041-4d12-8410-1e78f7563d3c', + '15572fac-3cc0-4bbc-a948-39c1b2d49656', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024455Z:884da376-1041-4d12-8410-1e78f7563d3c', + 'SOUTHEASTASIA:20210924T042840Z:15572fac-3cc0-4bbc-a948-39c1b2d49656', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:55 GMT' + 'Fri, 24 Sep 2021 04:28:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4993,21 +4993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11865', + '10824', 'x-ms-request-id', - '4f06354d-2b31-4515-b927-4be132868880', + '0cd828de-f3a0-4b01-a076-e4d270257060', 'x-ms-correlation-request-id', - '4f06354d-2b31-4515-b927-4be132868880', + '0cd828de-f3a0-4b01-a076-e4d270257060', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024458Z:4f06354d-2b31-4515-b927-4be132868880', + 'SOUTHEASTASIA:20210924T042843Z:0cd828de-f3a0-4b01-a076-e4d270257060', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:44:58 GMT' + 'Fri, 24 Sep 2021 04:28:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5029,21 +5029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11864', + '10823', 'x-ms-request-id', - '4c97f24d-a48b-4349-8dfe-f5d2b8d2a673', + '1af46994-8c1e-4ed3-813f-aaa4fe836359', 'x-ms-correlation-request-id', - '4c97f24d-a48b-4349-8dfe-f5d2b8d2a673', + '1af46994-8c1e-4ed3-813f-aaa4fe836359', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024501Z:4c97f24d-a48b-4349-8dfe-f5d2b8d2a673', + 'SOUTHEASTASIA:20210924T042845Z:1af46994-8c1e-4ed3-813f-aaa4fe836359', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:00 GMT' + 'Fri, 24 Sep 2021 04:28:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5065,21 +5065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11863', + '10822', 'x-ms-request-id', - '374a98be-02ad-4a29-b1a3-3116e5ceb578', + '7f9873e9-0b4b-4c1c-b12d-9e9fdc594a2f', 'x-ms-correlation-request-id', - '374a98be-02ad-4a29-b1a3-3116e5ceb578', + '7f9873e9-0b4b-4c1c-b12d-9e9fdc594a2f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024503Z:374a98be-02ad-4a29-b1a3-3116e5ceb578', + 'SOUTHEASTASIA:20210924T042847Z:7f9873e9-0b4b-4c1c-b12d-9e9fdc594a2f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:03 GMT' + 'Fri, 24 Sep 2021 04:28:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5101,21 +5101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11862', + '10821', 'x-ms-request-id', - 'd0038882-fbb6-4473-909f-98e218534c7b', + '742d5a5b-8817-4b4c-924d-0f82c027eb93', 'x-ms-correlation-request-id', - 'd0038882-fbb6-4473-909f-98e218534c7b', + '742d5a5b-8817-4b4c-924d-0f82c027eb93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024505Z:d0038882-fbb6-4473-909f-98e218534c7b', + 'SOUTHEASTASIA:20210924T042850Z:742d5a5b-8817-4b4c-924d-0f82c027eb93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:05 GMT' + 'Fri, 24 Sep 2021 04:28:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5137,21 +5137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11861', + '10820', 'x-ms-request-id', - '7e6edf85-ac08-4bfb-bf4d-26662262d991', + '5e07c397-c0d2-4a83-8c15-5c6b03827d1e', 'x-ms-correlation-request-id', - '7e6edf85-ac08-4bfb-bf4d-26662262d991', + '5e07c397-c0d2-4a83-8c15-5c6b03827d1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024508Z:7e6edf85-ac08-4bfb-bf4d-26662262d991', + 'SOUTHEASTASIA:20210924T042852Z:5e07c397-c0d2-4a83-8c15-5c6b03827d1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:07 GMT' + 'Fri, 24 Sep 2021 04:28:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5173,21 +5173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11860', + '10819', 'x-ms-request-id', - '56369424-36b7-4c2c-ae49-54d5fae9a472', + '2a7f466b-278a-4578-b34a-0e4627af557a', 'x-ms-correlation-request-id', - '56369424-36b7-4c2c-ae49-54d5fae9a472', + '2a7f466b-278a-4578-b34a-0e4627af557a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024510Z:56369424-36b7-4c2c-ae49-54d5fae9a472', + 'SOUTHEASTASIA:20210924T042854Z:2a7f466b-278a-4578-b34a-0e4627af557a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:09 GMT' + 'Fri, 24 Sep 2021 04:28:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5209,21 +5209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11859', + '10818', 'x-ms-request-id', - 'adec171f-1704-45bd-95c6-2b8d98e0aea9', + '53d034e0-2f0c-4cda-b062-30531097b2a0', 'x-ms-correlation-request-id', - 'adec171f-1704-45bd-95c6-2b8d98e0aea9', + '53d034e0-2f0c-4cda-b062-30531097b2a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024512Z:adec171f-1704-45bd-95c6-2b8d98e0aea9', + 'SOUTHEASTASIA:20210924T042857Z:53d034e0-2f0c-4cda-b062-30531097b2a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:12 GMT' + 'Fri, 24 Sep 2021 04:28:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5245,21 +5245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11858', + '10817', 'x-ms-request-id', - '56a2c405-bef7-4108-90a9-1e6d35c16e80', + '58e84d7c-ae98-435c-99a0-78fae3c93338', 'x-ms-correlation-request-id', - '56a2c405-bef7-4108-90a9-1e6d35c16e80', + '58e84d7c-ae98-435c-99a0-78fae3c93338', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024515Z:56a2c405-bef7-4108-90a9-1e6d35c16e80', + 'SOUTHEASTASIA:20210924T042859Z:58e84d7c-ae98-435c-99a0-78fae3c93338', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:14 GMT' + 'Fri, 24 Sep 2021 04:28:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5281,21 +5281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11857', + '10816', 'x-ms-request-id', - 'b11c213c-2b15-48a2-aa18-5a352be23f37', + '366dd630-1e12-43ba-97be-f16669eb4819', 'x-ms-correlation-request-id', - 'b11c213c-2b15-48a2-aa18-5a352be23f37', + '366dd630-1e12-43ba-97be-f16669eb4819', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024517Z:b11c213c-2b15-48a2-aa18-5a352be23f37', + 'SOUTHEASTASIA:20210924T042901Z:366dd630-1e12-43ba-97be-f16669eb4819', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:16 GMT' + 'Fri, 24 Sep 2021 04:29:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5317,21 +5317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11856', + '10815', 'x-ms-request-id', - '3db9659f-3c10-47b3-a460-93b54bd1fc1e', + 'eca12b6d-bb84-4a65-b5a0-a9b947cb6eec', 'x-ms-correlation-request-id', - '3db9659f-3c10-47b3-a460-93b54bd1fc1e', + 'eca12b6d-bb84-4a65-b5a0-a9b947cb6eec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024519Z:3db9659f-3c10-47b3-a460-93b54bd1fc1e', + 'SOUTHEASTASIA:20210924T042904Z:eca12b6d-bb84-4a65-b5a0-a9b947cb6eec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:19 GMT' + 'Fri, 24 Sep 2021 04:29:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5353,21 +5353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11855', + '10814', 'x-ms-request-id', - '185f8e95-ec2b-44ba-9448-62f19e8c549c', + 'ffc93188-9c40-4db4-bc27-9cd8b2d32277', 'x-ms-correlation-request-id', - '185f8e95-ec2b-44ba-9448-62f19e8c549c', + 'ffc93188-9c40-4db4-bc27-9cd8b2d32277', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024522Z:185f8e95-ec2b-44ba-9448-62f19e8c549c', + 'SOUTHEASTASIA:20210924T042906Z:ffc93188-9c40-4db4-bc27-9cd8b2d32277', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:21 GMT' + 'Fri, 24 Sep 2021 04:29:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5389,21 +5389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11854', + '10813', 'x-ms-request-id', - '04af376d-f9c6-4b8e-9fbc-aa324e6c6810', + 'dba58f5b-d959-4092-961e-62582cd3ab92', 'x-ms-correlation-request-id', - '04af376d-f9c6-4b8e-9fbc-aa324e6c6810', + 'dba58f5b-d959-4092-961e-62582cd3ab92', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024524Z:04af376d-f9c6-4b8e-9fbc-aa324e6c6810', + 'SOUTHEASTASIA:20210924T042908Z:dba58f5b-d959-4092-961e-62582cd3ab92', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:23 GMT' + 'Fri, 24 Sep 2021 04:29:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5425,21 +5425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11853', + '10812', 'x-ms-request-id', - 'afc0be9e-039e-4478-bb55-4357a60de1cb', + '26e58068-1c80-4cc2-8d0f-ab0701b93bf9', 'x-ms-correlation-request-id', - 'afc0be9e-039e-4478-bb55-4357a60de1cb', + '26e58068-1c80-4cc2-8d0f-ab0701b93bf9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024526Z:afc0be9e-039e-4478-bb55-4357a60de1cb', + 'SOUTHEASTASIA:20210924T042911Z:26e58068-1c80-4cc2-8d0f-ab0701b93bf9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:26 GMT' + 'Fri, 24 Sep 2021 04:29:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5461,21 +5461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11852', + '10811', 'x-ms-request-id', - 'f35e0cdd-0027-46df-90d2-b97a9cd7ab29', + '30b34a40-1cb5-4ff9-bfe1-78f43745eb70', 'x-ms-correlation-request-id', - 'f35e0cdd-0027-46df-90d2-b97a9cd7ab29', + '30b34a40-1cb5-4ff9-bfe1-78f43745eb70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024528Z:f35e0cdd-0027-46df-90d2-b97a9cd7ab29', + 'SOUTHEASTASIA:20210924T042913Z:30b34a40-1cb5-4ff9-bfe1-78f43745eb70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:28 GMT' + 'Fri, 24 Sep 2021 04:29:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5497,21 +5497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11851', + '10810', 'x-ms-request-id', - '22bd803c-8616-4ad4-8e76-6f0369983427', + '756f6b11-0314-4bf4-a223-8a53fa4c3614', 'x-ms-correlation-request-id', - '22bd803c-8616-4ad4-8e76-6f0369983427', + '756f6b11-0314-4bf4-a223-8a53fa4c3614', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024531Z:22bd803c-8616-4ad4-8e76-6f0369983427', + 'SOUTHEASTASIA:20210924T042915Z:756f6b11-0314-4bf4-a223-8a53fa4c3614', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:30 GMT' + 'Fri, 24 Sep 2021 04:29:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5533,21 +5533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11850', + '10809', 'x-ms-request-id', - '63ac948b-954f-44cc-baad-03df10d181ef', + '73853f8c-0381-4bab-9d29-bd8577147567', 'x-ms-correlation-request-id', - '63ac948b-954f-44cc-baad-03df10d181ef', + '73853f8c-0381-4bab-9d29-bd8577147567', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024533Z:63ac948b-954f-44cc-baad-03df10d181ef', + 'SOUTHEASTASIA:20210924T042918Z:73853f8c-0381-4bab-9d29-bd8577147567', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:33 GMT' + 'Fri, 24 Sep 2021 04:29:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5569,21 +5569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11849', + '10808', 'x-ms-request-id', - '3477d9b4-6eaf-412d-93ea-0225c37c3ca3', + 'ad77b3ed-2e21-42cd-b214-eb8ef41597c8', 'x-ms-correlation-request-id', - '3477d9b4-6eaf-412d-93ea-0225c37c3ca3', + 'ad77b3ed-2e21-42cd-b214-eb8ef41597c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024535Z:3477d9b4-6eaf-412d-93ea-0225c37c3ca3', + 'SOUTHEASTASIA:20210924T042920Z:ad77b3ed-2e21-42cd-b214-eb8ef41597c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:35 GMT' + 'Fri, 24 Sep 2021 04:29:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5605,21 +5605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11848', + '10807', 'x-ms-request-id', - 'aa0bb9ae-4cc9-4e59-9434-835b90b12edb', + '5da50b22-b4ac-4ea6-a7c3-6c497350caef', 'x-ms-correlation-request-id', - 'aa0bb9ae-4cc9-4e59-9434-835b90b12edb', + '5da50b22-b4ac-4ea6-a7c3-6c497350caef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024538Z:aa0bb9ae-4cc9-4e59-9434-835b90b12edb', + 'SOUTHEASTASIA:20210924T042922Z:5da50b22-b4ac-4ea6-a7c3-6c497350caef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:37 GMT' + 'Fri, 24 Sep 2021 04:29:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5641,21 +5641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11847', + '10806', 'x-ms-request-id', - '8c8521a1-3c58-446e-9632-d03964bf6fb9', + '18db0994-631a-4b8c-874c-d07036ac26ce', 'x-ms-correlation-request-id', - '8c8521a1-3c58-446e-9632-d03964bf6fb9', + '18db0994-631a-4b8c-874c-d07036ac26ce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024540Z:8c8521a1-3c58-446e-9632-d03964bf6fb9', + 'SOUTHEASTASIA:20210924T042925Z:18db0994-631a-4b8c-874c-d07036ac26ce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:39 GMT' + 'Fri, 24 Sep 2021 04:29:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5677,21 +5677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11846', + '10805', 'x-ms-request-id', - 'a0f90de6-9687-4353-8e7e-8cf33e6cfc97', + '89c9788f-be72-4307-a996-1a04927aa18e', 'x-ms-correlation-request-id', - 'a0f90de6-9687-4353-8e7e-8cf33e6cfc97', + '89c9788f-be72-4307-a996-1a04927aa18e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024542Z:a0f90de6-9687-4353-8e7e-8cf33e6cfc97', + 'SOUTHEASTASIA:20210924T042927Z:89c9788f-be72-4307-a996-1a04927aa18e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:42 GMT' + 'Fri, 24 Sep 2021 04:29:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5713,21 +5713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11845', + '10804', 'x-ms-request-id', - 'd0e1372c-cf73-4a5b-a50f-c4fe2d3def43', + '2e1ae926-a1af-4d1e-a2de-fd15bd61b41d', 'x-ms-correlation-request-id', - 'd0e1372c-cf73-4a5b-a50f-c4fe2d3def43', + '2e1ae926-a1af-4d1e-a2de-fd15bd61b41d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024545Z:d0e1372c-cf73-4a5b-a50f-c4fe2d3def43', + 'SOUTHEASTASIA:20210924T042929Z:2e1ae926-a1af-4d1e-a2de-fd15bd61b41d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:44 GMT' + 'Fri, 24 Sep 2021 04:29:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5749,21 +5749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11844', + '10803', 'x-ms-request-id', - '0d6a16b2-916d-4f5a-af42-707245af570d', + '7dda287a-c8cc-4680-af9b-4bf45fceccdc', 'x-ms-correlation-request-id', - '0d6a16b2-916d-4f5a-af42-707245af570d', + '7dda287a-c8cc-4680-af9b-4bf45fceccdc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024547Z:0d6a16b2-916d-4f5a-af42-707245af570d', + 'SOUTHEASTASIA:20210924T042932Z:7dda287a-c8cc-4680-af9b-4bf45fceccdc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:47 GMT' + 'Fri, 24 Sep 2021 04:29:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5785,21 +5785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11843', + '10802', 'x-ms-request-id', - '5fa45d79-9bff-4361-ba1e-5f5d3a692ba2', + '48adb042-0c2c-4d7a-9c42-b9e34401d27a', 'x-ms-correlation-request-id', - '5fa45d79-9bff-4361-ba1e-5f5d3a692ba2', + '48adb042-0c2c-4d7a-9c42-b9e34401d27a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024549Z:5fa45d79-9bff-4361-ba1e-5f5d3a692ba2', + 'SOUTHEASTASIA:20210924T042934Z:48adb042-0c2c-4d7a-9c42-b9e34401d27a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:49 GMT' + 'Fri, 24 Sep 2021 04:29:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5821,21 +5821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11842', + '10801', 'x-ms-request-id', - '407cc3eb-707d-4fa6-8f04-726968b70df3', + '780bedae-f83b-474a-834c-004df77664cd', 'x-ms-correlation-request-id', - '407cc3eb-707d-4fa6-8f04-726968b70df3', + '780bedae-f83b-474a-834c-004df77664cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024552Z:407cc3eb-707d-4fa6-8f04-726968b70df3', + 'SOUTHEASTASIA:20210924T042936Z:780bedae-f83b-474a-834c-004df77664cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:51 GMT' + 'Fri, 24 Sep 2021 04:29:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5857,21 +5857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11841', + '10800', 'x-ms-request-id', - '042d13c4-5fe6-42b9-9bb9-ce4676379be8', + 'bcdda080-7820-4960-afd2-157d928fb3e2', 'x-ms-correlation-request-id', - '042d13c4-5fe6-42b9-9bb9-ce4676379be8', + 'bcdda080-7820-4960-afd2-157d928fb3e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024554Z:042d13c4-5fe6-42b9-9bb9-ce4676379be8', + 'SOUTHEASTASIA:20210924T042939Z:bcdda080-7820-4960-afd2-157d928fb3e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:53 GMT' + 'Fri, 24 Sep 2021 04:29:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5893,21 +5893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11840', + '10799', 'x-ms-request-id', - '4c76751c-45d9-45b8-9a00-442a833343ad', + '845a6bb2-722e-465f-809f-ff96886fd28d', 'x-ms-correlation-request-id', - '4c76751c-45d9-45b8-9a00-442a833343ad', + '845a6bb2-722e-465f-809f-ff96886fd28d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024556Z:4c76751c-45d9-45b8-9a00-442a833343ad', + 'SOUTHEASTASIA:20210924T042941Z:845a6bb2-722e-465f-809f-ff96886fd28d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:56 GMT' + 'Fri, 24 Sep 2021 04:29:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5929,21 +5929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11839', + '10798', 'x-ms-request-id', - 'b53ea7ea-bf0a-4784-88a0-4418cbcb91fc', + 'ffaa7b90-e98e-4c54-af86-fbc954ba5651', 'x-ms-correlation-request-id', - 'b53ea7ea-bf0a-4784-88a0-4418cbcb91fc', + 'ffaa7b90-e98e-4c54-af86-fbc954ba5651', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024559Z:b53ea7ea-bf0a-4784-88a0-4418cbcb91fc', + 'SOUTHEASTASIA:20210924T042943Z:ffaa7b90-e98e-4c54-af86-fbc954ba5651', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:45:59 GMT' + 'Fri, 24 Sep 2021 04:29:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5965,21 +5965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11838', + '10797', 'x-ms-request-id', - 'e7095f94-6c00-4b45-8433-7b2a3e579d5e', + 'e9cdac64-15ae-4510-aa20-3a0af0e6b782', 'x-ms-correlation-request-id', - 'e7095f94-6c00-4b45-8433-7b2a3e579d5e', + 'e9cdac64-15ae-4510-aa20-3a0af0e6b782', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024602Z:e7095f94-6c00-4b45-8433-7b2a3e579d5e', + 'SOUTHEASTASIA:20210924T042946Z:e9cdac64-15ae-4510-aa20-3a0af0e6b782', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:01 GMT' + 'Fri, 24 Sep 2021 04:29:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6001,21 +6001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11837', + '10796', 'x-ms-request-id', - 'f88879b8-8c2e-4919-af7a-f266df97bb7d', + 'e6f8f913-a944-4382-a380-fdc0a2f0add9', 'x-ms-correlation-request-id', - 'f88879b8-8c2e-4919-af7a-f266df97bb7d', + 'e6f8f913-a944-4382-a380-fdc0a2f0add9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024604Z:f88879b8-8c2e-4919-af7a-f266df97bb7d', + 'SOUTHEASTASIA:20210924T042948Z:e6f8f913-a944-4382-a380-fdc0a2f0add9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:03 GMT' + 'Fri, 24 Sep 2021 04:29:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6037,21 +6037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11836', + '10795', 'x-ms-request-id', - '7cf16b22-d3f1-4679-81ec-8ce5778637d8', + '4871ba1c-ed16-4c93-b58f-ee2ab9a1b8f0', 'x-ms-correlation-request-id', - '7cf16b22-d3f1-4679-81ec-8ce5778637d8', + '4871ba1c-ed16-4c93-b58f-ee2ab9a1b8f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024606Z:7cf16b22-d3f1-4679-81ec-8ce5778637d8', + 'SOUTHEASTASIA:20210924T042950Z:4871ba1c-ed16-4c93-b58f-ee2ab9a1b8f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:06 GMT' + 'Fri, 24 Sep 2021 04:29:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6073,21 +6073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11835', + '10794', 'x-ms-request-id', - '7264400c-15ed-4cb1-85cd-06219f1a2132', + '09988523-a4b6-4096-87b8-433d3b26a664', 'x-ms-correlation-request-id', - '7264400c-15ed-4cb1-85cd-06219f1a2132', + '09988523-a4b6-4096-87b8-433d3b26a664', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024609Z:7264400c-15ed-4cb1-85cd-06219f1a2132', + 'SOUTHEASTASIA:20210924T042953Z:09988523-a4b6-4096-87b8-433d3b26a664', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:08 GMT' + 'Fri, 24 Sep 2021 04:29:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6109,21 +6109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11834', + '10793', 'x-ms-request-id', - '8d951d4b-051b-4578-8cbb-87badf888f05', + '48e7bbf8-4263-416b-aae8-701053a07a0d', 'x-ms-correlation-request-id', - '8d951d4b-051b-4578-8cbb-87badf888f05', + '48e7bbf8-4263-416b-aae8-701053a07a0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024611Z:8d951d4b-051b-4578-8cbb-87badf888f05', + 'SOUTHEASTASIA:20210924T042955Z:48e7bbf8-4263-416b-aae8-701053a07a0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:10 GMT' + 'Fri, 24 Sep 2021 04:29:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6145,21 +6145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11833', + '10792', 'x-ms-request-id', - '2a542900-feeb-4d51-9cef-128f80501e71', + '7a39ca6e-8ca6-40fc-995d-ab70274dc138', 'x-ms-correlation-request-id', - '2a542900-feeb-4d51-9cef-128f80501e71', + '7a39ca6e-8ca6-40fc-995d-ab70274dc138', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024613Z:2a542900-feeb-4d51-9cef-128f80501e71', + 'SOUTHEASTASIA:20210924T042957Z:7a39ca6e-8ca6-40fc-995d-ab70274dc138', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:13 GMT' + 'Fri, 24 Sep 2021 04:29:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6181,21 +6181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11832', + '10791', 'x-ms-request-id', - '76e7c6c8-d3f2-4b25-bc05-8cccb87cdd73', + '72504646-597d-404f-a695-ed134eb2f5cd', 'x-ms-correlation-request-id', - '76e7c6c8-d3f2-4b25-bc05-8cccb87cdd73', + '72504646-597d-404f-a695-ed134eb2f5cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024616Z:76e7c6c8-d3f2-4b25-bc05-8cccb87cdd73', + 'SOUTHEASTASIA:20210924T043000Z:72504646-597d-404f-a695-ed134eb2f5cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:15 GMT' + 'Fri, 24 Sep 2021 04:29:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6217,21 +6217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11831', + '10790', 'x-ms-request-id', - '675654cb-9665-4f8f-8aaa-7a13485a1bb3', + '31d8bc15-3d8c-45fe-a5e1-7d8350ec0368', 'x-ms-correlation-request-id', - '675654cb-9665-4f8f-8aaa-7a13485a1bb3', + '31d8bc15-3d8c-45fe-a5e1-7d8350ec0368', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024618Z:675654cb-9665-4f8f-8aaa-7a13485a1bb3', + 'SOUTHEASTASIA:20210924T043002Z:31d8bc15-3d8c-45fe-a5e1-7d8350ec0368', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:17 GMT' + 'Fri, 24 Sep 2021 04:30:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6253,21 +6253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11830', + '10789', 'x-ms-request-id', - 'eaaf847d-fad5-4a17-8a1e-cf29307e0c21', + '0363f81c-3819-453c-9d62-ceefabc09c4e', 'x-ms-correlation-request-id', - 'eaaf847d-fad5-4a17-8a1e-cf29307e0c21', + '0363f81c-3819-453c-9d62-ceefabc09c4e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024620Z:eaaf847d-fad5-4a17-8a1e-cf29307e0c21', + 'SOUTHEASTASIA:20210924T043004Z:0363f81c-3819-453c-9d62-ceefabc09c4e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:20 GMT' + 'Fri, 24 Sep 2021 04:30:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6289,21 +6289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11829', + '10788', 'x-ms-request-id', - '68840bea-5147-41ab-afbf-1d1357f0d944', + '28b7d49e-22e4-4179-b682-c638d759d1bb', 'x-ms-correlation-request-id', - '68840bea-5147-41ab-afbf-1d1357f0d944', + '28b7d49e-22e4-4179-b682-c638d759d1bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024623Z:68840bea-5147-41ab-afbf-1d1357f0d944', + 'SOUTHEASTASIA:20210924T043006Z:28b7d49e-22e4-4179-b682-c638d759d1bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:22 GMT' + 'Fri, 24 Sep 2021 04:30:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6325,21 +6325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11828', + '10787', 'x-ms-request-id', - '525eb2d8-2597-4ec1-aafc-d22f1c2e6802', + '474b28f2-9a44-4efa-af8a-9f6154e41a2d', 'x-ms-correlation-request-id', - '525eb2d8-2597-4ec1-aafc-d22f1c2e6802', + '474b28f2-9a44-4efa-af8a-9f6154e41a2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024625Z:525eb2d8-2597-4ec1-aafc-d22f1c2e6802', + 'SOUTHEASTASIA:20210924T043009Z:474b28f2-9a44-4efa-af8a-9f6154e41a2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:24 GMT' + 'Fri, 24 Sep 2021 04:30:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6361,21 +6361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11827', + '10786', 'x-ms-request-id', - 'c061657d-39ab-4648-8848-a34f90d99ec9', + '075f1a95-b9b5-4176-a1f9-b581b6fe162a', 'x-ms-correlation-request-id', - 'c061657d-39ab-4648-8848-a34f90d99ec9', + '075f1a95-b9b5-4176-a1f9-b581b6fe162a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024627Z:c061657d-39ab-4648-8848-a34f90d99ec9', + 'SOUTHEASTASIA:20210924T043011Z:075f1a95-b9b5-4176-a1f9-b581b6fe162a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:27 GMT' + 'Fri, 24 Sep 2021 04:30:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6397,21 +6397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11826', + '10785', 'x-ms-request-id', - 'e224020b-2480-47b5-93b6-18a5f35b5eef', + '6623239f-e969-4b00-b7a2-b854fd6189c5', 'x-ms-correlation-request-id', - 'e224020b-2480-47b5-93b6-18a5f35b5eef', + '6623239f-e969-4b00-b7a2-b854fd6189c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024630Z:e224020b-2480-47b5-93b6-18a5f35b5eef', + 'SOUTHEASTASIA:20210924T043013Z:6623239f-e969-4b00-b7a2-b854fd6189c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:29 GMT' + 'Fri, 24 Sep 2021 04:30:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6433,21 +6433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11825', + '10784', 'x-ms-request-id', - '891a6639-5404-4022-beca-4446e81e262e', + 'be1cb440-f1e9-49b0-9051-018b601ab636', 'x-ms-correlation-request-id', - '891a6639-5404-4022-beca-4446e81e262e', + 'be1cb440-f1e9-49b0-9051-018b601ab636', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024632Z:891a6639-5404-4022-beca-4446e81e262e', + 'SOUTHEASTASIA:20210924T043016Z:be1cb440-f1e9-49b0-9051-018b601ab636', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:31 GMT' + 'Fri, 24 Sep 2021 04:30:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6469,21 +6469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11824', + '10783', 'x-ms-request-id', - '7a1d7e4a-bebc-44b0-b3d2-cb91668f836c', + '276706e5-36a4-4f09-b56b-cf908240da5d', 'x-ms-correlation-request-id', - '7a1d7e4a-bebc-44b0-b3d2-cb91668f836c', + '276706e5-36a4-4f09-b56b-cf908240da5d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024634Z:7a1d7e4a-bebc-44b0-b3d2-cb91668f836c', + 'SOUTHEASTASIA:20210924T043018Z:276706e5-36a4-4f09-b56b-cf908240da5d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:34 GMT' + 'Fri, 24 Sep 2021 04:30:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6505,21 +6505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11823', + '10782', 'x-ms-request-id', - '723652d9-6ad9-4a04-b780-fe7c33bd4860', + 'c1e142a5-45f7-400a-8272-8839648c3dda', 'x-ms-correlation-request-id', - '723652d9-6ad9-4a04-b780-fe7c33bd4860', + 'c1e142a5-45f7-400a-8272-8839648c3dda', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024637Z:723652d9-6ad9-4a04-b780-fe7c33bd4860', + 'SOUTHEASTASIA:20210924T043020Z:c1e142a5-45f7-400a-8272-8839648c3dda', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:36 GMT' + 'Fri, 24 Sep 2021 04:30:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6541,21 +6541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11822', + '10781', 'x-ms-request-id', - 'b2ef5e56-7dd8-4133-93ef-6ac6389cc8e8', + '9fac7039-8fe5-4899-826c-057d168d1735', 'x-ms-correlation-request-id', - 'b2ef5e56-7dd8-4133-93ef-6ac6389cc8e8', + '9fac7039-8fe5-4899-826c-057d168d1735', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024639Z:b2ef5e56-7dd8-4133-93ef-6ac6389cc8e8', + 'SOUTHEASTASIA:20210924T043023Z:9fac7039-8fe5-4899-826c-057d168d1735', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:38 GMT' + 'Fri, 24 Sep 2021 04:30:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6577,21 +6577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11821', + '10780', 'x-ms-request-id', - '31ae1a54-c9ca-4611-a9ca-250de775505a', + '1e830c34-7d3c-4a71-ae2e-440ee15bebeb', 'x-ms-correlation-request-id', - '31ae1a54-c9ca-4611-a9ca-250de775505a', + '1e830c34-7d3c-4a71-ae2e-440ee15bebeb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024641Z:31ae1a54-c9ca-4611-a9ca-250de775505a', + 'SOUTHEASTASIA:20210924T043026Z:1e830c34-7d3c-4a71-ae2e-440ee15bebeb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:41 GMT' + 'Fri, 24 Sep 2021 04:30:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6613,21 +6613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11820', + '10779', 'x-ms-request-id', - 'a00552de-a17d-4e02-a586-02fccabc552d', + '05e8d541-ba11-4654-aed9-db4ef0e4df9b', 'x-ms-correlation-request-id', - 'a00552de-a17d-4e02-a586-02fccabc552d', + '05e8d541-ba11-4654-aed9-db4ef0e4df9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024644Z:a00552de-a17d-4e02-a586-02fccabc552d', + 'SOUTHEASTASIA:20210924T043028Z:05e8d541-ba11-4654-aed9-db4ef0e4df9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:43 GMT' + 'Fri, 24 Sep 2021 04:30:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6649,21 +6649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11819', + '10778', 'x-ms-request-id', - '5408c91e-3a52-47de-b5c7-e42957eb0aa8', + '9d0472ad-0184-4662-a25c-92baeff978b1', 'x-ms-correlation-request-id', - '5408c91e-3a52-47de-b5c7-e42957eb0aa8', + '9d0472ad-0184-4662-a25c-92baeff978b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024646Z:5408c91e-3a52-47de-b5c7-e42957eb0aa8', + 'SOUTHEASTASIA:20210924T043030Z:9d0472ad-0184-4662-a25c-92baeff978b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:45 GMT' + 'Fri, 24 Sep 2021 04:30:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6685,21 +6685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11818', + '10777', 'x-ms-request-id', - '74926d0e-7fb5-401f-834e-78807b220bb8', + 'f5ea85a0-6bc0-472f-b096-fa5543078333', 'x-ms-correlation-request-id', - '74926d0e-7fb5-401f-834e-78807b220bb8', + 'f5ea85a0-6bc0-472f-b096-fa5543078333', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024648Z:74926d0e-7fb5-401f-834e-78807b220bb8', + 'SOUTHEASTASIA:20210924T043032Z:f5ea85a0-6bc0-472f-b096-fa5543078333', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:47 GMT' + 'Fri, 24 Sep 2021 04:30:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6721,21 +6721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11817', + '10776', 'x-ms-request-id', - '8b8a35e2-4440-4524-b09e-94a4b94f5392', + 'da0590df-87b8-485b-9379-6eb2307aa2bb', 'x-ms-correlation-request-id', - '8b8a35e2-4440-4524-b09e-94a4b94f5392', + 'da0590df-87b8-485b-9379-6eb2307aa2bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024651Z:8b8a35e2-4440-4524-b09e-94a4b94f5392', + 'SOUTHEASTASIA:20210924T043035Z:da0590df-87b8-485b-9379-6eb2307aa2bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:50 GMT' + 'Fri, 24 Sep 2021 04:30:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6757,21 +6757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11816', + '10775', 'x-ms-request-id', - '1409e2d4-def4-47e2-8438-9a25c496d1cf', + '7261a03a-3c44-4a7c-8b70-c8e55f0adeda', 'x-ms-correlation-request-id', - '1409e2d4-def4-47e2-8438-9a25c496d1cf', + '7261a03a-3c44-4a7c-8b70-c8e55f0adeda', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024653Z:1409e2d4-def4-47e2-8438-9a25c496d1cf', + 'SOUTHEASTASIA:20210924T043037Z:7261a03a-3c44-4a7c-8b70-c8e55f0adeda', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:52 GMT' + 'Fri, 24 Sep 2021 04:30:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6793,21 +6793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11815', + '10774', 'x-ms-request-id', - '728ab63b-23d7-47f8-bbce-185ed0d15874', + '29f74f91-afc3-4a6d-8178-f61297eea4b1', 'x-ms-correlation-request-id', - '728ab63b-23d7-47f8-bbce-185ed0d15874', + '29f74f91-afc3-4a6d-8178-f61297eea4b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024655Z:728ab63b-23d7-47f8-bbce-185ed0d15874', + 'SOUTHEASTASIA:20210924T043039Z:29f74f91-afc3-4a6d-8178-f61297eea4b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:54 GMT' + 'Fri, 24 Sep 2021 04:30:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6829,21 +6829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11814', + '10773', 'x-ms-request-id', - '50cf8816-333e-41b7-983f-4ea3473dc2bd', + '11a6fcfb-8fb8-47bf-bc48-9775e6341131', 'x-ms-correlation-request-id', - '50cf8816-333e-41b7-983f-4ea3473dc2bd', + '11a6fcfb-8fb8-47bf-bc48-9775e6341131', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024658Z:50cf8816-333e-41b7-983f-4ea3473dc2bd', + 'SOUTHEASTASIA:20210924T043042Z:11a6fcfb-8fb8-47bf-bc48-9775e6341131', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:46:58 GMT' + 'Fri, 24 Sep 2021 04:30:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6865,21 +6865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11813', + '10772', 'x-ms-request-id', - '9446b6aa-c51a-45cc-be4b-08dd23b7a438', + '21fdcef0-a8a2-4efa-8089-8b130fe7f79c', 'x-ms-correlation-request-id', - '9446b6aa-c51a-45cc-be4b-08dd23b7a438', + '21fdcef0-a8a2-4efa-8089-8b130fe7f79c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024701Z:9446b6aa-c51a-45cc-be4b-08dd23b7a438', + 'SOUTHEASTASIA:20210924T043044Z:21fdcef0-a8a2-4efa-8089-8b130fe7f79c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:01 GMT' + 'Fri, 24 Sep 2021 04:30:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6901,21 +6901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11812', + '10771', 'x-ms-request-id', - '936c39fa-a761-480f-a3fc-64e004091b43', + '008d140c-6abb-4869-9ab9-83f8a84d5ae3', 'x-ms-correlation-request-id', - '936c39fa-a761-480f-a3fc-64e004091b43', + '008d140c-6abb-4869-9ab9-83f8a84d5ae3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024703Z:936c39fa-a761-480f-a3fc-64e004091b43', + 'SOUTHEASTASIA:20210924T043047Z:008d140c-6abb-4869-9ab9-83f8a84d5ae3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:03 GMT' + 'Fri, 24 Sep 2021 04:30:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6937,21 +6937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11811', + '10770', 'x-ms-request-id', - 'a1f73ae0-5c97-403a-be1f-ffe5b11778f9', + 'c9f06095-8143-41c4-89de-c17b30694d01', 'x-ms-correlation-request-id', - 'a1f73ae0-5c97-403a-be1f-ffe5b11778f9', + 'c9f06095-8143-41c4-89de-c17b30694d01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024705Z:a1f73ae0-5c97-403a-be1f-ffe5b11778f9', + 'SOUTHEASTASIA:20210924T043049Z:c9f06095-8143-41c4-89de-c17b30694d01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:05 GMT' + 'Fri, 24 Sep 2021 04:30:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6973,21 +6973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11810', + '10769', 'x-ms-request-id', - '8c6f9381-0881-42ed-8e5a-70d3d667d124', + 'c65a74a4-2256-4fd4-b242-981f83a4c868', 'x-ms-correlation-request-id', - '8c6f9381-0881-42ed-8e5a-70d3d667d124', + 'c65a74a4-2256-4fd4-b242-981f83a4c868', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024708Z:8c6f9381-0881-42ed-8e5a-70d3d667d124', + 'SOUTHEASTASIA:20210924T043051Z:c65a74a4-2256-4fd4-b242-981f83a4c868', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:08 GMT' + 'Fri, 24 Sep 2021 04:30:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7009,21 +7009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11809', + '10768', 'x-ms-request-id', - '47159d46-f4be-4ac4-9f61-df5a2859e544', + '77e49af5-1f78-4c85-959f-5f7b3379f19d', 'x-ms-correlation-request-id', - '47159d46-f4be-4ac4-9f61-df5a2859e544', + '77e49af5-1f78-4c85-959f-5f7b3379f19d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024710Z:47159d46-f4be-4ac4-9f61-df5a2859e544', + 'SOUTHEASTASIA:20210924T043054Z:77e49af5-1f78-4c85-959f-5f7b3379f19d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:10 GMT' + 'Fri, 24 Sep 2021 04:30:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7045,21 +7045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11808', + '10767', 'x-ms-request-id', - '020c334d-43d8-4c49-8788-15eb33af38f0', + 'e3ef4e0f-d093-4b96-bec3-fa2d46e31614', 'x-ms-correlation-request-id', - '020c334d-43d8-4c49-8788-15eb33af38f0', + 'e3ef4e0f-d093-4b96-bec3-fa2d46e31614', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024712Z:020c334d-43d8-4c49-8788-15eb33af38f0', + 'SOUTHEASTASIA:20210924T043056Z:e3ef4e0f-d093-4b96-bec3-fa2d46e31614', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:12 GMT' + 'Fri, 24 Sep 2021 04:30:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7081,21 +7081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11807', + '10766', 'x-ms-request-id', - '6b593db1-b049-46e9-949c-74b21a41a469', + 'e8e6e8c4-fca4-45bf-9f27-97faa715f275', 'x-ms-correlation-request-id', - '6b593db1-b049-46e9-949c-74b21a41a469', + 'e8e6e8c4-fca4-45bf-9f27-97faa715f275', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024715Z:6b593db1-b049-46e9-949c-74b21a41a469', + 'SOUTHEASTASIA:20210924T043058Z:e8e6e8c4-fca4-45bf-9f27-97faa715f275', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:15 GMT' + 'Fri, 24 Sep 2021 04:30:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7117,21 +7117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11806', + '10765', 'x-ms-request-id', - '72a229c4-b661-4ac4-ac91-a4ae605704f0', + 'be4a4432-f67e-44b2-9c7c-a08c122a9fc8', 'x-ms-correlation-request-id', - '72a229c4-b661-4ac4-ac91-a4ae605704f0', + 'be4a4432-f67e-44b2-9c7c-a08c122a9fc8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024717Z:72a229c4-b661-4ac4-ac91-a4ae605704f0', + 'SOUTHEASTASIA:20210924T043101Z:be4a4432-f67e-44b2-9c7c-a08c122a9fc8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:17 GMT' + 'Fri, 24 Sep 2021 04:31:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7153,21 +7153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11805', + '10764', 'x-ms-request-id', - '15125f43-2d4e-43a2-a845-ac97eb56c92c', + '5e765cd8-cd12-4e86-ace6-4b747adedc47', 'x-ms-correlation-request-id', - '15125f43-2d4e-43a2-a845-ac97eb56c92c', + '5e765cd8-cd12-4e86-ace6-4b747adedc47', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024719Z:15125f43-2d4e-43a2-a845-ac97eb56c92c', + 'SOUTHEASTASIA:20210924T043103Z:5e765cd8-cd12-4e86-ace6-4b747adedc47', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:19 GMT' + 'Fri, 24 Sep 2021 04:31:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7189,21 +7189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11804', + '10763', 'x-ms-request-id', - '029fb775-545e-4dd3-acde-6547f3a900f1', + 'ed603758-2b95-45a9-b20f-4d30f64b5b3b', 'x-ms-correlation-request-id', - '029fb775-545e-4dd3-acde-6547f3a900f1', + 'ed603758-2b95-45a9-b20f-4d30f64b5b3b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024722Z:029fb775-545e-4dd3-acde-6547f3a900f1', + 'SOUTHEASTASIA:20210924T043105Z:ed603758-2b95-45a9-b20f-4d30f64b5b3b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:21 GMT' + 'Fri, 24 Sep 2021 04:31:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7225,21 +7225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11803', + '10762', 'x-ms-request-id', - '3c298818-80e8-4a8d-b08e-063202ea0838', + 'b8b2c650-2e91-4689-8f8b-7a26c3df8fd4', 'x-ms-correlation-request-id', - '3c298818-80e8-4a8d-b08e-063202ea0838', + 'b8b2c650-2e91-4689-8f8b-7a26c3df8fd4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024724Z:3c298818-80e8-4a8d-b08e-063202ea0838', + 'SOUTHEASTASIA:20210924T043107Z:b8b2c650-2e91-4689-8f8b-7a26c3df8fd4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:24 GMT' + 'Fri, 24 Sep 2021 04:31:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7261,21 +7261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11802', + '10761', 'x-ms-request-id', - 'd43236b6-a3a1-435a-b02a-48d6f89149d2', + 'fd7e68f7-d5d1-4e8d-be05-1660bd9c1556', 'x-ms-correlation-request-id', - 'd43236b6-a3a1-435a-b02a-48d6f89149d2', + 'fd7e68f7-d5d1-4e8d-be05-1660bd9c1556', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024726Z:d43236b6-a3a1-435a-b02a-48d6f89149d2', + 'SOUTHEASTASIA:20210924T043110Z:fd7e68f7-d5d1-4e8d-be05-1660bd9c1556', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:26 GMT' + 'Fri, 24 Sep 2021 04:31:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7297,21 +7297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11801', + '10760', 'x-ms-request-id', - 'af02d483-4611-4b64-b020-529fd3d48d04', + '2c6d8f04-a309-4f9a-ae75-4d2bbce23725', 'x-ms-correlation-request-id', - 'af02d483-4611-4b64-b020-529fd3d48d04', + '2c6d8f04-a309-4f9a-ae75-4d2bbce23725', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024728Z:af02d483-4611-4b64-b020-529fd3d48d04', + 'SOUTHEASTASIA:20210924T043112Z:2c6d8f04-a309-4f9a-ae75-4d2bbce23725', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:28 GMT' + 'Fri, 24 Sep 2021 04:31:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7333,21 +7333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11800', + '10759', 'x-ms-request-id', - '9c9aaebe-3b35-4f58-b866-c696f8e6731b', + 'a0ffc496-335f-441f-b478-65d781aca7c8', 'x-ms-correlation-request-id', - '9c9aaebe-3b35-4f58-b866-c696f8e6731b', + 'a0ffc496-335f-441f-b478-65d781aca7c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024731Z:9c9aaebe-3b35-4f58-b866-c696f8e6731b', + 'SOUTHEASTASIA:20210924T043114Z:a0ffc496-335f-441f-b478-65d781aca7c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:31 GMT' + 'Fri, 24 Sep 2021 04:31:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7369,21 +7369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11799', + '10758', 'x-ms-request-id', - '2c018241-ecd4-42ae-b37f-d9a9602a1aaf', + 'd8d120e4-55a5-47d5-bdba-68873af742bf', 'x-ms-correlation-request-id', - '2c018241-ecd4-42ae-b37f-d9a9602a1aaf', + 'd8d120e4-55a5-47d5-bdba-68873af742bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024733Z:2c018241-ecd4-42ae-b37f-d9a9602a1aaf', + 'SOUTHEASTASIA:20210924T043117Z:d8d120e4-55a5-47d5-bdba-68873af742bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:33 GMT' + 'Fri, 24 Sep 2021 04:31:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7405,21 +7405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11798', + '10757', 'x-ms-request-id', - 'f49b081d-8f82-47dc-bb47-72340dddee5a', + 'f9d2c8e5-288e-48da-86cb-c976eb8bf459', 'x-ms-correlation-request-id', - 'f49b081d-8f82-47dc-bb47-72340dddee5a', + 'f9d2c8e5-288e-48da-86cb-c976eb8bf459', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024735Z:f49b081d-8f82-47dc-bb47-72340dddee5a', + 'SOUTHEASTASIA:20210924T043119Z:f9d2c8e5-288e-48da-86cb-c976eb8bf459', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:35 GMT' + 'Fri, 24 Sep 2021 04:31:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7441,21 +7441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11797', + '10756', 'x-ms-request-id', - '1ae534d8-7e3e-4725-a683-e7d43317255f', + '0eb578eb-d022-4756-9373-6b8a6459c8dd', 'x-ms-correlation-request-id', - '1ae534d8-7e3e-4725-a683-e7d43317255f', + '0eb578eb-d022-4756-9373-6b8a6459c8dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024738Z:1ae534d8-7e3e-4725-a683-e7d43317255f', + 'SOUTHEASTASIA:20210924T043121Z:0eb578eb-d022-4756-9373-6b8a6459c8dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:38 GMT' + 'Fri, 24 Sep 2021 04:31:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7477,21 +7477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11796', + '10755', 'x-ms-request-id', - '0537165d-1475-4b3b-94bf-ad796123ee0a', + '3c54e724-027d-41fe-bdc6-17d8e98c81d8', 'x-ms-correlation-request-id', - '0537165d-1475-4b3b-94bf-ad796123ee0a', + '3c54e724-027d-41fe-bdc6-17d8e98c81d8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024740Z:0537165d-1475-4b3b-94bf-ad796123ee0a', + 'SOUTHEASTASIA:20210924T043124Z:3c54e724-027d-41fe-bdc6-17d8e98c81d8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:40 GMT' + 'Fri, 24 Sep 2021 04:31:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7513,21 +7513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11795', + '10754', 'x-ms-request-id', - 'b34162f6-45c2-4f0e-aa46-460f3e09049e', + '9951fabd-4a70-4a9e-9cb4-339d4b66419a', 'x-ms-correlation-request-id', - 'b34162f6-45c2-4f0e-aa46-460f3e09049e', + '9951fabd-4a70-4a9e-9cb4-339d4b66419a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024742Z:b34162f6-45c2-4f0e-aa46-460f3e09049e', + 'SOUTHEASTASIA:20210924T043126Z:9951fabd-4a70-4a9e-9cb4-339d4b66419a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:42 GMT' + 'Fri, 24 Sep 2021 04:31:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7549,21 +7549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11794', + '10753', 'x-ms-request-id', - 'c3099362-7e2a-469d-8d42-ee3ae7158b37', + 'cfb91e91-2309-465c-bc64-12905bdd71b1', 'x-ms-correlation-request-id', - 'c3099362-7e2a-469d-8d42-ee3ae7158b37', + 'cfb91e91-2309-465c-bc64-12905bdd71b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024745Z:c3099362-7e2a-469d-8d42-ee3ae7158b37', + 'SOUTHEASTASIA:20210924T043128Z:cfb91e91-2309-465c-bc64-12905bdd71b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:44 GMT' + 'Fri, 24 Sep 2021 04:31:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7585,21 +7585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11793', + '10752', 'x-ms-request-id', - 'b0dfd79a-60eb-4a58-9bed-fabec08de9d3', + '59c7498c-0c7b-4d33-a40d-c30f9fb815a4', 'x-ms-correlation-request-id', - 'b0dfd79a-60eb-4a58-9bed-fabec08de9d3', + '59c7498c-0c7b-4d33-a40d-c30f9fb815a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024747Z:b0dfd79a-60eb-4a58-9bed-fabec08de9d3', + 'SOUTHEASTASIA:20210924T043131Z:59c7498c-0c7b-4d33-a40d-c30f9fb815a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:47 GMT' + 'Fri, 24 Sep 2021 04:31:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7621,21 +7621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11792', + '10751', 'x-ms-request-id', - '7cb315e9-b243-419d-890e-fa0759bec615', + 'f6b0a223-b5eb-4936-a0ae-61c023dd976e', 'x-ms-correlation-request-id', - '7cb315e9-b243-419d-890e-fa0759bec615', + 'f6b0a223-b5eb-4936-a0ae-61c023dd976e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024749Z:7cb315e9-b243-419d-890e-fa0759bec615', + 'SOUTHEASTASIA:20210924T043133Z:f6b0a223-b5eb-4936-a0ae-61c023dd976e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:49 GMT' + 'Fri, 24 Sep 2021 04:31:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7657,21 +7657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11791', + '10750', 'x-ms-request-id', - '602345e3-ffd3-45b1-a116-a28ae96e2b04', + 'b867c9b7-3124-4e14-b1a4-76e3d12b219e', 'x-ms-correlation-request-id', - '602345e3-ffd3-45b1-a116-a28ae96e2b04', + 'b867c9b7-3124-4e14-b1a4-76e3d12b219e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024752Z:602345e3-ffd3-45b1-a116-a28ae96e2b04', + 'SOUTHEASTASIA:20210924T043135Z:b867c9b7-3124-4e14-b1a4-76e3d12b219e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:51 GMT' + 'Fri, 24 Sep 2021 04:31:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7693,21 +7693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11790', + '10749', 'x-ms-request-id', - 'edb970d2-e414-481e-a6c5-91ceac157321', + '9db2f0cc-bf68-466d-9bea-7877efa83b98', 'x-ms-correlation-request-id', - 'edb970d2-e414-481e-a6c5-91ceac157321', + '9db2f0cc-bf68-466d-9bea-7877efa83b98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024754Z:edb970d2-e414-481e-a6c5-91ceac157321', + 'SOUTHEASTASIA:20210924T043138Z:9db2f0cc-bf68-466d-9bea-7877efa83b98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:54 GMT' + 'Fri, 24 Sep 2021 04:31:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7729,21 +7729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11789', + '10748', 'x-ms-request-id', - 'caee9fa5-4c13-4ec1-abf5-06b001d5c755', + '33f5b77e-a8ef-4b30-a07f-47cde5fc05cb', 'x-ms-correlation-request-id', - 'caee9fa5-4c13-4ec1-abf5-06b001d5c755', + '33f5b77e-a8ef-4b30-a07f-47cde5fc05cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024757Z:caee9fa5-4c13-4ec1-abf5-06b001d5c755', + 'SOUTHEASTASIA:20210924T043140Z:33f5b77e-a8ef-4b30-a07f-47cde5fc05cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:47:57 GMT' + 'Fri, 24 Sep 2021 04:31:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7765,21 +7765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11788', + '10747', 'x-ms-request-id', - '308c4168-71c8-46a7-a32e-1d714ac83b5f', + '1babab9f-45a0-432f-be81-87127202b5e4', 'x-ms-correlation-request-id', - '308c4168-71c8-46a7-a32e-1d714ac83b5f', + '1babab9f-45a0-432f-be81-87127202b5e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024800Z:308c4168-71c8-46a7-a32e-1d714ac83b5f', + 'SOUTHEASTASIA:20210924T043142Z:1babab9f-45a0-432f-be81-87127202b5e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:00 GMT' + 'Fri, 24 Sep 2021 04:31:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7801,21 +7801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11787', + '10746', 'x-ms-request-id', - '6bedf252-41fa-4aa5-919e-8184b75d12b4', + 'e082267e-521e-4af6-814f-75f61102dfd9', 'x-ms-correlation-request-id', - '6bedf252-41fa-4aa5-919e-8184b75d12b4', + 'e082267e-521e-4af6-814f-75f61102dfd9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024803Z:6bedf252-41fa-4aa5-919e-8184b75d12b4', + 'SOUTHEASTASIA:20210924T043145Z:e082267e-521e-4af6-814f-75f61102dfd9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:03 GMT' + 'Fri, 24 Sep 2021 04:31:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7837,21 +7837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11786', + '10745', 'x-ms-request-id', - '1388b477-5ea4-4725-9a36-ca3f908ef279', + 'f19569d8-7157-47b1-9a2f-df93ff873f84', 'x-ms-correlation-request-id', - '1388b477-5ea4-4725-9a36-ca3f908ef279', + 'f19569d8-7157-47b1-9a2f-df93ff873f84', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024805Z:1388b477-5ea4-4725-9a36-ca3f908ef279', + 'SOUTHEASTASIA:20210924T043147Z:f19569d8-7157-47b1-9a2f-df93ff873f84', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:05 GMT' + 'Fri, 24 Sep 2021 04:31:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7873,21 +7873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11785', + '10744', 'x-ms-request-id', - 'e6ebe453-83ed-441c-9d49-9d3f7f41dc98', + 'd14b03ff-0d72-41e3-8f0f-3d1263551fa1', 'x-ms-correlation-request-id', - 'e6ebe453-83ed-441c-9d49-9d3f7f41dc98', + 'd14b03ff-0d72-41e3-8f0f-3d1263551fa1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024808Z:e6ebe453-83ed-441c-9d49-9d3f7f41dc98', + 'SOUTHEASTASIA:20210924T043149Z:d14b03ff-0d72-41e3-8f0f-3d1263551fa1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:07 GMT' + 'Fri, 24 Sep 2021 04:31:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7909,21 +7909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11784', + '10743', 'x-ms-request-id', - '28a47690-59fc-42bc-837e-6831e116f12d', + '16a9881c-c1f3-425f-a930-351c67f91367', 'x-ms-correlation-request-id', - '28a47690-59fc-42bc-837e-6831e116f12d', + '16a9881c-c1f3-425f-a930-351c67f91367', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024810Z:28a47690-59fc-42bc-837e-6831e116f12d', + 'SOUTHEASTASIA:20210924T043152Z:16a9881c-c1f3-425f-a930-351c67f91367', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:10 GMT' + 'Fri, 24 Sep 2021 04:31:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7945,21 +7945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11783', + '10742', 'x-ms-request-id', - '1a21ddd5-ba84-44c6-aa4e-55e83c072da0', + '510d7507-723b-485f-809f-a3dc81840bb7', 'x-ms-correlation-request-id', - '1a21ddd5-ba84-44c6-aa4e-55e83c072da0', + '510d7507-723b-485f-809f-a3dc81840bb7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024812Z:1a21ddd5-ba84-44c6-aa4e-55e83c072da0', + 'SOUTHEASTASIA:20210924T043154Z:510d7507-723b-485f-809f-a3dc81840bb7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:12 GMT' + 'Fri, 24 Sep 2021 04:31:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7981,21 +7981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11782', + '10741', 'x-ms-request-id', - '9b9b5626-353a-4f0a-bfa9-b3c848fc6c78', + '5d4aff27-3b6e-4432-9909-66cfb6720b37', 'x-ms-correlation-request-id', - '9b9b5626-353a-4f0a-bfa9-b3c848fc6c78', + '5d4aff27-3b6e-4432-9909-66cfb6720b37', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024814Z:9b9b5626-353a-4f0a-bfa9-b3c848fc6c78', + 'SOUTHEASTASIA:20210924T043156Z:5d4aff27-3b6e-4432-9909-66cfb6720b37', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:14 GMT' + 'Fri, 24 Sep 2021 04:31:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8017,21 +8017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11781', + '10740', 'x-ms-request-id', - '6b26d50c-abe3-47cd-b300-c210bc9e8ae6', + '79a0ee6f-3c34-40a2-b3c7-f16aaf444a43', 'x-ms-correlation-request-id', - '6b26d50c-abe3-47cd-b300-c210bc9e8ae6', + '79a0ee6f-3c34-40a2-b3c7-f16aaf444a43', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024817Z:6b26d50c-abe3-47cd-b300-c210bc9e8ae6', + 'SOUTHEASTASIA:20210924T043159Z:79a0ee6f-3c34-40a2-b3c7-f16aaf444a43', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:16 GMT' + 'Fri, 24 Sep 2021 04:31:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8053,21 +8053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11780', + '10739', 'x-ms-request-id', - '3642131f-b9dc-464c-a4a4-e99178bca5f3', + '5080460f-3293-4151-8bbb-d82093e804ba', 'x-ms-correlation-request-id', - '3642131f-b9dc-464c-a4a4-e99178bca5f3', + '5080460f-3293-4151-8bbb-d82093e804ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024819Z:3642131f-b9dc-464c-a4a4-e99178bca5f3', + 'SOUTHEASTASIA:20210924T043201Z:5080460f-3293-4151-8bbb-d82093e804ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:19 GMT' + 'Fri, 24 Sep 2021 04:32:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8089,21 +8089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11779', + '10738', 'x-ms-request-id', - '5dd0469e-a533-48f0-bd3e-d21ec5c4599b', + 'e6e2df98-cf44-47a4-9eb5-5c26917578cc', 'x-ms-correlation-request-id', - '5dd0469e-a533-48f0-bd3e-d21ec5c4599b', + 'e6e2df98-cf44-47a4-9eb5-5c26917578cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024821Z:5dd0469e-a533-48f0-bd3e-d21ec5c4599b', + 'SOUTHEASTASIA:20210924T043203Z:e6e2df98-cf44-47a4-9eb5-5c26917578cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:21 GMT' + 'Fri, 24 Sep 2021 04:32:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8125,21 +8125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11778', + '10737', 'x-ms-request-id', - 'acda55f8-dac9-47ef-9204-56987469406b', + '56b2b899-88c0-47ac-898e-48e96d9309dd', 'x-ms-correlation-request-id', - 'acda55f8-dac9-47ef-9204-56987469406b', + '56b2b899-88c0-47ac-898e-48e96d9309dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024824Z:acda55f8-dac9-47ef-9204-56987469406b', + 'SOUTHEASTASIA:20210924T043206Z:56b2b899-88c0-47ac-898e-48e96d9309dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:23 GMT' + 'Fri, 24 Sep 2021 04:32:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8161,21 +8161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11777', + '10736', 'x-ms-request-id', - 'dd614f7c-146b-48b1-bc5d-4cfd6e6c9c5d', + '21d9dc88-6e8c-4da6-98f2-8cc2c73349e7', 'x-ms-correlation-request-id', - 'dd614f7c-146b-48b1-bc5d-4cfd6e6c9c5d', + '21d9dc88-6e8c-4da6-98f2-8cc2c73349e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024826Z:dd614f7c-146b-48b1-bc5d-4cfd6e6c9c5d', + 'SOUTHEASTASIA:20210924T043208Z:21d9dc88-6e8c-4da6-98f2-8cc2c73349e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:26 GMT' + 'Fri, 24 Sep 2021 04:32:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8197,21 +8197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11776', + '10735', 'x-ms-request-id', - 'a9245459-22ae-4a5a-b7d1-b2a9ad0fd257', + 'ff8a76cb-971c-4a2f-82f3-3907e317a600', 'x-ms-correlation-request-id', - 'a9245459-22ae-4a5a-b7d1-b2a9ad0fd257', + 'ff8a76cb-971c-4a2f-82f3-3907e317a600', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024828Z:a9245459-22ae-4a5a-b7d1-b2a9ad0fd257', + 'SOUTHEASTASIA:20210924T043210Z:ff8a76cb-971c-4a2f-82f3-3907e317a600', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:28 GMT' + 'Fri, 24 Sep 2021 04:32:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8233,21 +8233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11775', + '10734', 'x-ms-request-id', - '29369fd9-6da8-47ae-a95f-c37a068d2c63', + 'f3d5f234-2f23-4ebb-9891-2b9f956a2e92', 'x-ms-correlation-request-id', - '29369fd9-6da8-47ae-a95f-c37a068d2c63', + 'f3d5f234-2f23-4ebb-9891-2b9f956a2e92', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024831Z:29369fd9-6da8-47ae-a95f-c37a068d2c63', + 'SOUTHEASTASIA:20210924T043212Z:f3d5f234-2f23-4ebb-9891-2b9f956a2e92', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:30 GMT' + 'Fri, 24 Sep 2021 04:32:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8269,21 +8269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11774', + '10733', 'x-ms-request-id', - '2fea49fb-afb2-4cc6-89bc-7df8feaaccdd', + 'f73a4585-a2a0-42df-998c-25130505b5d3', 'x-ms-correlation-request-id', - '2fea49fb-afb2-4cc6-89bc-7df8feaaccdd', + 'f73a4585-a2a0-42df-998c-25130505b5d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024833Z:2fea49fb-afb2-4cc6-89bc-7df8feaaccdd', + 'SOUTHEASTASIA:20210924T043215Z:f73a4585-a2a0-42df-998c-25130505b5d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:33 GMT' + 'Fri, 24 Sep 2021 04:32:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8305,21 +8305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11773', + '10732', 'x-ms-request-id', - '26a5f2d3-5aaf-47cc-b129-9766cc7ec484', + '4521a687-81d3-4be1-bc00-1f225dbb5a11', 'x-ms-correlation-request-id', - '26a5f2d3-5aaf-47cc-b129-9766cc7ec484', + '4521a687-81d3-4be1-bc00-1f225dbb5a11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024835Z:26a5f2d3-5aaf-47cc-b129-9766cc7ec484', + 'SOUTHEASTASIA:20210924T043217Z:4521a687-81d3-4be1-bc00-1f225dbb5a11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:35 GMT' + 'Fri, 24 Sep 2021 04:32:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8341,21 +8341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11772', + '10731', 'x-ms-request-id', - '7e3d655d-8b64-47b9-84ac-d68bc4643506', + '667ad7b4-0371-4e48-85ba-f26e63604f9f', 'x-ms-correlation-request-id', - '7e3d655d-8b64-47b9-84ac-d68bc4643506', + '667ad7b4-0371-4e48-85ba-f26e63604f9f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024838Z:7e3d655d-8b64-47b9-84ac-d68bc4643506', + 'SOUTHEASTASIA:20210924T043219Z:667ad7b4-0371-4e48-85ba-f26e63604f9f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:37 GMT' + 'Fri, 24 Sep 2021 04:32:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8377,21 +8377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11771', + '10730', 'x-ms-request-id', - 'bd347100-fc98-407a-8c22-2147519c99a1', + '2f7a9d65-9351-49d8-9c76-115c6f25b7ab', 'x-ms-correlation-request-id', - 'bd347100-fc98-407a-8c22-2147519c99a1', + '2f7a9d65-9351-49d8-9c76-115c6f25b7ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024840Z:bd347100-fc98-407a-8c22-2147519c99a1', + 'SOUTHEASTASIA:20210924T043222Z:2f7a9d65-9351-49d8-9c76-115c6f25b7ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:39 GMT' + 'Fri, 24 Sep 2021 04:32:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8413,21 +8413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11770', + '10729', 'x-ms-request-id', - '7e780220-0bc9-4b7c-8241-027b9f3dff51', + '8e2795af-f58d-41f5-9abd-6aca7485e48b', 'x-ms-correlation-request-id', - '7e780220-0bc9-4b7c-8241-027b9f3dff51', + '8e2795af-f58d-41f5-9abd-6aca7485e48b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024842Z:7e780220-0bc9-4b7c-8241-027b9f3dff51', + 'SOUTHEASTASIA:20210924T043224Z:8e2795af-f58d-41f5-9abd-6aca7485e48b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:42 GMT' + 'Fri, 24 Sep 2021 04:32:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8449,21 +8449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11769', + '10728', 'x-ms-request-id', - 'ecd154ba-b33a-46c0-986b-dcd6eb3652c9', + '87eb754a-9e59-49a2-b96f-59811c267f3a', 'x-ms-correlation-request-id', - 'ecd154ba-b33a-46c0-986b-dcd6eb3652c9', + '87eb754a-9e59-49a2-b96f-59811c267f3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024845Z:ecd154ba-b33a-46c0-986b-dcd6eb3652c9', + 'SOUTHEASTASIA:20210924T043226Z:87eb754a-9e59-49a2-b96f-59811c267f3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:44 GMT' + 'Fri, 24 Sep 2021 04:32:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8485,21 +8485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11768', + '10727', 'x-ms-request-id', - '3ed0e99b-531a-4a85-87ca-445e1d154ecc', + '63bc6dd5-b594-4690-87d3-818af53863bd', 'x-ms-correlation-request-id', - '3ed0e99b-531a-4a85-87ca-445e1d154ecc', + '63bc6dd5-b594-4690-87d3-818af53863bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024847Z:3ed0e99b-531a-4a85-87ca-445e1d154ecc', + 'SOUTHEASTASIA:20210924T043229Z:63bc6dd5-b594-4690-87d3-818af53863bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:47 GMT' + 'Fri, 24 Sep 2021 04:32:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8521,21 +8521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11767', + '10726', 'x-ms-request-id', - '8f6c24d9-55c9-4c50-8529-3cedcfd2463d', + '9e2c9a73-287e-4cfe-a3fb-d66e0e53d4e4', 'x-ms-correlation-request-id', - '8f6c24d9-55c9-4c50-8529-3cedcfd2463d', + '9e2c9a73-287e-4cfe-a3fb-d66e0e53d4e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024849Z:8f6c24d9-55c9-4c50-8529-3cedcfd2463d', + 'SOUTHEASTASIA:20210924T043231Z:9e2c9a73-287e-4cfe-a3fb-d66e0e53d4e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:49 GMT' + 'Fri, 24 Sep 2021 04:32:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8557,21 +8557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11766', + '10725', 'x-ms-request-id', - '799266a9-c956-43e9-8c54-b6f94128c5f8', + '07e0b37c-7ef7-4e6a-93ee-1759d423d3bd', 'x-ms-correlation-request-id', - '799266a9-c956-43e9-8c54-b6f94128c5f8', + '07e0b37c-7ef7-4e6a-93ee-1759d423d3bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024852Z:799266a9-c956-43e9-8c54-b6f94128c5f8', + 'SOUTHEASTASIA:20210924T043233Z:07e0b37c-7ef7-4e6a-93ee-1759d423d3bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:51 GMT' + 'Fri, 24 Sep 2021 04:32:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8593,21 +8593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11765', + '10724', 'x-ms-request-id', - '85d8f0e2-9ddf-48bc-b4b7-fc6c77452dfc', + 'd0613562-5fab-4125-900e-fe6b04b54cfe', 'x-ms-correlation-request-id', - '85d8f0e2-9ddf-48bc-b4b7-fc6c77452dfc', + 'd0613562-5fab-4125-900e-fe6b04b54cfe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024854Z:85d8f0e2-9ddf-48bc-b4b7-fc6c77452dfc', + 'SOUTHEASTASIA:20210924T043236Z:d0613562-5fab-4125-900e-fe6b04b54cfe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:53 GMT' + 'Fri, 24 Sep 2021 04:32:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8629,21 +8629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11764', + '10723', 'x-ms-request-id', - 'd0ddaad1-9d1a-4fd9-94b4-d9f266964554', + 'ae8b1696-b8ee-4b21-acdd-cdd10f0d3946', 'x-ms-correlation-request-id', - 'd0ddaad1-9d1a-4fd9-94b4-d9f266964554', + 'ae8b1696-b8ee-4b21-acdd-cdd10f0d3946', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024856Z:d0ddaad1-9d1a-4fd9-94b4-d9f266964554', + 'SOUTHEASTASIA:20210924T043238Z:ae8b1696-b8ee-4b21-acdd-cdd10f0d3946', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:56 GMT' + 'Fri, 24 Sep 2021 04:32:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8665,21 +8665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11763', + '10722', 'x-ms-request-id', - '535b44a1-717e-4509-a8ad-4045494912f6', + '8e819f88-887a-4096-863e-051cfe002376', 'x-ms-correlation-request-id', - '535b44a1-717e-4509-a8ad-4045494912f6', + '8e819f88-887a-4096-863e-051cfe002376', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024859Z:535b44a1-717e-4509-a8ad-4045494912f6', + 'SOUTHEASTASIA:20210924T043240Z:8e819f88-887a-4096-863e-051cfe002376', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:48:58 GMT' + 'Fri, 24 Sep 2021 04:32:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8701,21 +8701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11762', + '10721', 'x-ms-request-id', - 'e1fe83ee-2a37-44b7-b482-db59d094e11b', + '3de66d86-e4e4-401d-8448-39ae47193eac', 'x-ms-correlation-request-id', - 'e1fe83ee-2a37-44b7-b482-db59d094e11b', + '3de66d86-e4e4-401d-8448-39ae47193eac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024902Z:e1fe83ee-2a37-44b7-b482-db59d094e11b', + 'SOUTHEASTASIA:20210924T043243Z:3de66d86-e4e4-401d-8448-39ae47193eac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:01 GMT' + 'Fri, 24 Sep 2021 04:32:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8737,21 +8737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11761', + '10720', 'x-ms-request-id', - '489f0ee0-f8db-4525-b329-98b58de14afc', + 'f3865347-f0fe-4eec-8377-aeb46903cbbc', 'x-ms-correlation-request-id', - '489f0ee0-f8db-4525-b329-98b58de14afc', + 'f3865347-f0fe-4eec-8377-aeb46903cbbc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024904Z:489f0ee0-f8db-4525-b329-98b58de14afc', + 'SOUTHEASTASIA:20210924T043245Z:f3865347-f0fe-4eec-8377-aeb46903cbbc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:03 GMT' + 'Fri, 24 Sep 2021 04:32:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8773,21 +8773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11760', + '10719', 'x-ms-request-id', - '3e50ab4c-99c9-4f77-a8b9-f8f172036138', + '4623875a-458a-432d-96e1-171537679c91', 'x-ms-correlation-request-id', - '3e50ab4c-99c9-4f77-a8b9-f8f172036138', + '4623875a-458a-432d-96e1-171537679c91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024906Z:3e50ab4c-99c9-4f77-a8b9-f8f172036138', + 'SOUTHEASTASIA:20210924T043247Z:4623875a-458a-432d-96e1-171537679c91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:06 GMT' + 'Fri, 24 Sep 2021 04:32:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8809,21 +8809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11759', + '10718', 'x-ms-request-id', - '29b2b91d-49db-412b-95f0-bfde6947a9d5', + 'f24f5254-aab6-4d9b-8485-149bb4e7ecaa', 'x-ms-correlation-request-id', - '29b2b91d-49db-412b-95f0-bfde6947a9d5', + 'f24f5254-aab6-4d9b-8485-149bb4e7ecaa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024909Z:29b2b91d-49db-412b-95f0-bfde6947a9d5', + 'SOUTHEASTASIA:20210924T043250Z:f24f5254-aab6-4d9b-8485-149bb4e7ecaa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:08 GMT' + 'Fri, 24 Sep 2021 04:32:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8845,21 +8845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11758', + '10717', 'x-ms-request-id', - 'b11051e2-ddfe-4ee5-9ecd-97ca8c4a57a6', + 'd2291953-f991-45f5-a684-a8f19af32a19', 'x-ms-correlation-request-id', - 'b11051e2-ddfe-4ee5-9ecd-97ca8c4a57a6', + 'd2291953-f991-45f5-a684-a8f19af32a19', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024911Z:b11051e2-ddfe-4ee5-9ecd-97ca8c4a57a6', + 'SOUTHEASTASIA:20210924T043252Z:d2291953-f991-45f5-a684-a8f19af32a19', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:10 GMT' + 'Fri, 24 Sep 2021 04:32:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8881,21 +8881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11757', + '10716', 'x-ms-request-id', - '368ffc3a-d74d-4423-a264-b3b16c8bc510', + '697d9973-14c8-4cb3-a0e0-245a00cfcf66', 'x-ms-correlation-request-id', - '368ffc3a-d74d-4423-a264-b3b16c8bc510', + '697d9973-14c8-4cb3-a0e0-245a00cfcf66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024913Z:368ffc3a-d74d-4423-a264-b3b16c8bc510', + 'SOUTHEASTASIA:20210924T043254Z:697d9973-14c8-4cb3-a0e0-245a00cfcf66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:12 GMT' + 'Fri, 24 Sep 2021 04:32:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8917,21 +8917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11756', + '10715', 'x-ms-request-id', - '00e59b7f-959c-4f09-999a-f1047c27e552', + '29fc4354-3b07-4c59-9acd-7c101e3dde81', 'x-ms-correlation-request-id', - '00e59b7f-959c-4f09-999a-f1047c27e552', + '29fc4354-3b07-4c59-9acd-7c101e3dde81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024915Z:00e59b7f-959c-4f09-999a-f1047c27e552', + 'SOUTHEASTASIA:20210924T043257Z:29fc4354-3b07-4c59-9acd-7c101e3dde81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:15 GMT' + 'Fri, 24 Sep 2021 04:32:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8953,21 +8953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11755', + '10714', 'x-ms-request-id', - 'cc4240d6-b803-41c8-992f-b5ffdebf16fe', + '709d3d05-362a-409d-9cff-e9bf7d41c7bf', 'x-ms-correlation-request-id', - 'cc4240d6-b803-41c8-992f-b5ffdebf16fe', + '709d3d05-362a-409d-9cff-e9bf7d41c7bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024918Z:cc4240d6-b803-41c8-992f-b5ffdebf16fe', + 'SOUTHEASTASIA:20210924T043259Z:709d3d05-362a-409d-9cff-e9bf7d41c7bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:17 GMT' + 'Fri, 24 Sep 2021 04:32:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8989,21 +8989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11754', + '10713', 'x-ms-request-id', - 'b02c64c1-55aa-42da-b253-4cacecd86800', + '478a4046-2801-4f87-8664-ad34406b0311', 'x-ms-correlation-request-id', - 'b02c64c1-55aa-42da-b253-4cacecd86800', + '478a4046-2801-4f87-8664-ad34406b0311', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024920Z:b02c64c1-55aa-42da-b253-4cacecd86800', + 'SOUTHEASTASIA:20210924T043301Z:478a4046-2801-4f87-8664-ad34406b0311', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:19 GMT' + 'Fri, 24 Sep 2021 04:33:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9025,21 +9025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11753', + '10712', 'x-ms-request-id', - 'b0e6fd56-2ea4-49cc-9ddc-534516679c89', + 'ca0cebd1-9960-4e10-bf0b-6a2846bfc71e', 'x-ms-correlation-request-id', - 'b0e6fd56-2ea4-49cc-9ddc-534516679c89', + 'ca0cebd1-9960-4e10-bf0b-6a2846bfc71e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024922Z:b0e6fd56-2ea4-49cc-9ddc-534516679c89', + 'SOUTHEASTASIA:20210924T043304Z:ca0cebd1-9960-4e10-bf0b-6a2846bfc71e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:22 GMT' + 'Fri, 24 Sep 2021 04:33:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9061,21 +9061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11752', + '10711', 'x-ms-request-id', - 'b04fb092-f84a-41f2-968f-242d838ac0e1', + '4790e481-aa8a-40bf-8343-1339c0899175', 'x-ms-correlation-request-id', - 'b04fb092-f84a-41f2-968f-242d838ac0e1', + '4790e481-aa8a-40bf-8343-1339c0899175', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024925Z:b04fb092-f84a-41f2-968f-242d838ac0e1', + 'SOUTHEASTASIA:20210924T043306Z:4790e481-aa8a-40bf-8343-1339c0899175', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:24 GMT' + 'Fri, 24 Sep 2021 04:33:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9097,21 +9097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11751', + '10710', 'x-ms-request-id', - '5e0eaabd-789e-41df-b5dd-45076943aedc', + 'e74ba76a-4a2a-4d2b-b0f6-dcbdc4bdebd4', 'x-ms-correlation-request-id', - '5e0eaabd-789e-41df-b5dd-45076943aedc', + 'e74ba76a-4a2a-4d2b-b0f6-dcbdc4bdebd4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024927Z:5e0eaabd-789e-41df-b5dd-45076943aedc', + 'SOUTHEASTASIA:20210924T043308Z:e74ba76a-4a2a-4d2b-b0f6-dcbdc4bdebd4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:26 GMT' + 'Fri, 24 Sep 2021 04:33:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9133,21 +9133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11750', + '10709', 'x-ms-request-id', - 'a108389d-11c8-4d5c-a2eb-d4d61894c118', + '0d0c33f8-314f-4f69-9ebe-b42a44dbd88a', 'x-ms-correlation-request-id', - 'a108389d-11c8-4d5c-a2eb-d4d61894c118', + '0d0c33f8-314f-4f69-9ebe-b42a44dbd88a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024929Z:a108389d-11c8-4d5c-a2eb-d4d61894c118', + 'SOUTHEASTASIA:20210924T043310Z:0d0c33f8-314f-4f69-9ebe-b42a44dbd88a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:29 GMT' + 'Fri, 24 Sep 2021 04:33:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9169,21 +9169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11749', + '10708', 'x-ms-request-id', - 'f0d3d01c-353a-44dc-b30f-7359d92ee71b', + '070bd6f7-46e4-481e-ace3-594233484c91', 'x-ms-correlation-request-id', - 'f0d3d01c-353a-44dc-b30f-7359d92ee71b', + '070bd6f7-46e4-481e-ace3-594233484c91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024932Z:f0d3d01c-353a-44dc-b30f-7359d92ee71b', + 'SOUTHEASTASIA:20210924T043313Z:070bd6f7-46e4-481e-ace3-594233484c91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:31 GMT' + 'Fri, 24 Sep 2021 04:33:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9205,21 +9205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11748', + '10707', 'x-ms-request-id', - '8527fece-6221-492a-9ae8-0cfb63477a5e', + '746037c0-c8bd-47d8-8e18-86e9101f066e', 'x-ms-correlation-request-id', - '8527fece-6221-492a-9ae8-0cfb63477a5e', + '746037c0-c8bd-47d8-8e18-86e9101f066e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024934Z:8527fece-6221-492a-9ae8-0cfb63477a5e', + 'SOUTHEASTASIA:20210924T043315Z:746037c0-c8bd-47d8-8e18-86e9101f066e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:33 GMT' + 'Fri, 24 Sep 2021 04:33:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9241,21 +9241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11747', + '10706', 'x-ms-request-id', - '21360169-2eed-4d46-94fe-454546f94218', + '39b006e9-276a-47b9-95d5-f601eba79db8', 'x-ms-correlation-request-id', - '21360169-2eed-4d46-94fe-454546f94218', + '39b006e9-276a-47b9-95d5-f601eba79db8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024936Z:21360169-2eed-4d46-94fe-454546f94218', + 'SOUTHEASTASIA:20210924T043317Z:39b006e9-276a-47b9-95d5-f601eba79db8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:35 GMT' + 'Fri, 24 Sep 2021 04:33:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9277,21 +9277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11746', + '10705', 'x-ms-request-id', - '67a57a0a-2cb3-4406-977a-215040a3a6c5', + 'afd45aff-e9ad-4f08-8a3b-d7b5fd28df9b', 'x-ms-correlation-request-id', - '67a57a0a-2cb3-4406-977a-215040a3a6c5', + 'afd45aff-e9ad-4f08-8a3b-d7b5fd28df9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024939Z:67a57a0a-2cb3-4406-977a-215040a3a6c5', + 'SOUTHEASTASIA:20210924T043320Z:afd45aff-e9ad-4f08-8a3b-d7b5fd28df9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:38 GMT' + 'Fri, 24 Sep 2021 04:33:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9313,21 +9313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11745', + '10704', 'x-ms-request-id', - '05c8f553-8393-4aa5-8db2-d97135c99c92', + 'a9ba1ab9-b386-41b1-b3a9-82619dca2487', 'x-ms-correlation-request-id', - '05c8f553-8393-4aa5-8db2-d97135c99c92', + 'a9ba1ab9-b386-41b1-b3a9-82619dca2487', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024941Z:05c8f553-8393-4aa5-8db2-d97135c99c92', + 'SOUTHEASTASIA:20210924T043322Z:a9ba1ab9-b386-41b1-b3a9-82619dca2487', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:40 GMT' + 'Fri, 24 Sep 2021 04:33:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9349,21 +9349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11744', + '10703', 'x-ms-request-id', - 'e40f37bc-3127-47cf-b460-5fca2ee0122f', + 'acea0ba0-7c69-4a05-9f5f-bd092e9389d2', 'x-ms-correlation-request-id', - 'e40f37bc-3127-47cf-b460-5fca2ee0122f', + 'acea0ba0-7c69-4a05-9f5f-bd092e9389d2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024943Z:e40f37bc-3127-47cf-b460-5fca2ee0122f', + 'SOUTHEASTASIA:20210924T043324Z:acea0ba0-7c69-4a05-9f5f-bd092e9389d2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:43 GMT' + 'Fri, 24 Sep 2021 04:33:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9385,21 +9385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11743', + '10702', 'x-ms-request-id', - 'a5624b8c-fc1d-48c7-9e75-72dd05d52653', + 'b04e6ab1-a46b-4d5a-b032-8b8b95659aab', 'x-ms-correlation-request-id', - 'a5624b8c-fc1d-48c7-9e75-72dd05d52653', + 'b04e6ab1-a46b-4d5a-b032-8b8b95659aab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024946Z:a5624b8c-fc1d-48c7-9e75-72dd05d52653', + 'SOUTHEASTASIA:20210924T043327Z:b04e6ab1-a46b-4d5a-b032-8b8b95659aab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:45 GMT' + 'Fri, 24 Sep 2021 04:33:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9421,21 +9421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11742', + '10701', 'x-ms-request-id', - '32a83600-41af-4b8f-832a-cbfc8985fb42', + '25beeca5-2784-4cad-b565-ba27ec1b19b9', 'x-ms-correlation-request-id', - '32a83600-41af-4b8f-832a-cbfc8985fb42', + '25beeca5-2784-4cad-b565-ba27ec1b19b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024948Z:32a83600-41af-4b8f-832a-cbfc8985fb42', + 'SOUTHEASTASIA:20210924T043329Z:25beeca5-2784-4cad-b565-ba27ec1b19b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:47 GMT' + 'Fri, 24 Sep 2021 04:33:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9457,21 +9457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11741', + '10700', 'x-ms-request-id', - '0721ca58-df5b-435e-a3ea-170587d123df', + '29a1a19b-b6cc-46ad-9609-d75fe90ff0cc', 'x-ms-correlation-request-id', - '0721ca58-df5b-435e-a3ea-170587d123df', + '29a1a19b-b6cc-46ad-9609-d75fe90ff0cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024950Z:0721ca58-df5b-435e-a3ea-170587d123df', + 'SOUTHEASTASIA:20210924T043331Z:29a1a19b-b6cc-46ad-9609-d75fe90ff0cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:49 GMT' + 'Fri, 24 Sep 2021 04:33:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9493,21 +9493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11740', + '10699', 'x-ms-request-id', - '0572dd0e-c2b7-4f31-b3c6-f18e8e6118d6', + 'e6121947-3ec8-4245-b0d9-25c47bb2eb3f', 'x-ms-correlation-request-id', - '0572dd0e-c2b7-4f31-b3c6-f18e8e6118d6', + 'e6121947-3ec8-4245-b0d9-25c47bb2eb3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024953Z:0572dd0e-c2b7-4f31-b3c6-f18e8e6118d6', + 'SOUTHEASTASIA:20210924T043334Z:e6121947-3ec8-4245-b0d9-25c47bb2eb3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:52 GMT' + 'Fri, 24 Sep 2021 04:33:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9529,21 +9529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11739', + '10698', 'x-ms-request-id', - 'b1f7ffd4-0c59-4f54-8070-a3ca016210f4', + '73f31f44-2e33-41d8-9559-c3dcdc872dfe', 'x-ms-correlation-request-id', - 'b1f7ffd4-0c59-4f54-8070-a3ca016210f4', + '73f31f44-2e33-41d8-9559-c3dcdc872dfe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024955Z:b1f7ffd4-0c59-4f54-8070-a3ca016210f4', + 'SOUTHEASTASIA:20210924T043336Z:73f31f44-2e33-41d8-9559-c3dcdc872dfe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:54 GMT' + 'Fri, 24 Sep 2021 04:33:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9565,21 +9565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11738', + '10697', 'x-ms-request-id', - '7c18cc2e-6d2d-4b80-aef4-cdb462f53c4a', + '07697139-0727-4086-9644-c65f894dac32', 'x-ms-correlation-request-id', - '7c18cc2e-6d2d-4b80-aef4-cdb462f53c4a', + '07697139-0727-4086-9644-c65f894dac32', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T024957Z:7c18cc2e-6d2d-4b80-aef4-cdb462f53c4a', + 'SOUTHEASTASIA:20210924T043338Z:07697139-0727-4086-9644-c65f894dac32', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:56 GMT' + 'Fri, 24 Sep 2021 04:33:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9601,21 +9601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11737', + '10696', 'x-ms-request-id', - '19913bb7-3890-4370-89c8-393f718083dd', + 'df5e3710-4aea-4219-a001-44a849501ac6', 'x-ms-correlation-request-id', - '19913bb7-3890-4370-89c8-393f718083dd', + 'df5e3710-4aea-4219-a001-44a849501ac6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025000Z:19913bb7-3890-4370-89c8-393f718083dd', + 'SOUTHEASTASIA:20210924T043341Z:df5e3710-4aea-4219-a001-44a849501ac6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:49:59 GMT' + 'Fri, 24 Sep 2021 04:33:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9637,21 +9637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11736', + '10695', 'x-ms-request-id', - '5638dd51-8b0a-4b9c-9b01-b61c6789c8b6', + '302f0b38-7cb7-4457-a7d5-656b20192b57', 'x-ms-correlation-request-id', - '5638dd51-8b0a-4b9c-9b01-b61c6789c8b6', + '302f0b38-7cb7-4457-a7d5-656b20192b57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025003Z:5638dd51-8b0a-4b9c-9b01-b61c6789c8b6', + 'SOUTHEASTASIA:20210924T043343Z:302f0b38-7cb7-4457-a7d5-656b20192b57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:02 GMT' + 'Fri, 24 Sep 2021 04:33:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9673,21 +9673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11735', + '10694', 'x-ms-request-id', - '83bd4549-5389-4b26-bf3f-53b4ab88a837', + '1587a9c4-5c55-42f1-979d-b45268d05498', 'x-ms-correlation-request-id', - '83bd4549-5389-4b26-bf3f-53b4ab88a837', + '1587a9c4-5c55-42f1-979d-b45268d05498', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025005Z:83bd4549-5389-4b26-bf3f-53b4ab88a837', + 'SOUTHEASTASIA:20210924T043345Z:1587a9c4-5c55-42f1-979d-b45268d05498', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:04 GMT' + 'Fri, 24 Sep 2021 04:33:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9709,21 +9709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11734', + '10693', 'x-ms-request-id', - '3c0d9bba-28ba-4a4f-aed2-5c205dd1b747', + '3102e549-dfa2-4114-9945-f78e6d7d538a', 'x-ms-correlation-request-id', - '3c0d9bba-28ba-4a4f-aed2-5c205dd1b747', + '3102e549-dfa2-4114-9945-f78e6d7d538a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025007Z:3c0d9bba-28ba-4a4f-aed2-5c205dd1b747', + 'SOUTHEASTASIA:20210924T043348Z:3102e549-dfa2-4114-9945-f78e6d7d538a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:06 GMT' + 'Fri, 24 Sep 2021 04:33:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9745,21 +9745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11733', + '10692', 'x-ms-request-id', - '2b523389-3f7c-44b8-9e10-34c05e1a9e10', + '57a3bb93-c3cd-45d3-aa9e-d3c6c01290e9', 'x-ms-correlation-request-id', - '2b523389-3f7c-44b8-9e10-34c05e1a9e10', + '57a3bb93-c3cd-45d3-aa9e-d3c6c01290e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025010Z:2b523389-3f7c-44b8-9e10-34c05e1a9e10', + 'SOUTHEASTASIA:20210924T043350Z:57a3bb93-c3cd-45d3-aa9e-d3c6c01290e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:09 GMT' + 'Fri, 24 Sep 2021 04:33:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9781,21 +9781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11732', + '10691', 'x-ms-request-id', - '35220a4d-cbc3-4a4c-872a-9e1d342c6516', + '3369ebfe-0d39-463f-aae0-9fe01e3fa17c', 'x-ms-correlation-request-id', - '35220a4d-cbc3-4a4c-872a-9e1d342c6516', + '3369ebfe-0d39-463f-aae0-9fe01e3fa17c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025012Z:35220a4d-cbc3-4a4c-872a-9e1d342c6516', + 'SOUTHEASTASIA:20210924T043352Z:3369ebfe-0d39-463f-aae0-9fe01e3fa17c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:11 GMT' + 'Fri, 24 Sep 2021 04:33:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9817,21 +9817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11731', + '10690', 'x-ms-request-id', - 'f008c237-7119-4dbe-b514-d8c0061b1d80', + '91b54e86-ce2f-4746-ae83-94bd5c01b22e', 'x-ms-correlation-request-id', - 'f008c237-7119-4dbe-b514-d8c0061b1d80', + '91b54e86-ce2f-4746-ae83-94bd5c01b22e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025014Z:f008c237-7119-4dbe-b514-d8c0061b1d80', + 'SOUTHEASTASIA:20210924T043355Z:91b54e86-ce2f-4746-ae83-94bd5c01b22e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:13 GMT' + 'Fri, 24 Sep 2021 04:33:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9853,21 +9853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11730', + '10689', 'x-ms-request-id', - '9fba9efa-b648-44b7-9dbf-95b7ce0939eb', + 'd00259d2-ca6c-4d4b-ae3c-a70441f1dba7', 'x-ms-correlation-request-id', - '9fba9efa-b648-44b7-9dbf-95b7ce0939eb', + 'd00259d2-ca6c-4d4b-ae3c-a70441f1dba7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025017Z:9fba9efa-b648-44b7-9dbf-95b7ce0939eb', + 'SOUTHEASTASIA:20210924T043357Z:d00259d2-ca6c-4d4b-ae3c-a70441f1dba7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:16 GMT' + 'Fri, 24 Sep 2021 04:33:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9889,21 +9889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11729', + '10688', 'x-ms-request-id', - '69fee0c7-4f29-4f0b-bba9-afd3e564d35a', + '8e256130-39c2-4cd3-ac8c-762167563a1a', 'x-ms-correlation-request-id', - '69fee0c7-4f29-4f0b-bba9-afd3e564d35a', + '8e256130-39c2-4cd3-ac8c-762167563a1a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025019Z:69fee0c7-4f29-4f0b-bba9-afd3e564d35a', + 'SOUTHEASTASIA:20210924T043359Z:8e256130-39c2-4cd3-ac8c-762167563a1a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:18 GMT' + 'Fri, 24 Sep 2021 04:33:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9925,21 +9925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11728', + '10687', 'x-ms-request-id', - '35aa3068-d1a3-40ac-8f22-821321f424f9', + '8441ea90-a7f4-471f-a051-86b4d4ca4592', 'x-ms-correlation-request-id', - '35aa3068-d1a3-40ac-8f22-821321f424f9', + '8441ea90-a7f4-471f-a051-86b4d4ca4592', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025021Z:35aa3068-d1a3-40ac-8f22-821321f424f9', + 'SOUTHEASTASIA:20210924T043401Z:8441ea90-a7f4-471f-a051-86b4d4ca4592', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:20 GMT' + 'Fri, 24 Sep 2021 04:34:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9961,21 +9961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11727', + '10686', 'x-ms-request-id', - '010fab81-344c-42f6-8afe-f5022abebca3', + '2d9c6a49-1dd9-426f-b21a-631f4fdbd270', 'x-ms-correlation-request-id', - '010fab81-344c-42f6-8afe-f5022abebca3', + '2d9c6a49-1dd9-426f-b21a-631f4fdbd270', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025024Z:010fab81-344c-42f6-8afe-f5022abebca3', + 'SOUTHEASTASIA:20210924T043404Z:2d9c6a49-1dd9-426f-b21a-631f4fdbd270', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:23 GMT' + 'Fri, 24 Sep 2021 04:34:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9997,21 +9997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11726', + '10685', 'x-ms-request-id', - '0c3bab39-104f-4b6e-bc95-ce92e58ed2cc', + '8f556dc0-29fe-4251-b6ef-6c895fe33969', 'x-ms-correlation-request-id', - '0c3bab39-104f-4b6e-bc95-ce92e58ed2cc', + '8f556dc0-29fe-4251-b6ef-6c895fe33969', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025026Z:0c3bab39-104f-4b6e-bc95-ce92e58ed2cc', + 'SOUTHEASTASIA:20210924T043406Z:8f556dc0-29fe-4251-b6ef-6c895fe33969', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:26 GMT' + 'Fri, 24 Sep 2021 04:34:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10033,21 +10033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11725', + '10684', 'x-ms-request-id', - 'b8caeb9d-6db2-4d6d-acd9-a37185c3c1c3', + '284a16ed-4c7b-4c41-b803-1a9de7ae53df', 'x-ms-correlation-request-id', - 'b8caeb9d-6db2-4d6d-acd9-a37185c3c1c3', + '284a16ed-4c7b-4c41-b803-1a9de7ae53df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025028Z:b8caeb9d-6db2-4d6d-acd9-a37185c3c1c3', + 'SOUTHEASTASIA:20210924T043408Z:284a16ed-4c7b-4c41-b803-1a9de7ae53df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:28 GMT' + 'Fri, 24 Sep 2021 04:34:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10069,21 +10069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11724', + '10683', 'x-ms-request-id', - '90d65f51-fd13-4a4c-8fa6-9e39bb0927c2', + '7570930c-8afa-4034-94cd-9550ab2eb4e9', 'x-ms-correlation-request-id', - '90d65f51-fd13-4a4c-8fa6-9e39bb0927c2', + '7570930c-8afa-4034-94cd-9550ab2eb4e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025030Z:90d65f51-fd13-4a4c-8fa6-9e39bb0927c2', + 'SOUTHEASTASIA:20210924T043411Z:7570930c-8afa-4034-94cd-9550ab2eb4e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:30 GMT' + 'Fri, 24 Sep 2021 04:34:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10105,21 +10105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11723', + '10682', 'x-ms-request-id', - '6518fbbc-4eac-45da-96de-a8a45c79d981', + 'd248ff95-a6e0-4e8e-94af-41f9865c3974', 'x-ms-correlation-request-id', - '6518fbbc-4eac-45da-96de-a8a45c79d981', + 'd248ff95-a6e0-4e8e-94af-41f9865c3974', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025033Z:6518fbbc-4eac-45da-96de-a8a45c79d981', + 'SOUTHEASTASIA:20210924T043413Z:d248ff95-a6e0-4e8e-94af-41f9865c3974', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:33 GMT' + 'Fri, 24 Sep 2021 04:34:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10141,21 +10141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11722', + '10681', 'x-ms-request-id', - '0caf32b5-d115-4426-9016-a006bbe58cda', + 'cec47d6d-d4b8-4e30-b557-16b6d5bf59e2', 'x-ms-correlation-request-id', - '0caf32b5-d115-4426-9016-a006bbe58cda', + 'cec47d6d-d4b8-4e30-b557-16b6d5bf59e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025035Z:0caf32b5-d115-4426-9016-a006bbe58cda', + 'SOUTHEASTASIA:20210924T043415Z:cec47d6d-d4b8-4e30-b557-16b6d5bf59e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:35 GMT' + 'Fri, 24 Sep 2021 04:34:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10177,21 +10177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11721', + '10680', 'x-ms-request-id', - '4bb05cb6-a5a5-492c-a779-caaf0477b36b', + '2475aaa0-5431-4262-8b22-d0a1f1a509e1', 'x-ms-correlation-request-id', - '4bb05cb6-a5a5-492c-a779-caaf0477b36b', + '2475aaa0-5431-4262-8b22-d0a1f1a509e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025037Z:4bb05cb6-a5a5-492c-a779-caaf0477b36b', + 'SOUTHEASTASIA:20210924T043418Z:2475aaa0-5431-4262-8b22-d0a1f1a509e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:37 GMT' + 'Fri, 24 Sep 2021 04:34:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10213,21 +10213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11720', + '10679', 'x-ms-request-id', - '67a43fae-db87-4cdb-9581-46e2a9b79abc', + 'ad4e7ce3-c988-4b9c-8564-5759eff99388', 'x-ms-correlation-request-id', - '67a43fae-db87-4cdb-9581-46e2a9b79abc', + 'ad4e7ce3-c988-4b9c-8564-5759eff99388', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025040Z:67a43fae-db87-4cdb-9581-46e2a9b79abc', + 'SOUTHEASTASIA:20210924T043420Z:ad4e7ce3-c988-4b9c-8564-5759eff99388', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:40 GMT' + 'Fri, 24 Sep 2021 04:34:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10249,21 +10249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11719', + '10678', 'x-ms-request-id', - 'f8774f0d-52f2-4922-aad6-21e1e2b3055b', + 'a43132f3-b2ff-4b44-b252-e6448078e2f6', 'x-ms-correlation-request-id', - 'f8774f0d-52f2-4922-aad6-21e1e2b3055b', + 'a43132f3-b2ff-4b44-b252-e6448078e2f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025042Z:f8774f0d-52f2-4922-aad6-21e1e2b3055b', + 'SOUTHEASTASIA:20210924T043422Z:a43132f3-b2ff-4b44-b252-e6448078e2f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:42 GMT' + 'Fri, 24 Sep 2021 04:34:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10285,21 +10285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11718', + '10677', 'x-ms-request-id', - '88487f06-535c-4dd0-be11-48925d15f6ae', + '19daba44-365c-47e4-aad4-ad53f8d1aaa3', 'x-ms-correlation-request-id', - '88487f06-535c-4dd0-be11-48925d15f6ae', + '19daba44-365c-47e4-aad4-ad53f8d1aaa3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025044Z:88487f06-535c-4dd0-be11-48925d15f6ae', + 'SOUTHEASTASIA:20210924T043425Z:19daba44-365c-47e4-aad4-ad53f8d1aaa3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:44 GMT' + 'Fri, 24 Sep 2021 04:34:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10321,21 +10321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11717', + '10676', 'x-ms-request-id', - '078e6b45-ff21-4e0a-a559-87413adf7e8c', + 'c041bda7-0b51-49c3-b6d8-4b10570f5247', 'x-ms-correlation-request-id', - '078e6b45-ff21-4e0a-a559-87413adf7e8c', + 'c041bda7-0b51-49c3-b6d8-4b10570f5247', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025047Z:078e6b45-ff21-4e0a-a559-87413adf7e8c', + 'SOUTHEASTASIA:20210924T043427Z:c041bda7-0b51-49c3-b6d8-4b10570f5247', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:47 GMT' + 'Fri, 24 Sep 2021 04:34:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10357,21 +10357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11716', + '10675', 'x-ms-request-id', - 'e8c550b1-55b7-4d92-8aa5-6905466442f7', + 'a8f7f325-146f-4106-8fc3-ab77b7cc8c57', 'x-ms-correlation-request-id', - 'e8c550b1-55b7-4d92-8aa5-6905466442f7', + 'a8f7f325-146f-4106-8fc3-ab77b7cc8c57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025049Z:e8c550b1-55b7-4d92-8aa5-6905466442f7', + 'SOUTHEASTASIA:20210924T043429Z:a8f7f325-146f-4106-8fc3-ab77b7cc8c57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:49 GMT' + 'Fri, 24 Sep 2021 04:34:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10393,21 +10393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11715', + '10674', 'x-ms-request-id', - '59ea3140-640e-4a51-9a03-a14ac6f5fcaa', + 'cc490f25-f359-4907-84f5-e4e867143919', 'x-ms-correlation-request-id', - '59ea3140-640e-4a51-9a03-a14ac6f5fcaa', + 'cc490f25-f359-4907-84f5-e4e867143919', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025051Z:59ea3140-640e-4a51-9a03-a14ac6f5fcaa', + 'SOUTHEASTASIA:20210924T043432Z:cc490f25-f359-4907-84f5-e4e867143919', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:51 GMT' + 'Fri, 24 Sep 2021 04:34:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10429,21 +10429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11714', + '10673', 'x-ms-request-id', - 'ad0332a8-ca76-49e7-b9ae-c3e25859c823', + '13efeb55-e2ef-486d-8a38-0f9afee9d782', 'x-ms-correlation-request-id', - 'ad0332a8-ca76-49e7-b9ae-c3e25859c823', + '13efeb55-e2ef-486d-8a38-0f9afee9d782', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025054Z:ad0332a8-ca76-49e7-b9ae-c3e25859c823', + 'SOUTHEASTASIA:20210924T043434Z:13efeb55-e2ef-486d-8a38-0f9afee9d782', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:53 GMT' + 'Fri, 24 Sep 2021 04:34:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10465,21 +10465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11713', + '10672', 'x-ms-request-id', - 'c4851f22-f470-4489-bf91-29f0b1bd1fa5', + '65bd6a8d-13d6-49df-9b11-bcebf83c8d13', 'x-ms-correlation-request-id', - 'c4851f22-f470-4489-bf91-29f0b1bd1fa5', + '65bd6a8d-13d6-49df-9b11-bcebf83c8d13', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025056Z:c4851f22-f470-4489-bf91-29f0b1bd1fa5', + 'SOUTHEASTASIA:20210924T043436Z:65bd6a8d-13d6-49df-9b11-bcebf83c8d13', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:56 GMT' + 'Fri, 24 Sep 2021 04:34:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10501,21 +10501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11712', + '10671', 'x-ms-request-id', - 'bd000382-49fe-4935-8558-ebb5d50f16ec', + '5ef406e3-7e9f-4030-91d9-a4a7b06d4e6e', 'x-ms-correlation-request-id', - 'bd000382-49fe-4935-8558-ebb5d50f16ec', + '5ef406e3-7e9f-4030-91d9-a4a7b06d4e6e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025058Z:bd000382-49fe-4935-8558-ebb5d50f16ec', + 'SOUTHEASTASIA:20210924T043439Z:5ef406e3-7e9f-4030-91d9-a4a7b06d4e6e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:50:58 GMT' + 'Fri, 24 Sep 2021 04:34:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10537,21 +10537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11711', + '10670', 'x-ms-request-id', - '642d672b-14fe-4f99-b45a-e6ca7343c0f8', + '85021309-0e8d-47f0-83a8-322dbd630d62', 'x-ms-correlation-request-id', - '642d672b-14fe-4f99-b45a-e6ca7343c0f8', + '85021309-0e8d-47f0-83a8-322dbd630d62', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025101Z:642d672b-14fe-4f99-b45a-e6ca7343c0f8', + 'SOUTHEASTASIA:20210924T043441Z:85021309-0e8d-47f0-83a8-322dbd630d62', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:01 GMT' + 'Fri, 24 Sep 2021 04:34:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10573,21 +10573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11710', + '10669', 'x-ms-request-id', - 'cf515650-d8e8-40b4-a2fe-85c3fc796503', + '93b051db-d690-47da-9959-12fe2cf2b9c5', 'x-ms-correlation-request-id', - 'cf515650-d8e8-40b4-a2fe-85c3fc796503', + '93b051db-d690-47da-9959-12fe2cf2b9c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025104Z:cf515650-d8e8-40b4-a2fe-85c3fc796503', + 'SOUTHEASTASIA:20210924T043443Z:93b051db-d690-47da-9959-12fe2cf2b9c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:04 GMT' + 'Fri, 24 Sep 2021 04:34:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10609,21 +10609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11709', + '10668', 'x-ms-request-id', - '93696775-9c1d-451a-9a50-737f00489b9a', + '62d912f0-a50a-4dea-8107-772851ed1dae', 'x-ms-correlation-request-id', - '93696775-9c1d-451a-9a50-737f00489b9a', + '62d912f0-a50a-4dea-8107-772851ed1dae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025106Z:93696775-9c1d-451a-9a50-737f00489b9a', + 'SOUTHEASTASIA:20210924T043446Z:62d912f0-a50a-4dea-8107-772851ed1dae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:06 GMT' + 'Fri, 24 Sep 2021 04:34:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10645,21 +10645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11708', + '10667', 'x-ms-request-id', - '76a51c92-39e8-4c73-801e-56696e4e9cb2', + 'ac8be0c2-45c8-46d7-a1fe-89150e612124', 'x-ms-correlation-request-id', - '76a51c92-39e8-4c73-801e-56696e4e9cb2', + 'ac8be0c2-45c8-46d7-a1fe-89150e612124', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025108Z:76a51c92-39e8-4c73-801e-56696e4e9cb2', + 'SOUTHEASTASIA:20210924T043448Z:ac8be0c2-45c8-46d7-a1fe-89150e612124', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:08 GMT' + 'Fri, 24 Sep 2021 04:34:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10681,21 +10681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11707', + '10666', 'x-ms-request-id', - '5584fd70-7afb-4991-a7c7-fbe707b52d56', + '4953f13a-d6f5-4fc7-bd12-d711af828592', 'x-ms-correlation-request-id', - '5584fd70-7afb-4991-a7c7-fbe707b52d56', + '4953f13a-d6f5-4fc7-bd12-d711af828592', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025111Z:5584fd70-7afb-4991-a7c7-fbe707b52d56', + 'SOUTHEASTASIA:20210924T043450Z:4953f13a-d6f5-4fc7-bd12-d711af828592', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:10 GMT' + 'Fri, 24 Sep 2021 04:34:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10717,21 +10717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11706', + '10665', 'x-ms-request-id', - 'b5fb2b3d-6392-47ec-a4bb-8189a0931ab7', + '2bdccd53-7b70-410d-80f0-1252de37f311', 'x-ms-correlation-request-id', - 'b5fb2b3d-6392-47ec-a4bb-8189a0931ab7', + '2bdccd53-7b70-410d-80f0-1252de37f311', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025113Z:b5fb2b3d-6392-47ec-a4bb-8189a0931ab7', + 'SOUTHEASTASIA:20210924T043452Z:2bdccd53-7b70-410d-80f0-1252de37f311', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:13 GMT' + 'Fri, 24 Sep 2021 04:34:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10753,21 +10753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11705', + '10664', 'x-ms-request-id', - 'a47809df-5ca6-4059-8316-ea7e1a73d46d', + '418bf7ec-2d4d-4cb8-a2df-69de565ffce6', 'x-ms-correlation-request-id', - 'a47809df-5ca6-4059-8316-ea7e1a73d46d', + '418bf7ec-2d4d-4cb8-a2df-69de565ffce6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025115Z:a47809df-5ca6-4059-8316-ea7e1a73d46d', + 'SOUTHEASTASIA:20210924T043455Z:418bf7ec-2d4d-4cb8-a2df-69de565ffce6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:15 GMT' + 'Fri, 24 Sep 2021 04:34:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10789,21 +10789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11704', + '10663', 'x-ms-request-id', - '7f4564ce-8c29-4670-b1a6-ed2d97c8f880', + '971f277a-7b6b-44e4-bca8-fc46aa05238f', 'x-ms-correlation-request-id', - '7f4564ce-8c29-4670-b1a6-ed2d97c8f880', + '971f277a-7b6b-44e4-bca8-fc46aa05238f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025118Z:7f4564ce-8c29-4670-b1a6-ed2d97c8f880', + 'SOUTHEASTASIA:20210924T043457Z:971f277a-7b6b-44e4-bca8-fc46aa05238f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:17 GMT' + 'Fri, 24 Sep 2021 04:34:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10825,21 +10825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11703', + '10662', 'x-ms-request-id', - '3ed25bb9-9e78-4dd1-98e0-ee801616d366', + '4b2b9745-6f32-41dd-90d8-16fb832aaf49', 'x-ms-correlation-request-id', - '3ed25bb9-9e78-4dd1-98e0-ee801616d366', + '4b2b9745-6f32-41dd-90d8-16fb832aaf49', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025120Z:3ed25bb9-9e78-4dd1-98e0-ee801616d366', + 'SOUTHEASTASIA:20210924T043459Z:4b2b9745-6f32-41dd-90d8-16fb832aaf49', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:20 GMT' + 'Fri, 24 Sep 2021 04:34:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10861,21 +10861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11702', + '10661', 'x-ms-request-id', - '73c6c025-2eef-4509-89cf-d58f170f44e3', + '39656888-c616-4cd3-9588-7e37ac520dac', 'x-ms-correlation-request-id', - '73c6c025-2eef-4509-89cf-d58f170f44e3', + '39656888-c616-4cd3-9588-7e37ac520dac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025122Z:73c6c025-2eef-4509-89cf-d58f170f44e3', + 'SOUTHEASTASIA:20210924T043502Z:39656888-c616-4cd3-9588-7e37ac520dac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:22 GMT' + 'Fri, 24 Sep 2021 04:35:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10897,21 +10897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11701', + '10660', 'x-ms-request-id', - 'e986200a-1550-45a7-81f6-5f24165085b7', + '908a849d-d412-4770-8e28-f561a1fb4f2d', 'x-ms-correlation-request-id', - 'e986200a-1550-45a7-81f6-5f24165085b7', + '908a849d-d412-4770-8e28-f561a1fb4f2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025125Z:e986200a-1550-45a7-81f6-5f24165085b7', + 'SOUTHEASTASIA:20210924T043504Z:908a849d-d412-4770-8e28-f561a1fb4f2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:24 GMT' + 'Fri, 24 Sep 2021 04:35:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10933,21 +10933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11700', + '10659', 'x-ms-request-id', - '0afd3979-48ed-4a9b-8fa8-2f3b3a2f86ea', + '7bde7082-8f61-430a-b33c-2ecd3b2c2df8', 'x-ms-correlation-request-id', - '0afd3979-48ed-4a9b-8fa8-2f3b3a2f86ea', + '7bde7082-8f61-430a-b33c-2ecd3b2c2df8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025127Z:0afd3979-48ed-4a9b-8fa8-2f3b3a2f86ea', + 'SOUTHEASTASIA:20210924T043506Z:7bde7082-8f61-430a-b33c-2ecd3b2c2df8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:27 GMT' + 'Fri, 24 Sep 2021 04:35:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10969,21 +10969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11699', + '10658', 'x-ms-request-id', - '278326bd-a96d-4df9-bdcb-b5bb56bf90a1', + 'effef27e-5f71-424b-84ba-2969164ed6bf', 'x-ms-correlation-request-id', - '278326bd-a96d-4df9-bdcb-b5bb56bf90a1', + 'effef27e-5f71-424b-84ba-2969164ed6bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025129Z:278326bd-a96d-4df9-bdcb-b5bb56bf90a1', + 'SOUTHEASTASIA:20210924T043509Z:effef27e-5f71-424b-84ba-2969164ed6bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:29 GMT' + 'Fri, 24 Sep 2021 04:35:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11005,21 +11005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11698', + '10657', 'x-ms-request-id', - 'aa072e44-ac35-49dc-8433-94a27430672b', + '7ef7c663-9f6d-4584-b028-dafe8b921be6', 'x-ms-correlation-request-id', - 'aa072e44-ac35-49dc-8433-94a27430672b', + '7ef7c663-9f6d-4584-b028-dafe8b921be6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025132Z:aa072e44-ac35-49dc-8433-94a27430672b', + 'SOUTHEASTASIA:20210924T043511Z:7ef7c663-9f6d-4584-b028-dafe8b921be6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:31 GMT' + 'Fri, 24 Sep 2021 04:35:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11041,21 +11041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11697', + '10656', 'x-ms-request-id', - '9cfe6be3-ecaa-4057-b96e-40a66a99079e', + '7962179f-ddd4-45e1-8d85-9958980ecf9d', 'x-ms-correlation-request-id', - '9cfe6be3-ecaa-4057-b96e-40a66a99079e', + '7962179f-ddd4-45e1-8d85-9958980ecf9d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025134Z:9cfe6be3-ecaa-4057-b96e-40a66a99079e', + 'SOUTHEASTASIA:20210924T043513Z:7962179f-ddd4-45e1-8d85-9958980ecf9d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:33 GMT' + 'Fri, 24 Sep 2021 04:35:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11077,21 +11077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11696', + '10655', 'x-ms-request-id', - '64697fcd-c074-4d83-9527-1b00e645da9c', + '5bd4d004-a171-48f7-8867-18f8ffd61194', 'x-ms-correlation-request-id', - '64697fcd-c074-4d83-9527-1b00e645da9c', + '5bd4d004-a171-48f7-8867-18f8ffd61194', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025136Z:64697fcd-c074-4d83-9527-1b00e645da9c', + 'SOUTHEASTASIA:20210924T043516Z:5bd4d004-a171-48f7-8867-18f8ffd61194', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:36 GMT' + 'Fri, 24 Sep 2021 04:35:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11113,21 +11113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11695', + '10654', 'x-ms-request-id', - '5add379b-7332-4142-ab1c-14f2039bd9b2', + '9585aefa-223a-4226-8592-20eaba230f71', 'x-ms-correlation-request-id', - '5add379b-7332-4142-ab1c-14f2039bd9b2', + '9585aefa-223a-4226-8592-20eaba230f71', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025139Z:5add379b-7332-4142-ab1c-14f2039bd9b2', + 'SOUTHEASTASIA:20210924T043518Z:9585aefa-223a-4226-8592-20eaba230f71', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:38 GMT' + 'Fri, 24 Sep 2021 04:35:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11149,21 +11149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11694', + '10653', 'x-ms-request-id', - 'd8ff9a15-a91c-4ade-bebc-8d1ded2c6e68', + 'b794b778-7f5d-4ca5-81df-ee0885c6c3f1', 'x-ms-correlation-request-id', - 'd8ff9a15-a91c-4ade-bebc-8d1ded2c6e68', + 'b794b778-7f5d-4ca5-81df-ee0885c6c3f1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025141Z:d8ff9a15-a91c-4ade-bebc-8d1ded2c6e68', + 'SOUTHEASTASIA:20210924T043520Z:b794b778-7f5d-4ca5-81df-ee0885c6c3f1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:40 GMT' + 'Fri, 24 Sep 2021 04:35:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11185,21 +11185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11693', + '10652', 'x-ms-request-id', - 'a941025f-523b-4484-ad63-c9b3cd799796', + '66b7a4bd-eb83-4913-9649-07076e4dcc6f', 'x-ms-correlation-request-id', - 'a941025f-523b-4484-ad63-c9b3cd799796', + '66b7a4bd-eb83-4913-9649-07076e4dcc6f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025143Z:a941025f-523b-4484-ad63-c9b3cd799796', + 'SOUTHEASTASIA:20210924T043523Z:66b7a4bd-eb83-4913-9649-07076e4dcc6f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:43 GMT' + 'Fri, 24 Sep 2021 04:35:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11221,21 +11221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11692', + '10651', 'x-ms-request-id', - '8010e960-4d6f-4550-904d-7d0f4033c9d2', + '46d73a32-b60d-4c88-b162-2f2c44479928', 'x-ms-correlation-request-id', - '8010e960-4d6f-4550-904d-7d0f4033c9d2', + '46d73a32-b60d-4c88-b162-2f2c44479928', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025145Z:8010e960-4d6f-4550-904d-7d0f4033c9d2', + 'SOUTHEASTASIA:20210924T043525Z:46d73a32-b60d-4c88-b162-2f2c44479928', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:45 GMT' + 'Fri, 24 Sep 2021 04:35:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11257,21 +11257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11691', + '10650', 'x-ms-request-id', - 'e67a7313-f3ab-4872-9c05-888f6e8648d7', + '3153784d-3566-4cce-b284-7d93d213122d', 'x-ms-correlation-request-id', - 'e67a7313-f3ab-4872-9c05-888f6e8648d7', + '3153784d-3566-4cce-b284-7d93d213122d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025148Z:e67a7313-f3ab-4872-9c05-888f6e8648d7', + 'SOUTHEASTASIA:20210924T043527Z:3153784d-3566-4cce-b284-7d93d213122d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:47 GMT' + 'Fri, 24 Sep 2021 04:35:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11293,21 +11293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11690', + '10649', 'x-ms-request-id', - '836291ab-50f8-4b96-b97b-13c9a6f1584e', + '5110b238-4802-4185-b7ed-5244f316f88a', 'x-ms-correlation-request-id', - '836291ab-50f8-4b96-b97b-13c9a6f1584e', + '5110b238-4802-4185-b7ed-5244f316f88a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025150Z:836291ab-50f8-4b96-b97b-13c9a6f1584e', + 'SOUTHEASTASIA:20210924T043529Z:5110b238-4802-4185-b7ed-5244f316f88a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:50 GMT' + 'Fri, 24 Sep 2021 04:35:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11329,21 +11329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11689', + '10648', 'x-ms-request-id', - 'e3f5ed10-34cb-4ef7-a1cf-3f9f0e7e17aa', + 'b9251dcc-a007-4681-a3e6-038e5e22ffdb', 'x-ms-correlation-request-id', - 'e3f5ed10-34cb-4ef7-a1cf-3f9f0e7e17aa', + 'b9251dcc-a007-4681-a3e6-038e5e22ffdb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025152Z:e3f5ed10-34cb-4ef7-a1cf-3f9f0e7e17aa', + 'SOUTHEASTASIA:20210924T043532Z:b9251dcc-a007-4681-a3e6-038e5e22ffdb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:52 GMT' + 'Fri, 24 Sep 2021 04:35:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11365,21 +11365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11688', + '10647', 'x-ms-request-id', - '39952c61-988e-4b94-bbc0-648284e81e40', + '89fafc88-115b-4b61-bb3b-dc840ee6f3bf', 'x-ms-correlation-request-id', - '39952c61-988e-4b94-bbc0-648284e81e40', + '89fafc88-115b-4b61-bb3b-dc840ee6f3bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025155Z:39952c61-988e-4b94-bbc0-648284e81e40', + 'SOUTHEASTASIA:20210924T043534Z:89fafc88-115b-4b61-bb3b-dc840ee6f3bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:54 GMT' + 'Fri, 24 Sep 2021 04:35:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11401,21 +11401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11687', + '10646', 'x-ms-request-id', - 'f2397f48-ba5f-4602-9052-60f8bfad24e8', + '0f10659d-677f-49a9-823f-a9133d1657c8', 'x-ms-correlation-request-id', - 'f2397f48-ba5f-4602-9052-60f8bfad24e8', + '0f10659d-677f-49a9-823f-a9133d1657c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025157Z:f2397f48-ba5f-4602-9052-60f8bfad24e8', + 'SOUTHEASTASIA:20210924T043537Z:0f10659d-677f-49a9-823f-a9133d1657c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:57 GMT' + 'Fri, 24 Sep 2021 04:35:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11437,21 +11437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11686', + '10645', 'x-ms-request-id', - '73c25792-d90f-4fe4-b44d-fc69d82eb53e', + '65411d36-10ad-430a-977e-621f2e3b4d78', 'x-ms-correlation-request-id', - '73c25792-d90f-4fe4-b44d-fc69d82eb53e', + '65411d36-10ad-430a-977e-621f2e3b4d78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025200Z:73c25792-d90f-4fe4-b44d-fc69d82eb53e', + 'SOUTHEASTASIA:20210924T043539Z:65411d36-10ad-430a-977e-621f2e3b4d78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:51:59 GMT' + 'Fri, 24 Sep 2021 04:35:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11473,21 +11473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11685', + '10644', 'x-ms-request-id', - 'c2bc7565-d9cf-4284-9985-53c682331a35', + '1b7f04a7-d927-4085-9ef0-2d103539d239', 'x-ms-correlation-request-id', - 'c2bc7565-d9cf-4284-9985-53c682331a35', + '1b7f04a7-d927-4085-9ef0-2d103539d239', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025203Z:c2bc7565-d9cf-4284-9985-53c682331a35', + 'SOUTHEASTASIA:20210924T043542Z:1b7f04a7-d927-4085-9ef0-2d103539d239', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:02 GMT' + 'Fri, 24 Sep 2021 04:35:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11509,21 +11509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11684', + '10643', 'x-ms-request-id', - '67699114-cf0f-4929-a7e2-a4328565e122', + '9c2c7940-c479-4f44-9113-4a05c8d4c97c', 'x-ms-correlation-request-id', - '67699114-cf0f-4929-a7e2-a4328565e122', + '9c2c7940-c479-4f44-9113-4a05c8d4c97c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025205Z:67699114-cf0f-4929-a7e2-a4328565e122', + 'SOUTHEASTASIA:20210924T043544Z:9c2c7940-c479-4f44-9113-4a05c8d4c97c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:04 GMT' + 'Fri, 24 Sep 2021 04:35:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11545,21 +11545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11683', + '10642', 'x-ms-request-id', - '5e761fa1-eac7-4e7b-a9b7-ee001f57c3de', + '032dcf4f-b074-4a2c-8bfe-bc08594fed6e', 'x-ms-correlation-request-id', - '5e761fa1-eac7-4e7b-a9b7-ee001f57c3de', + '032dcf4f-b074-4a2c-8bfe-bc08594fed6e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025207Z:5e761fa1-eac7-4e7b-a9b7-ee001f57c3de', + 'SOUTHEASTASIA:20210924T043546Z:032dcf4f-b074-4a2c-8bfe-bc08594fed6e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:07 GMT' + 'Fri, 24 Sep 2021 04:35:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11581,21 +11581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11682', + '10641', 'x-ms-request-id', - '18ee629f-d3b5-4070-ae9d-9c6e0264eca5', + '715cbbb1-2158-4c6f-a987-abd30b9c15cc', 'x-ms-correlation-request-id', - '18ee629f-d3b5-4070-ae9d-9c6e0264eca5', + '715cbbb1-2158-4c6f-a987-abd30b9c15cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025210Z:18ee629f-d3b5-4070-ae9d-9c6e0264eca5', + 'SOUTHEASTASIA:20210924T043549Z:715cbbb1-2158-4c6f-a987-abd30b9c15cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:09 GMT' + 'Fri, 24 Sep 2021 04:35:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11617,21 +11617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11681', + '10640', 'x-ms-request-id', - 'dd73f5e8-2637-4f47-a2d2-efbe010ebbe2', + '7947bb36-9702-442c-89ab-4114d784ffec', 'x-ms-correlation-request-id', - 'dd73f5e8-2637-4f47-a2d2-efbe010ebbe2', + '7947bb36-9702-442c-89ab-4114d784ffec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025212Z:dd73f5e8-2637-4f47-a2d2-efbe010ebbe2', + 'SOUTHEASTASIA:20210924T043551Z:7947bb36-9702-442c-89ab-4114d784ffec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:11 GMT' + 'Fri, 24 Sep 2021 04:35:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11653,21 +11653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11680', + '10639', 'x-ms-request-id', - '40a0e725-9b12-4b41-a74f-61202c235b3c', + '139fb5eb-a8e8-448b-86a5-702526f6e637', 'x-ms-correlation-request-id', - '40a0e725-9b12-4b41-a74f-61202c235b3c', + '139fb5eb-a8e8-448b-86a5-702526f6e637', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025214Z:40a0e725-9b12-4b41-a74f-61202c235b3c', + 'SOUTHEASTASIA:20210924T043553Z:139fb5eb-a8e8-448b-86a5-702526f6e637', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:13 GMT' + 'Fri, 24 Sep 2021 04:35:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11689,21 +11689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11679', + '10638', 'x-ms-request-id', - 'dfc0feef-8eba-4441-80a7-7e3c1d0a79ae', + 'ac686fa6-9ab1-43ee-9e84-f6a69cd6774e', 'x-ms-correlation-request-id', - 'dfc0feef-8eba-4441-80a7-7e3c1d0a79ae', + 'ac686fa6-9ab1-43ee-9e84-f6a69cd6774e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025216Z:dfc0feef-8eba-4441-80a7-7e3c1d0a79ae', + 'SOUTHEASTASIA:20210924T043556Z:ac686fa6-9ab1-43ee-9e84-f6a69cd6774e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:16 GMT' + 'Fri, 24 Sep 2021 04:35:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11725,21 +11725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11678', + '10637', 'x-ms-request-id', - 'b09cc2d5-02ca-4d4d-aa4f-d5abfd92349e', + 'f347180d-f9a4-4db1-a8b7-73beb141986c', 'x-ms-correlation-request-id', - 'b09cc2d5-02ca-4d4d-aa4f-d5abfd92349e', + 'f347180d-f9a4-4db1-a8b7-73beb141986c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025219Z:b09cc2d5-02ca-4d4d-aa4f-d5abfd92349e', + 'SOUTHEASTASIA:20210924T043558Z:f347180d-f9a4-4db1-a8b7-73beb141986c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:18 GMT' + 'Fri, 24 Sep 2021 04:35:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11761,21 +11761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11677', + '10636', 'x-ms-request-id', - 'bbfa0a2c-1b81-4a58-9798-0b0a41af896a', + '83a08dd2-a1c6-4c77-88a0-6fd3cbfa40bc', 'x-ms-correlation-request-id', - 'bbfa0a2c-1b81-4a58-9798-0b0a41af896a', + '83a08dd2-a1c6-4c77-88a0-6fd3cbfa40bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025221Z:bbfa0a2c-1b81-4a58-9798-0b0a41af896a', + 'SOUTHEASTASIA:20210924T043600Z:83a08dd2-a1c6-4c77-88a0-6fd3cbfa40bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:20 GMT' + 'Fri, 24 Sep 2021 04:36:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11797,21 +11797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11676', + '10635', 'x-ms-request-id', - '6e0764dd-4c34-4426-951b-8de17055fe02', + '47d251bd-59ed-4fc1-bbea-57e27c5b6467', 'x-ms-correlation-request-id', - '6e0764dd-4c34-4426-951b-8de17055fe02', + '47d251bd-59ed-4fc1-bbea-57e27c5b6467', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025223Z:6e0764dd-4c34-4426-951b-8de17055fe02', + 'SOUTHEASTASIA:20210924T043603Z:47d251bd-59ed-4fc1-bbea-57e27c5b6467', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:23 GMT' + 'Fri, 24 Sep 2021 04:36:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11833,21 +11833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11675', + '10634', 'x-ms-request-id', - '91639fbd-1d5e-4ad0-b8fa-2fb7281147ae', + '1a306251-3a01-4042-83b2-2cc620e5cef4', 'x-ms-correlation-request-id', - '91639fbd-1d5e-4ad0-b8fa-2fb7281147ae', + '1a306251-3a01-4042-83b2-2cc620e5cef4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025226Z:91639fbd-1d5e-4ad0-b8fa-2fb7281147ae', + 'SOUTHEASTASIA:20210924T043605Z:1a306251-3a01-4042-83b2-2cc620e5cef4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:25 GMT' + 'Fri, 24 Sep 2021 04:36:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11869,21 +11869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11674', + '10633', 'x-ms-request-id', - 'd94869c4-609e-4b56-b4f6-7f79c11ecb63', + 'f832bfc5-972b-4cb1-badf-c83df85af04c', 'x-ms-correlation-request-id', - 'd94869c4-609e-4b56-b4f6-7f79c11ecb63', + 'f832bfc5-972b-4cb1-badf-c83df85af04c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025228Z:d94869c4-609e-4b56-b4f6-7f79c11ecb63', + 'SOUTHEASTASIA:20210924T043607Z:f832bfc5-972b-4cb1-badf-c83df85af04c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:27 GMT' + 'Fri, 24 Sep 2021 04:36:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11905,21 +11905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11673', + '10632', 'x-ms-request-id', - 'd86667c9-007d-4ceb-a729-a9100f306103', + '7e1944f7-6dbb-43cf-9528-658c354e28fe', 'x-ms-correlation-request-id', - 'd86667c9-007d-4ceb-a729-a9100f306103', + '7e1944f7-6dbb-43cf-9528-658c354e28fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025230Z:d86667c9-007d-4ceb-a729-a9100f306103', + 'SOUTHEASTASIA:20210924T043610Z:7e1944f7-6dbb-43cf-9528-658c354e28fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:30 GMT' + 'Fri, 24 Sep 2021 04:36:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11941,21 +11941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11672', + '10631', 'x-ms-request-id', - '6f473145-9c28-48bf-8317-85ec013176be', + 'e3975c5b-8ab3-4c44-943e-1f57a074b568', 'x-ms-correlation-request-id', - '6f473145-9c28-48bf-8317-85ec013176be', + 'e3975c5b-8ab3-4c44-943e-1f57a074b568', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025233Z:6f473145-9c28-48bf-8317-85ec013176be', + 'SOUTHEASTASIA:20210924T043612Z:e3975c5b-8ab3-4c44-943e-1f57a074b568', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:32 GMT' + 'Fri, 24 Sep 2021 04:36:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11977,21 +11977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11671', + '10630', 'x-ms-request-id', - 'b82bcb33-c8d0-4e23-ba08-b267797fe7b4', + '194f5fa4-f22f-4082-8347-bbcbae20d066', 'x-ms-correlation-request-id', - 'b82bcb33-c8d0-4e23-ba08-b267797fe7b4', + '194f5fa4-f22f-4082-8347-bbcbae20d066', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025235Z:b82bcb33-c8d0-4e23-ba08-b267797fe7b4', + 'SOUTHEASTASIA:20210924T043614Z:194f5fa4-f22f-4082-8347-bbcbae20d066', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:34 GMT' + 'Fri, 24 Sep 2021 04:36:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12013,21 +12013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11670', + '10629', 'x-ms-request-id', - 'd2e87d53-b27b-4a11-9d71-682196f7e856', + '233669eb-d50b-4eda-8f22-18443a840aeb', 'x-ms-correlation-request-id', - 'd2e87d53-b27b-4a11-9d71-682196f7e856', + '233669eb-d50b-4eda-8f22-18443a840aeb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025237Z:d2e87d53-b27b-4a11-9d71-682196f7e856', + 'SOUTHEASTASIA:20210924T043617Z:233669eb-d50b-4eda-8f22-18443a840aeb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:36 GMT' + 'Fri, 24 Sep 2021 04:36:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12049,21 +12049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11669', + '10628', 'x-ms-request-id', - '82579904-d497-4ab0-9620-fb4e63bff7fc', + '6bb58bd9-6a63-472d-80b1-84a52c1aee2a', 'x-ms-correlation-request-id', - '82579904-d497-4ab0-9620-fb4e63bff7fc', + '6bb58bd9-6a63-472d-80b1-84a52c1aee2a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025240Z:82579904-d497-4ab0-9620-fb4e63bff7fc', + 'SOUTHEASTASIA:20210924T043619Z:6bb58bd9-6a63-472d-80b1-84a52c1aee2a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:39 GMT' + 'Fri, 24 Sep 2021 04:36:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12085,21 +12085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11668', + '10627', 'x-ms-request-id', - '76b7d17b-2df0-41e7-b2a0-a762936c4fa4', + 'e929e0ad-0898-4196-87f9-6f6806ee8201', 'x-ms-correlation-request-id', - '76b7d17b-2df0-41e7-b2a0-a762936c4fa4', + 'e929e0ad-0898-4196-87f9-6f6806ee8201', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025242Z:76b7d17b-2df0-41e7-b2a0-a762936c4fa4', + 'SOUTHEASTASIA:20210924T043621Z:e929e0ad-0898-4196-87f9-6f6806ee8201', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:41 GMT' + 'Fri, 24 Sep 2021 04:36:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12121,21 +12121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11667', + '10626', 'x-ms-request-id', - 'cbdf2b7d-f5c0-4573-81f9-6a8d3ed7b0a5', + '29689fbb-4c78-4c43-919d-176f41ffc9e5', 'x-ms-correlation-request-id', - 'cbdf2b7d-f5c0-4573-81f9-6a8d3ed7b0a5', + '29689fbb-4c78-4c43-919d-176f41ffc9e5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025244Z:cbdf2b7d-f5c0-4573-81f9-6a8d3ed7b0a5', + 'SOUTHEASTASIA:20210924T043623Z:29689fbb-4c78-4c43-919d-176f41ffc9e5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:43 GMT' + 'Fri, 24 Sep 2021 04:36:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12157,21 +12157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11666', + '10625', 'x-ms-request-id', - '90107eda-a0ee-4657-ba7a-ed0efdd897db', + '1bbce1f0-88e3-4f92-bfea-85c0fc4c08ad', 'x-ms-correlation-request-id', - '90107eda-a0ee-4657-ba7a-ed0efdd897db', + '1bbce1f0-88e3-4f92-bfea-85c0fc4c08ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025247Z:90107eda-a0ee-4657-ba7a-ed0efdd897db', + 'SOUTHEASTASIA:20210924T043626Z:1bbce1f0-88e3-4f92-bfea-85c0fc4c08ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:46 GMT' + 'Fri, 24 Sep 2021 04:36:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12193,21 +12193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11665', + '10624', 'x-ms-request-id', - '368d7873-e82f-4bf5-9358-41e5232638ce', + '0c72e281-8fa6-479d-8674-83397caa7d09', 'x-ms-correlation-request-id', - '368d7873-e82f-4bf5-9358-41e5232638ce', + '0c72e281-8fa6-479d-8674-83397caa7d09', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025249Z:368d7873-e82f-4bf5-9358-41e5232638ce', + 'SOUTHEASTASIA:20210924T043628Z:0c72e281-8fa6-479d-8674-83397caa7d09', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:48 GMT' + 'Fri, 24 Sep 2021 04:36:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12229,21 +12229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11664', + '10623', 'x-ms-request-id', - '62d63086-7bbb-42ae-ab6f-6136b24f173a', + '5d87e40c-941c-420d-b8d4-7cdc708f32d0', 'x-ms-correlation-request-id', - '62d63086-7bbb-42ae-ab6f-6136b24f173a', + '5d87e40c-941c-420d-b8d4-7cdc708f32d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025251Z:62d63086-7bbb-42ae-ab6f-6136b24f173a', + 'SOUTHEASTASIA:20210924T043630Z:5d87e40c-941c-420d-b8d4-7cdc708f32d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:50 GMT' + 'Fri, 24 Sep 2021 04:36:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12265,21 +12265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11663', + '10622', 'x-ms-request-id', - 'fb694fa3-26b0-40e2-acc3-670d8795e5b5', + '2d8cac74-f48d-4cd8-9433-522e7c29ce16', 'x-ms-correlation-request-id', - 'fb694fa3-26b0-40e2-acc3-670d8795e5b5', + '2d8cac74-f48d-4cd8-9433-522e7c29ce16', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025254Z:fb694fa3-26b0-40e2-acc3-670d8795e5b5', + 'SOUTHEASTASIA:20210924T043633Z:2d8cac74-f48d-4cd8-9433-522e7c29ce16', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:53 GMT' + 'Fri, 24 Sep 2021 04:36:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12301,21 +12301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11662', + '10621', 'x-ms-request-id', - '6b02febb-619b-4c4a-a381-6adb2ebbddca', + '1f09d00d-60eb-4e0a-b6ee-d89ebba2ff27', 'x-ms-correlation-request-id', - '6b02febb-619b-4c4a-a381-6adb2ebbddca', + '1f09d00d-60eb-4e0a-b6ee-d89ebba2ff27', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025256Z:6b02febb-619b-4c4a-a381-6adb2ebbddca', + 'SOUTHEASTASIA:20210924T043635Z:1f09d00d-60eb-4e0a-b6ee-d89ebba2ff27', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:55 GMT' + 'Fri, 24 Sep 2021 04:36:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12337,21 +12337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11661', + '10620', 'x-ms-request-id', - '95e5ac4f-909d-422a-b202-a06c08083d43', + '7c187632-3c17-4bba-970d-35572b52f9cf', 'x-ms-correlation-request-id', - '95e5ac4f-909d-422a-b202-a06c08083d43', + '7c187632-3c17-4bba-970d-35572b52f9cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025258Z:95e5ac4f-909d-422a-b202-a06c08083d43', + 'SOUTHEASTASIA:20210924T043637Z:7c187632-3c17-4bba-970d-35572b52f9cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:52:57 GMT' + 'Fri, 24 Sep 2021 04:36:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12373,21 +12373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11660', + '10619', 'x-ms-request-id', - '30c2dde6-fac2-4fe6-89eb-c7998be8d26c', + 'e819a238-64d0-4304-8d1d-5f0e2786e35c', 'x-ms-correlation-request-id', - '30c2dde6-fac2-4fe6-89eb-c7998be8d26c', + 'e819a238-64d0-4304-8d1d-5f0e2786e35c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025301Z:30c2dde6-fac2-4fe6-89eb-c7998be8d26c', + 'SOUTHEASTASIA:20210924T043640Z:e819a238-64d0-4304-8d1d-5f0e2786e35c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:00 GMT' + 'Fri, 24 Sep 2021 04:36:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12409,21 +12409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11659', + '10618', 'x-ms-request-id', - '3ceec53a-3dc8-41db-aa23-9724011e2af8', + '46ba2f1a-c091-4199-9bc2-c8caf9357d45', 'x-ms-correlation-request-id', - '3ceec53a-3dc8-41db-aa23-9724011e2af8', + '46ba2f1a-c091-4199-9bc2-c8caf9357d45', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025304Z:3ceec53a-3dc8-41db-aa23-9724011e2af8', + 'SOUTHEASTASIA:20210924T043642Z:46ba2f1a-c091-4199-9bc2-c8caf9357d45', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:03 GMT' + 'Fri, 24 Sep 2021 04:36:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12445,21 +12445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11658', + '10617', 'x-ms-request-id', - 'e31d707d-2955-431c-8f41-2021c6b841fa', + 'c464ff63-86d5-4dd6-8ef6-eaedde41718a', 'x-ms-correlation-request-id', - 'e31d707d-2955-431c-8f41-2021c6b841fa', + 'c464ff63-86d5-4dd6-8ef6-eaedde41718a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025306Z:e31d707d-2955-431c-8f41-2021c6b841fa', + 'SOUTHEASTASIA:20210924T043644Z:c464ff63-86d5-4dd6-8ef6-eaedde41718a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:05 GMT' + 'Fri, 24 Sep 2021 04:36:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12481,21 +12481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11657', + '10616', 'x-ms-request-id', - 'ed41e0b9-18a0-4c49-a4aa-a308064adcc5', + '348bd1d7-5154-4c98-84cb-78e54f45463a', 'x-ms-correlation-request-id', - 'ed41e0b9-18a0-4c49-a4aa-a308064adcc5', + '348bd1d7-5154-4c98-84cb-78e54f45463a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025308Z:ed41e0b9-18a0-4c49-a4aa-a308064adcc5', + 'SOUTHEASTASIA:20210924T043647Z:348bd1d7-5154-4c98-84cb-78e54f45463a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:07 GMT' + 'Fri, 24 Sep 2021 04:36:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12517,21 +12517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11656', + '10615', 'x-ms-request-id', - '8d34fce3-1e8f-4d02-beff-1ced5d1a711e', + '4c4551e2-e070-4f90-83f4-c13b53f6191a', 'x-ms-correlation-request-id', - '8d34fce3-1e8f-4d02-beff-1ced5d1a711e', + '4c4551e2-e070-4f90-83f4-c13b53f6191a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025311Z:8d34fce3-1e8f-4d02-beff-1ced5d1a711e', + 'SOUTHEASTASIA:20210924T043649Z:4c4551e2-e070-4f90-83f4-c13b53f6191a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:10 GMT' + 'Fri, 24 Sep 2021 04:36:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12553,21 +12553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11655', + '10614', 'x-ms-request-id', - 'fd523e3a-e329-44d1-a96d-bb5799e4c5c3', + '9e4aae99-b0d6-4c34-bb31-99a44b85f30f', 'x-ms-correlation-request-id', - 'fd523e3a-e329-44d1-a96d-bb5799e4c5c3', + '9e4aae99-b0d6-4c34-bb31-99a44b85f30f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025313Z:fd523e3a-e329-44d1-a96d-bb5799e4c5c3', + 'SOUTHEASTASIA:20210924T043651Z:9e4aae99-b0d6-4c34-bb31-99a44b85f30f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:12 GMT' + 'Fri, 24 Sep 2021 04:36:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12589,21 +12589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11654', + '10613', 'x-ms-request-id', - 'dd6f1aac-6eed-43ff-8b41-46137cb336e0', + 'f497a2ac-e003-4071-8aad-a995931a7e1b', 'x-ms-correlation-request-id', - 'dd6f1aac-6eed-43ff-8b41-46137cb336e0', + 'f497a2ac-e003-4071-8aad-a995931a7e1b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025315Z:dd6f1aac-6eed-43ff-8b41-46137cb336e0', + 'SOUTHEASTASIA:20210924T043654Z:f497a2ac-e003-4071-8aad-a995931a7e1b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:14 GMT' + 'Fri, 24 Sep 2021 04:36:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12625,21 +12625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11653', + '10612', 'x-ms-request-id', - 'baf7ca3e-1df3-444f-b0fa-7bd228ac012c', + 'd2ed0085-6177-4f73-8012-a74f540999af', 'x-ms-correlation-request-id', - 'baf7ca3e-1df3-444f-b0fa-7bd228ac012c', + 'd2ed0085-6177-4f73-8012-a74f540999af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025318Z:baf7ca3e-1df3-444f-b0fa-7bd228ac012c', + 'SOUTHEASTASIA:20210924T043656Z:d2ed0085-6177-4f73-8012-a74f540999af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:17 GMT' + 'Fri, 24 Sep 2021 04:36:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12661,21 +12661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11652', + '10611', 'x-ms-request-id', - '8009ff24-427e-4a6c-8f4a-79dadb36aeca', + 'b20d7308-f362-4280-97ed-8d8e1ea5820d', 'x-ms-correlation-request-id', - '8009ff24-427e-4a6c-8f4a-79dadb36aeca', + 'b20d7308-f362-4280-97ed-8d8e1ea5820d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025320Z:8009ff24-427e-4a6c-8f4a-79dadb36aeca', + 'SOUTHEASTASIA:20210924T043658Z:b20d7308-f362-4280-97ed-8d8e1ea5820d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:19 GMT' + 'Fri, 24 Sep 2021 04:36:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12697,21 +12697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11651', + '10610', 'x-ms-request-id', - 'da413d8b-b329-4d23-84f7-94564a8e33ae', + '915bfd94-c61c-4341-a818-328ef7291831', 'x-ms-correlation-request-id', - 'da413d8b-b329-4d23-84f7-94564a8e33ae', + '915bfd94-c61c-4341-a818-328ef7291831', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025322Z:da413d8b-b329-4d23-84f7-94564a8e33ae', + 'SOUTHEASTASIA:20210924T043700Z:915bfd94-c61c-4341-a818-328ef7291831', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:22 GMT' + 'Fri, 24 Sep 2021 04:37:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12733,21 +12733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11650', + '10609', 'x-ms-request-id', - 'd059e675-1f3f-418d-90aa-6ce31f0a2fce', + 'fbce394d-3ddf-430b-bb89-2aca8770ce20', 'x-ms-correlation-request-id', - 'd059e675-1f3f-418d-90aa-6ce31f0a2fce', + 'fbce394d-3ddf-430b-bb89-2aca8770ce20', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025324Z:d059e675-1f3f-418d-90aa-6ce31f0a2fce', + 'SOUTHEASTASIA:20210924T043703Z:fbce394d-3ddf-430b-bb89-2aca8770ce20', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:24 GMT' + 'Fri, 24 Sep 2021 04:37:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12769,21 +12769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11649', + '10608', 'x-ms-request-id', - 'f653786b-7dfc-4250-96b4-ca1e21d1e1a8', + '4b67d67a-6f83-4b48-bad3-ea8653ce5d09', 'x-ms-correlation-request-id', - 'f653786b-7dfc-4250-96b4-ca1e21d1e1a8', + '4b67d67a-6f83-4b48-bad3-ea8653ce5d09', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025327Z:f653786b-7dfc-4250-96b4-ca1e21d1e1a8', + 'SOUTHEASTASIA:20210924T043705Z:4b67d67a-6f83-4b48-bad3-ea8653ce5d09', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:27 GMT' + 'Fri, 24 Sep 2021 04:37:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12805,21 +12805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11648', + '10607', 'x-ms-request-id', - 'e9dc89eb-de2a-4e4e-88ae-46782ea33035', + 'c1acfb7c-4326-4d95-9583-367272b3d4ea', 'x-ms-correlation-request-id', - 'e9dc89eb-de2a-4e4e-88ae-46782ea33035', + 'c1acfb7c-4326-4d95-9583-367272b3d4ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025329Z:e9dc89eb-de2a-4e4e-88ae-46782ea33035', + 'SOUTHEASTASIA:20210924T043707Z:c1acfb7c-4326-4d95-9583-367272b3d4ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:29 GMT' + 'Fri, 24 Sep 2021 04:37:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12841,21 +12841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11647', + '10606', 'x-ms-request-id', - 'e830fd9c-973e-4d4c-a19d-cbfde1343f04', + 'd1440d4d-0aab-4558-9e54-2d5679b60895', 'x-ms-correlation-request-id', - 'e830fd9c-973e-4d4c-a19d-cbfde1343f04', + 'd1440d4d-0aab-4558-9e54-2d5679b60895', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025331Z:e830fd9c-973e-4d4c-a19d-cbfde1343f04', + 'SOUTHEASTASIA:20210924T043710Z:d1440d4d-0aab-4558-9e54-2d5679b60895', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:31 GMT' + 'Fri, 24 Sep 2021 04:37:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12877,21 +12877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11646', + '10605', 'x-ms-request-id', - 'bdbefb50-9457-40ae-bf42-3eb829ff4b83', + '788d6123-5e1d-4a28-9b60-ded03520f43c', 'x-ms-correlation-request-id', - 'bdbefb50-9457-40ae-bf42-3eb829ff4b83', + '788d6123-5e1d-4a28-9b60-ded03520f43c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025334Z:bdbefb50-9457-40ae-bf42-3eb829ff4b83', + 'SOUTHEASTASIA:20210924T043712Z:788d6123-5e1d-4a28-9b60-ded03520f43c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:34 GMT' + 'Fri, 24 Sep 2021 04:37:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12913,21 +12913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11645', + '10604', 'x-ms-request-id', - '2953eb26-8d4e-4250-9a16-bc074b393dfa', + '3caf31cf-4eaa-4f0a-b382-20b58180af44', 'x-ms-correlation-request-id', - '2953eb26-8d4e-4250-9a16-bc074b393dfa', + '3caf31cf-4eaa-4f0a-b382-20b58180af44', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025336Z:2953eb26-8d4e-4250-9a16-bc074b393dfa', + 'SOUTHEASTASIA:20210924T043714Z:3caf31cf-4eaa-4f0a-b382-20b58180af44', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:36 GMT' + 'Fri, 24 Sep 2021 04:37:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12949,21 +12949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11644', + '10603', 'x-ms-request-id', - '03752d01-0aaa-427e-8398-ba9df71a5615', + 'c60d817f-4cf2-4465-87db-b2f6ab146882', 'x-ms-correlation-request-id', - '03752d01-0aaa-427e-8398-ba9df71a5615', + 'c60d817f-4cf2-4465-87db-b2f6ab146882', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025338Z:03752d01-0aaa-427e-8398-ba9df71a5615', + 'SOUTHEASTASIA:20210924T043717Z:c60d817f-4cf2-4465-87db-b2f6ab146882', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:38 GMT' + 'Fri, 24 Sep 2021 04:37:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12985,21 +12985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11643', + '10602', 'x-ms-request-id', - '55761528-2c25-48af-a5fa-177caf4603da', + 'f94a898d-94f5-4fc0-8056-734136e61b74', 'x-ms-correlation-request-id', - '55761528-2c25-48af-a5fa-177caf4603da', + 'f94a898d-94f5-4fc0-8056-734136e61b74', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025341Z:55761528-2c25-48af-a5fa-177caf4603da', + 'SOUTHEASTASIA:20210924T043719Z:f94a898d-94f5-4fc0-8056-734136e61b74', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:41 GMT' + 'Fri, 24 Sep 2021 04:37:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13021,21 +13021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11642', + '10601', 'x-ms-request-id', - '8ddbc15a-1313-4cbd-bfcb-baa83f65de4b', + 'e17bed65-ce7a-4e20-ba9d-c6f1e3b31bd9', 'x-ms-correlation-request-id', - '8ddbc15a-1313-4cbd-bfcb-baa83f65de4b', + 'e17bed65-ce7a-4e20-ba9d-c6f1e3b31bd9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025343Z:8ddbc15a-1313-4cbd-bfcb-baa83f65de4b', + 'SOUTHEASTASIA:20210924T043721Z:e17bed65-ce7a-4e20-ba9d-c6f1e3b31bd9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:43 GMT' + 'Fri, 24 Sep 2021 04:37:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13057,21 +13057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11641', + '10600', 'x-ms-request-id', - '14a1045a-a310-454f-a209-4ba8cbfe6328', + '8fa25f60-cab8-4cbb-bad1-a79720cea701', 'x-ms-correlation-request-id', - '14a1045a-a310-454f-a209-4ba8cbfe6328', + '8fa25f60-cab8-4cbb-bad1-a79720cea701', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025345Z:14a1045a-a310-454f-a209-4ba8cbfe6328', + 'SOUTHEASTASIA:20210924T043724Z:8fa25f60-cab8-4cbb-bad1-a79720cea701', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:45 GMT' + 'Fri, 24 Sep 2021 04:37:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13093,21 +13093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11640', + '10599', 'x-ms-request-id', - '51224c73-97f9-4f35-a730-1889efedeb67', + '6fdc165c-4822-4d7e-adf5-9cb8c5f3648f', 'x-ms-correlation-request-id', - '51224c73-97f9-4f35-a730-1889efedeb67', + '6fdc165c-4822-4d7e-adf5-9cb8c5f3648f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025348Z:51224c73-97f9-4f35-a730-1889efedeb67', + 'SOUTHEASTASIA:20210924T043726Z:6fdc165c-4822-4d7e-adf5-9cb8c5f3648f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:48 GMT' + 'Fri, 24 Sep 2021 04:37:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13129,21 +13129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11639', + '10598', 'x-ms-request-id', - '0aaa5caa-0bb3-4e54-871f-f2e8e582648a', + 'a819043c-3d5d-490f-befc-be8b7724ef52', 'x-ms-correlation-request-id', - '0aaa5caa-0bb3-4e54-871f-f2e8e582648a', + 'a819043c-3d5d-490f-befc-be8b7724ef52', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025350Z:0aaa5caa-0bb3-4e54-871f-f2e8e582648a', + 'SOUTHEASTASIA:20210924T043728Z:a819043c-3d5d-490f-befc-be8b7724ef52', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:50 GMT' + 'Fri, 24 Sep 2021 04:37:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13165,21 +13165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11638', + '10597', 'x-ms-request-id', - 'c70d97c2-9cef-485f-9e81-d756c526bd76', + '6d050240-edfc-4738-a789-1b34289d7ad7', 'x-ms-correlation-request-id', - 'c70d97c2-9cef-485f-9e81-d756c526bd76', + '6d050240-edfc-4738-a789-1b34289d7ad7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025352Z:c70d97c2-9cef-485f-9e81-d756c526bd76', + 'SOUTHEASTASIA:20210924T043731Z:6d050240-edfc-4738-a789-1b34289d7ad7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:52 GMT' + 'Fri, 24 Sep 2021 04:37:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13201,21 +13201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11637', + '10596', 'x-ms-request-id', - '81a9921c-0a77-40e7-adbd-1e8544231625', + '42d1db1a-bc62-401f-a409-a20325730111', 'x-ms-correlation-request-id', - '81a9921c-0a77-40e7-adbd-1e8544231625', + '42d1db1a-bc62-401f-a409-a20325730111', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025355Z:81a9921c-0a77-40e7-adbd-1e8544231625', + 'SOUTHEASTASIA:20210924T043733Z:42d1db1a-bc62-401f-a409-a20325730111', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:54 GMT' + 'Fri, 24 Sep 2021 04:37:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13237,21 +13237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11636', + '10595', 'x-ms-request-id', - '2412d544-dbe6-4665-8bf9-4f7a1169d174', + 'a12672b2-4f41-46e4-b35d-4931f723a2aa', 'x-ms-correlation-request-id', - '2412d544-dbe6-4665-8bf9-4f7a1169d174', + 'a12672b2-4f41-46e4-b35d-4931f723a2aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025357Z:2412d544-dbe6-4665-8bf9-4f7a1169d174', + 'SOUTHEASTASIA:20210924T043735Z:a12672b2-4f41-46e4-b35d-4931f723a2aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:57 GMT' + 'Fri, 24 Sep 2021 04:37:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13273,21 +13273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11635', + '10594', 'x-ms-request-id', - '9d7f29d0-4687-420c-84bc-6ee9b21b861a', + '163a5986-457a-44c2-943e-b55aef0ac311', 'x-ms-correlation-request-id', - '9d7f29d0-4687-420c-84bc-6ee9b21b861a', + '163a5986-457a-44c2-943e-b55aef0ac311', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025359Z:9d7f29d0-4687-420c-84bc-6ee9b21b861a', + 'SOUTHEASTASIA:20210924T043738Z:163a5986-457a-44c2-943e-b55aef0ac311', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:53:59 GMT' + 'Fri, 24 Sep 2021 04:37:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13309,21 +13309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11634', + '10593', 'x-ms-request-id', - '4e180005-2892-48ba-a8d1-ea767d9e212c', + '28f737f9-3348-4995-a2fe-e54f24f4728f', 'x-ms-correlation-request-id', - '4e180005-2892-48ba-a8d1-ea767d9e212c', + '28f737f9-3348-4995-a2fe-e54f24f4728f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025402Z:4e180005-2892-48ba-a8d1-ea767d9e212c', + 'SOUTHEASTASIA:20210924T043740Z:28f737f9-3348-4995-a2fe-e54f24f4728f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:02 GMT' + 'Fri, 24 Sep 2021 04:37:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13345,21 +13345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11633', + '10592', 'x-ms-request-id', - '8f7a5b41-4f5f-4d25-bd6b-9fe28679c811', + 'fc462233-d93d-47b1-9b1d-8476b1dcec46', 'x-ms-correlation-request-id', - '8f7a5b41-4f5f-4d25-bd6b-9fe28679c811', + 'fc462233-d93d-47b1-9b1d-8476b1dcec46', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025405Z:8f7a5b41-4f5f-4d25-bd6b-9fe28679c811', + 'SOUTHEASTASIA:20210924T043742Z:fc462233-d93d-47b1-9b1d-8476b1dcec46', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:04 GMT' + 'Fri, 24 Sep 2021 04:37:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13381,21 +13381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11632', + '10591', 'x-ms-request-id', - '799ebaf0-a795-4fe7-8e4a-4093a0f635f1', + 'b5a8cfdd-6d7e-4d49-ab3b-e1d5d460480e', 'x-ms-correlation-request-id', - '799ebaf0-a795-4fe7-8e4a-4093a0f635f1', + 'b5a8cfdd-6d7e-4d49-ab3b-e1d5d460480e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025407Z:799ebaf0-a795-4fe7-8e4a-4093a0f635f1', + 'SOUTHEASTASIA:20210924T043744Z:b5a8cfdd-6d7e-4d49-ab3b-e1d5d460480e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:07 GMT' + 'Fri, 24 Sep 2021 04:37:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13417,21 +13417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11631', + '10590', 'x-ms-request-id', - 'f11f33c3-631d-462a-b682-d8abef5d1835', + '967a9279-5d02-44a3-aa40-0971560d6f2f', 'x-ms-correlation-request-id', - 'f11f33c3-631d-462a-b682-d8abef5d1835', + '967a9279-5d02-44a3-aa40-0971560d6f2f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025409Z:f11f33c3-631d-462a-b682-d8abef5d1835', + 'SOUTHEASTASIA:20210924T043747Z:967a9279-5d02-44a3-aa40-0971560d6f2f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:09 GMT' + 'Fri, 24 Sep 2021 04:37:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13453,21 +13453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11630', + '10589', 'x-ms-request-id', - 'df430b1a-a6cb-4895-94fc-c59882561ccb', + 'b5297add-98c1-48ee-bd83-1b6a547f123b', 'x-ms-correlation-request-id', - 'df430b1a-a6cb-4895-94fc-c59882561ccb', + 'b5297add-98c1-48ee-bd83-1b6a547f123b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025412Z:df430b1a-a6cb-4895-94fc-c59882561ccb', + 'SOUTHEASTASIA:20210924T043749Z:b5297add-98c1-48ee-bd83-1b6a547f123b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:11 GMT' + 'Fri, 24 Sep 2021 04:37:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13489,21 +13489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11629', + '10588', 'x-ms-request-id', - 'd230da28-e893-4836-baad-6dc1832c23fe', + '1d3fdfe9-0776-4830-82e8-2b46502a5828', 'x-ms-correlation-request-id', - 'd230da28-e893-4836-baad-6dc1832c23fe', + '1d3fdfe9-0776-4830-82e8-2b46502a5828', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025414Z:d230da28-e893-4836-baad-6dc1832c23fe', + 'SOUTHEASTASIA:20210924T043751Z:1d3fdfe9-0776-4830-82e8-2b46502a5828', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:14 GMT' + 'Fri, 24 Sep 2021 04:37:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13525,21 +13525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11628', + '10587', 'x-ms-request-id', - 'ea4f8f51-ab82-42ba-a927-be55d3e29133', + 'c2cf234c-0f12-4f14-b415-6a8c2ee88ca6', 'x-ms-correlation-request-id', - 'ea4f8f51-ab82-42ba-a927-be55d3e29133', + 'c2cf234c-0f12-4f14-b415-6a8c2ee88ca6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025416Z:ea4f8f51-ab82-42ba-a927-be55d3e29133', + 'SOUTHEASTASIA:20210924T043754Z:c2cf234c-0f12-4f14-b415-6a8c2ee88ca6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:16 GMT' + 'Fri, 24 Sep 2021 04:37:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13561,4703 +13561,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11627', + '10586', 'x-ms-request-id', - '72e7bcdb-c8ad-4fe0-890c-99af8dddc1f7', + '4266a882-0d5d-420a-8d7d-12fca3d936c1', 'x-ms-correlation-request-id', - '72e7bcdb-c8ad-4fe0-890c-99af8dddc1f7', + '4266a882-0d5d-420a-8d7d-12fca3d936c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025419Z:72e7bcdb-c8ad-4fe0-890c-99af8dddc1f7', + 'SOUTHEASTASIA:20210924T043756Z:4266a882-0d5d-420a-8d7d-12fca3d936c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:54:18 GMT' + 'Fri, 24 Sep 2021 04:37:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f03a3fbf-05d6-4eb0-9fb2-5419f84835e8', - 'x-ms-correlation-request-id', - 'f03a3fbf-05d6-4eb0-9fb2-5419f84835e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025421Z:f03a3fbf-05d6-4eb0-9fb2-5419f84835e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '03fddeab-f93d-453f-98f6-ff00ba818a82', - 'x-ms-correlation-request-id', - '03fddeab-f93d-453f-98f6-ff00ba818a82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025424Z:03fddeab-f93d-453f-98f6-ff00ba818a82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '58ce7357-2979-4ce0-a0d7-b37bab13fedd', - 'x-ms-correlation-request-id', - '58ce7357-2979-4ce0-a0d7-b37bab13fedd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025427Z:58ce7357-2979-4ce0-a0d7-b37bab13fedd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5658395a-4266-4e1f-8964-042dc40d0800', - 'x-ms-correlation-request-id', - '5658395a-4266-4e1f-8964-042dc40d0800', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025430Z:5658395a-4266-4e1f-8964-042dc40d0800', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'c6ef2e33-542f-4110-912b-64002dcff56e', - 'x-ms-correlation-request-id', - 'c6ef2e33-542f-4110-912b-64002dcff56e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025433Z:c6ef2e33-542f-4110-912b-64002dcff56e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '41031c90-ada2-4555-a330-1fa6f79354d4', - 'x-ms-correlation-request-id', - '41031c90-ada2-4555-a330-1fa6f79354d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025436Z:41031c90-ada2-4555-a330-1fa6f79354d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '1de21a9a-eddc-4948-98b6-ca44cbbdfb41', - 'x-ms-correlation-request-id', - '1de21a9a-eddc-4948-98b6-ca44cbbdfb41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025439Z:1de21a9a-eddc-4948-98b6-ca44cbbdfb41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5e005bdc-6ef2-4444-a6c8-ad1ccd020afd', - 'x-ms-correlation-request-id', - '5e005bdc-6ef2-4444-a6c8-ad1ccd020afd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025442Z:5e005bdc-6ef2-4444-a6c8-ad1ccd020afd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '7b563805-6774-410e-8213-be501618a22c', - 'x-ms-correlation-request-id', - '7b563805-6774-410e-8213-be501618a22c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025445Z:7b563805-6774-410e-8213-be501618a22c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '35bb69d6-a0f8-4861-a0c9-faa9b4058c54', - 'x-ms-correlation-request-id', - '35bb69d6-a0f8-4861-a0c9-faa9b4058c54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025447Z:35bb69d6-a0f8-4861-a0c9-faa9b4058c54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8bdffcaa-813d-4278-a7c3-0e02e1a3124d', - 'x-ms-correlation-request-id', - '8bdffcaa-813d-4278-a7c3-0e02e1a3124d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025449Z:8bdffcaa-813d-4278-a7c3-0e02e1a3124d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dd5aa432-52a2-43a7-aac4-6c9c1f039bc6', - 'x-ms-correlation-request-id', - 'dd5aa432-52a2-43a7-aac4-6c9c1f039bc6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025452Z:dd5aa432-52a2-43a7-aac4-6c9c1f039bc6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd6c3ae22-f45b-4c42-8237-828365071ec2', - 'x-ms-correlation-request-id', - 'd6c3ae22-f45b-4c42-8237-828365071ec2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025454Z:d6c3ae22-f45b-4c42-8237-828365071ec2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '626cd1fa-ca72-4aca-adc0-63054a00271a', - 'x-ms-correlation-request-id', - '626cd1fa-ca72-4aca-adc0-63054a00271a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025456Z:626cd1fa-ca72-4aca-adc0-63054a00271a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '05716269-4787-43c3-b597-d46adf138fb7', - 'x-ms-correlation-request-id', - '05716269-4787-43c3-b597-d46adf138fb7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025459Z:05716269-4787-43c3-b597-d46adf138fb7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:54:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4cb56886-80d5-43c8-a98f-3eabcbca75c3', - 'x-ms-correlation-request-id', - '4cb56886-80d5-43c8-a98f-3eabcbca75c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025501Z:4cb56886-80d5-43c8-a98f-3eabcbca75c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ad0fe8e5-cecc-4fd1-b77b-2fd8ce153930', - 'x-ms-correlation-request-id', - 'ad0fe8e5-cecc-4fd1-b77b-2fd8ce153930', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025504Z:ad0fe8e5-cecc-4fd1-b77b-2fd8ce153930', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bac274fa-ab0e-4047-91cb-513f79fdd330', - 'x-ms-correlation-request-id', - 'bac274fa-ab0e-4047-91cb-513f79fdd330', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025506Z:bac274fa-ab0e-4047-91cb-513f79fdd330', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9ba3154a-b30a-4087-bc55-6efeda1b62b3', - 'x-ms-correlation-request-id', - '9ba3154a-b30a-4087-bc55-6efeda1b62b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025509Z:9ba3154a-b30a-4087-bc55-6efeda1b62b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4e198515-4deb-44cc-88ea-2e96885e84a3', - 'x-ms-correlation-request-id', - '4e198515-4deb-44cc-88ea-2e96885e84a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025511Z:4e198515-4deb-44cc-88ea-2e96885e84a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ef467d2a-35b9-4c24-9669-0956af63283b', - 'x-ms-correlation-request-id', - 'ef467d2a-35b9-4c24-9669-0956af63283b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025513Z:ef467d2a-35b9-4c24-9669-0956af63283b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bc9a1e85-00c1-42af-9b22-ec6c7178d4b5', - 'x-ms-correlation-request-id', - 'bc9a1e85-00c1-42af-9b22-ec6c7178d4b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025516Z:bc9a1e85-00c1-42af-9b22-ec6c7178d4b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '1e5d939e-4930-436d-abcd-1cf629c2e3f1', - 'x-ms-correlation-request-id', - '1e5d939e-4930-436d-abcd-1cf629c2e3f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025518Z:1e5d939e-4930-436d-abcd-1cf629c2e3f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd63d3eea-0822-4ae7-9625-c2fbf4db1ba9', - 'x-ms-correlation-request-id', - 'd63d3eea-0822-4ae7-9625-c2fbf4db1ba9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025520Z:d63d3eea-0822-4ae7-9625-c2fbf4db1ba9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '588396bb-875c-44af-bebe-5465b0e84465', - 'x-ms-correlation-request-id', - '588396bb-875c-44af-bebe-5465b0e84465', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025523Z:588396bb-875c-44af-bebe-5465b0e84465', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '91ddc5e4-e2e1-40af-9897-876e8194fccc', - 'x-ms-correlation-request-id', - '91ddc5e4-e2e1-40af-9897-876e8194fccc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025525Z:91ddc5e4-e2e1-40af-9897-876e8194fccc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd556d4fa-591d-40bd-8890-dd9f08a370c6', - 'x-ms-correlation-request-id', - 'd556d4fa-591d-40bd-8890-dd9f08a370c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025527Z:d556d4fa-591d-40bd-8890-dd9f08a370c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '07687c84-6c85-4039-a76e-483a7337cf9c', - 'x-ms-correlation-request-id', - '07687c84-6c85-4039-a76e-483a7337cf9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025530Z:07687c84-6c85-4039-a76e-483a7337cf9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8c735b82-b0d7-46b5-b2d2-525fc0e781c9', - 'x-ms-correlation-request-id', - '8c735b82-b0d7-46b5-b2d2-525fc0e781c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025532Z:8c735b82-b0d7-46b5-b2d2-525fc0e781c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e20a0f23-1837-48f7-890c-7699f241a1ec', - 'x-ms-correlation-request-id', - 'e20a0f23-1837-48f7-890c-7699f241a1ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025534Z:e20a0f23-1837-48f7-890c-7699f241a1ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ca83a16d-4dce-4e2b-9bb4-e9a4cd998766', - 'x-ms-correlation-request-id', - 'ca83a16d-4dce-4e2b-9bb4-e9a4cd998766', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025537Z:ca83a16d-4dce-4e2b-9bb4-e9a4cd998766', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ce54818a-0352-4db0-9151-03e6d3c26902', - 'x-ms-correlation-request-id', - 'ce54818a-0352-4db0-9151-03e6d3c26902', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025539Z:ce54818a-0352-4db0-9151-03e6d3c26902', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd164d672-aa69-425f-af88-980376260a04', - 'x-ms-correlation-request-id', - 'd164d672-aa69-425f-af88-980376260a04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025541Z:d164d672-aa69-425f-af88-980376260a04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '85170246-c20e-414f-80be-f97b07a8d0ee', - 'x-ms-correlation-request-id', - '85170246-c20e-414f-80be-f97b07a8d0ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025544Z:85170246-c20e-414f-80be-f97b07a8d0ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'df9ee6bb-1387-41ea-9acc-d0cb2d3048ad', - 'x-ms-correlation-request-id', - 'df9ee6bb-1387-41ea-9acc-d0cb2d3048ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025546Z:df9ee6bb-1387-41ea-9acc-d0cb2d3048ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd715fd18-6b1e-4105-af20-cfa1c8cbd162', - 'x-ms-correlation-request-id', - 'd715fd18-6b1e-4105-af20-cfa1c8cbd162', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025548Z:d715fd18-6b1e-4105-af20-cfa1c8cbd162', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'fa14aa6a-001e-41bb-8141-17019c6ae923', - 'x-ms-correlation-request-id', - 'fa14aa6a-001e-41bb-8141-17019c6ae923', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025551Z:fa14aa6a-001e-41bb-8141-17019c6ae923', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:50 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e9e96abe-f537-4b57-a635-afa9471c4aa7', - 'x-ms-correlation-request-id', - 'e9e96abe-f537-4b57-a635-afa9471c4aa7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025553Z:e9e96abe-f537-4b57-a635-afa9471c4aa7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bd02089d-0ab9-4cb7-810d-5881b97d9943', - 'x-ms-correlation-request-id', - 'bd02089d-0ab9-4cb7-810d-5881b97d9943', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025555Z:bd02089d-0ab9-4cb7-810d-5881b97d9943', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:55 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '74939155-7327-418d-b298-4a5fc4587e76', - 'x-ms-correlation-request-id', - '74939155-7327-418d-b298-4a5fc4587e76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025557Z:74939155-7327-418d-b298-4a5fc4587e76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b5b914b7-44e2-474e-abe4-4d9da161e5f5', - 'x-ms-correlation-request-id', - 'b5b914b7-44e2-474e-abe4-4d9da161e5f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025600Z:b5b914b7-44e2-474e-abe4-4d9da161e5f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:55:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd763c596-4fe0-41d6-a49f-a2b0018f4a53', - 'x-ms-correlation-request-id', - 'd763c596-4fe0-41d6-a49f-a2b0018f4a53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025602Z:d763c596-4fe0-41d6-a49f-a2b0018f4a53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'acc82b59-d24e-4fec-a8a2-cd020594ddfd', - 'x-ms-correlation-request-id', - 'acc82b59-d24e-4fec-a8a2-cd020594ddfd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025604Z:acc82b59-d24e-4fec-a8a2-cd020594ddfd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bd3bde13-dd9b-45e1-a6f9-511a2bcf21c4', - 'x-ms-correlation-request-id', - 'bd3bde13-dd9b-45e1-a6f9-511a2bcf21c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025607Z:bd3bde13-dd9b-45e1-a6f9-511a2bcf21c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '496e2fc7-7541-4b0f-841e-cdf4b8ae2739', - 'x-ms-correlation-request-id', - '496e2fc7-7541-4b0f-841e-cdf4b8ae2739', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025609Z:496e2fc7-7541-4b0f-841e-cdf4b8ae2739', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3f73f15a-108d-4bc9-993e-795ae97f8ec1', - 'x-ms-correlation-request-id', - '3f73f15a-108d-4bc9-993e-795ae97f8ec1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025611Z:3f73f15a-108d-4bc9-993e-795ae97f8ec1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9be4309d-ca55-4aab-a647-db1d60673f01', - 'x-ms-correlation-request-id', - '9be4309d-ca55-4aab-a647-db1d60673f01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025614Z:9be4309d-ca55-4aab-a647-db1d60673f01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4320bfdb-8c8c-4036-963c-df0321cb7148', - 'x-ms-correlation-request-id', - '4320bfdb-8c8c-4036-963c-df0321cb7148', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025616Z:4320bfdb-8c8c-4036-963c-df0321cb7148', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0f4805c5-3787-4ece-9498-d68f4375c1ac', - 'x-ms-correlation-request-id', - '0f4805c5-3787-4ece-9498-d68f4375c1ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025618Z:0f4805c5-3787-4ece-9498-d68f4375c1ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9919e352-8e94-4de9-a79a-efd09c25e6a8', - 'x-ms-correlation-request-id', - '9919e352-8e94-4de9-a79a-efd09c25e6a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025621Z:9919e352-8e94-4de9-a79a-efd09c25e6a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e2d5fc93-cac0-4d7d-8ef2-6e5cb177c941', - 'x-ms-correlation-request-id', - 'e2d5fc93-cac0-4d7d-8ef2-6e5cb177c941', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025623Z:e2d5fc93-cac0-4d7d-8ef2-6e5cb177c941', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '89861e56-40c2-4081-9b0c-faf4091ace98', - 'x-ms-correlation-request-id', - '89861e56-40c2-4081-9b0c-faf4091ace98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025625Z:89861e56-40c2-4081-9b0c-faf4091ace98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '05e1b0d9-51f9-427b-86e4-bc486dc9f6ac', - 'x-ms-correlation-request-id', - '05e1b0d9-51f9-427b-86e4-bc486dc9f6ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025628Z:05e1b0d9-51f9-427b-86e4-bc486dc9f6ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '62bed06d-c2db-4b2d-bf5c-24c62acfcc23', - 'x-ms-correlation-request-id', - '62bed06d-c2db-4b2d-bf5c-24c62acfcc23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025630Z:62bed06d-c2db-4b2d-bf5c-24c62acfcc23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ab73fdac-5080-425a-a83d-25ea941ded13', - 'x-ms-correlation-request-id', - 'ab73fdac-5080-425a-a83d-25ea941ded13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025632Z:ab73fdac-5080-425a-a83d-25ea941ded13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3a6e34e5-aac1-4f5f-a45b-ab38fc1d7a30', - 'x-ms-correlation-request-id', - '3a6e34e5-aac1-4f5f-a45b-ab38fc1d7a30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025635Z:3a6e34e5-aac1-4f5f-a45b-ab38fc1d7a30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'afeeddd2-3d14-4ef1-9937-0c3a58e7522a', - 'x-ms-correlation-request-id', - 'afeeddd2-3d14-4ef1-9937-0c3a58e7522a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025637Z:afeeddd2-3d14-4ef1-9937-0c3a58e7522a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0462a95e-4b1d-4fa1-abba-7e17a8bba2c1', - 'x-ms-correlation-request-id', - '0462a95e-4b1d-4fa1-abba-7e17a8bba2c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025639Z:0462a95e-4b1d-4fa1-abba-7e17a8bba2c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd4daeda0-b632-4170-bde4-6e97d888e302', - 'x-ms-correlation-request-id', - 'd4daeda0-b632-4170-bde4-6e97d888e302', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025642Z:d4daeda0-b632-4170-bde4-6e97d888e302', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '69a03b77-f994-4d86-be50-f1db514d6d5e', - 'x-ms-correlation-request-id', - '69a03b77-f994-4d86-be50-f1db514d6d5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025644Z:69a03b77-f994-4d86-be50-f1db514d6d5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4bab8876-357a-43f8-8cd1-692965dc5326', - 'x-ms-correlation-request-id', - '4bab8876-357a-43f8-8cd1-692965dc5326', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025646Z:4bab8876-357a-43f8-8cd1-692965dc5326', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '34724fd8-bc75-4b05-adc2-7ff6d278d35b', - 'x-ms-correlation-request-id', - '34724fd8-bc75-4b05-adc2-7ff6d278d35b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025649Z:34724fd8-bc75-4b05-adc2-7ff6d278d35b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dc90d2bd-0246-428c-b10d-22213c690be9', - 'x-ms-correlation-request-id', - 'dc90d2bd-0246-428c-b10d-22213c690be9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025651Z:dc90d2bd-0246-428c-b10d-22213c690be9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:51 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'cb9031c8-8a4a-4bdc-88c1-cda29ad6c8bc', - 'x-ms-correlation-request-id', - 'cb9031c8-8a4a-4bdc-88c1-cda29ad6c8bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025653Z:cb9031c8-8a4a-4bdc-88c1-cda29ad6c8bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:53 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'daa19258-6353-4898-a4d0-061489662972', - 'x-ms-correlation-request-id', - 'daa19258-6353-4898-a4d0-061489662972', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025656Z:daa19258-6353-4898-a4d0-061489662972', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '537e2be5-cdd5-4684-a28b-6fd1b2b9866f', - 'x-ms-correlation-request-id', - '537e2be5-cdd5-4684-a28b-6fd1b2b9866f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025658Z:537e2be5-cdd5-4684-a28b-6fd1b2b9866f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:56:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd3a576d8-d52a-4f98-a8f1-a54f3a9196fe', - 'x-ms-correlation-request-id', - 'd3a576d8-d52a-4f98-a8f1-a54f3a9196fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025700Z:d3a576d8-d52a-4f98-a8f1-a54f3a9196fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0f40c59b-26f9-47cb-8136-3913298d1d2b', - 'x-ms-correlation-request-id', - '0f40c59b-26f9-47cb-8136-3913298d1d2b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025703Z:0f40c59b-26f9-47cb-8136-3913298d1d2b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ffdca123-a113-475e-a7dd-e8aece29339d', - 'x-ms-correlation-request-id', - 'ffdca123-a113-475e-a7dd-e8aece29339d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025706Z:ffdca123-a113-475e-a7dd-e8aece29339d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6546b649-1a71-4675-9746-d2dc4ab7f80d', - 'x-ms-correlation-request-id', - '6546b649-1a71-4675-9746-d2dc4ab7f80d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025708Z:6546b649-1a71-4675-9746-d2dc4ab7f80d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '37a9a5b0-b530-4977-87b0-9f314f46dd7b', - 'x-ms-correlation-request-id', - '37a9a5b0-b530-4977-87b0-9f314f46dd7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025710Z:37a9a5b0-b530-4977-87b0-9f314f46dd7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8c4ceb8a-4290-49fa-b1d1-cfc921a68ee4', - 'x-ms-correlation-request-id', - '8c4ceb8a-4290-49fa-b1d1-cfc921a68ee4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025713Z:8c4ceb8a-4290-49fa-b1d1-cfc921a68ee4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a39dc629-33f3-4dfe-b461-25c532b9bf4c', - 'x-ms-correlation-request-id', - 'a39dc629-33f3-4dfe-b461-25c532b9bf4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025715Z:a39dc629-33f3-4dfe-b461-25c532b9bf4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '57d8273f-e7f8-45f1-9cb2-245b747ea5ef', - 'x-ms-correlation-request-id', - '57d8273f-e7f8-45f1-9cb2-245b747ea5ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025717Z:57d8273f-e7f8-45f1-9cb2-245b747ea5ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9124a4b9-5f8d-4c5e-a4ce-1cf9b42cea78', - 'x-ms-correlation-request-id', - '9124a4b9-5f8d-4c5e-a4ce-1cf9b42cea78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025720Z:9124a4b9-5f8d-4c5e-a4ce-1cf9b42cea78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'eb52d359-634b-457c-a051-439bf0504155', - 'x-ms-correlation-request-id', - 'eb52d359-634b-457c-a051-439bf0504155', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025722Z:eb52d359-634b-457c-a051-439bf0504155', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '848b7285-f208-49ac-8684-686a59a4a739', - 'x-ms-correlation-request-id', - '848b7285-f208-49ac-8684-686a59a4a739', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025724Z:848b7285-f208-49ac-8684-686a59a4a739', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5e56d162-34ef-4e1f-8d2c-768303226fef', - 'x-ms-correlation-request-id', - '5e56d162-34ef-4e1f-8d2c-768303226fef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025727Z:5e56d162-34ef-4e1f-8d2c-768303226fef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '65016e0d-af06-4085-a284-ab5f65c291c5', - 'x-ms-correlation-request-id', - '65016e0d-af06-4085-a284-ab5f65c291c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025729Z:65016e0d-af06-4085-a284-ab5f65c291c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a3c65c60-6319-4e01-be9a-92534d1826e2', - 'x-ms-correlation-request-id', - 'a3c65c60-6319-4e01-be9a-92534d1826e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025731Z:a3c65c60-6319-4e01-be9a-92534d1826e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '72addcad-8608-4550-a478-558a0dd5aed6', - 'x-ms-correlation-request-id', - '72addcad-8608-4550-a478-558a0dd5aed6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025734Z:72addcad-8608-4550-a478-558a0dd5aed6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dd70676b-a89c-4e04-8206-cb0e0c6ce3be', - 'x-ms-correlation-request-id', - 'dd70676b-a89c-4e04-8206-cb0e0c6ce3be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025736Z:dd70676b-a89c-4e04-8206-cb0e0c6ce3be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '54ac944a-6f3a-442e-9b86-cb7ab57ae938', - 'x-ms-correlation-request-id', - '54ac944a-6f3a-442e-9b86-cb7ab57ae938', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025738Z:54ac944a-6f3a-442e-9b86-cb7ab57ae938', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bee4c156-237a-427b-9b22-41b7f9fb0fad', - 'x-ms-correlation-request-id', - 'bee4c156-237a-427b-9b22-41b7f9fb0fad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025741Z:bee4c156-237a-427b-9b22-41b7f9fb0fad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '1cef974a-5739-4f78-8556-e1b98d8048da', - 'x-ms-correlation-request-id', - '1cef974a-5739-4f78-8556-e1b98d8048da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025743Z:1cef974a-5739-4f78-8556-e1b98d8048da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f5fca509-bbb7-4eb9-afa1-cc598463b43b', - 'x-ms-correlation-request-id', - 'f5fca509-bbb7-4eb9-afa1-cc598463b43b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025745Z:f5fca509-bbb7-4eb9-afa1-cc598463b43b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ae7c736f-410c-471e-a262-79c70297baa4', - 'x-ms-correlation-request-id', - 'ae7c736f-410c-471e-a262-79c70297baa4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025748Z:ae7c736f-410c-471e-a262-79c70297baa4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b5ea9e70-0ef8-49a2-b938-01ead5978c14', - 'x-ms-correlation-request-id', - 'b5ea9e70-0ef8-49a2-b938-01ead5978c14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025750Z:b5ea9e70-0ef8-49a2-b938-01ead5978c14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2787bf1e-95fa-4f81-a26a-933c68474df7', - 'x-ms-correlation-request-id', - '2787bf1e-95fa-4f81-a26a-933c68474df7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025752Z:2787bf1e-95fa-4f81-a26a-933c68474df7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '40593883-46ad-4105-96e3-0494c237f25d', - 'x-ms-correlation-request-id', - '40593883-46ad-4105-96e3-0494c237f25d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025755Z:40593883-46ad-4105-96e3-0494c237f25d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd934ac61-e7d2-49be-b69d-04d597d62c16', - 'x-ms-correlation-request-id', - 'd934ac61-e7d2-49be-b69d-04d597d62c16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025757Z:d934ac61-e7d2-49be-b69d-04d597d62c16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5d57038e-1ce2-4ee6-89fa-19d550ae49ff', - 'x-ms-correlation-request-id', - '5d57038e-1ce2-4ee6-89fa-19d550ae49ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025759Z:5d57038e-1ce2-4ee6-89fa-19d550ae49ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:57:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9dfd5240-76df-4c23-bde3-b94a9f2ca440', - 'x-ms-correlation-request-id', - '9dfd5240-76df-4c23-bde3-b94a9f2ca440', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025801Z:9dfd5240-76df-4c23-bde3-b94a9f2ca440', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '25e7a428-4b26-4aa1-b6e1-77780653b715', - 'x-ms-correlation-request-id', - '25e7a428-4b26-4aa1-b6e1-77780653b715', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025804Z:25e7a428-4b26-4aa1-b6e1-77780653b715', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6ba5eec2-5639-4d9f-ab8d-f62d1701e282', - 'x-ms-correlation-request-id', - '6ba5eec2-5639-4d9f-ab8d-f62d1701e282', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025806Z:6ba5eec2-5639-4d9f-ab8d-f62d1701e282', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '71b5afcd-84e8-4302-a00f-1ae54d1ec63a', - 'x-ms-correlation-request-id', - '71b5afcd-84e8-4302-a00f-1ae54d1ec63a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025809Z:71b5afcd-84e8-4302-a00f-1ae54d1ec63a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f49da2d6-98ee-4bdd-9bf2-7e8ab752c9f5', - 'x-ms-correlation-request-id', - 'f49da2d6-98ee-4bdd-9bf2-7e8ab752c9f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025812Z:f49da2d6-98ee-4bdd-9bf2-7e8ab752c9f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '28cbd54f-7f8b-403a-aaea-517a10e5c7e4', - 'x-ms-correlation-request-id', - '28cbd54f-7f8b-403a-aaea-517a10e5c7e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025815Z:28cbd54f-7f8b-403a-aaea-517a10e5c7e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3e855037-44b7-4002-9e97-f4f179d12cd4', - 'x-ms-correlation-request-id', - '3e855037-44b7-4002-9e97-f4f179d12cd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025818Z:3e855037-44b7-4002-9e97-f4f179d12cd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd2819824-aa7f-40bf-9120-897c77fec55c', - 'x-ms-correlation-request-id', - 'd2819824-aa7f-40bf-9120-897c77fec55c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025821Z:d2819824-aa7f-40bf-9120-897c77fec55c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'fe28e176-a52c-4907-b0b5-fd4f3488ed24', - 'x-ms-correlation-request-id', - 'fe28e176-a52c-4907-b0b5-fd4f3488ed24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025824Z:fe28e176-a52c-4907-b0b5-fd4f3488ed24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6bd5da1b-16f4-4017-9723-3b540b929f09', - 'x-ms-correlation-request-id', - '6bd5da1b-16f4-4017-9723-3b540b929f09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025827Z:6bd5da1b-16f4-4017-9723-3b540b929f09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'c74b16d1-8931-40cf-8288-7b867d51c6bf', - 'x-ms-correlation-request-id', - 'c74b16d1-8931-40cf-8288-7b867d51c6bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025829Z:c74b16d1-8931-40cf-8288-7b867d51c6bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5ce518c8-da65-4873-8648-aa59d4ade5c6', - 'x-ms-correlation-request-id', - '5ce518c8-da65-4873-8648-aa59d4ade5c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025832Z:5ce518c8-da65-4873-8648-aa59d4ade5c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '83db4807-b2ae-4b6e-99e0-49442905cf3a', - 'x-ms-correlation-request-id', - '83db4807-b2ae-4b6e-99e0-49442905cf3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025834Z:83db4807-b2ae-4b6e-99e0-49442905cf3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '642687b8-9b9f-4605-b51d-f85b4b99166f', - 'x-ms-correlation-request-id', - '642687b8-9b9f-4605-b51d-f85b4b99166f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025836Z:642687b8-9b9f-4605-b51d-f85b4b99166f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bdd77a25-3d75-4860-a70e-4110c300150c', - 'x-ms-correlation-request-id', - 'bdd77a25-3d75-4860-a70e-4110c300150c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025839Z:bdd77a25-3d75-4860-a70e-4110c300150c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3adabe20-ba6b-4f3a-8d42-bea2357959af', - 'x-ms-correlation-request-id', - '3adabe20-ba6b-4f3a-8d42-bea2357959af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025841Z:3adabe20-ba6b-4f3a-8d42-bea2357959af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '7b1eedba-4036-465b-ae12-3643e5f15f4f', - 'x-ms-correlation-request-id', - '7b1eedba-4036-465b-ae12-3643e5f15f4f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025843Z:7b1eedba-4036-465b-ae12-3643e5f15f4f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '51963f82-ca31-4429-91cb-d40fb294aedc', - 'x-ms-correlation-request-id', - '51963f82-ca31-4429-91cb-d40fb294aedc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025846Z:51963f82-ca31-4429-91cb-d40fb294aedc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e805e0fb-6001-40f3-bd91-e8bc6fc33ca3', - 'x-ms-correlation-request-id', - 'e805e0fb-6001-40f3-bd91-e8bc6fc33ca3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025848Z:e805e0fb-6001-40f3-bd91-e8bc6fc33ca3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '06f9ffad-2260-4611-8f1e-18c334d8f402', - 'x-ms-correlation-request-id', - '06f9ffad-2260-4611-8f1e-18c334d8f402', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025850Z:06f9ffad-2260-4611-8f1e-18c334d8f402', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0454cb1f-f6a6-4517-8b90-c58145b2475d', - 'x-ms-correlation-request-id', - '0454cb1f-f6a6-4517-8b90-c58145b2475d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025853Z:0454cb1f-f6a6-4517-8b90-c58145b2475d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3b790ead-5b1a-4b95-a3c9-598c1618d92f', - 'x-ms-correlation-request-id', - '3b790ead-5b1a-4b95-a3c9-598c1618d92f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025855Z:3b790ead-5b1a-4b95-a3c9-598c1618d92f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '564decf3-d615-4291-a205-8398cce46d40', - 'x-ms-correlation-request-id', - '564decf3-d615-4291-a205-8398cce46d40', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025857Z:564decf3-d615-4291-a205-8398cce46d40', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd202af67-276d-4335-8895-877bf1a64035', - 'x-ms-correlation-request-id', - 'd202af67-276d-4335-8895-877bf1a64035', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025900Z:d202af67-276d-4335-8895-877bf1a64035', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:58:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8125d207-4b18-4ede-98c5-3f1a462959ed', - 'x-ms-correlation-request-id', - '8125d207-4b18-4ede-98c5-3f1a462959ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025902Z:8125d207-4b18-4ede-98c5-3f1a462959ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '52c4d875-b40e-4525-b4e6-83161c67eab8', - 'x-ms-correlation-request-id', - '52c4d875-b40e-4525-b4e6-83161c67eab8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025904Z:52c4d875-b40e-4525-b4e6-83161c67eab8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '678c7bad-35d5-477a-b0a8-c7cb5417e63e', - 'x-ms-correlation-request-id', - '678c7bad-35d5-477a-b0a8-c7cb5417e63e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025907Z:678c7bad-35d5-477a-b0a8-c7cb5417e63e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '98d389bd-2b20-4c43-85f3-eebecc1155f4', - 'x-ms-correlation-request-id', - '98d389bd-2b20-4c43-85f3-eebecc1155f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025910Z:98d389bd-2b20-4c43-85f3-eebecc1155f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4d62a37a-a0a9-4c6f-bcbf-0d157717afd0', - 'x-ms-correlation-request-id', - '4d62a37a-a0a9-4c6f-bcbf-0d157717afd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025912Z:4d62a37a-a0a9-4c6f-bcbf-0d157717afd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'c4a930d1-ef56-4dd6-801e-c82c682e2471', - 'x-ms-correlation-request-id', - 'c4a930d1-ef56-4dd6-801e-c82c682e2471', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025914Z:c4a930d1-ef56-4dd6-801e-c82c682e2471', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '76c7420a-ae50-43e0-8ff4-1af493a76d55', - 'x-ms-correlation-request-id', - '76c7420a-ae50-43e0-8ff4-1af493a76d55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025917Z:76c7420a-ae50-43e0-8ff4-1af493a76d55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'efbc871d-b8fd-4444-9ad3-58f15624bad3', - 'x-ms-correlation-request-id', - 'efbc871d-b8fd-4444-9ad3-58f15624bad3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025919Z:efbc871d-b8fd-4444-9ad3-58f15624bad3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd4273285-5a9f-4b9e-941c-700ce63bdc4f', - 'x-ms-correlation-request-id', - 'd4273285-5a9f-4b9e-941c-700ce63bdc4f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025921Z:d4273285-5a9f-4b9e-941c-700ce63bdc4f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'cabee95b-d88d-4856-8ac4-f8037e4c7c30', - 'x-ms-correlation-request-id', - 'cabee95b-d88d-4856-8ac4-f8037e4c7c30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025924Z:cabee95b-d88d-4856-8ac4-f8037e4c7c30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'fe2fc2fd-7891-4237-8f82-868603be5f49', - 'x-ms-correlation-request-id', - 'fe2fc2fd-7891-4237-8f82-868603be5f49', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025926Z:fe2fc2fd-7891-4237-8f82-868603be5f49', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2f5944d1-6460-4bd2-94df-73d67e0e969a', - 'x-ms-correlation-request-id', - '2f5944d1-6460-4bd2-94df-73d67e0e969a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025928Z:2f5944d1-6460-4bd2-94df-73d67e0e969a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dcb459f0-d000-4ad6-bdc0-b7a44fc1163c', - 'x-ms-correlation-request-id', - 'dcb459f0-d000-4ad6-bdc0-b7a44fc1163c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025931Z:dcb459f0-d000-4ad6-bdc0-b7a44fc1163c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ca5d71fb-d9dc-441e-9795-33e15d447571', - 'x-ms-correlation-request-id', - 'ca5d71fb-d9dc-441e-9795-33e15d447571', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025933Z:ca5d71fb-d9dc-441e-9795-33e15d447571', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -18277,23 +13597,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11496', + '10585', 'x-ms-request-id', - '46064590-204f-41b2-b782-b30eb8f101ea', + '8b88eb31-2cfc-41fd-9b8c-fa2f3a0bd8d1', 'x-ms-correlation-request-id', - '46064590-204f-41b2-b782-b30eb8f101ea', + '8b88eb31-2cfc-41fd-9b8c-fa2f3a0bd8d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025935Z:46064590-204f-41b2-b782-b30eb8f101ea', + 'SOUTHEASTASIA:20210924T043758Z:8b88eb31-2cfc-41fd-9b8c-fa2f3a0bd8d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:59:34 GMT' + 'Fri, 24 Sep 2021 04:37:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -18313,15 +13633,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11495', + '10584', 'x-ms-request-id', - '4b0a04e0-833a-4d67-9c3a-d2e8156eba9f', + '9a12bdf8-0325-49e4-9588-bf6a7712a67d', 'x-ms-correlation-request-id', - '4b0a04e0-833a-4d67-9c3a-d2e8156eba9f', + '9a12bdf8-0325-49e4-9588-bf6a7712a67d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025938Z:4b0a04e0-833a-4d67-9c3a-d2e8156eba9f', + 'SOUTHEASTASIA:20210924T043759Z:9a12bdf8-0325-49e4-9588-bf6a7712a67d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:59:37 GMT' + 'Fri, 24 Sep 2021 04:37:58 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_test.js similarity index 64% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_test.js index ec00c9b44ab8..834afc81a8e8 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_delete_for_mongodbresources_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "e7e8e0b0a8bd865bf24667b29acd8ab8"; +module.exports.hash = "54b961b75b1ecd6bb65c625966cdc0cb"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'a4bd52e8-9b1e-4f93-86c4-50a61ac20700', + '287c3834-52aa-4874-b1fb-286595b60600', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=Av8OwNhAujxJrL_Erhg3tiI; expires=Mon, 18-Oct-2021 03:03:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ak12ohriMB9Jhoi3X7-acg4; expires=Sun, 24-Oct-2021 03:42:58 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrzvEcFDWgpiVuYAeJQvBAFV5T66c4lBU0F8Fiq6tTisdjtFASGm8gwbqLeSA0stmkfdXK6IWwhCSBBD3NRoMrkK5uCYP4wwybkghx4W02nrf4AzXqGuIuFhf_VJNknF6hoK0al6C9e2FYxcp-09CveVGfvtObrw84_g8O0iON0T0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrRzEQbyNuMwHvn23VvqlzUFQjzr6xWrm3d88XexErO2FJ5n7MjBqTTQDlE811hmdbhCrsboLQ85i1P46kP1-lnNTNf04b3CilDqBOrAao4A9QGn3J7rkF64VQyyluqm6DpBn6zai0pi5CCKQIrfDwkZetFvOtqKj1PgOJv52FEMcgAA; 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', - 'Sat, 18 Sep 2021 03:03:38 GMT', + 'Fri, 24 Sep 2021 03:42:58 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '11d1bd8b-d0ad-4f2d-b547-29a2cd4c0700', + '9ba6f45d-c4e8-4eef-b292-a7c247d20700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=Al5NveUFNdZKrvRmEnXMW8M; expires=Mon, 18-Oct-2021 03:03:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AiLy5Jf-Mt9EgXOkzbUDaJ0; expires=Sun, 24-Oct-2021 03:42:58 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrj_YzYlfnoc2mfWE81X7nuZSvaOdVINxN1zCrm6LhnAyYUoUCZ6tgM8vyQmDqAprqLT63V5C6ikF8Y2qIwhNEBgbNJgCkAC7OxOi9IqzvwqF6YXtYUPBuzI6DgvpHJAYj7G8k5htDc5ffycdYWEcrcZV_8hmHle7ICfHIhvWW3gAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrT37reauAinRGrDat4OUkwTGL_Gqn1yWayJ5-i-yq1Cx1MDuBaKSjtXVfdYYI8MECtIHNISQG57jyHaIqZLR8GCUJwe1Z6oRd7v57iYX-fNJ45Gz3DRS9WFZKEKXmgPexZA2QeNkg1kyewhPEZrhdEAtSYhlD8JawrHvJri03rWIgAA; 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', - 'Sat, 18 Sep 2021 03:03:38 GMT', + 'Fri, 24 Sep 2021 03:42:58 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.1&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=17ad2cd7-100e-4c31-9876-0fc3243bab22&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") + .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.1&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=84bfdb2b-96ab-4563-8ebd-6264ef26df49&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', @@ -93,63 +93,63 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e6415b90-59ac-45e2-a118-6f0ea9fd0600', + '9361213a-51de-46fd-bfc0-66fd60ce0600', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AoCszsNFDddDnZpOZ52_0w8WPr5BAQAAAAlO19gOAAAA; expires=Mon, 18-Oct-2021 03:03:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AtUzLNTfCmBCgjExJPHjpEAWPr5BAQAAAEFA39gOAAAA; expires=Sun, 24-Oct-2021 03:42:58 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', - 'Sat, 18 Sep 2021 03:03:38 GMT', + 'Fri, 24 Sep 2021 03:42:58 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(202, {"status":"Enqueued"}, [ 'Cache-Control', 'no-store, no-cache', 'Pragma', 'no-cache', - 'Transfer-Encoding', - 'chunked', + 'Content-Length', + '21', 'Content-Type', 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', + 'Location', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/f49e406b-bd77-4100-9353-605fe477c03c?api-version=2021-07-01-preview', + 'Azure-AsyncOperation', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c?api-version=2021-07-01-preview', + 'x-ms-request-id', + 'f49e406b-bd77-4100-9353-605fe477c03c', 'Strict-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', - '77dff97d-e970-4043-8cda-a43fb98ed744', + 'x-ms-ratelimit-remaining-subscription-deletes', + '14999', 'x-ms-correlation-request-id', - '77dff97d-e970-4043-8cda-a43fb98ed744', + 'd528ddb7-b8e2-4f37-a9c1-2dbbda73d718', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030338Z:77dff97d-e970-4043-8cda-a43fb98ed744', + 'SOUTHEASTASIA:20210924T034303Z:d528ddb7-b8e2-4f37-a9c1-2dbbda73d718', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:38 GMT' + 'Fri, 24 Sep 2021 03:43:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -169,57 +169,57 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11395', + '11999', 'x-ms-request-id', - '38475775-bd8d-478c-be15-e8ce7cf5c575', + '5eeea215-daa1-4a17-84bc-6d1f19ad294b', 'x-ms-correlation-request-id', - '38475775-bd8d-478c-be15-e8ce7cf5c575', + '5eeea215-daa1-4a17-84bc-6d1f19ad294b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030341Z:38475775-bd8d-478c-be15-e8ce7cf5c575', + 'SOUTHEASTASIA:20210924T034303Z:5eeea215-daa1-4a17-84bc-6d1f19ad294b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:40 GMT' + 'Fri, 24 Sep 2021 03:43:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) - .reply(202, {"status":"Enqueued"}, [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '21', + 'Transfer-Encoding', + 'chunked', 'Content-Type', 'application/json', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb?api-version=2021-07-01-preview', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb?api-version=2021-07-01-preview', - 'x-ms-request-id', - 'a2f9959f-170d-4e6a-8fae-b5fcefabdcfb', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', '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-ratelimit-remaining-subscription-reads', + '11998', + 'x-ms-request-id', + '19ef98d3-4d36-4c45-a79a-7cb31e49963e', 'x-ms-correlation-request-id', - 'b3d943ea-659b-451a-bd64-2633d90c09d9', + '19ef98d3-4d36-4c45-a79a-7cb31e49963e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030343Z:b3d943ea-659b-451a-bd64-2633d90c09d9', + 'SOUTHEASTASIA:20210924T034306Z:19ef98d3-4d36-4c45-a79a-7cb31e49963e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:42 GMT' + 'Fri, 24 Sep 2021 03:43:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,23 +241,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11394', + '11997', 'x-ms-request-id', - '97401d04-b5e3-4516-9a41-9d339b488092', + 'f8965737-92af-4c44-87cf-6d820ea3e5bd', 'x-ms-correlation-request-id', - '97401d04-b5e3-4516-9a41-9d339b488092', + 'f8965737-92af-4c44-87cf-6d820ea3e5bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030343Z:97401d04-b5e3-4516-9a41-9d339b488092', + 'SOUTHEASTASIA:20210924T034308Z:f8965737-92af-4c44-87cf-6d820ea3e5bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:43 GMT' + 'Fri, 24 Sep 2021 03:43:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -277,21 +277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11896', + '11996', 'x-ms-request-id', - '9735b5f8-8be5-49d4-bfc9-6aa6f5f2e394', + 'fe2aacbf-b10b-4457-9e6d-2583527c0643', 'x-ms-correlation-request-id', - '9735b5f8-8be5-49d4-bfc9-6aa6f5f2e394', + 'fe2aacbf-b10b-4457-9e6d-2583527c0643', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030343Z:9735b5f8-8be5-49d4-bfc9-6aa6f5f2e394', + 'SOUTHEASTASIA:20210924T034310Z:fe2aacbf-b10b-4457-9e6d-2583527c0643', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:42 GMT' + 'Fri, 24 Sep 2021 03:43:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -313,21 +313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11393', + '11995', 'x-ms-request-id', - '7ba0879a-90d4-4849-9eca-f497c4511d1c', + '5bfcf9f1-3552-404d-ad7c-5a29c50b8b35', 'x-ms-correlation-request-id', - '7ba0879a-90d4-4849-9eca-f497c4511d1c', + '5bfcf9f1-3552-404d-ad7c-5a29c50b8b35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030345Z:7ba0879a-90d4-4849-9eca-f497c4511d1c', + 'SOUTHEASTASIA:20210924T034313Z:5bfcf9f1-3552-404d-ad7c-5a29c50b8b35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:45 GMT' + 'Fri, 24 Sep 2021 03:43:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -349,21 +349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11895', + '11994', 'x-ms-request-id', - 'ad2b633b-38e8-4a31-9535-7a273be7c614', + '488c78c9-8fa2-4b02-8d19-54683b57961d', 'x-ms-correlation-request-id', - 'ad2b633b-38e8-4a31-9535-7a273be7c614', + '488c78c9-8fa2-4b02-8d19-54683b57961d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030346Z:ad2b633b-38e8-4a31-9535-7a273be7c614', + 'SOUTHEASTASIA:20210924T034315Z:488c78c9-8fa2-4b02-8d19-54683b57961d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:45 GMT' + 'Fri, 24 Sep 2021 03:43:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -385,21 +385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11392', + '11993', 'x-ms-request-id', - 'a9ef1740-628d-40b8-8086-0c4661531c26', + '687cd4d6-49ac-454c-bc43-1c9c1278dda9', 'x-ms-correlation-request-id', - 'a9ef1740-628d-40b8-8086-0c4661531c26', + '687cd4d6-49ac-454c-bc43-1c9c1278dda9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030348Z:a9ef1740-628d-40b8-8086-0c4661531c26', + 'SOUTHEASTASIA:20210924T034317Z:687cd4d6-49ac-454c-bc43-1c9c1278dda9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:47 GMT' + 'Fri, 24 Sep 2021 03:43:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -421,21 +421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11894', + '11992', 'x-ms-request-id', - '4342aed3-5f83-4e79-b104-4e233ccaa864', + '58e0292a-7598-4baa-8aae-0c1082614363', 'x-ms-correlation-request-id', - '4342aed3-5f83-4e79-b104-4e233ccaa864', + '58e0292a-7598-4baa-8aae-0c1082614363', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030348Z:4342aed3-5f83-4e79-b104-4e233ccaa864', + 'SOUTHEASTASIA:20210924T034319Z:58e0292a-7598-4baa-8aae-0c1082614363', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:47 GMT' + 'Fri, 24 Sep 2021 03:43:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -457,21 +457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11391', + '11991', 'x-ms-request-id', - 'c36db518-3e6f-4bec-8885-99844299b283', + '11b1af75-bec1-46e8-8e89-be49ff5d2bf8', 'x-ms-correlation-request-id', - 'c36db518-3e6f-4bec-8885-99844299b283', + '11b1af75-bec1-46e8-8e89-be49ff5d2bf8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030350Z:c36db518-3e6f-4bec-8885-99844299b283', + 'SOUTHEASTASIA:20210924T034322Z:11b1af75-bec1-46e8-8e89-be49ff5d2bf8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:50 GMT' + 'Fri, 24 Sep 2021 03:43:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -493,21 +493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11893', + '11990', 'x-ms-request-id', - '3009ab26-20d1-44df-9377-92713b3fe65d', + '69ba8103-34ca-4580-82d9-4f552c6d36b5', 'x-ms-correlation-request-id', - '3009ab26-20d1-44df-9377-92713b3fe65d', + '69ba8103-34ca-4580-82d9-4f552c6d36b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030351Z:3009ab26-20d1-44df-9377-92713b3fe65d', + 'SOUTHEASTASIA:20210924T034324Z:69ba8103-34ca-4580-82d9-4f552c6d36b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:51 GMT' + 'Fri, 24 Sep 2021 03:43:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -529,21 +529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11390', + '11989', 'x-ms-request-id', - '5ed0f6df-7911-444c-b683-aadd0ea39646', + '54eda352-8e42-44c7-ad6c-e0d36d0d6076', 'x-ms-correlation-request-id', - '5ed0f6df-7911-444c-b683-aadd0ea39646', + '54eda352-8e42-44c7-ad6c-e0d36d0d6076', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030352Z:5ed0f6df-7911-444c-b683-aadd0ea39646', + 'SOUTHEASTASIA:20210924T034326Z:54eda352-8e42-44c7-ad6c-e0d36d0d6076', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:52 GMT' + 'Fri, 24 Sep 2021 03:43:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -565,21 +565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11892', + '11988', 'x-ms-request-id', - 'dd2b67b0-676b-44fc-b5de-196028b127d4', + '3f2aaead-e960-4d05-b5d2-3a0e5ebcf1e1', 'x-ms-correlation-request-id', - 'dd2b67b0-676b-44fc-b5de-196028b127d4', + '3f2aaead-e960-4d05-b5d2-3a0e5ebcf1e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030353Z:dd2b67b0-676b-44fc-b5de-196028b127d4', + 'SOUTHEASTASIA:20210924T034329Z:3f2aaead-e960-4d05-b5d2-3a0e5ebcf1e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:53 GMT' + 'Fri, 24 Sep 2021 03:43:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -601,21 +601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11389', + '11987', 'x-ms-request-id', - 'c91cf35d-50d5-4b5f-b30a-ccf46562012e', + '1022b5df-6c2e-4993-8aca-297d6e78b3b9', 'x-ms-correlation-request-id', - 'c91cf35d-50d5-4b5f-b30a-ccf46562012e', + '1022b5df-6c2e-4993-8aca-297d6e78b3b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030354Z:c91cf35d-50d5-4b5f-b30a-ccf46562012e', + 'SOUTHEASTASIA:20210924T034331Z:1022b5df-6c2e-4993-8aca-297d6e78b3b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:54 GMT' + 'Fri, 24 Sep 2021 03:43:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -637,21 +637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11891', + '11986', 'x-ms-request-id', - '0262a7d3-05b5-41d0-a54f-86f9eaa9171b', + '857fec0b-a8f2-4533-afab-f3624f046f86', 'x-ms-correlation-request-id', - '0262a7d3-05b5-41d0-a54f-86f9eaa9171b', + '857fec0b-a8f2-4533-afab-f3624f046f86', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030355Z:0262a7d3-05b5-41d0-a54f-86f9eaa9171b', + 'SOUTHEASTASIA:20210924T034333Z:857fec0b-a8f2-4533-afab-f3624f046f86', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:55 GMT' + 'Fri, 24 Sep 2021 03:43:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -673,21 +673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11388', + '11985', 'x-ms-request-id', - '2a1aa08d-1c7d-4409-85b4-7db9b2a3483c', + '474ade0d-12a5-40e4-b1e5-7acb2b47b6a0', 'x-ms-correlation-request-id', - '2a1aa08d-1c7d-4409-85b4-7db9b2a3483c', + '474ade0d-12a5-40e4-b1e5-7acb2b47b6a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030357Z:2a1aa08d-1c7d-4409-85b4-7db9b2a3483c', + 'SOUTHEASTASIA:20210924T034336Z:474ade0d-12a5-40e4-b1e5-7acb2b47b6a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:56 GMT' + 'Fri, 24 Sep 2021 03:43:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -709,21 +709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11890', + '11984', 'x-ms-request-id', - '7d8e8866-78e3-46a9-b419-177a4d95dfe6', + 'dcedc255-a485-46b6-93cd-1161d83a50d3', 'x-ms-correlation-request-id', - '7d8e8866-78e3-46a9-b419-177a4d95dfe6', + 'dcedc255-a485-46b6-93cd-1161d83a50d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030358Z:7d8e8866-78e3-46a9-b419-177a4d95dfe6', + 'SOUTHEASTASIA:20210924T034338Z:dcedc255-a485-46b6-93cd-1161d83a50d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:58 GMT' + 'Fri, 24 Sep 2021 03:43:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -745,21 +745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11387', + '11983', 'x-ms-request-id', - '7ffd52c5-3c09-471b-9917-0f96a96d97bf', + 'd738cd72-b3e1-43b2-acc8-0d2b53dd5ff1', 'x-ms-correlation-request-id', - '7ffd52c5-3c09-471b-9917-0f96a96d97bf', + 'd738cd72-b3e1-43b2-acc8-0d2b53dd5ff1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030359Z:7ffd52c5-3c09-471b-9917-0f96a96d97bf', + 'SOUTHEASTASIA:20210924T034340Z:d738cd72-b3e1-43b2-acc8-0d2b53dd5ff1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:59 GMT' + 'Fri, 24 Sep 2021 03:43:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -781,21 +781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11889', + '11982', 'x-ms-request-id', - 'fc949291-a349-4e99-8768-7591e3a6515c', + 'ec8a8544-66b7-4a6a-ae16-e8634d969536', 'x-ms-correlation-request-id', - 'fc949291-a349-4e99-8768-7591e3a6515c', + 'ec8a8544-66b7-4a6a-ae16-e8634d969536', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030400Z:fc949291-a349-4e99-8768-7591e3a6515c', + 'SOUTHEASTASIA:20210924T034343Z:ec8a8544-66b7-4a6a-ae16-e8634d969536', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:00 GMT' + 'Fri, 24 Sep 2021 03:43:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -817,21 +817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11386', + '11981', 'x-ms-request-id', - '3f88afaa-d741-48ae-83b8-5b9f25368fd6', + '0bd20d54-957c-485a-87c6-35a81209208d', 'x-ms-correlation-request-id', - '3f88afaa-d741-48ae-83b8-5b9f25368fd6', + '0bd20d54-957c-485a-87c6-35a81209208d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030401Z:3f88afaa-d741-48ae-83b8-5b9f25368fd6', + 'SOUTHEASTASIA:20210924T034345Z:0bd20d54-957c-485a-87c6-35a81209208d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:01 GMT' + 'Fri, 24 Sep 2021 03:43:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -853,21 +853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11888', + '11980', 'x-ms-request-id', - 'fd68bae2-60d9-4c57-99d2-018134a819ec', + '50aad1f0-168f-4c7c-aadd-6d92110da67d', 'x-ms-correlation-request-id', - 'fd68bae2-60d9-4c57-99d2-018134a819ec', + '50aad1f0-168f-4c7c-aadd-6d92110da67d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030402Z:fd68bae2-60d9-4c57-99d2-018134a819ec', + 'SOUTHEASTASIA:20210924T034347Z:50aad1f0-168f-4c7c-aadd-6d92110da67d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:02 GMT' + 'Fri, 24 Sep 2021 03:43:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -889,21 +889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11385', + '11979', 'x-ms-request-id', - 'f00f37ea-e568-4ef0-aacf-e781fc268e60', + 'fda0e020-74f9-4394-9da6-10b04fd2a912', 'x-ms-correlation-request-id', - 'f00f37ea-e568-4ef0-aacf-e781fc268e60', + 'fda0e020-74f9-4394-9da6-10b04fd2a912', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030404Z:f00f37ea-e568-4ef0-aacf-e781fc268e60', + 'SOUTHEASTASIA:20210924T034350Z:fda0e020-74f9-4394-9da6-10b04fd2a912', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:03 GMT' + 'Fri, 24 Sep 2021 03:43:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -925,21 +925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11887', + '11978', 'x-ms-request-id', - 'd05205e5-19ab-4656-b926-3913e1da250c', + '97d055e5-c340-4b53-9574-d70b88254c42', 'x-ms-correlation-request-id', - 'd05205e5-19ab-4656-b926-3913e1da250c', + '97d055e5-c340-4b53-9574-d70b88254c42', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030405Z:d05205e5-19ab-4656-b926-3913e1da250c', + 'SOUTHEASTASIA:20210924T034352Z:97d055e5-c340-4b53-9574-d70b88254c42', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:04 GMT' + 'Fri, 24 Sep 2021 03:43:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -961,21 +961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11384', + '11977', 'x-ms-request-id', - '5fbc84f1-bc51-40ef-9147-9c2617fffc87', + '00a67dad-a10b-41da-a5d3-a7913c364849', 'x-ms-correlation-request-id', - '5fbc84f1-bc51-40ef-9147-9c2617fffc87', + '00a67dad-a10b-41da-a5d3-a7913c364849', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030406Z:5fbc84f1-bc51-40ef-9147-9c2617fffc87', + 'SOUTHEASTASIA:20210924T034354Z:00a67dad-a10b-41da-a5d3-a7913c364849', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:06 GMT' + 'Fri, 24 Sep 2021 03:43:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -997,21 +997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11886', + '11976', 'x-ms-request-id', - '56fb4a5a-5364-4b5a-afc6-29de200f5454', + 'dc7ccf82-64df-4ffe-b295-1512ab0c90f1', 'x-ms-correlation-request-id', - '56fb4a5a-5364-4b5a-afc6-29de200f5454', + 'dc7ccf82-64df-4ffe-b295-1512ab0c90f1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030407Z:56fb4a5a-5364-4b5a-afc6-29de200f5454', + 'SOUTHEASTASIA:20210924T034357Z:dc7ccf82-64df-4ffe-b295-1512ab0c90f1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:07 GMT' + 'Fri, 24 Sep 2021 03:43:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1033,21 +1033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11383', + '11975', 'x-ms-request-id', - '7e283018-fc24-4005-a947-ebf0f8fb855c', + '7177088e-ddc2-4a93-b3bb-aaf0572210df', 'x-ms-correlation-request-id', - '7e283018-fc24-4005-a947-ebf0f8fb855c', + '7177088e-ddc2-4a93-b3bb-aaf0572210df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030408Z:7e283018-fc24-4005-a947-ebf0f8fb855c', + 'SOUTHEASTASIA:20210924T034359Z:7177088e-ddc2-4a93-b3bb-aaf0572210df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:08 GMT' + 'Fri, 24 Sep 2021 03:43:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1069,21 +1069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11885', + '11974', 'x-ms-request-id', - '33ebfb0c-b264-416a-9ba3-321174b38e20', + 'dc4f3a13-ffab-42a0-9263-cdc1c3ee4853', 'x-ms-correlation-request-id', - '33ebfb0c-b264-416a-9ba3-321174b38e20', + 'dc4f3a13-ffab-42a0-9263-cdc1c3ee4853', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030409Z:33ebfb0c-b264-416a-9ba3-321174b38e20', + 'SOUTHEASTASIA:20210924T034401Z:dc4f3a13-ffab-42a0-9263-cdc1c3ee4853', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:09 GMT' + 'Fri, 24 Sep 2021 03:44:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1105,21 +1105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11382', + '11973', 'x-ms-request-id', - 'b2eee71b-19ed-4ec5-ae0f-6a89203ff7e4', + 'e52c2873-a157-4a78-a64a-38a78fdd406d', 'x-ms-correlation-request-id', - 'b2eee71b-19ed-4ec5-ae0f-6a89203ff7e4', + 'e52c2873-a157-4a78-a64a-38a78fdd406d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030411Z:b2eee71b-19ed-4ec5-ae0f-6a89203ff7e4', + 'SOUTHEASTASIA:20210924T034404Z:e52c2873-a157-4a78-a64a-38a78fdd406d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:10 GMT' + 'Fri, 24 Sep 2021 03:44:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1141,21 +1141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11884', + '11972', 'x-ms-request-id', - '7e43ec03-830e-49bd-96a8-21f81b2a8b29', + '5a64d17e-5b22-4bf0-a408-8d12b6884364', 'x-ms-correlation-request-id', - '7e43ec03-830e-49bd-96a8-21f81b2a8b29', + '5a64d17e-5b22-4bf0-a408-8d12b6884364', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030412Z:7e43ec03-830e-49bd-96a8-21f81b2a8b29', + 'SOUTHEASTASIA:20210924T034406Z:5a64d17e-5b22-4bf0-a408-8d12b6884364', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:11 GMT' + 'Fri, 24 Sep 2021 03:44:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1177,21 +1177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11381', + '11971', 'x-ms-request-id', - 'f29a8c1b-4a1e-468f-8010-6824467da01e', + '411023c9-6759-4605-acca-437abd562968', 'x-ms-correlation-request-id', - 'f29a8c1b-4a1e-468f-8010-6824467da01e', + '411023c9-6759-4605-acca-437abd562968', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030413Z:f29a8c1b-4a1e-468f-8010-6824467da01e', + 'SOUTHEASTASIA:20210924T034408Z:411023c9-6759-4605-acca-437abd562968', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:13 GMT' + 'Fri, 24 Sep 2021 03:44:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1213,21 +1213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11883', + '11970', 'x-ms-request-id', - 'f7675c17-dd7a-4529-951b-9905ecbe6a47', + '15a6937d-d8e0-42ff-9c69-010472551f48', 'x-ms-correlation-request-id', - 'f7675c17-dd7a-4529-951b-9905ecbe6a47', + '15a6937d-d8e0-42ff-9c69-010472551f48', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030414Z:f7675c17-dd7a-4529-951b-9905ecbe6a47', + 'SOUTHEASTASIA:20210924T034411Z:15a6937d-d8e0-42ff-9c69-010472551f48', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:14 GMT' + 'Fri, 24 Sep 2021 03:44:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1249,21 +1249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11380', + '11969', 'x-ms-request-id', - '172eeb10-dc43-4389-bd98-5e84a3d5532f', + '62ef97f6-802c-4267-9d50-bf326704d4ee', 'x-ms-correlation-request-id', - '172eeb10-dc43-4389-bd98-5e84a3d5532f', + '62ef97f6-802c-4267-9d50-bf326704d4ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030415Z:172eeb10-dc43-4389-bd98-5e84a3d5532f', + 'SOUTHEASTASIA:20210924T034413Z:62ef97f6-802c-4267-9d50-bf326704d4ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:15 GMT' + 'Fri, 24 Sep 2021 03:44:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1285,21 +1285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11882', + '11968', 'x-ms-request-id', - '67ca955b-dd44-4bd3-a880-b55043891088', + '8f436a82-e5ea-4457-8147-3cf11ced888c', 'x-ms-correlation-request-id', - '67ca955b-dd44-4bd3-a880-b55043891088', + '8f436a82-e5ea-4457-8147-3cf11ced888c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030416Z:67ca955b-dd44-4bd3-a880-b55043891088', + 'SOUTHEASTASIA:20210924T034415Z:8f436a82-e5ea-4457-8147-3cf11ced888c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:16 GMT' + 'Fri, 24 Sep 2021 03:44:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1321,21 +1321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11379', + '11967', 'x-ms-request-id', - 'b00e16b1-ae7a-4d12-9fbe-5662c3d82199', + '3782c263-45f1-454f-b79c-9b5ec3fe96b8', 'x-ms-correlation-request-id', - 'b00e16b1-ae7a-4d12-9fbe-5662c3d82199', + '3782c263-45f1-454f-b79c-9b5ec3fe96b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030418Z:b00e16b1-ae7a-4d12-9fbe-5662c3d82199', + 'SOUTHEASTASIA:20210924T034418Z:3782c263-45f1-454f-b79c-9b5ec3fe96b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:17 GMT' + 'Fri, 24 Sep 2021 03:44:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1357,21 +1357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11881', + '11966', 'x-ms-request-id', - '64e839fb-0798-41bd-af24-ff16802ff7e3', + '3914eef6-91aa-4fc5-8e76-5efb6cfefed8', 'x-ms-correlation-request-id', - '64e839fb-0798-41bd-af24-ff16802ff7e3', + '3914eef6-91aa-4fc5-8e76-5efb6cfefed8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030418Z:64e839fb-0798-41bd-af24-ff16802ff7e3', + 'SOUTHEASTASIA:20210924T034420Z:3914eef6-91aa-4fc5-8e76-5efb6cfefed8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:18 GMT' + 'Fri, 24 Sep 2021 03:44:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1393,21 +1393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11378', + '11965', 'x-ms-request-id', - '578f1867-485a-41df-9a04-57d8ed8f939d', + '27ea06bc-94c1-4815-aedc-7b910ad5a68d', 'x-ms-correlation-request-id', - '578f1867-485a-41df-9a04-57d8ed8f939d', + '27ea06bc-94c1-4815-aedc-7b910ad5a68d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030420Z:578f1867-485a-41df-9a04-57d8ed8f939d', + 'SOUTHEASTASIA:20210924T034422Z:27ea06bc-94c1-4815-aedc-7b910ad5a68d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:20 GMT' + 'Fri, 24 Sep 2021 03:44:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1429,21 +1429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11880', + '11964', 'x-ms-request-id', - '74fcbcaf-ac4a-41d4-a160-115d57bf5ae7', + '8a1ebc58-6e73-45fc-8a25-36ea1a8a1213', 'x-ms-correlation-request-id', - '74fcbcaf-ac4a-41d4-a160-115d57bf5ae7', + '8a1ebc58-6e73-45fc-8a25-36ea1a8a1213', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030421Z:74fcbcaf-ac4a-41d4-a160-115d57bf5ae7', + 'SOUTHEASTASIA:20210924T034425Z:8a1ebc58-6e73-45fc-8a25-36ea1a8a1213', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:20 GMT' + 'Fri, 24 Sep 2021 03:44:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1465,21 +1465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11377', + '11963', 'x-ms-request-id', - 'c4345c76-97a9-4fbc-99f2-c8fb12604e58', + '16202f14-f48f-4e25-9749-54663c0ab997', 'x-ms-correlation-request-id', - 'c4345c76-97a9-4fbc-99f2-c8fb12604e58', + '16202f14-f48f-4e25-9749-54663c0ab997', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030422Z:c4345c76-97a9-4fbc-99f2-c8fb12604e58', + 'SOUTHEASTASIA:20210924T034427Z:16202f14-f48f-4e25-9749-54663c0ab997', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:22 GMT' + 'Fri, 24 Sep 2021 03:44:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1501,21 +1501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11879', + '11962', 'x-ms-request-id', - 'e39eb23d-ec24-4e15-8763-861cccbe4485', + 'ef62f830-0e7c-42e4-964e-0f5d7e566668', 'x-ms-correlation-request-id', - 'e39eb23d-ec24-4e15-8763-861cccbe4485', + 'ef62f830-0e7c-42e4-964e-0f5d7e566668', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030423Z:e39eb23d-ec24-4e15-8763-861cccbe4485', + 'SOUTHEASTASIA:20210924T034429Z:ef62f830-0e7c-42e4-964e-0f5d7e566668', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:23 GMT' + 'Fri, 24 Sep 2021 03:44:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1537,21 +1537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11376', + '11961', 'x-ms-request-id', - '5ae4c168-65a0-4e18-9167-8f1f8b728269', + '662c61ad-a7c5-4b6b-9f4a-1e0e67434c57', 'x-ms-correlation-request-id', - '5ae4c168-65a0-4e18-9167-8f1f8b728269', + '662c61ad-a7c5-4b6b-9f4a-1e0e67434c57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030425Z:5ae4c168-65a0-4e18-9167-8f1f8b728269', + 'SOUTHEASTASIA:20210924T034432Z:662c61ad-a7c5-4b6b-9f4a-1e0e67434c57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:24 GMT' + 'Fri, 24 Sep 2021 03:44:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1573,21 +1573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11878', + '11960', 'x-ms-request-id', - '092d3c57-85f1-4e0a-9b8f-56038984fe43', + '99eb1e71-a141-40ed-aa2d-1b9549277247', 'x-ms-correlation-request-id', - '092d3c57-85f1-4e0a-9b8f-56038984fe43', + '99eb1e71-a141-40ed-aa2d-1b9549277247', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030425Z:092d3c57-85f1-4e0a-9b8f-56038984fe43', + 'SOUTHEASTASIA:20210924T034434Z:99eb1e71-a141-40ed-aa2d-1b9549277247', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:25 GMT' + 'Fri, 24 Sep 2021 03:44:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1609,21 +1609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11375', + '11959', 'x-ms-request-id', - 'd86a9069-72b7-4550-8484-ff85f06948c1', + '99579d2c-ba9e-48d6-b0f2-6ac3ee7923b1', 'x-ms-correlation-request-id', - 'd86a9069-72b7-4550-8484-ff85f06948c1', + '99579d2c-ba9e-48d6-b0f2-6ac3ee7923b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030427Z:d86a9069-72b7-4550-8484-ff85f06948c1', + 'SOUTHEASTASIA:20210924T034436Z:99579d2c-ba9e-48d6-b0f2-6ac3ee7923b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:27 GMT' + 'Fri, 24 Sep 2021 03:44:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1645,21 +1645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11877', + '11958', 'x-ms-request-id', - '87abde26-1837-4274-abf6-ba7cd4bb7997', + '6b77ff23-8762-404a-9f5f-06fd0654cdf3', 'x-ms-correlation-request-id', - '87abde26-1837-4274-abf6-ba7cd4bb7997', + '6b77ff23-8762-404a-9f5f-06fd0654cdf3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030428Z:87abde26-1837-4274-abf6-ba7cd4bb7997', + 'SOUTHEASTASIA:20210924T034439Z:6b77ff23-8762-404a-9f5f-06fd0654cdf3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:27 GMT' + 'Fri, 24 Sep 2021 03:44:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1681,21 +1681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11374', + '11957', 'x-ms-request-id', - '2b9e1bc0-65f7-4377-b830-a07b049c40ce', + '6a2762c0-65a4-4944-9e1b-00b545b8bbd0', 'x-ms-correlation-request-id', - '2b9e1bc0-65f7-4377-b830-a07b049c40ce', + '6a2762c0-65a4-4944-9e1b-00b545b8bbd0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030429Z:2b9e1bc0-65f7-4377-b830-a07b049c40ce', + 'SOUTHEASTASIA:20210924T034441Z:6a2762c0-65a4-4944-9e1b-00b545b8bbd0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:29 GMT' + 'Fri, 24 Sep 2021 03:44:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1717,21 +1717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11876', + '11956', 'x-ms-request-id', - '2d9b59da-d433-4dfc-ab0a-397cd3ff70f5', + 'cc377f9b-458a-4619-a721-774e91da8917', 'x-ms-correlation-request-id', - '2d9b59da-d433-4dfc-ab0a-397cd3ff70f5', + 'cc377f9b-458a-4619-a721-774e91da8917', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030430Z:2d9b59da-d433-4dfc-ab0a-397cd3ff70f5', + 'SOUTHEASTASIA:20210924T034443Z:cc377f9b-458a-4619-a721-774e91da8917', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:30 GMT' + 'Fri, 24 Sep 2021 03:44:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1753,21 +1753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11373', + '11955', 'x-ms-request-id', - '0e4e5fa3-6437-44a8-9f9c-f42d3a1f94d2', + 'd7916ebb-0b0d-415e-8e4f-cd5e064d4f9b', 'x-ms-correlation-request-id', - '0e4e5fa3-6437-44a8-9f9c-f42d3a1f94d2', + 'd7916ebb-0b0d-415e-8e4f-cd5e064d4f9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030432Z:0e4e5fa3-6437-44a8-9f9c-f42d3a1f94d2', + 'SOUTHEASTASIA:20210924T034445Z:d7916ebb-0b0d-415e-8e4f-cd5e064d4f9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:31 GMT' + 'Fri, 24 Sep 2021 03:44:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1789,21 +1789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11875', + '11954', 'x-ms-request-id', - 'e76ff9f2-c97d-4f5b-a97d-37c8efaf666a', + '93b0fffb-ed55-4dc5-978b-7dcd1bb655c2', 'x-ms-correlation-request-id', - 'e76ff9f2-c97d-4f5b-a97d-37c8efaf666a', + '93b0fffb-ed55-4dc5-978b-7dcd1bb655c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030432Z:e76ff9f2-c97d-4f5b-a97d-37c8efaf666a', + 'SOUTHEASTASIA:20210924T034448Z:93b0fffb-ed55-4dc5-978b-7dcd1bb655c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:32 GMT' + 'Fri, 24 Sep 2021 03:44:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1825,21 +1825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11372', + '11953', 'x-ms-request-id', - '6ddda09a-78a7-4c0a-be76-4a1de1d9c5a9', + '808b0da9-089c-4d20-b083-0f20bc46df48', 'x-ms-correlation-request-id', - '6ddda09a-78a7-4c0a-be76-4a1de1d9c5a9', + '808b0da9-089c-4d20-b083-0f20bc46df48', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030434Z:6ddda09a-78a7-4c0a-be76-4a1de1d9c5a9', + 'SOUTHEASTASIA:20210924T034450Z:808b0da9-089c-4d20-b083-0f20bc46df48', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:33 GMT' + 'Fri, 24 Sep 2021 03:44:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1861,21 +1861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11874', + '11952', 'x-ms-request-id', - '2e7e4656-c166-4070-9613-a9fec255dbf3', + 'ecba03c2-1c40-4302-9318-bd608413a326', 'x-ms-correlation-request-id', - '2e7e4656-c166-4070-9613-a9fec255dbf3', + 'ecba03c2-1c40-4302-9318-bd608413a326', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030435Z:2e7e4656-c166-4070-9613-a9fec255dbf3', + 'SOUTHEASTASIA:20210924T034452Z:ecba03c2-1c40-4302-9318-bd608413a326', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:34 GMT' + 'Fri, 24 Sep 2021 03:44:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1897,21 +1897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11371', + '11951', 'x-ms-request-id', - 'd5420971-2897-435f-9584-17291f485d59', + 'fcae35f0-eb42-4953-ba4e-185bc65c5751', 'x-ms-correlation-request-id', - 'd5420971-2897-435f-9584-17291f485d59', + 'fcae35f0-eb42-4953-ba4e-185bc65c5751', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030436Z:d5420971-2897-435f-9584-17291f485d59', + 'SOUTHEASTASIA:20210924T034455Z:fcae35f0-eb42-4953-ba4e-185bc65c5751', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:36 GMT' + 'Fri, 24 Sep 2021 03:44:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1933,21 +1933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11873', + '11950', 'x-ms-request-id', - 'eae0bf3b-ff5d-4780-b4cc-b64592178b8a', + 'e79ea035-ba2e-4ea4-baa2-83cd049c0736', 'x-ms-correlation-request-id', - 'eae0bf3b-ff5d-4780-b4cc-b64592178b8a', + 'e79ea035-ba2e-4ea4-baa2-83cd049c0736', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030437Z:eae0bf3b-ff5d-4780-b4cc-b64592178b8a', + 'SOUTHEASTASIA:20210924T034457Z:e79ea035-ba2e-4ea4-baa2-83cd049c0736', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:37 GMT' + 'Fri, 24 Sep 2021 03:44:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1969,21 +1969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11370', + '11949', 'x-ms-request-id', - 'df87dc0d-35c7-4e69-8888-e906304636aa', + 'bd4856ae-3819-43c7-9b79-3cbb4f1cdfab', 'x-ms-correlation-request-id', - 'df87dc0d-35c7-4e69-8888-e906304636aa', + 'bd4856ae-3819-43c7-9b79-3cbb4f1cdfab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030439Z:df87dc0d-35c7-4e69-8888-e906304636aa', + 'SOUTHEASTASIA:20210924T034459Z:bd4856ae-3819-43c7-9b79-3cbb4f1cdfab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:38 GMT' + 'Fri, 24 Sep 2021 03:44:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2005,21 +2005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11872', + '11948', 'x-ms-request-id', - '34d6dab5-5ff0-4a91-b9d5-ea25422bb273', + 'c011d57d-af03-4ffc-bfcc-dfad6f883c9c', 'x-ms-correlation-request-id', - '34d6dab5-5ff0-4a91-b9d5-ea25422bb273', + 'c011d57d-af03-4ffc-bfcc-dfad6f883c9c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030439Z:34d6dab5-5ff0-4a91-b9d5-ea25422bb273', + 'SOUTHEASTASIA:20210924T034502Z:c011d57d-af03-4ffc-bfcc-dfad6f883c9c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:39 GMT' + 'Fri, 24 Sep 2021 03:45:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2041,21 +2041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11369', + '11947', 'x-ms-request-id', - 'a995a473-abb8-4418-bb1c-9179c6e39b49', + '23ac49bd-21dc-4751-8915-e6c815b6c8f1', 'x-ms-correlation-request-id', - 'a995a473-abb8-4418-bb1c-9179c6e39b49', + '23ac49bd-21dc-4751-8915-e6c815b6c8f1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030441Z:a995a473-abb8-4418-bb1c-9179c6e39b49', + 'SOUTHEASTASIA:20210924T034504Z:23ac49bd-21dc-4751-8915-e6c815b6c8f1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:40 GMT' + 'Fri, 24 Sep 2021 03:45:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2077,21 +2077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11871', + '11946', 'x-ms-request-id', - 'ef1dd39c-6284-4c39-a197-cbf972985229', + '70b44f77-68ef-415b-bbb4-6c7eea707058', 'x-ms-correlation-request-id', - 'ef1dd39c-6284-4c39-a197-cbf972985229', + '70b44f77-68ef-415b-bbb4-6c7eea707058', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030442Z:ef1dd39c-6284-4c39-a197-cbf972985229', + 'SOUTHEASTASIA:20210924T034506Z:70b44f77-68ef-415b-bbb4-6c7eea707058', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:41 GMT' + 'Fri, 24 Sep 2021 03:45:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2113,21 +2113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11368', + '11945', 'x-ms-request-id', - '9befca7a-cc54-419a-af00-eb132e82f635', + '0dd3b766-7bcf-497a-9828-43eeeb8ebacd', 'x-ms-correlation-request-id', - '9befca7a-cc54-419a-af00-eb132e82f635', + '0dd3b766-7bcf-497a-9828-43eeeb8ebacd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030443Z:9befca7a-cc54-419a-af00-eb132e82f635', + 'SOUTHEASTASIA:20210924T034509Z:0dd3b766-7bcf-497a-9828-43eeeb8ebacd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:43 GMT' + 'Fri, 24 Sep 2021 03:45:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2149,21 +2149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11870', + '11944', 'x-ms-request-id', - '287cd870-04cd-4370-aee2-446daea55eee', + '6b400546-72f5-42ec-aaa9-25f9be3bca8a', 'x-ms-correlation-request-id', - '287cd870-04cd-4370-aee2-446daea55eee', + '6b400546-72f5-42ec-aaa9-25f9be3bca8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030444Z:287cd870-04cd-4370-aee2-446daea55eee', + 'SOUTHEASTASIA:20210924T034511Z:6b400546-72f5-42ec-aaa9-25f9be3bca8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:44 GMT' + 'Fri, 24 Sep 2021 03:45:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2185,21 +2185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11367', + '11943', 'x-ms-request-id', - '0a36cfe4-572b-4e94-88c1-04b743d9c267', + '83f92397-d58d-44b6-a87b-4596ca8b3c47', 'x-ms-correlation-request-id', - '0a36cfe4-572b-4e94-88c1-04b743d9c267', + '83f92397-d58d-44b6-a87b-4596ca8b3c47', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030446Z:0a36cfe4-572b-4e94-88c1-04b743d9c267', + 'SOUTHEASTASIA:20210924T034513Z:83f92397-d58d-44b6-a87b-4596ca8b3c47', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:45 GMT' + 'Fri, 24 Sep 2021 03:45:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2221,21 +2221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11869', + '11942', 'x-ms-request-id', - 'a08e0696-13b7-4344-9e65-184594ec41a5', + 'dc0cdac2-99aa-4a67-a769-6cd96b9a16fd', 'x-ms-correlation-request-id', - 'a08e0696-13b7-4344-9e65-184594ec41a5', + 'dc0cdac2-99aa-4a67-a769-6cd96b9a16fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030447Z:a08e0696-13b7-4344-9e65-184594ec41a5', + 'SOUTHEASTASIA:20210924T034516Z:dc0cdac2-99aa-4a67-a769-6cd96b9a16fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:47 GMT' + 'Fri, 24 Sep 2021 03:45:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2257,21 +2257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11366', + '11941', 'x-ms-request-id', - '9cd05b8f-8109-4c99-940a-47e97ebf97ec', + '2882c2da-fc1b-4169-a490-4cf095c76dfb', 'x-ms-correlation-request-id', - '9cd05b8f-8109-4c99-940a-47e97ebf97ec', + '2882c2da-fc1b-4169-a490-4cf095c76dfb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030448Z:9cd05b8f-8109-4c99-940a-47e97ebf97ec', + 'SOUTHEASTASIA:20210924T034518Z:2882c2da-fc1b-4169-a490-4cf095c76dfb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:47 GMT' + 'Fri, 24 Sep 2021 03:45:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2293,21 +2293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11868', + '11940', 'x-ms-request-id', - 'be5bc81d-41c8-4933-a425-09829823174f', + '380dacbf-5e77-4663-9d87-661f5b45ddcc', 'x-ms-correlation-request-id', - 'be5bc81d-41c8-4933-a425-09829823174f', + '380dacbf-5e77-4663-9d87-661f5b45ddcc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030449Z:be5bc81d-41c8-4933-a425-09829823174f', + 'SOUTHEASTASIA:20210924T034520Z:380dacbf-5e77-4663-9d87-661f5b45ddcc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:49 GMT' + 'Fri, 24 Sep 2021 03:45:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2329,21 +2329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11365', + '11939', 'x-ms-request-id', - 'dc02650d-9fdb-4200-830e-ff713abec4d7', + 'bad22bbf-872a-4684-aaf5-ec78ca0c25ff', 'x-ms-correlation-request-id', - 'dc02650d-9fdb-4200-830e-ff713abec4d7', + 'bad22bbf-872a-4684-aaf5-ec78ca0c25ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030450Z:dc02650d-9fdb-4200-830e-ff713abec4d7', + 'SOUTHEASTASIA:20210924T034523Z:bad22bbf-872a-4684-aaf5-ec78ca0c25ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:50 GMT' + 'Fri, 24 Sep 2021 03:45:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2365,21 +2365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11867', + '11938', 'x-ms-request-id', - 'a1af729b-5720-4392-824b-f37c2fa70ac6', + '73b096f7-5290-46a7-a7be-568728355cd2', 'x-ms-correlation-request-id', - 'a1af729b-5720-4392-824b-f37c2fa70ac6', + '73b096f7-5290-46a7-a7be-568728355cd2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030452Z:a1af729b-5720-4392-824b-f37c2fa70ac6', + 'SOUTHEASTASIA:20210924T034525Z:73b096f7-5290-46a7-a7be-568728355cd2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:51 GMT' + 'Fri, 24 Sep 2021 03:45:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2401,21 +2401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11364', + '11937', 'x-ms-request-id', - '27aa5b17-55f9-4d84-a210-ceb473a541b1', + '475ee793-d3ac-4f48-91ab-21ffbc1c6d5a', 'x-ms-correlation-request-id', - '27aa5b17-55f9-4d84-a210-ceb473a541b1', + '475ee793-d3ac-4f48-91ab-21ffbc1c6d5a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030453Z:27aa5b17-55f9-4d84-a210-ceb473a541b1', + 'SOUTHEASTASIA:20210924T034527Z:475ee793-d3ac-4f48-91ab-21ffbc1c6d5a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:52 GMT' + 'Fri, 24 Sep 2021 03:45:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2437,21 +2437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11866', + '11936', 'x-ms-request-id', - 'd75f7053-11f4-4b9c-b42c-95d01c431163', + '79424b71-1818-4b6b-8eba-ab30a420d2aa', 'x-ms-correlation-request-id', - 'd75f7053-11f4-4b9c-b42c-95d01c431163', + '79424b71-1818-4b6b-8eba-ab30a420d2aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030454Z:d75f7053-11f4-4b9c-b42c-95d01c431163', + 'SOUTHEASTASIA:20210924T034530Z:79424b71-1818-4b6b-8eba-ab30a420d2aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:53 GMT' + 'Fri, 24 Sep 2021 03:45:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2473,21 +2473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11363', + '11935', 'x-ms-request-id', - 'd8de436a-5387-491e-9caf-d279dec4b482', + '4cd13172-f142-4fc4-ba01-28bafad5dcaf', 'x-ms-correlation-request-id', - 'd8de436a-5387-491e-9caf-d279dec4b482', + '4cd13172-f142-4fc4-ba01-28bafad5dcaf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030455Z:d8de436a-5387-491e-9caf-d279dec4b482', + 'SOUTHEASTASIA:20210924T034532Z:4cd13172-f142-4fc4-ba01-28bafad5dcaf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:54 GMT' + 'Fri, 24 Sep 2021 03:45:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2509,21 +2509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11865', + '11934', 'x-ms-request-id', - 'd7f7144a-103d-4276-aa03-470ca85ff123', + 'bced5506-f841-4559-a7b4-4b66502bc0c0', 'x-ms-correlation-request-id', - 'd7f7144a-103d-4276-aa03-470ca85ff123', + 'bced5506-f841-4559-a7b4-4b66502bc0c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030456Z:d7f7144a-103d-4276-aa03-470ca85ff123', + 'SOUTHEASTASIA:20210924T034534Z:bced5506-f841-4559-a7b4-4b66502bc0c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:56 GMT' + 'Fri, 24 Sep 2021 03:45:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2545,21 +2545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11362', + '11933', 'x-ms-request-id', - '59198cbd-f920-4b6d-a825-64817355d5f5', + '12cf8851-dc15-43e7-a0f6-32e2e80061a9', 'x-ms-correlation-request-id', - '59198cbd-f920-4b6d-a825-64817355d5f5', + '12cf8851-dc15-43e7-a0f6-32e2e80061a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030457Z:59198cbd-f920-4b6d-a825-64817355d5f5', + 'SOUTHEASTASIA:20210924T034537Z:12cf8851-dc15-43e7-a0f6-32e2e80061a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:57 GMT' + 'Fri, 24 Sep 2021 03:45:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2581,21 +2581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11864', + '11932', 'x-ms-request-id', - '21195800-cc67-46d2-8573-4512b04d83b9', + 'dadf6d75-0109-4af1-b545-14efa93bf6cf', 'x-ms-correlation-request-id', - '21195800-cc67-46d2-8573-4512b04d83b9', + 'dadf6d75-0109-4af1-b545-14efa93bf6cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030459Z:21195800-cc67-46d2-8573-4512b04d83b9', + 'SOUTHEASTASIA:20210924T034539Z:dadf6d75-0109-4af1-b545-14efa93bf6cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:58 GMT' + 'Fri, 24 Sep 2021 03:45:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2617,21 +2617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11361', + '11931', 'x-ms-request-id', - 'c770cda8-c643-480e-acea-ebfe00cb2ad6', + 'a255687d-630c-4d7f-9a14-2fa4e8c75cfd', 'x-ms-correlation-request-id', - 'c770cda8-c643-480e-acea-ebfe00cb2ad6', + 'a255687d-630c-4d7f-9a14-2fa4e8c75cfd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030500Z:c770cda8-c643-480e-acea-ebfe00cb2ad6', + 'SOUTHEASTASIA:20210924T034541Z:a255687d-630c-4d7f-9a14-2fa4e8c75cfd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:04:59 GMT' + 'Fri, 24 Sep 2021 03:45:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2653,21 +2653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11863', + '11930', 'x-ms-request-id', - '25fa4eef-e013-4820-8aa1-823c9a7cb346', + 'e1ba78c2-59c6-4007-811f-d3f5d6e2bc3a', 'x-ms-correlation-request-id', - '25fa4eef-e013-4820-8aa1-823c9a7cb346', + 'e1ba78c2-59c6-4007-811f-d3f5d6e2bc3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030501Z:25fa4eef-e013-4820-8aa1-823c9a7cb346', + 'SOUTHEASTASIA:20210924T034544Z:e1ba78c2-59c6-4007-811f-d3f5d6e2bc3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:00 GMT' + 'Fri, 24 Sep 2021 03:45:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2689,21 +2689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11360', + '11929', 'x-ms-request-id', - '13c4055b-3a84-4513-adf8-5427a4fb9984', + '508311cb-f997-44ba-b6f4-b6cf0335ad51', 'x-ms-correlation-request-id', - '13c4055b-3a84-4513-adf8-5427a4fb9984', + '508311cb-f997-44ba-b6f4-b6cf0335ad51', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030502Z:13c4055b-3a84-4513-adf8-5427a4fb9984', + 'SOUTHEASTASIA:20210924T034546Z:508311cb-f997-44ba-b6f4-b6cf0335ad51', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:01 GMT' + 'Fri, 24 Sep 2021 03:45:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2725,21 +2725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11862', + '11928', 'x-ms-request-id', - '7745d0a7-39a3-41e9-9886-eb37b073d724', + '60eb4acb-7b18-49f3-a5d2-83b977abab3e', 'x-ms-correlation-request-id', - '7745d0a7-39a3-41e9-9886-eb37b073d724', + '60eb4acb-7b18-49f3-a5d2-83b977abab3e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030503Z:7745d0a7-39a3-41e9-9886-eb37b073d724', + 'SOUTHEASTASIA:20210924T034548Z:60eb4acb-7b18-49f3-a5d2-83b977abab3e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:03 GMT' + 'Fri, 24 Sep 2021 03:45:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2761,21 +2761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11359', + '11927', 'x-ms-request-id', - '0851e2df-d707-4d4f-aa14-dcdf179daebf', + '4c06a404-123a-47c7-868f-60fd42ff492c', 'x-ms-correlation-request-id', - '0851e2df-d707-4d4f-aa14-dcdf179daebf', + '4c06a404-123a-47c7-868f-60fd42ff492c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030504Z:0851e2df-d707-4d4f-aa14-dcdf179daebf', + 'SOUTHEASTASIA:20210924T034550Z:4c06a404-123a-47c7-868f-60fd42ff492c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:03 GMT' + 'Fri, 24 Sep 2021 03:45:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2797,21 +2797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11861', + '11926', 'x-ms-request-id', - '0f1830a4-d4e7-4129-a028-3b43604d5822', + 'ac05875e-7b62-43a3-a2b8-249ad2f5466e', 'x-ms-correlation-request-id', - '0f1830a4-d4e7-4129-a028-3b43604d5822', + 'ac05875e-7b62-43a3-a2b8-249ad2f5466e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030506Z:0f1830a4-d4e7-4129-a028-3b43604d5822', + 'SOUTHEASTASIA:20210924T034553Z:ac05875e-7b62-43a3-a2b8-249ad2f5466e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:05 GMT' + 'Fri, 24 Sep 2021 03:45:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2833,21 +2833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11358', + '11925', 'x-ms-request-id', - '1ebe56cc-ee31-498c-a8ba-7d031ff32e85', + '5b05a110-3850-45cf-be59-ef6f1141b7b5', 'x-ms-correlation-request-id', - '1ebe56cc-ee31-498c-a8ba-7d031ff32e85', + '5b05a110-3850-45cf-be59-ef6f1141b7b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030507Z:1ebe56cc-ee31-498c-a8ba-7d031ff32e85', + 'SOUTHEASTASIA:20210924T034555Z:5b05a110-3850-45cf-be59-ef6f1141b7b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:06 GMT' + 'Fri, 24 Sep 2021 03:45:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2869,21 +2869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11860', + '11924', 'x-ms-request-id', - '92001477-cafa-470a-a3cc-0aa8934adb5a', + '797eb35c-cf87-4d30-94e1-d6d284b90867', 'x-ms-correlation-request-id', - '92001477-cafa-470a-a3cc-0aa8934adb5a', + '797eb35c-cf87-4d30-94e1-d6d284b90867', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030508Z:92001477-cafa-470a-a3cc-0aa8934adb5a', + 'SOUTHEASTASIA:20210924T034557Z:797eb35c-cf87-4d30-94e1-d6d284b90867', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:07 GMT' + 'Fri, 24 Sep 2021 03:45:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2905,21 +2905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11357', + '11923', 'x-ms-request-id', - 'bec4b527-b575-4990-81d9-804dc0bb01b1', + '7d3443b7-e199-4d11-ab1e-f12c971fcc9e', 'x-ms-correlation-request-id', - 'bec4b527-b575-4990-81d9-804dc0bb01b1', + '7d3443b7-e199-4d11-ab1e-f12c971fcc9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030510Z:bec4b527-b575-4990-81d9-804dc0bb01b1', + 'SOUTHEASTASIA:20210924T034600Z:7d3443b7-e199-4d11-ab1e-f12c971fcc9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:09 GMT' + 'Fri, 24 Sep 2021 03:45:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2941,21 +2941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11859', + '11922', 'x-ms-request-id', - '2e980d19-1a83-41a2-8b26-a93f9a3e0e5b', + '5b098ef6-2292-4ae7-aa27-7cc88ba74b6a', 'x-ms-correlation-request-id', - '2e980d19-1a83-41a2-8b26-a93f9a3e0e5b', + '5b098ef6-2292-4ae7-aa27-7cc88ba74b6a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030510Z:2e980d19-1a83-41a2-8b26-a93f9a3e0e5b', + 'SOUTHEASTASIA:20210924T034602Z:5b098ef6-2292-4ae7-aa27-7cc88ba74b6a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:10 GMT' + 'Fri, 24 Sep 2021 03:46:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2977,21 +2977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11356', + '11921', 'x-ms-request-id', - 'c7f2e4bd-cf3b-44a8-9b98-7586758c0058', + '08dd1e1a-a60c-44ac-932c-109fac061185', 'x-ms-correlation-request-id', - 'c7f2e4bd-cf3b-44a8-9b98-7586758c0058', + '08dd1e1a-a60c-44ac-932c-109fac061185', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030512Z:c7f2e4bd-cf3b-44a8-9b98-7586758c0058', + 'SOUTHEASTASIA:20210924T034604Z:08dd1e1a-a60c-44ac-932c-109fac061185', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:11 GMT' + 'Fri, 24 Sep 2021 03:46:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3013,21 +3013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11858', + '11920', 'x-ms-request-id', - '3c09740d-43b4-4c61-a508-0f639fe73cc1', + '7ce43744-f40f-403f-9bcb-116f1e901484', 'x-ms-correlation-request-id', - '3c09740d-43b4-4c61-a508-0f639fe73cc1', + '7ce43744-f40f-403f-9bcb-116f1e901484', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030513Z:3c09740d-43b4-4c61-a508-0f639fe73cc1', + 'SOUTHEASTASIA:20210924T034607Z:7ce43744-f40f-403f-9bcb-116f1e901484', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:12 GMT' + 'Fri, 24 Sep 2021 03:46:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3049,21 +3049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11355', + '11919', 'x-ms-request-id', - '005ab85d-8d1f-4d7b-a6fd-5493481dfde8', + '09583c80-977b-4462-a4fd-28875ff7bc35', 'x-ms-correlation-request-id', - '005ab85d-8d1f-4d7b-a6fd-5493481dfde8', + '09583c80-977b-4462-a4fd-28875ff7bc35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030514Z:005ab85d-8d1f-4d7b-a6fd-5493481dfde8', + 'SOUTHEASTASIA:20210924T034609Z:09583c80-977b-4462-a4fd-28875ff7bc35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:13 GMT' + 'Fri, 24 Sep 2021 03:46:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3085,21 +3085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11857', + '11918', 'x-ms-request-id', - '442ae2a3-7bd0-4153-babb-91d337034689', + '6227d6e5-6a8d-4c91-96f9-24f49449b99a', 'x-ms-correlation-request-id', - '442ae2a3-7bd0-4153-babb-91d337034689', + '6227d6e5-6a8d-4c91-96f9-24f49449b99a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030515Z:442ae2a3-7bd0-4153-babb-91d337034689', + 'SOUTHEASTASIA:20210924T034611Z:6227d6e5-6a8d-4c91-96f9-24f49449b99a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:14 GMT' + 'Fri, 24 Sep 2021 03:46:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3121,21 +3121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11354', + '11917', 'x-ms-request-id', - '95fd3c7f-b9b7-4bb4-a99d-92553c2e6aae', + '921755a2-3213-4fa1-851c-254d9277b2fc', 'x-ms-correlation-request-id', - '95fd3c7f-b9b7-4bb4-a99d-92553c2e6aae', + '921755a2-3213-4fa1-851c-254d9277b2fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030516Z:95fd3c7f-b9b7-4bb4-a99d-92553c2e6aae', + 'SOUTHEASTASIA:20210924T034614Z:921755a2-3213-4fa1-851c-254d9277b2fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:16 GMT' + 'Fri, 24 Sep 2021 03:46:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3157,21 +3157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11856', + '11916', 'x-ms-request-id', - 'fdfa3852-64de-441e-99d9-372b2e8d5319', + '76f23da7-2b77-4892-8f8b-f1a30c1ed71a', 'x-ms-correlation-request-id', - 'fdfa3852-64de-441e-99d9-372b2e8d5319', + '76f23da7-2b77-4892-8f8b-f1a30c1ed71a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030517Z:fdfa3852-64de-441e-99d9-372b2e8d5319', + 'SOUTHEASTASIA:20210924T034616Z:76f23da7-2b77-4892-8f8b-f1a30c1ed71a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:17 GMT' + 'Fri, 24 Sep 2021 03:46:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3193,21 +3193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11353', + '11915', 'x-ms-request-id', - 'ed5ceceb-635e-4cfe-994b-8518be15281c', + 'c1f728d1-2a7b-42f2-aac3-b6660ca3a8c9', 'x-ms-correlation-request-id', - 'ed5ceceb-635e-4cfe-994b-8518be15281c', + 'c1f728d1-2a7b-42f2-aac3-b6660ca3a8c9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030519Z:ed5ceceb-635e-4cfe-994b-8518be15281c', + 'SOUTHEASTASIA:20210924T034618Z:c1f728d1-2a7b-42f2-aac3-b6660ca3a8c9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:18 GMT' + 'Fri, 24 Sep 2021 03:46:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3229,21 +3229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11855', + '11914', 'x-ms-request-id', - '3d868e88-66ec-470c-aa52-5874b345c295', + '4a918a30-4558-4309-b069-03c946212685', 'x-ms-correlation-request-id', - '3d868e88-66ec-470c-aa52-5874b345c295', + '4a918a30-4558-4309-b069-03c946212685', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030519Z:3d868e88-66ec-470c-aa52-5874b345c295', + 'SOUTHEASTASIA:20210924T034621Z:4a918a30-4558-4309-b069-03c946212685', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:19 GMT' + 'Fri, 24 Sep 2021 03:46:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3265,21 +3265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11352', + '11913', 'x-ms-request-id', - '9c8b2a38-2520-4c28-b93e-dd38b5308da7', + '2f806f30-9627-4f52-8438-3fba068ea8fa', 'x-ms-correlation-request-id', - '9c8b2a38-2520-4c28-b93e-dd38b5308da7', + '2f806f30-9627-4f52-8438-3fba068ea8fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030521Z:9c8b2a38-2520-4c28-b93e-dd38b5308da7', + 'SOUTHEASTASIA:20210924T034623Z:2f806f30-9627-4f52-8438-3fba068ea8fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:20 GMT' + 'Fri, 24 Sep 2021 03:46:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3301,21 +3301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11854', + '11912', 'x-ms-request-id', - 'd87052d2-ff9e-48e2-8f08-c7e5b095485b', + 'c622b01b-8fe4-4b69-a94a-0d36304e4ad2', 'x-ms-correlation-request-id', - 'd87052d2-ff9e-48e2-8f08-c7e5b095485b', + 'c622b01b-8fe4-4b69-a94a-0d36304e4ad2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030522Z:d87052d2-ff9e-48e2-8f08-c7e5b095485b', + 'SOUTHEASTASIA:20210924T034625Z:c622b01b-8fe4-4b69-a94a-0d36304e4ad2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:21 GMT' + 'Fri, 24 Sep 2021 03:46:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3337,21 +3337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11351', + '11911', 'x-ms-request-id', - '1cfb36e5-d354-475d-801c-6995ef86f829', + '9b4b5826-47f5-4ab1-bea4-e8a3887718c5', 'x-ms-correlation-request-id', - '1cfb36e5-d354-475d-801c-6995ef86f829', + '9b4b5826-47f5-4ab1-bea4-e8a3887718c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030523Z:1cfb36e5-d354-475d-801c-6995ef86f829', + 'SOUTHEASTASIA:20210924T034628Z:9b4b5826-47f5-4ab1-bea4-e8a3887718c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:23 GMT' + 'Fri, 24 Sep 2021 03:46:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3373,21 +3373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11853', + '11910', 'x-ms-request-id', - '973bb557-3f40-46de-9d03-7be67f662915', + 'e88636b7-df23-427a-9806-8dc5a128d5d1', 'x-ms-correlation-request-id', - '973bb557-3f40-46de-9d03-7be67f662915', + 'e88636b7-df23-427a-9806-8dc5a128d5d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030524Z:973bb557-3f40-46de-9d03-7be67f662915', + 'SOUTHEASTASIA:20210924T034630Z:e88636b7-df23-427a-9806-8dc5a128d5d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:23 GMT' + 'Fri, 24 Sep 2021 03:46:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3409,21 +3409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11350', + '11909', 'x-ms-request-id', - '63d73894-de34-4f22-890d-ed54d4bd262b', + '3d8dbba2-2914-4e62-9920-17998138029f', 'x-ms-correlation-request-id', - '63d73894-de34-4f22-890d-ed54d4bd262b', + '3d8dbba2-2914-4e62-9920-17998138029f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030526Z:63d73894-de34-4f22-890d-ed54d4bd262b', + 'SOUTHEASTASIA:20210924T034632Z:3d8dbba2-2914-4e62-9920-17998138029f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:25 GMT' + 'Fri, 24 Sep 2021 03:46:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3445,21 +3445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11852', + '11908', 'x-ms-request-id', - 'a06b8120-ba93-43a2-901b-fb1ba4beb39c', + 'a405377f-42f1-4dc7-b501-eebd6fb9587d', 'x-ms-correlation-request-id', - 'a06b8120-ba93-43a2-901b-fb1ba4beb39c', + 'a405377f-42f1-4dc7-b501-eebd6fb9587d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030526Z:a06b8120-ba93-43a2-901b-fb1ba4beb39c', + 'SOUTHEASTASIA:20210924T034635Z:a405377f-42f1-4dc7-b501-eebd6fb9587d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:26 GMT' + 'Fri, 24 Sep 2021 03:46:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3481,21 +3481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11349', + '11907', 'x-ms-request-id', - 'aa4b0259-f1d0-4b8b-b26c-8604238e3c38', + '41fa4272-e38c-491b-8435-0ae4c57597c7', 'x-ms-correlation-request-id', - 'aa4b0259-f1d0-4b8b-b26c-8604238e3c38', + '41fa4272-e38c-491b-8435-0ae4c57597c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030528Z:aa4b0259-f1d0-4b8b-b26c-8604238e3c38', + 'SOUTHEASTASIA:20210924T034637Z:41fa4272-e38c-491b-8435-0ae4c57597c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:27 GMT' + 'Fri, 24 Sep 2021 03:46:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3517,21 +3517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11851', + '11906', 'x-ms-request-id', - '484a6394-c8e1-4ab8-bc13-49ea39670fba', + '15785e37-d204-40e9-b37f-16583cf3633e', 'x-ms-correlation-request-id', - '484a6394-c8e1-4ab8-bc13-49ea39670fba', + '15785e37-d204-40e9-b37f-16583cf3633e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030529Z:484a6394-c8e1-4ab8-bc13-49ea39670fba', + 'SOUTHEASTASIA:20210924T034639Z:15785e37-d204-40e9-b37f-16583cf3633e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:28 GMT' + 'Fri, 24 Sep 2021 03:46:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3553,21 +3553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11348', + '11905', 'x-ms-request-id', - '6b7cadea-df12-4e8a-9ce1-a207c8ad312d', + '0d6ea493-55b1-4ed6-80c9-3ae457263761', 'x-ms-correlation-request-id', - '6b7cadea-df12-4e8a-9ce1-a207c8ad312d', + '0d6ea493-55b1-4ed6-80c9-3ae457263761', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030530Z:6b7cadea-df12-4e8a-9ce1-a207c8ad312d', + 'SOUTHEASTASIA:20210924T034642Z:0d6ea493-55b1-4ed6-80c9-3ae457263761', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:30 GMT' + 'Fri, 24 Sep 2021 03:46:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3589,21 +3589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11850', + '11904', 'x-ms-request-id', - '2a38ba56-9451-45ad-be68-5f381a938293', + '72c14152-c2cf-462d-b85c-eea1212d4cb9', 'x-ms-correlation-request-id', - '2a38ba56-9451-45ad-be68-5f381a938293', + '72c14152-c2cf-462d-b85c-eea1212d4cb9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030531Z:2a38ba56-9451-45ad-be68-5f381a938293', + 'SOUTHEASTASIA:20210924T034644Z:72c14152-c2cf-462d-b85c-eea1212d4cb9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:30 GMT' + 'Fri, 24 Sep 2021 03:46:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3625,21 +3625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11347', + '11903', 'x-ms-request-id', - '3d509b06-972e-4d2c-a8e4-2364da255496', + 'b359d090-d559-4c19-8ba5-98e8dcaedbdc', 'x-ms-correlation-request-id', - '3d509b06-972e-4d2c-a8e4-2364da255496', + 'b359d090-d559-4c19-8ba5-98e8dcaedbdc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030533Z:3d509b06-972e-4d2c-a8e4-2364da255496', + 'SOUTHEASTASIA:20210924T034646Z:b359d090-d559-4c19-8ba5-98e8dcaedbdc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:32 GMT' + 'Fri, 24 Sep 2021 03:46:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3661,21 +3661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11849', + '11902', 'x-ms-request-id', - '805893a8-8e1d-4e7c-bca4-3fe0c0129f32', + '9f8a365e-0c37-49ae-a12c-579c34c5d780', 'x-ms-correlation-request-id', - '805893a8-8e1d-4e7c-bca4-3fe0c0129f32', + '9f8a365e-0c37-49ae-a12c-579c34c5d780', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030533Z:805893a8-8e1d-4e7c-bca4-3fe0c0129f32', + 'SOUTHEASTASIA:20210924T034648Z:9f8a365e-0c37-49ae-a12c-579c34c5d780', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:33 GMT' + 'Fri, 24 Sep 2021 03:46:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3697,21 +3697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11346', + '11901', 'x-ms-request-id', - 'a6a57abf-0c49-46d1-b609-ff9a3d5c63a4', + 'a1724d08-d4cb-43c2-9a20-8f93ae33a032', 'x-ms-correlation-request-id', - 'a6a57abf-0c49-46d1-b609-ff9a3d5c63a4', + 'a1724d08-d4cb-43c2-9a20-8f93ae33a032', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030535Z:a6a57abf-0c49-46d1-b609-ff9a3d5c63a4', + 'SOUTHEASTASIA:20210924T034651Z:a1724d08-d4cb-43c2-9a20-8f93ae33a032', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:34 GMT' + 'Fri, 24 Sep 2021 03:46:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3733,21 +3733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11848', + '11900', 'x-ms-request-id', - 'c8a3aaf0-9d4e-4e0a-99ac-748ac65b0069', + 'c06e057e-ee8d-437d-8f8d-55f78c0a8136', 'x-ms-correlation-request-id', - 'c8a3aaf0-9d4e-4e0a-99ac-748ac65b0069', + 'c06e057e-ee8d-437d-8f8d-55f78c0a8136', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030536Z:c8a3aaf0-9d4e-4e0a-99ac-748ac65b0069', + 'SOUTHEASTASIA:20210924T034653Z:c06e057e-ee8d-437d-8f8d-55f78c0a8136', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:35 GMT' + 'Fri, 24 Sep 2021 03:46:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3769,21 +3769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11345', + '11899', 'x-ms-request-id', - '71f4df6c-1c01-467d-947d-30b47fce4150', + 'b66532b2-b76e-4a2f-ac4b-d032f56baaf2', 'x-ms-correlation-request-id', - '71f4df6c-1c01-467d-947d-30b47fce4150', + 'b66532b2-b76e-4a2f-ac4b-d032f56baaf2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030537Z:71f4df6c-1c01-467d-947d-30b47fce4150', + 'SOUTHEASTASIA:20210924T034655Z:b66532b2-b76e-4a2f-ac4b-d032f56baaf2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:36 GMT' + 'Fri, 24 Sep 2021 03:46:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3805,21 +3805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11847', + '11898', 'x-ms-request-id', - '9bbd8a7e-61ae-42e9-8f4e-1d571872efac', + 'df2cb719-7a55-447b-ba03-01cbb996df1e', 'x-ms-correlation-request-id', - '9bbd8a7e-61ae-42e9-8f4e-1d571872efac', + 'df2cb719-7a55-447b-ba03-01cbb996df1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030538Z:9bbd8a7e-61ae-42e9-8f4e-1d571872efac', + 'SOUTHEASTASIA:20210924T034658Z:df2cb719-7a55-447b-ba03-01cbb996df1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:37 GMT' + 'Fri, 24 Sep 2021 03:46:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3841,21 +3841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11344', + '11897', 'x-ms-request-id', - 'b35a88ae-faf4-4cae-b7f0-b936b37ad796', + '800d8415-0191-4dff-80a3-211a7eafc3e9', 'x-ms-correlation-request-id', - 'b35a88ae-faf4-4cae-b7f0-b936b37ad796', + '800d8415-0191-4dff-80a3-211a7eafc3e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030540Z:b35a88ae-faf4-4cae-b7f0-b936b37ad796', + 'SOUTHEASTASIA:20210924T034700Z:800d8415-0191-4dff-80a3-211a7eafc3e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:39 GMT' + 'Fri, 24 Sep 2021 03:47:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3877,21 +3877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11846', + '11896', 'x-ms-request-id', - '5734c676-1043-4aa3-80bb-338a804cfe22', + 'f6225989-c122-4ebe-b387-97a850613fa0', 'x-ms-correlation-request-id', - '5734c676-1043-4aa3-80bb-338a804cfe22', + 'f6225989-c122-4ebe-b387-97a850613fa0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030540Z:5734c676-1043-4aa3-80bb-338a804cfe22', + 'SOUTHEASTASIA:20210924T034702Z:f6225989-c122-4ebe-b387-97a850613fa0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:40 GMT' + 'Fri, 24 Sep 2021 03:47:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3913,21 +3913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11343', + '11895', 'x-ms-request-id', - '49ebbac8-83c0-4056-92bd-d386ccc73425', + 'f7fa3195-e520-445b-9f4e-58097d751e95', 'x-ms-correlation-request-id', - '49ebbac8-83c0-4056-92bd-d386ccc73425', + 'f7fa3195-e520-445b-9f4e-58097d751e95', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030542Z:49ebbac8-83c0-4056-92bd-d386ccc73425', + 'SOUTHEASTASIA:20210924T034705Z:f7fa3195-e520-445b-9f4e-58097d751e95', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:41 GMT' + 'Fri, 24 Sep 2021 03:47:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3949,21 +3949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11845', + '11894', 'x-ms-request-id', - 'facc5e09-d7a5-4f18-8dd6-8586a57c2c5a', + '4dc6b357-0126-4627-8e28-91210254e1c2', 'x-ms-correlation-request-id', - 'facc5e09-d7a5-4f18-8dd6-8586a57c2c5a', + '4dc6b357-0126-4627-8e28-91210254e1c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030543Z:facc5e09-d7a5-4f18-8dd6-8586a57c2c5a', + 'SOUTHEASTASIA:20210924T034707Z:4dc6b357-0126-4627-8e28-91210254e1c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:42 GMT' + 'Fri, 24 Sep 2021 03:47:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3985,21 +3985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11342', + '11893', 'x-ms-request-id', - 'e78bbf7b-fd74-410a-b3e2-885ef251a855', + '83255971-4304-4cdb-be4d-079dfaa4bad7', 'x-ms-correlation-request-id', - 'e78bbf7b-fd74-410a-b3e2-885ef251a855', + '83255971-4304-4cdb-be4d-079dfaa4bad7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030544Z:e78bbf7b-fd74-410a-b3e2-885ef251a855', + 'SOUTHEASTASIA:20210924T034709Z:83255971-4304-4cdb-be4d-079dfaa4bad7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:43 GMT' + 'Fri, 24 Sep 2021 03:47:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4021,21 +4021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11844', + '11892', 'x-ms-request-id', - 'f7b5f3e6-fd54-4699-832a-2c04c90ba6ed', + '8de57771-742f-4f9a-a1d6-015c59aafe53', 'x-ms-correlation-request-id', - 'f7b5f3e6-fd54-4699-832a-2c04c90ba6ed', + '8de57771-742f-4f9a-a1d6-015c59aafe53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030546Z:f7b5f3e6-fd54-4699-832a-2c04c90ba6ed', + 'SOUTHEASTASIA:20210924T034712Z:8de57771-742f-4f9a-a1d6-015c59aafe53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:45 GMT' + 'Fri, 24 Sep 2021 03:47:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4057,21 +4057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11341', + '11891', 'x-ms-request-id', - '691260b3-f9bd-4b03-90b1-52c738f58bc7', + 'e09731eb-37c2-48c4-acb0-9bfbfaeda209', 'x-ms-correlation-request-id', - '691260b3-f9bd-4b03-90b1-52c738f58bc7', + 'e09731eb-37c2-48c4-acb0-9bfbfaeda209', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030547Z:691260b3-f9bd-4b03-90b1-52c738f58bc7', + 'SOUTHEASTASIA:20210924T034714Z:e09731eb-37c2-48c4-acb0-9bfbfaeda209', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:46 GMT' + 'Fri, 24 Sep 2021 03:47:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4093,21 +4093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11843', + '11890', 'x-ms-request-id', - 'e93fb44e-a682-46ad-99cc-19c6ddda691d', + '0778ddb8-ce95-4e5b-af70-234d05343e77', 'x-ms-correlation-request-id', - 'e93fb44e-a682-46ad-99cc-19c6ddda691d', + '0778ddb8-ce95-4e5b-af70-234d05343e77', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030548Z:e93fb44e-a682-46ad-99cc-19c6ddda691d', + 'SOUTHEASTASIA:20210924T034716Z:0778ddb8-ce95-4e5b-af70-234d05343e77', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:47 GMT' + 'Fri, 24 Sep 2021 03:47:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4129,21 +4129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11340', + '11889', 'x-ms-request-id', - '61bca841-007d-4f8f-9ea9-6135d7e82384', + '995a5ad2-3424-4881-aa03-5feb03ac7ac7', 'x-ms-correlation-request-id', - '61bca841-007d-4f8f-9ea9-6135d7e82384', + '995a5ad2-3424-4881-aa03-5feb03ac7ac7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030549Z:61bca841-007d-4f8f-9ea9-6135d7e82384', + 'SOUTHEASTASIA:20210924T034719Z:995a5ad2-3424-4881-aa03-5feb03ac7ac7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:48 GMT' + 'Fri, 24 Sep 2021 03:47:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4165,21 +4165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11842', + '11888', 'x-ms-request-id', - '43c94efc-ee26-4202-93b2-71cbca277f03', + '41c96d17-06ac-4b63-acd1-d3e3ce04ab03', 'x-ms-correlation-request-id', - '43c94efc-ee26-4202-93b2-71cbca277f03', + '41c96d17-06ac-4b63-acd1-d3e3ce04ab03', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030550Z:43c94efc-ee26-4202-93b2-71cbca277f03', + 'SOUTHEASTASIA:20210924T034721Z:41c96d17-06ac-4b63-acd1-d3e3ce04ab03', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:50 GMT' + 'Fri, 24 Sep 2021 03:47:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4201,21 +4201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11339', + '11887', 'x-ms-request-id', - '2799eddc-25b2-4d73-8a3e-473c79fab1e3', + '32fcfd12-4556-4982-9823-a432e1478a02', 'x-ms-correlation-request-id', - '2799eddc-25b2-4d73-8a3e-473c79fab1e3', + '32fcfd12-4556-4982-9823-a432e1478a02', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030551Z:2799eddc-25b2-4d73-8a3e-473c79fab1e3', + 'SOUTHEASTASIA:20210924T034723Z:32fcfd12-4556-4982-9823-a432e1478a02', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:50 GMT' + 'Fri, 24 Sep 2021 03:47:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4237,21 +4237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11841', + '11886', 'x-ms-request-id', - '39f2ac3d-ddaa-4041-a89d-2945d0399f4e', + '905eaae8-861b-4e72-ad74-073b0e05e0d6', 'x-ms-correlation-request-id', - '39f2ac3d-ddaa-4041-a89d-2945d0399f4e', + '905eaae8-861b-4e72-ad74-073b0e05e0d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030553Z:39f2ac3d-ddaa-4041-a89d-2945d0399f4e', + 'SOUTHEASTASIA:20210924T034726Z:905eaae8-861b-4e72-ad74-073b0e05e0d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:52 GMT' + 'Fri, 24 Sep 2021 03:47:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4273,21 +4273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11338', + '11885', 'x-ms-request-id', - '86618559-cbe3-41ac-8d4a-e60a559f9942', + 'd67316ae-c0a7-4361-96f7-7bb5fb8a2d94', 'x-ms-correlation-request-id', - '86618559-cbe3-41ac-8d4a-e60a559f9942', + 'd67316ae-c0a7-4361-96f7-7bb5fb8a2d94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030554Z:86618559-cbe3-41ac-8d4a-e60a559f9942', + 'SOUTHEASTASIA:20210924T034728Z:d67316ae-c0a7-4361-96f7-7bb5fb8a2d94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:53 GMT' + 'Fri, 24 Sep 2021 03:47:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4309,21 +4309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11840', + '11884', 'x-ms-request-id', - '7c6eae61-8cba-422a-80df-9807ccdd3c08', + '034636e5-0879-4557-a01e-43f9d164c4c9', 'x-ms-correlation-request-id', - '7c6eae61-8cba-422a-80df-9807ccdd3c08', + '034636e5-0879-4557-a01e-43f9d164c4c9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030555Z:7c6eae61-8cba-422a-80df-9807ccdd3c08', + 'SOUTHEASTASIA:20210924T034730Z:034636e5-0879-4557-a01e-43f9d164c4c9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:54 GMT' + 'Fri, 24 Sep 2021 03:47:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4345,21 +4345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11337', + '11883', 'x-ms-request-id', - '6bb61af3-8811-4651-be54-8c846191881c', + 'a454103d-d6c5-41ca-b174-a5fdff34ebf0', 'x-ms-correlation-request-id', - '6bb61af3-8811-4651-be54-8c846191881c', + 'a454103d-d6c5-41ca-b174-a5fdff34ebf0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030556Z:6bb61af3-8811-4651-be54-8c846191881c', + 'SOUTHEASTASIA:20210924T034733Z:a454103d-d6c5-41ca-b174-a5fdff34ebf0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:55 GMT' + 'Fri, 24 Sep 2021 03:47:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4381,21 +4381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11839', + '11882', 'x-ms-request-id', - 'ad76c465-a5fd-4855-95a8-bc10a3e33c39', + 'abda5faf-abf0-4b7a-a926-4a3244d389ac', 'x-ms-correlation-request-id', - 'ad76c465-a5fd-4855-95a8-bc10a3e33c39', + 'abda5faf-abf0-4b7a-a926-4a3244d389ac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030557Z:ad76c465-a5fd-4855-95a8-bc10a3e33c39', + 'SOUTHEASTASIA:20210924T034735Z:abda5faf-abf0-4b7a-a926-4a3244d389ac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:56 GMT' + 'Fri, 24 Sep 2021 03:47:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4417,21 +4417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11336', + '11881', 'x-ms-request-id', - '5cc8d34b-129d-4270-947a-861f4310f2d4', + '2026907b-8451-4afe-8f09-d2e18e92291a', 'x-ms-correlation-request-id', - '5cc8d34b-129d-4270-947a-861f4310f2d4', + '2026907b-8451-4afe-8f09-d2e18e92291a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030558Z:5cc8d34b-129d-4270-947a-861f4310f2d4', + 'SOUTHEASTASIA:20210924T034737Z:2026907b-8451-4afe-8f09-d2e18e92291a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:57 GMT' + 'Fri, 24 Sep 2021 03:47:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4453,21 +4453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11838', + '11880', 'x-ms-request-id', - '1e684541-6712-4580-bcfe-67eecd728723', + '21277d19-dc3d-41c7-9bb6-66c5ad5d05fa', 'x-ms-correlation-request-id', - '1e684541-6712-4580-bcfe-67eecd728723', + '21277d19-dc3d-41c7-9bb6-66c5ad5d05fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030600Z:1e684541-6712-4580-bcfe-67eecd728723', + 'SOUTHEASTASIA:20210924T034740Z:21277d19-dc3d-41c7-9bb6-66c5ad5d05fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:05:59 GMT' + 'Fri, 24 Sep 2021 03:47:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4489,21 +4489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11335', + '11879', 'x-ms-request-id', - '010d34e5-9ec1-480a-83da-969bbec89fd1', + '4aefb67a-cbf5-43fb-a04a-a8dea49f232b', 'x-ms-correlation-request-id', - '010d34e5-9ec1-480a-83da-969bbec89fd1', + '4aefb67a-cbf5-43fb-a04a-a8dea49f232b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030600Z:010d34e5-9ec1-480a-83da-969bbec89fd1', + 'SOUTHEASTASIA:20210924T034742Z:4aefb67a-cbf5-43fb-a04a-a8dea49f232b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:00 GMT' + 'Fri, 24 Sep 2021 03:47:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4525,21 +4525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11837', + '11878', 'x-ms-request-id', - '3a27e564-cf2a-411e-8fb9-a92c90fa8f99', + 'a8f07e08-5c41-4d97-8a3f-25b94da26696', 'x-ms-correlation-request-id', - '3a27e564-cf2a-411e-8fb9-a92c90fa8f99', + 'a8f07e08-5c41-4d97-8a3f-25b94da26696', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030602Z:3a27e564-cf2a-411e-8fb9-a92c90fa8f99', + 'SOUTHEASTASIA:20210924T034744Z:a8f07e08-5c41-4d97-8a3f-25b94da26696', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:01 GMT' + 'Fri, 24 Sep 2021 03:47:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4561,21 +4561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11334', + '11877', 'x-ms-request-id', - 'eb9581ea-c5ee-47af-a75e-1474d37d1ec5', + 'faaaa119-24bc-405d-ac78-3cab026b09dc', 'x-ms-correlation-request-id', - 'eb9581ea-c5ee-47af-a75e-1474d37d1ec5', + 'faaaa119-24bc-405d-ac78-3cab026b09dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030603Z:eb9581ea-c5ee-47af-a75e-1474d37d1ec5', + 'SOUTHEASTASIA:20210924T034747Z:faaaa119-24bc-405d-ac78-3cab026b09dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:03 GMT' + 'Fri, 24 Sep 2021 03:47:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4597,21 +4597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11836', + '11876', 'x-ms-request-id', - 'bd4ef7a8-fc8b-4599-a21d-276d8a6c626c', + '1f35f5cf-ad01-4ee3-a997-a132da712757', 'x-ms-correlation-request-id', - 'bd4ef7a8-fc8b-4599-a21d-276d8a6c626c', + '1f35f5cf-ad01-4ee3-a997-a132da712757', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030604Z:bd4ef7a8-fc8b-4599-a21d-276d8a6c626c', + 'SOUTHEASTASIA:20210924T034749Z:1f35f5cf-ad01-4ee3-a997-a132da712757', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:03 GMT' + 'Fri, 24 Sep 2021 03:47:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4633,21 +4633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11333', + '11875', 'x-ms-request-id', - '511966d9-64ad-4c30-ba49-095e58d985af', + '069b6f5c-2d3d-4792-b10f-fdc362763b40', 'x-ms-correlation-request-id', - '511966d9-64ad-4c30-ba49-095e58d985af', + '069b6f5c-2d3d-4792-b10f-fdc362763b40', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030605Z:511966d9-64ad-4c30-ba49-095e58d985af', + 'SOUTHEASTASIA:20210924T034751Z:069b6f5c-2d3d-4792-b10f-fdc362763b40', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:05 GMT' + 'Fri, 24 Sep 2021 03:47:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4669,21 +4669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11835', + '11874', 'x-ms-request-id', - 'ea1de992-28e7-42d5-8451-ef1b46ce5e95', + 'ba43bbe9-094b-487d-92a7-cfacb7a12642', 'x-ms-correlation-request-id', - 'ea1de992-28e7-42d5-8451-ef1b46ce5e95', + 'ba43bbe9-094b-487d-92a7-cfacb7a12642', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030607Z:ea1de992-28e7-42d5-8451-ef1b46ce5e95', + 'SOUTHEASTASIA:20210924T034754Z:ba43bbe9-094b-487d-92a7-cfacb7a12642', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:06 GMT' + 'Fri, 24 Sep 2021 03:47:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4705,21 +4705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11332', + '11873', 'x-ms-request-id', - '84d93dca-8e58-4f4d-9946-18d7f7c2fa3a', + '94ef4547-98ca-4c3b-9c2a-b20a79104e60', 'x-ms-correlation-request-id', - '84d93dca-8e58-4f4d-9946-18d7f7c2fa3a', + '94ef4547-98ca-4c3b-9c2a-b20a79104e60', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030607Z:84d93dca-8e58-4f4d-9946-18d7f7c2fa3a', + 'SOUTHEASTASIA:20210924T034756Z:94ef4547-98ca-4c3b-9c2a-b20a79104e60', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:07 GMT' + 'Fri, 24 Sep 2021 03:47:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4741,21 +4741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11834', + '11872', 'x-ms-request-id', - '25753eaa-b694-4fe4-b8d1-f39348387e30', + '2fca855d-48e2-41f6-8747-a3fcc080f023', 'x-ms-correlation-request-id', - '25753eaa-b694-4fe4-b8d1-f39348387e30', + '2fca855d-48e2-41f6-8747-a3fcc080f023', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030609Z:25753eaa-b694-4fe4-b8d1-f39348387e30', + 'SOUTHEASTASIA:20210924T034758Z:2fca855d-48e2-41f6-8747-a3fcc080f023', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:08 GMT' + 'Fri, 24 Sep 2021 03:47:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4777,21 +4777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11331', + '11871', 'x-ms-request-id', - '0858f0fb-d736-4504-aabc-72941f8cbe87', + 'd6ad7814-e29e-4f57-9127-d430109fae96', 'x-ms-correlation-request-id', - '0858f0fb-d736-4504-aabc-72941f8cbe87', + 'd6ad7814-e29e-4f57-9127-d430109fae96', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030610Z:0858f0fb-d736-4504-aabc-72941f8cbe87', + 'SOUTHEASTASIA:20210924T034801Z:d6ad7814-e29e-4f57-9127-d430109fae96', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:10 GMT' + 'Fri, 24 Sep 2021 03:48:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4813,21 +4813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11833', + '11870', 'x-ms-request-id', - '15ef46f1-4c09-4c74-9e17-573aeb78edec', + '47e09d52-f7d1-44a3-9a0e-147d70cf0ce0', 'x-ms-correlation-request-id', - '15ef46f1-4c09-4c74-9e17-573aeb78edec', + '47e09d52-f7d1-44a3-9a0e-147d70cf0ce0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030611Z:15ef46f1-4c09-4c74-9e17-573aeb78edec', + 'SOUTHEASTASIA:20210924T034803Z:47e09d52-f7d1-44a3-9a0e-147d70cf0ce0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:10 GMT' + 'Fri, 24 Sep 2021 03:48:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4849,21 +4849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11330', + '11869', 'x-ms-request-id', - 'c99c98f1-bb50-4433-8560-2a555b2ba657', + '4b23ebbd-1705-40de-8f7e-3651d78af582', 'x-ms-correlation-request-id', - 'c99c98f1-bb50-4433-8560-2a555b2ba657', + '4b23ebbd-1705-40de-8f7e-3651d78af582', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030613Z:c99c98f1-bb50-4433-8560-2a555b2ba657', + 'SOUTHEASTASIA:20210924T034805Z:4b23ebbd-1705-40de-8f7e-3651d78af582', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:13 GMT' + 'Fri, 24 Sep 2021 03:48:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4885,21 +4885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11832', + '11868', 'x-ms-request-id', - 'ad8337b6-99be-4aa4-98c0-6e79552e4847', + 'ffa73ad5-d076-4408-aede-613b1d0c6e3a', 'x-ms-correlation-request-id', - 'ad8337b6-99be-4aa4-98c0-6e79552e4847', + 'ffa73ad5-d076-4408-aede-613b1d0c6e3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030613Z:ad8337b6-99be-4aa4-98c0-6e79552e4847', + 'SOUTHEASTASIA:20210924T034808Z:ffa73ad5-d076-4408-aede-613b1d0c6e3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:13 GMT' + 'Fri, 24 Sep 2021 03:48:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4921,21 +4921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11329', + '11867', 'x-ms-request-id', - '8b5ed71a-ed2c-48e8-86ab-358f80b71aa9', + '8ae8bae1-a15b-4513-8900-0dbd389f2395', 'x-ms-correlation-request-id', - '8b5ed71a-ed2c-48e8-86ab-358f80b71aa9', + '8ae8bae1-a15b-4513-8900-0dbd389f2395', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030615Z:8b5ed71a-ed2c-48e8-86ab-358f80b71aa9', + 'SOUTHEASTASIA:20210924T034810Z:8ae8bae1-a15b-4513-8900-0dbd389f2395', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:15 GMT' + 'Fri, 24 Sep 2021 03:48:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4957,21 +4957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11831', + '11866', 'x-ms-request-id', - '7a74a6f3-7086-4b21-a61f-0adb2b687c04', + 'c7b0f4b4-b823-42e3-930b-8da8a51897e9', 'x-ms-correlation-request-id', - '7a74a6f3-7086-4b21-a61f-0adb2b687c04', + 'c7b0f4b4-b823-42e3-930b-8da8a51897e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030616Z:7a74a6f3-7086-4b21-a61f-0adb2b687c04', + 'SOUTHEASTASIA:20210924T034813Z:c7b0f4b4-b823-42e3-930b-8da8a51897e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:15 GMT' + 'Fri, 24 Sep 2021 03:48:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4993,21 +4993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11328', + '11865', 'x-ms-request-id', - '1970a657-79e7-48a8-b474-dad41e20d439', + 'c62e4fe7-8045-4c2a-ab04-b34eab949dc9', 'x-ms-correlation-request-id', - '1970a657-79e7-48a8-b474-dad41e20d439', + 'c62e4fe7-8045-4c2a-ab04-b34eab949dc9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030617Z:1970a657-79e7-48a8-b474-dad41e20d439', + 'SOUTHEASTASIA:20210924T034815Z:c62e4fe7-8045-4c2a-ab04-b34eab949dc9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:17 GMT' + 'Fri, 24 Sep 2021 03:48:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5029,21 +5029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11830', + '11864', 'x-ms-request-id', - '89ec1de8-8f29-4dcd-9a52-1c20343b82d2', + '95327a8c-c3bd-4c2c-9a82-319dd1701732', 'x-ms-correlation-request-id', - '89ec1de8-8f29-4dcd-9a52-1c20343b82d2', + '95327a8c-c3bd-4c2c-9a82-319dd1701732', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030618Z:89ec1de8-8f29-4dcd-9a52-1c20343b82d2', + 'SOUTHEASTASIA:20210924T034818Z:95327a8c-c3bd-4c2c-9a82-319dd1701732', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:17 GMT' + 'Fri, 24 Sep 2021 03:48:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5065,21 +5065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11327', + '11863', 'x-ms-request-id', - '62c8d4a3-ea5c-4266-a075-8dbb040b77d4', + 'b010ffc7-bd7c-4f35-a1bf-bcaa899bd8ae', 'x-ms-correlation-request-id', - '62c8d4a3-ea5c-4266-a075-8dbb040b77d4', + 'b010ffc7-bd7c-4f35-a1bf-bcaa899bd8ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030620Z:62c8d4a3-ea5c-4266-a075-8dbb040b77d4', + 'SOUTHEASTASIA:20210924T034820Z:b010ffc7-bd7c-4f35-a1bf-bcaa899bd8ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:20 GMT' + 'Fri, 24 Sep 2021 03:48:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5101,21 +5101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11829', + '11862', 'x-ms-request-id', - '4d44df91-16b7-4835-b2e3-563d1c491e24', + '093881df-01ef-4069-92b6-3b441bb893a1', 'x-ms-correlation-request-id', - '4d44df91-16b7-4835-b2e3-563d1c491e24', + '093881df-01ef-4069-92b6-3b441bb893a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030620Z:4d44df91-16b7-4835-b2e3-563d1c491e24', + 'SOUTHEASTASIA:20210924T034822Z:093881df-01ef-4069-92b6-3b441bb893a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:19 GMT' + 'Fri, 24 Sep 2021 03:48:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5137,21 +5137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11326', + '11861', 'x-ms-request-id', - 'e24b88bc-2f76-430b-8afc-a5a2377a4812', + '0a640c3d-4c26-45ed-9f34-c4d7b216b615', 'x-ms-correlation-request-id', - 'e24b88bc-2f76-430b-8afc-a5a2377a4812', + '0a640c3d-4c26-45ed-9f34-c4d7b216b615', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030622Z:e24b88bc-2f76-430b-8afc-a5a2377a4812', + 'SOUTHEASTASIA:20210924T034825Z:0a640c3d-4c26-45ed-9f34-c4d7b216b615', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:22 GMT' + 'Fri, 24 Sep 2021 03:48:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5173,21 +5173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11828', + '11860', 'x-ms-request-id', - '26b63e11-2311-48fd-8135-c32c9300b909', + '760b609e-5a29-4391-8e41-1bfa28914d05', 'x-ms-correlation-request-id', - '26b63e11-2311-48fd-8135-c32c9300b909', + '760b609e-5a29-4391-8e41-1bfa28914d05', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030623Z:26b63e11-2311-48fd-8135-c32c9300b909', + 'SOUTHEASTASIA:20210924T034827Z:760b609e-5a29-4391-8e41-1bfa28914d05', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:23 GMT' + 'Fri, 24 Sep 2021 03:48:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5209,21 +5209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11325', + '11859', 'x-ms-request-id', - '94cf2539-7b02-42b7-b064-bf9cc89bf334', + 'd2185081-4223-44b9-9759-20a0580597ad', 'x-ms-correlation-request-id', - '94cf2539-7b02-42b7-b064-bf9cc89bf334', + 'd2185081-4223-44b9-9759-20a0580597ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030624Z:94cf2539-7b02-42b7-b064-bf9cc89bf334', + 'SOUTHEASTASIA:20210924T034829Z:d2185081-4223-44b9-9759-20a0580597ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:24 GMT' + 'Fri, 24 Sep 2021 03:48:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5245,21 +5245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11827', + '11858', 'x-ms-request-id', - 'f0f5634e-a275-4cc3-b6c1-326f5c7a1ac9', + 'ea26e2ea-89e9-4b49-8c8f-a58335ea297b', 'x-ms-correlation-request-id', - 'f0f5634e-a275-4cc3-b6c1-326f5c7a1ac9', + 'ea26e2ea-89e9-4b49-8c8f-a58335ea297b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030625Z:f0f5634e-a275-4cc3-b6c1-326f5c7a1ac9', + 'SOUTHEASTASIA:20210924T034831Z:ea26e2ea-89e9-4b49-8c8f-a58335ea297b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:25 GMT' + 'Fri, 24 Sep 2021 03:48:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5281,21 +5281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11324', + '11857', 'x-ms-request-id', - '4d6b07de-fe1d-4206-9716-67c7ad9aa175', + 'eaf79411-8e81-4da0-905c-089b3d4fee10', 'x-ms-correlation-request-id', - '4d6b07de-fe1d-4206-9716-67c7ad9aa175', + 'eaf79411-8e81-4da0-905c-089b3d4fee10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030627Z:4d6b07de-fe1d-4206-9716-67c7ad9aa175', + 'SOUTHEASTASIA:20210924T034834Z:eaf79411-8e81-4da0-905c-089b3d4fee10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:27 GMT' + 'Fri, 24 Sep 2021 03:48:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5317,21 +5317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11826', + '11856', 'x-ms-request-id', - '60583cea-9210-4978-9b23-95a43e79b623', + 'fee7bca1-af85-4edb-ad47-6405cd2f87c4', 'x-ms-correlation-request-id', - '60583cea-9210-4978-9b23-95a43e79b623', + 'fee7bca1-af85-4edb-ad47-6405cd2f87c4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030627Z:60583cea-9210-4978-9b23-95a43e79b623', + 'SOUTHEASTASIA:20210924T034836Z:fee7bca1-af85-4edb-ad47-6405cd2f87c4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:27 GMT' + 'Fri, 24 Sep 2021 03:48:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5353,21 +5353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11323', + '11855', 'x-ms-request-id', - '64340bec-e918-4a0f-aa8f-53df696cc212', + '6630e624-5407-4fdd-bf71-f6197efbe4bc', 'x-ms-correlation-request-id', - '64340bec-e918-4a0f-aa8f-53df696cc212', + '6630e624-5407-4fdd-bf71-f6197efbe4bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030629Z:64340bec-e918-4a0f-aa8f-53df696cc212', + 'SOUTHEASTASIA:20210924T034838Z:6630e624-5407-4fdd-bf71-f6197efbe4bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:29 GMT' + 'Fri, 24 Sep 2021 03:48:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5389,21 +5389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11825', + '11854', 'x-ms-request-id', - 'd6c23b41-d51a-4e60-ab09-57a7f3822763', + '7ce3a672-f2f5-4b69-aa18-16d1a6257624', 'x-ms-correlation-request-id', - 'd6c23b41-d51a-4e60-ab09-57a7f3822763', + '7ce3a672-f2f5-4b69-aa18-16d1a6257624', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030630Z:d6c23b41-d51a-4e60-ab09-57a7f3822763', + 'SOUTHEASTASIA:20210924T034841Z:7ce3a672-f2f5-4b69-aa18-16d1a6257624', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:30 GMT' + 'Fri, 24 Sep 2021 03:48:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5425,21 +5425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11322', + '11853', 'x-ms-request-id', - '619f1744-ee41-4fba-b6fb-db9a4573b814', + 'f2735f2d-a006-452a-b495-22a96ef74831', 'x-ms-correlation-request-id', - '619f1744-ee41-4fba-b6fb-db9a4573b814', + 'f2735f2d-a006-452a-b495-22a96ef74831', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030631Z:619f1744-ee41-4fba-b6fb-db9a4573b814', + 'SOUTHEASTASIA:20210924T034843Z:f2735f2d-a006-452a-b495-22a96ef74831', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:31 GMT' + 'Fri, 24 Sep 2021 03:48:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5461,21 +5461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11824', + '11852', 'x-ms-request-id', - '98f37733-7223-4172-8a7d-77e30d3243be', + 'bf9bcb73-ee5b-4249-9788-8203c91e3cff', 'x-ms-correlation-request-id', - '98f37733-7223-4172-8a7d-77e30d3243be', + 'bf9bcb73-ee5b-4249-9788-8203c91e3cff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030632Z:98f37733-7223-4172-8a7d-77e30d3243be', + 'SOUTHEASTASIA:20210924T034845Z:bf9bcb73-ee5b-4249-9788-8203c91e3cff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:32 GMT' + 'Fri, 24 Sep 2021 03:48:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5497,21 +5497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11321', + '11851', 'x-ms-request-id', - '2333b260-0993-4cbd-959f-cd9c2e9f03a2', + '58b65e88-dacf-4212-9dde-98c1b84a65e4', 'x-ms-correlation-request-id', - '2333b260-0993-4cbd-959f-cd9c2e9f03a2', + '58b65e88-dacf-4212-9dde-98c1b84a65e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030634Z:2333b260-0993-4cbd-959f-cd9c2e9f03a2', + 'SOUTHEASTASIA:20210924T034848Z:58b65e88-dacf-4212-9dde-98c1b84a65e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:33 GMT' + 'Fri, 24 Sep 2021 03:48:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5533,21 +5533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11823', + '11850', 'x-ms-request-id', - 'f4cacb75-2878-4dbe-afc1-2f4ed9f7cc8b', + '993fe85a-bd68-4446-b45a-dd014fb09ad1', 'x-ms-correlation-request-id', - 'f4cacb75-2878-4dbe-afc1-2f4ed9f7cc8b', + '993fe85a-bd68-4446-b45a-dd014fb09ad1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030634Z:f4cacb75-2878-4dbe-afc1-2f4ed9f7cc8b', + 'SOUTHEASTASIA:20210924T034850Z:993fe85a-bd68-4446-b45a-dd014fb09ad1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:34 GMT' + 'Fri, 24 Sep 2021 03:48:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5569,21 +5569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11320', + '11849', 'x-ms-request-id', - 'acb3cf27-12a9-4f3e-9ee3-572ccb6deece', + '0fa259a8-0a0d-429d-8b19-35f6c7d74a79', 'x-ms-correlation-request-id', - 'acb3cf27-12a9-4f3e-9ee3-572ccb6deece', + '0fa259a8-0a0d-429d-8b19-35f6c7d74a79', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030636Z:acb3cf27-12a9-4f3e-9ee3-572ccb6deece', + 'SOUTHEASTASIA:20210924T034852Z:0fa259a8-0a0d-429d-8b19-35f6c7d74a79', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:36 GMT' + 'Fri, 24 Sep 2021 03:48:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5605,21 +5605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11822', + '11848', 'x-ms-request-id', - 'b1a6833a-92c8-44a1-b72d-269b8a9c7622', + 'b6085116-c855-4599-9a4e-89a8991f6312', 'x-ms-correlation-request-id', - 'b1a6833a-92c8-44a1-b72d-269b8a9c7622', + 'b6085116-c855-4599-9a4e-89a8991f6312', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030637Z:b1a6833a-92c8-44a1-b72d-269b8a9c7622', + 'SOUTHEASTASIA:20210924T034855Z:b6085116-c855-4599-9a4e-89a8991f6312', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:37 GMT' + 'Fri, 24 Sep 2021 03:48:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5641,21 +5641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11319', + '11847', 'x-ms-request-id', - '569bbbd5-e8b0-41be-96d4-3b23269bcb1d', + 'aa321926-41e8-45c5-94d1-63d81eaab52e', 'x-ms-correlation-request-id', - '569bbbd5-e8b0-41be-96d4-3b23269bcb1d', + 'aa321926-41e8-45c5-94d1-63d81eaab52e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030638Z:569bbbd5-e8b0-41be-96d4-3b23269bcb1d', + 'SOUTHEASTASIA:20210924T034857Z:aa321926-41e8-45c5-94d1-63d81eaab52e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:38 GMT' + 'Fri, 24 Sep 2021 03:48:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5677,21 +5677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11821', + '11846', 'x-ms-request-id', - 'a0e21765-bc0a-45a0-b9d5-449a7620b5c5', + 'a9b09628-bf81-4d9a-bebe-4b3e4f4460a9', 'x-ms-correlation-request-id', - 'a0e21765-bc0a-45a0-b9d5-449a7620b5c5', + 'a9b09628-bf81-4d9a-bebe-4b3e4f4460a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030639Z:a0e21765-bc0a-45a0-b9d5-449a7620b5c5', + 'SOUTHEASTASIA:20210924T034859Z:a9b09628-bf81-4d9a-bebe-4b3e4f4460a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:39 GMT' + 'Fri, 24 Sep 2021 03:48:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5713,21 +5713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11318', + '11845', 'x-ms-request-id', - '21080b2c-80e0-42d8-88e9-02d86fdc2a68', + 'acf163df-d5ca-495b-953d-3e22037c5ca2', 'x-ms-correlation-request-id', - '21080b2c-80e0-42d8-88e9-02d86fdc2a68', + 'acf163df-d5ca-495b-953d-3e22037c5ca2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030641Z:21080b2c-80e0-42d8-88e9-02d86fdc2a68', + 'SOUTHEASTASIA:20210924T034902Z:acf163df-d5ca-495b-953d-3e22037c5ca2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:40 GMT' + 'Fri, 24 Sep 2021 03:49:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5749,21 +5749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11820', + '11844', 'x-ms-request-id', - '02ef2e18-c479-4c74-9664-d006c89a7700', + '4bdce280-c197-4a87-be3f-d6f5f6c6cc30', 'x-ms-correlation-request-id', - '02ef2e18-c479-4c74-9664-d006c89a7700', + '4bdce280-c197-4a87-be3f-d6f5f6c6cc30', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030641Z:02ef2e18-c479-4c74-9664-d006c89a7700', + 'SOUTHEASTASIA:20210924T034904Z:4bdce280-c197-4a87-be3f-d6f5f6c6cc30', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:41 GMT' + 'Fri, 24 Sep 2021 03:49:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5785,21 +5785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11317', + '11843', 'x-ms-request-id', - '38b3f2b7-317b-48a6-9906-aeb846b01c94', + 'b4ac2a7b-1101-4a70-9879-9df3077204d7', 'x-ms-correlation-request-id', - '38b3f2b7-317b-48a6-9906-aeb846b01c94', + 'b4ac2a7b-1101-4a70-9879-9df3077204d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030643Z:38b3f2b7-317b-48a6-9906-aeb846b01c94', + 'SOUTHEASTASIA:20210924T034906Z:b4ac2a7b-1101-4a70-9879-9df3077204d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:43 GMT' + 'Fri, 24 Sep 2021 03:49:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5821,21 +5821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11819', + '11842', 'x-ms-request-id', - '458176e1-04e0-4bc3-b549-83375ee4c532', + '85753c57-c5ff-4315-b57a-db2409e01aba', 'x-ms-correlation-request-id', - '458176e1-04e0-4bc3-b549-83375ee4c532', + '85753c57-c5ff-4315-b57a-db2409e01aba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030644Z:458176e1-04e0-4bc3-b549-83375ee4c532', + 'SOUTHEASTASIA:20210924T034909Z:85753c57-c5ff-4315-b57a-db2409e01aba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:44 GMT' + 'Fri, 24 Sep 2021 03:49:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5857,21 +5857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11316', + '11841', 'x-ms-request-id', - '6c8d0f95-9700-4cd8-b54e-62539165d7ca', + '3a1ca037-0944-406c-86dd-0ed1b2f427ae', 'x-ms-correlation-request-id', - '6c8d0f95-9700-4cd8-b54e-62539165d7ca', + '3a1ca037-0944-406c-86dd-0ed1b2f427ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030645Z:6c8d0f95-9700-4cd8-b54e-62539165d7ca', + 'SOUTHEASTASIA:20210924T034911Z:3a1ca037-0944-406c-86dd-0ed1b2f427ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:45 GMT' + 'Fri, 24 Sep 2021 03:49:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5893,21 +5893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11818', + '11840', 'x-ms-request-id', - '7848e56c-6c26-4b18-935a-f061f70500c4', + '1f693a8c-88c5-4e7f-8bf6-983e03dfaab3', 'x-ms-correlation-request-id', - '7848e56c-6c26-4b18-935a-f061f70500c4', + '1f693a8c-88c5-4e7f-8bf6-983e03dfaab3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030647Z:7848e56c-6c26-4b18-935a-f061f70500c4', + 'SOUTHEASTASIA:20210924T034913Z:1f693a8c-88c5-4e7f-8bf6-983e03dfaab3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:47 GMT' + 'Fri, 24 Sep 2021 03:49:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5929,21 +5929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11315', + '11839', 'x-ms-request-id', - '2e0152f6-eec8-412d-af2b-9aea6fe82aba', + '2157e896-1699-42c5-967a-047e0e729a51', 'x-ms-correlation-request-id', - '2e0152f6-eec8-412d-af2b-9aea6fe82aba', + '2157e896-1699-42c5-967a-047e0e729a51', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030648Z:2e0152f6-eec8-412d-af2b-9aea6fe82aba', + 'SOUTHEASTASIA:20210924T034916Z:2157e896-1699-42c5-967a-047e0e729a51', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:47 GMT' + 'Fri, 24 Sep 2021 03:49:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5965,21 +5965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11817', + '11838', 'x-ms-request-id', - '465138fd-5ccb-4ee1-9fc3-a97383f06f90', + '90918948-ef27-41c2-8cf2-4bd7d582f7f9', 'x-ms-correlation-request-id', - '465138fd-5ccb-4ee1-9fc3-a97383f06f90', + '90918948-ef27-41c2-8cf2-4bd7d582f7f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030649Z:465138fd-5ccb-4ee1-9fc3-a97383f06f90', + 'SOUTHEASTASIA:20210924T034918Z:90918948-ef27-41c2-8cf2-4bd7d582f7f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:49 GMT' + 'Fri, 24 Sep 2021 03:49:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6001,21 +6001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11314', + '11837', 'x-ms-request-id', - 'ecafd491-e10f-4232-bbdc-213ab5eb85c5', + '00ed8204-747c-41dc-bb6e-e7a04684e670', 'x-ms-correlation-request-id', - 'ecafd491-e10f-4232-bbdc-213ab5eb85c5', + '00ed8204-747c-41dc-bb6e-e7a04684e670', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030650Z:ecafd491-e10f-4232-bbdc-213ab5eb85c5', + 'SOUTHEASTASIA:20210924T034920Z:00ed8204-747c-41dc-bb6e-e7a04684e670', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:50 GMT' + 'Fri, 24 Sep 2021 03:49:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6037,21 +6037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11816', + '11836', 'x-ms-request-id', - '71ef4852-7fa2-4c3e-8761-a9042482c459', + '5c2f10c0-e0d9-433d-baff-25a86453434f', 'x-ms-correlation-request-id', - '71ef4852-7fa2-4c3e-8761-a9042482c459', + '5c2f10c0-e0d9-433d-baff-25a86453434f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030651Z:71ef4852-7fa2-4c3e-8761-a9042482c459', + 'SOUTHEASTASIA:20210924T034923Z:5c2f10c0-e0d9-433d-baff-25a86453434f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:51 GMT' + 'Fri, 24 Sep 2021 03:49:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6073,21 +6073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11313', + '11835', 'x-ms-request-id', - '532f0372-682c-44de-83de-62902a5cb45a', + '7f3b379a-f5d9-4570-a1f1-c678aea8049e', 'x-ms-correlation-request-id', - '532f0372-682c-44de-83de-62902a5cb45a', + '7f3b379a-f5d9-4570-a1f1-c678aea8049e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030652Z:532f0372-682c-44de-83de-62902a5cb45a', + 'SOUTHEASTASIA:20210924T034925Z:7f3b379a-f5d9-4570-a1f1-c678aea8049e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:52 GMT' + 'Fri, 24 Sep 2021 03:49:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6109,21 +6109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11815', + '11834', 'x-ms-request-id', - 'fa4780b5-b140-4696-85ad-36edc2dff626', + '4b7b14c3-5df5-4d77-b1c9-621ce9032a1f', 'x-ms-correlation-request-id', - 'fa4780b5-b140-4696-85ad-36edc2dff626', + '4b7b14c3-5df5-4d77-b1c9-621ce9032a1f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030654Z:fa4780b5-b140-4696-85ad-36edc2dff626', + 'SOUTHEASTASIA:20210924T034927Z:4b7b14c3-5df5-4d77-b1c9-621ce9032a1f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:54 GMT' + 'Fri, 24 Sep 2021 03:49:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6145,21 +6145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11312', + '11833', 'x-ms-request-id', - '2148685d-1ede-4eea-a714-c4cc5f72852d', + '306278b1-ff7e-4d29-bea6-b2075b6c86c4', 'x-ms-correlation-request-id', - '2148685d-1ede-4eea-a714-c4cc5f72852d', + '306278b1-ff7e-4d29-bea6-b2075b6c86c4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030654Z:2148685d-1ede-4eea-a714-c4cc5f72852d', + 'SOUTHEASTASIA:20210924T034930Z:306278b1-ff7e-4d29-bea6-b2075b6c86c4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:54 GMT' + 'Fri, 24 Sep 2021 03:49:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6181,21 +6181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11814', + '11832', 'x-ms-request-id', - 'dae58152-7779-4f50-8906-0c7657bb95c4', + '878e3996-7772-4781-bb1c-1ad4c5c7169b', 'x-ms-correlation-request-id', - 'dae58152-7779-4f50-8906-0c7657bb95c4', + '878e3996-7772-4781-bb1c-1ad4c5c7169b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030656Z:dae58152-7779-4f50-8906-0c7657bb95c4', + 'SOUTHEASTASIA:20210924T034932Z:878e3996-7772-4781-bb1c-1ad4c5c7169b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:56 GMT' + 'Fri, 24 Sep 2021 03:49:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6217,21 +6217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11311', + '11831', 'x-ms-request-id', - '08770467-5bda-49d4-8a0f-26dceedb8b32', + 'deb3199a-f7b8-4c21-aa3d-f81b19d79265', 'x-ms-correlation-request-id', - '08770467-5bda-49d4-8a0f-26dceedb8b32', + 'deb3199a-f7b8-4c21-aa3d-f81b19d79265', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030657Z:08770467-5bda-49d4-8a0f-26dceedb8b32', + 'SOUTHEASTASIA:20210924T034934Z:deb3199a-f7b8-4c21-aa3d-f81b19d79265', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:57 GMT' + 'Fri, 24 Sep 2021 03:49:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6253,21 +6253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11813', + '11830', 'x-ms-request-id', - '70cb59c4-7154-4297-919c-20c38b44e682', + '1a4b8bda-87a7-4b3e-adf6-57723ff13553', 'x-ms-correlation-request-id', - '70cb59c4-7154-4297-919c-20c38b44e682', + '1a4b8bda-87a7-4b3e-adf6-57723ff13553', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030658Z:70cb59c4-7154-4297-919c-20c38b44e682', + 'SOUTHEASTASIA:20210924T034937Z:1a4b8bda-87a7-4b3e-adf6-57723ff13553', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:58 GMT' + 'Fri, 24 Sep 2021 03:49:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6289,21 +6289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11310', + '11829', 'x-ms-request-id', - '196b1925-9f63-488e-9374-fae3916a50b1', + '644cbb4e-375a-4cf9-9672-52a1a1b16eff', 'x-ms-correlation-request-id', - '196b1925-9f63-488e-9374-fae3916a50b1', + '644cbb4e-375a-4cf9-9672-52a1a1b16eff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030659Z:196b1925-9f63-488e-9374-fae3916a50b1', + 'SOUTHEASTASIA:20210924T034939Z:644cbb4e-375a-4cf9-9672-52a1a1b16eff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:06:59 GMT' + 'Fri, 24 Sep 2021 03:49:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6325,21 +6325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11812', + '11828', 'x-ms-request-id', - 'd1e670cf-0c33-4228-9afd-9feb96d8ddd1', + 'bbd20d2e-cf84-4674-9d99-dda751a278ba', 'x-ms-correlation-request-id', - 'd1e670cf-0c33-4228-9afd-9feb96d8ddd1', + 'bbd20d2e-cf84-4674-9d99-dda751a278ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030701Z:d1e670cf-0c33-4228-9afd-9feb96d8ddd1', + 'SOUTHEASTASIA:20210924T034941Z:bbd20d2e-cf84-4674-9d99-dda751a278ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:00 GMT' + 'Fri, 24 Sep 2021 03:49:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6361,21 +6361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11309', + '11827', 'x-ms-request-id', - '1f8aca04-a961-4b11-92d7-e6d28bd583d6', + '267f67f4-94db-4263-a27c-159425b13760', 'x-ms-correlation-request-id', - '1f8aca04-a961-4b11-92d7-e6d28bd583d6', + '267f67f4-94db-4263-a27c-159425b13760', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030701Z:1f8aca04-a961-4b11-92d7-e6d28bd583d6', + 'SOUTHEASTASIA:20210924T034944Z:267f67f4-94db-4263-a27c-159425b13760', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:01 GMT' + 'Fri, 24 Sep 2021 03:49:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6397,21 +6397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11811', + '11826', 'x-ms-request-id', - 'fae38047-dff8-4501-875b-e8db0fc1ff34', + '44ee54b8-7a17-4abd-9103-fa5d34592b04', 'x-ms-correlation-request-id', - 'fae38047-dff8-4501-875b-e8db0fc1ff34', + '44ee54b8-7a17-4abd-9103-fa5d34592b04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030703Z:fae38047-dff8-4501-875b-e8db0fc1ff34', + 'SOUTHEASTASIA:20210924T034946Z:44ee54b8-7a17-4abd-9103-fa5d34592b04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:03 GMT' + 'Fri, 24 Sep 2021 03:49:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6433,21 +6433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11308', + '11825', 'x-ms-request-id', - 'f598d9b8-aab3-4053-992b-f68fec96a832', + '4977958a-96a9-4998-af63-21eb3523508c', 'x-ms-correlation-request-id', - 'f598d9b8-aab3-4053-992b-f68fec96a832', + '4977958a-96a9-4998-af63-21eb3523508c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030704Z:f598d9b8-aab3-4053-992b-f68fec96a832', + 'SOUTHEASTASIA:20210924T034948Z:4977958a-96a9-4998-af63-21eb3523508c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:03 GMT' + 'Fri, 24 Sep 2021 03:49:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6469,21 +6469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11810', + '11824', 'x-ms-request-id', - 'db894b2e-7bb2-4e75-8457-ce70e08c9484', + '9361e9d5-07a4-414c-994f-20ec1229a8f8', 'x-ms-correlation-request-id', - 'db894b2e-7bb2-4e75-8457-ce70e08c9484', + '9361e9d5-07a4-414c-994f-20ec1229a8f8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030705Z:db894b2e-7bb2-4e75-8457-ce70e08c9484', + 'SOUTHEASTASIA:20210924T034951Z:9361e9d5-07a4-414c-994f-20ec1229a8f8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:05 GMT' + 'Fri, 24 Sep 2021 03:49:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6505,21 +6505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11307', + '11823', 'x-ms-request-id', - '4b335a04-ee49-4e08-8955-d927fb62f6e6', + 'f5e5831f-3092-4d60-9da1-31b0cfa21fa8', 'x-ms-correlation-request-id', - '4b335a04-ee49-4e08-8955-d927fb62f6e6', + 'f5e5831f-3092-4d60-9da1-31b0cfa21fa8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030706Z:4b335a04-ee49-4e08-8955-d927fb62f6e6', + 'SOUTHEASTASIA:20210924T034953Z:f5e5831f-3092-4d60-9da1-31b0cfa21fa8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:06 GMT' + 'Fri, 24 Sep 2021 03:49:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6541,21 +6541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11809', + '11822', 'x-ms-request-id', - '3703db17-197e-4851-bf4e-243e1c6a7185', + '832e4986-1c95-4d95-89cc-ddfd0739d697', 'x-ms-correlation-request-id', - '3703db17-197e-4851-bf4e-243e1c6a7185', + '832e4986-1c95-4d95-89cc-ddfd0739d697', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030708Z:3703db17-197e-4851-bf4e-243e1c6a7185', + 'SOUTHEASTASIA:20210924T034955Z:832e4986-1c95-4d95-89cc-ddfd0739d697', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:07 GMT' + 'Fri, 24 Sep 2021 03:49:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6577,21 +6577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11306', + '11821', 'x-ms-request-id', - '72d23396-993a-41dd-a39f-624b860ba55c', + 'a6341009-8f2c-40bb-aedc-995a12cdb7f9', 'x-ms-correlation-request-id', - '72d23396-993a-41dd-a39f-624b860ba55c', + 'a6341009-8f2c-40bb-aedc-995a12cdb7f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030708Z:72d23396-993a-41dd-a39f-624b860ba55c', + 'SOUTHEASTASIA:20210924T034957Z:a6341009-8f2c-40bb-aedc-995a12cdb7f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:08 GMT' + 'Fri, 24 Sep 2021 03:49:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6613,21 +6613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11808', + '11820', 'x-ms-request-id', - 'c134a9c2-eaa2-4ee7-9e5b-703a21fa435b', + 'fa65fc07-b951-4f93-8917-029dea56747c', 'x-ms-correlation-request-id', - 'c134a9c2-eaa2-4ee7-9e5b-703a21fa435b', + 'fa65fc07-b951-4f93-8917-029dea56747c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030710Z:c134a9c2-eaa2-4ee7-9e5b-703a21fa435b', + 'SOUTHEASTASIA:20210924T035000Z:fa65fc07-b951-4f93-8917-029dea56747c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:10 GMT' + 'Fri, 24 Sep 2021 03:50:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6649,21 +6649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11305', + '11819', 'x-ms-request-id', - '17c4c098-6de2-4b9d-9a7d-e59e9a236584', + '301cab66-5722-44dd-b719-572af2d3d316', 'x-ms-correlation-request-id', - '17c4c098-6de2-4b9d-9a7d-e59e9a236584', + '301cab66-5722-44dd-b719-572af2d3d316', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030711Z:17c4c098-6de2-4b9d-9a7d-e59e9a236584', + 'SOUTHEASTASIA:20210924T035002Z:301cab66-5722-44dd-b719-572af2d3d316', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:11 GMT' + 'Fri, 24 Sep 2021 03:50:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6685,21 +6685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11807', + '11818', 'x-ms-request-id', - '00b28de0-f761-47e3-acdb-a386c47bd9c8', + '036f2c5d-ed42-4440-a947-2a299eefe268', 'x-ms-correlation-request-id', - '00b28de0-f761-47e3-acdb-a386c47bd9c8', + '036f2c5d-ed42-4440-a947-2a299eefe268', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030712Z:00b28de0-f761-47e3-acdb-a386c47bd9c8', + 'SOUTHEASTASIA:20210924T035005Z:036f2c5d-ed42-4440-a947-2a299eefe268', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:12 GMT' + 'Fri, 24 Sep 2021 03:50:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6721,21 +6721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11304', + '11817', 'x-ms-request-id', - '48d9df3c-543b-4686-8ecf-b954567117a6', + '670046b7-2900-42ed-b48b-870d5cb505db', 'x-ms-correlation-request-id', - '48d9df3c-543b-4686-8ecf-b954567117a6', + '670046b7-2900-42ed-b48b-870d5cb505db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030714Z:48d9df3c-543b-4686-8ecf-b954567117a6', + 'SOUTHEASTASIA:20210924T035007Z:670046b7-2900-42ed-b48b-870d5cb505db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:13 GMT' + 'Fri, 24 Sep 2021 03:50:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6757,21 +6757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11806', + '11816', 'x-ms-request-id', - '848d99d9-1a2c-4b2d-865d-db3349beb822', + 'fe123a5a-b590-419b-9f4d-4af7138e130a', 'x-ms-correlation-request-id', - '848d99d9-1a2c-4b2d-865d-db3349beb822', + 'fe123a5a-b590-419b-9f4d-4af7138e130a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030714Z:848d99d9-1a2c-4b2d-865d-db3349beb822', + 'SOUTHEASTASIA:20210924T035010Z:fe123a5a-b590-419b-9f4d-4af7138e130a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:14 GMT' + 'Fri, 24 Sep 2021 03:50:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6793,21 +6793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11303', + '11815', 'x-ms-request-id', - '802a86c7-a7e7-4bee-a1fe-6387122370d3', + '0308de97-8da0-43c6-a4a7-4c69d1e03b34', 'x-ms-correlation-request-id', - '802a86c7-a7e7-4bee-a1fe-6387122370d3', + '0308de97-8da0-43c6-a4a7-4c69d1e03b34', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030716Z:802a86c7-a7e7-4bee-a1fe-6387122370d3', + 'SOUTHEASTASIA:20210924T035012Z:0308de97-8da0-43c6-a4a7-4c69d1e03b34', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:16 GMT' + 'Fri, 24 Sep 2021 03:50:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6829,21 +6829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11805', + '11814', 'x-ms-request-id', - '7d779322-0c29-4161-b835-ba8102ab4006', + '04c2856e-f711-4235-ade5-c43e7505fd9e', 'x-ms-correlation-request-id', - '7d779322-0c29-4161-b835-ba8102ab4006', + '04c2856e-f711-4235-ade5-c43e7505fd9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030717Z:7d779322-0c29-4161-b835-ba8102ab4006', + 'SOUTHEASTASIA:20210924T035014Z:04c2856e-f711-4235-ade5-c43e7505fd9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:16 GMT' + 'Fri, 24 Sep 2021 03:50:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6865,21 +6865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11302', + '11813', 'x-ms-request-id', - '3b5096dd-e0ae-4b00-a64d-9cfc665bcdfd', + '11c553d1-cbde-418d-84be-8dc89d295d7d', 'x-ms-correlation-request-id', - '3b5096dd-e0ae-4b00-a64d-9cfc665bcdfd', + '11c553d1-cbde-418d-84be-8dc89d295d7d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030718Z:3b5096dd-e0ae-4b00-a64d-9cfc665bcdfd', + 'SOUTHEASTASIA:20210924T035017Z:11c553d1-cbde-418d-84be-8dc89d295d7d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:18 GMT' + 'Fri, 24 Sep 2021 03:50:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6901,21 +6901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11804', + '11812', 'x-ms-request-id', - '1533ebb1-2fd8-4cc6-85a8-9665f0e46dba', + '2f9e3a6e-08cd-4864-af19-1598cf6151da', 'x-ms-correlation-request-id', - '1533ebb1-2fd8-4cc6-85a8-9665f0e46dba', + '2f9e3a6e-08cd-4864-af19-1598cf6151da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030719Z:1533ebb1-2fd8-4cc6-85a8-9665f0e46dba', + 'SOUTHEASTASIA:20210924T035019Z:2f9e3a6e-08cd-4864-af19-1598cf6151da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:19 GMT' + 'Fri, 24 Sep 2021 03:50:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6937,21 +6937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11301', + '11811', 'x-ms-request-id', - '1118b6da-4e56-4f80-a35e-280c8705b7dc', + '64f253b8-261a-4aef-b8b6-9de8fca3fba7', 'x-ms-correlation-request-id', - '1118b6da-4e56-4f80-a35e-280c8705b7dc', + '64f253b8-261a-4aef-b8b6-9de8fca3fba7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030721Z:1118b6da-4e56-4f80-a35e-280c8705b7dc', + 'SOUTHEASTASIA:20210924T035021Z:64f253b8-261a-4aef-b8b6-9de8fca3fba7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:20 GMT' + 'Fri, 24 Sep 2021 03:50:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6973,21 +6973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11803', + '11810', 'x-ms-request-id', - 'bf23f1fd-6098-43d8-b731-71826f59c40e', + '50577b94-0427-41da-a8a8-e6900eaca336', 'x-ms-correlation-request-id', - 'bf23f1fd-6098-43d8-b731-71826f59c40e', + '50577b94-0427-41da-a8a8-e6900eaca336', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030721Z:bf23f1fd-6098-43d8-b731-71826f59c40e', + 'SOUTHEASTASIA:20210924T035024Z:50577b94-0427-41da-a8a8-e6900eaca336', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:21 GMT' + 'Fri, 24 Sep 2021 03:50:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7009,21 +7009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11300', + '11809', 'x-ms-request-id', - '2c7ef9d3-78eb-4614-b995-500462e77032', + '75390d05-e246-4649-9671-1faa1894d878', 'x-ms-correlation-request-id', - '2c7ef9d3-78eb-4614-b995-500462e77032', + '75390d05-e246-4649-9671-1faa1894d878', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030723Z:2c7ef9d3-78eb-4614-b995-500462e77032', + 'SOUTHEASTASIA:20210924T035026Z:75390d05-e246-4649-9671-1faa1894d878', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:23 GMT' + 'Fri, 24 Sep 2021 03:50:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7045,21 +7045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11802', + '11808', 'x-ms-request-id', - '34dad1f0-369f-48f5-8d31-a4476f57575a', + '2652deb6-2ec7-496a-b6ac-1af27c6f59fb', 'x-ms-correlation-request-id', - '34dad1f0-369f-48f5-8d31-a4476f57575a', + '2652deb6-2ec7-496a-b6ac-1af27c6f59fb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030724Z:34dad1f0-369f-48f5-8d31-a4476f57575a', + 'SOUTHEASTASIA:20210924T035028Z:2652deb6-2ec7-496a-b6ac-1af27c6f59fb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:23 GMT' + 'Fri, 24 Sep 2021 03:50:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7081,21 +7081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11299', + '11807', 'x-ms-request-id', - '0fbd2b54-81df-492e-a0c2-44ff8fc26dcd', + '0a5eb47d-2dc4-4a2b-aa7a-5cfbaf19356c', 'x-ms-correlation-request-id', - '0fbd2b54-81df-492e-a0c2-44ff8fc26dcd', + '0a5eb47d-2dc4-4a2b-aa7a-5cfbaf19356c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030725Z:0fbd2b54-81df-492e-a0c2-44ff8fc26dcd', + 'SOUTHEASTASIA:20210924T035031Z:0a5eb47d-2dc4-4a2b-aa7a-5cfbaf19356c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:25 GMT' + 'Fri, 24 Sep 2021 03:50:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7117,21 +7117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11801', + '11806', 'x-ms-request-id', - '6db77313-e32f-4ac4-94a8-400673d1277d', + '8e1b59fe-6a4b-4b1f-a9e4-f58816059659', 'x-ms-correlation-request-id', - '6db77313-e32f-4ac4-94a8-400673d1277d', + '8e1b59fe-6a4b-4b1f-a9e4-f58816059659', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030726Z:6db77313-e32f-4ac4-94a8-400673d1277d', + 'SOUTHEASTASIA:20210924T035033Z:8e1b59fe-6a4b-4b1f-a9e4-f58816059659', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:26 GMT' + 'Fri, 24 Sep 2021 03:50:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7153,21 +7153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11298', + '11805', 'x-ms-request-id', - 'c843ad77-a296-4755-bbb2-687298a927bb', + '79db56fb-5c2d-4369-875b-0efeb4a4745c', 'x-ms-correlation-request-id', - 'c843ad77-a296-4755-bbb2-687298a927bb', + '79db56fb-5c2d-4369-875b-0efeb4a4745c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030728Z:c843ad77-a296-4755-bbb2-687298a927bb', + 'SOUTHEASTASIA:20210924T035035Z:79db56fb-5c2d-4369-875b-0efeb4a4745c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:27 GMT' + 'Fri, 24 Sep 2021 03:50:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7189,21 +7189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11800', + '11804', 'x-ms-request-id', - '092c9189-aeab-4bc6-9b0a-0aa8a99d55f4', + '44d2464d-a940-4082-97c7-111d6fa0fcfc', 'x-ms-correlation-request-id', - '092c9189-aeab-4bc6-9b0a-0aa8a99d55f4', + '44d2464d-a940-4082-97c7-111d6fa0fcfc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030728Z:092c9189-aeab-4bc6-9b0a-0aa8a99d55f4', + 'SOUTHEASTASIA:20210924T035038Z:44d2464d-a940-4082-97c7-111d6fa0fcfc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:28 GMT' + 'Fri, 24 Sep 2021 03:50:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7225,21 +7225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11297', + '11803', 'x-ms-request-id', - '9f2f309a-98f9-42ac-93a0-6fda5202e62e', + '29a611e3-80d6-4714-b672-3b7c29e48f76', 'x-ms-correlation-request-id', - '9f2f309a-98f9-42ac-93a0-6fda5202e62e', + '29a611e3-80d6-4714-b672-3b7c29e48f76', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030730Z:9f2f309a-98f9-42ac-93a0-6fda5202e62e', + 'SOUTHEASTASIA:20210924T035040Z:29a611e3-80d6-4714-b672-3b7c29e48f76', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:30 GMT' + 'Fri, 24 Sep 2021 03:50:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7261,21 +7261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11799', + '11802', 'x-ms-request-id', - 'abc4e04a-8119-4419-957a-a8e4aef130ad', + 'de8888a3-d5f1-4798-9683-717364cf2c58', 'x-ms-correlation-request-id', - 'abc4e04a-8119-4419-957a-a8e4aef130ad', + 'de8888a3-d5f1-4798-9683-717364cf2c58', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030731Z:abc4e04a-8119-4419-957a-a8e4aef130ad', + 'SOUTHEASTASIA:20210924T035042Z:de8888a3-d5f1-4798-9683-717364cf2c58', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:30 GMT' + 'Fri, 24 Sep 2021 03:50:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7297,21 +7297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11296', + '11801', 'x-ms-request-id', - '78356b9c-cd4d-43eb-b182-3672119549d3', + 'c59200e9-26ab-49df-865d-39d9175d7a66', 'x-ms-correlation-request-id', - '78356b9c-cd4d-43eb-b182-3672119549d3', + 'c59200e9-26ab-49df-865d-39d9175d7a66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030732Z:78356b9c-cd4d-43eb-b182-3672119549d3', + 'SOUTHEASTASIA:20210924T035045Z:c59200e9-26ab-49df-865d-39d9175d7a66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:32 GMT' + 'Fri, 24 Sep 2021 03:50:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7333,21 +7333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11798', + '11800', 'x-ms-request-id', - 'f2cef9d3-428b-40fd-a674-0475eb2862ad', + 'f5a4b64e-631c-4cc9-b941-cc7e9b609c68', 'x-ms-correlation-request-id', - 'f2cef9d3-428b-40fd-a674-0475eb2862ad', + 'f5a4b64e-631c-4cc9-b941-cc7e9b609c68', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030733Z:f2cef9d3-428b-40fd-a674-0475eb2862ad', + 'SOUTHEASTASIA:20210924T035047Z:f5a4b64e-631c-4cc9-b941-cc7e9b609c68', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:33 GMT' + 'Fri, 24 Sep 2021 03:50:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7369,21 +7369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11295', + '11799', 'x-ms-request-id', - '0da234f2-42d2-46d9-9e29-3986de7b6ac1', + '11c7d59e-e24a-4a78-9ba9-e95f243af1d6', 'x-ms-correlation-request-id', - '0da234f2-42d2-46d9-9e29-3986de7b6ac1', + '11c7d59e-e24a-4a78-9ba9-e95f243af1d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030735Z:0da234f2-42d2-46d9-9e29-3986de7b6ac1', + 'SOUTHEASTASIA:20210924T035049Z:11c7d59e-e24a-4a78-9ba9-e95f243af1d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:34 GMT' + 'Fri, 24 Sep 2021 03:50:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7405,21 +7405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11797', + '11798', 'x-ms-request-id', - 'e87bca28-1039-4a4b-bd76-b763aef8f9bc', + 'd84eee14-33d7-401d-9ef2-10525425b1f0', 'x-ms-correlation-request-id', - 'e87bca28-1039-4a4b-bd76-b763aef8f9bc', + 'd84eee14-33d7-401d-9ef2-10525425b1f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030735Z:e87bca28-1039-4a4b-bd76-b763aef8f9bc', + 'SOUTHEASTASIA:20210924T035051Z:d84eee14-33d7-401d-9ef2-10525425b1f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:35 GMT' + 'Fri, 24 Sep 2021 03:50:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7441,21 +7441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11294', + '11797', 'x-ms-request-id', - 'ea262962-6fa0-4fae-ad0a-95816c0ab707', + '05308f0d-b32a-48fb-880e-621900931952', 'x-ms-correlation-request-id', - 'ea262962-6fa0-4fae-ad0a-95816c0ab707', + '05308f0d-b32a-48fb-880e-621900931952', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030737Z:ea262962-6fa0-4fae-ad0a-95816c0ab707', + 'SOUTHEASTASIA:20210924T035054Z:05308f0d-b32a-48fb-880e-621900931952', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:36 GMT' + 'Fri, 24 Sep 2021 03:50:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7479,19 +7479,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11796', 'x-ms-request-id', - '0e294bb5-b945-41c0-9e23-309b6ccf0183', + '0e416352-f7cf-49ec-a7d1-8e0fa87cfabb', 'x-ms-correlation-request-id', - '0e294bb5-b945-41c0-9e23-309b6ccf0183', + '0e416352-f7cf-49ec-a7d1-8e0fa87cfabb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030738Z:0e294bb5-b945-41c0-9e23-309b6ccf0183', + 'SOUTHEASTASIA:20210924T035056Z:0e416352-f7cf-49ec-a7d1-8e0fa87cfabb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:37 GMT' + 'Fri, 24 Sep 2021 03:50:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7513,21 +7513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11293', + '11795', 'x-ms-request-id', - 'a33953b8-92bf-49ea-9fff-8b3614c1e0cc', + 'b5adea75-a2e4-48c5-af55-a558ae9883dd', 'x-ms-correlation-request-id', - 'a33953b8-92bf-49ea-9fff-8b3614c1e0cc', + 'b5adea75-a2e4-48c5-af55-a558ae9883dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030739Z:a33953b8-92bf-49ea-9fff-8b3614c1e0cc', + 'SOUTHEASTASIA:20210924T035058Z:b5adea75-a2e4-48c5-af55-a558ae9883dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:39 GMT' + 'Fri, 24 Sep 2021 03:50:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7549,21 +7549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11795', + '11794', 'x-ms-request-id', - 'c7868465-a0f7-4c14-91f8-6379981e0b3f', + 'e6579e81-9fcb-4764-953e-4f1e3dce18c1', 'x-ms-correlation-request-id', - 'c7868465-a0f7-4c14-91f8-6379981e0b3f', + 'e6579e81-9fcb-4764-953e-4f1e3dce18c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030740Z:c7868465-a0f7-4c14-91f8-6379981e0b3f', + 'SOUTHEASTASIA:20210924T035101Z:e6579e81-9fcb-4764-953e-4f1e3dce18c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:40 GMT' + 'Fri, 24 Sep 2021 03:51:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7585,21 +7585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11292', + '11793', 'x-ms-request-id', - '97c9134d-6892-43b6-8a70-b8e963a0255f', + '8640a353-8bf5-4709-adc1-7e76c73b75d1', 'x-ms-correlation-request-id', - '97c9134d-6892-43b6-8a70-b8e963a0255f', + '8640a353-8bf5-4709-adc1-7e76c73b75d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030742Z:97c9134d-6892-43b6-8a70-b8e963a0255f', + 'SOUTHEASTASIA:20210924T035103Z:8640a353-8bf5-4709-adc1-7e76c73b75d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:41 GMT' + 'Fri, 24 Sep 2021 03:51:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7621,21 +7621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11794', + '11792', 'x-ms-request-id', - '1f8213b0-65aa-4353-adce-c6a8216099f2', + '21bd07c9-3d39-4c93-89ba-894bacbb0732', 'x-ms-correlation-request-id', - '1f8213b0-65aa-4353-adce-c6a8216099f2', + '21bd07c9-3d39-4c93-89ba-894bacbb0732', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030742Z:1f8213b0-65aa-4353-adce-c6a8216099f2', + 'SOUTHEASTASIA:20210924T035105Z:21bd07c9-3d39-4c93-89ba-894bacbb0732', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:42 GMT' + 'Fri, 24 Sep 2021 03:51:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7657,21 +7657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11291', + '11791', 'x-ms-request-id', - 'cfd9cdad-c0e5-4fe1-9560-73a58bed832d', + '25d2542c-9367-4255-a249-4b87b8372b47', 'x-ms-correlation-request-id', - 'cfd9cdad-c0e5-4fe1-9560-73a58bed832d', + '25d2542c-9367-4255-a249-4b87b8372b47', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030744Z:cfd9cdad-c0e5-4fe1-9560-73a58bed832d', + 'SOUTHEASTASIA:20210924T035108Z:25d2542c-9367-4255-a249-4b87b8372b47', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:43 GMT' + 'Fri, 24 Sep 2021 03:51:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7693,21 +7693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11793', + '11790', 'x-ms-request-id', - '6b2ab588-cf24-4835-b359-0ebcf845eeac', + '01ddc293-fa89-4a1a-a961-a001d955cdb5', 'x-ms-correlation-request-id', - '6b2ab588-cf24-4835-b359-0ebcf845eeac', + '01ddc293-fa89-4a1a-a961-a001d955cdb5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030745Z:6b2ab588-cf24-4835-b359-0ebcf845eeac', + 'SOUTHEASTASIA:20210924T035110Z:01ddc293-fa89-4a1a-a961-a001d955cdb5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:44 GMT' + 'Fri, 24 Sep 2021 03:51:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7729,21 +7729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11290', + '11789', 'x-ms-request-id', - '949a36fc-cdeb-4b9d-ab3f-a4ef1126ad28', + 'cd8d26ca-8386-4081-ab28-65c79cb58485', 'x-ms-correlation-request-id', - '949a36fc-cdeb-4b9d-ab3f-a4ef1126ad28', + 'cd8d26ca-8386-4081-ab28-65c79cb58485', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030746Z:949a36fc-cdeb-4b9d-ab3f-a4ef1126ad28', + 'SOUTHEASTASIA:20210924T035112Z:cd8d26ca-8386-4081-ab28-65c79cb58485', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:46 GMT' + 'Fri, 24 Sep 2021 03:51:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7765,21 +7765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11792', + '11788', 'x-ms-request-id', - '9ed247b6-e44e-4985-9b9d-ac347416116a', + '820441c4-b46b-409c-ae56-84d9904617a0', 'x-ms-correlation-request-id', - '9ed247b6-e44e-4985-9b9d-ac347416116a', + '820441c4-b46b-409c-ae56-84d9904617a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030748Z:9ed247b6-e44e-4985-9b9d-ac347416116a', + 'SOUTHEASTASIA:20210924T035115Z:820441c4-b46b-409c-ae56-84d9904617a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:47 GMT' + 'Fri, 24 Sep 2021 03:51:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7801,21 +7801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11289', + '11787', 'x-ms-request-id', - '470d9ac6-cbf8-4240-94d0-ef07e69338b5', + '07961064-0fb9-4679-809e-7d5fe6a8e1ea', 'x-ms-correlation-request-id', - '470d9ac6-cbf8-4240-94d0-ef07e69338b5', + '07961064-0fb9-4679-809e-7d5fe6a8e1ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030749Z:470d9ac6-cbf8-4240-94d0-ef07e69338b5', + 'SOUTHEASTASIA:20210924T035117Z:07961064-0fb9-4679-809e-7d5fe6a8e1ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:48 GMT' + 'Fri, 24 Sep 2021 03:51:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7837,21 +7837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11791', + '11786', 'x-ms-request-id', - 'f262c680-74df-4301-a2a5-4b29343fde34', + 'e4b1dfe2-f1e3-441c-aaa6-4e7eeac416da', 'x-ms-correlation-request-id', - 'f262c680-74df-4301-a2a5-4b29343fde34', + 'e4b1dfe2-f1e3-441c-aaa6-4e7eeac416da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030750Z:f262c680-74df-4301-a2a5-4b29343fde34', + 'SOUTHEASTASIA:20210924T035119Z:e4b1dfe2-f1e3-441c-aaa6-4e7eeac416da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:49 GMT' + 'Fri, 24 Sep 2021 03:51:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7873,21 +7873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11288', + '11785', 'x-ms-request-id', - '0ed3b91a-44e4-47d5-a1cf-9ffa38909be1', + 'bb4b27cd-9e52-46de-9a55-1c2961b9c6ad', 'x-ms-correlation-request-id', - '0ed3b91a-44e4-47d5-a1cf-9ffa38909be1', + 'bb4b27cd-9e52-46de-9a55-1c2961b9c6ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030751Z:0ed3b91a-44e4-47d5-a1cf-9ffa38909be1', + 'SOUTHEASTASIA:20210924T035122Z:bb4b27cd-9e52-46de-9a55-1c2961b9c6ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:50 GMT' + 'Fri, 24 Sep 2021 03:51:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7909,21 +7909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11790', + '11784', 'x-ms-request-id', - 'c80622ea-d84c-460d-859f-b078c9174032', + 'e73f9b0b-0b72-4fb7-9ecb-aac804783030', 'x-ms-correlation-request-id', - 'c80622ea-d84c-460d-859f-b078c9174032', + 'e73f9b0b-0b72-4fb7-9ecb-aac804783030', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030752Z:c80622ea-d84c-460d-859f-b078c9174032', + 'SOUTHEASTASIA:20210924T035124Z:e73f9b0b-0b72-4fb7-9ecb-aac804783030', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:52 GMT' + 'Fri, 24 Sep 2021 03:51:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7945,21 +7945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11287', + '11783', 'x-ms-request-id', - '06b6008e-de19-43db-ab7d-3c07231a7802', + 'c802d3f7-930d-4b53-a317-d2529b81b01d', 'x-ms-correlation-request-id', - '06b6008e-de19-43db-ab7d-3c07231a7802', + 'c802d3f7-930d-4b53-a317-d2529b81b01d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030753Z:06b6008e-de19-43db-ab7d-3c07231a7802', + 'SOUTHEASTASIA:20210924T035126Z:c802d3f7-930d-4b53-a317-d2529b81b01d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:53 GMT' + 'Fri, 24 Sep 2021 03:51:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7981,21 +7981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11789', + '11782', 'x-ms-request-id', - '22460b22-a3ae-43c7-8a85-1f2e3e2fb1cf', + 'cac3afd2-0bfa-4955-a02d-64fe5203195c', 'x-ms-correlation-request-id', - '22460b22-a3ae-43c7-8a85-1f2e3e2fb1cf', + 'cac3afd2-0bfa-4955-a02d-64fe5203195c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030755Z:22460b22-a3ae-43c7-8a85-1f2e3e2fb1cf', + 'SOUTHEASTASIA:20210924T035128Z:cac3afd2-0bfa-4955-a02d-64fe5203195c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:54 GMT' + 'Fri, 24 Sep 2021 03:51:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8017,21 +8017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11286', + '11781', 'x-ms-request-id', - '4ecc0181-2e2d-487a-a941-ae3b6fb1b21a', + '2fb65679-34c8-4172-9af8-ca85d362119e', 'x-ms-correlation-request-id', - '4ecc0181-2e2d-487a-a941-ae3b6fb1b21a', + '2fb65679-34c8-4172-9af8-ca85d362119e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030756Z:4ecc0181-2e2d-487a-a941-ae3b6fb1b21a', + 'SOUTHEASTASIA:20210924T035131Z:2fb65679-34c8-4172-9af8-ca85d362119e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:55 GMT' + 'Fri, 24 Sep 2021 03:51:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8053,21 +8053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11788', + '11780', 'x-ms-request-id', - '609169e8-c84e-4c43-9282-ab914450f3c3', + 'da80575d-a0e7-4fc3-9ac7-c8db3cf5d0e0', 'x-ms-correlation-request-id', - '609169e8-c84e-4c43-9282-ab914450f3c3', + 'da80575d-a0e7-4fc3-9ac7-c8db3cf5d0e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030757Z:609169e8-c84e-4c43-9282-ab914450f3c3', + 'SOUTHEASTASIA:20210924T035133Z:da80575d-a0e7-4fc3-9ac7-c8db3cf5d0e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:56 GMT' + 'Fri, 24 Sep 2021 03:51:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8089,21 +8089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11285', + '11779', 'x-ms-request-id', - '08c81615-41c5-4064-84cb-1b4a2c83d149', + 'a9709f0c-3e18-445c-aae9-106d0f8ca68e', 'x-ms-correlation-request-id', - '08c81615-41c5-4064-84cb-1b4a2c83d149', + 'a9709f0c-3e18-445c-aae9-106d0f8ca68e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030758Z:08c81615-41c5-4064-84cb-1b4a2c83d149', + 'SOUTHEASTASIA:20210924T035135Z:a9709f0c-3e18-445c-aae9-106d0f8ca68e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:57 GMT' + 'Fri, 24 Sep 2021 03:51:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8125,21 +8125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11787', + '11778', 'x-ms-request-id', - '17342b51-6f78-4b88-984e-5cbf6092f078', + '7ca30472-6afd-46c6-a487-d5173556f289', 'x-ms-correlation-request-id', - '17342b51-6f78-4b88-984e-5cbf6092f078', + '7ca30472-6afd-46c6-a487-d5173556f289', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030759Z:17342b51-6f78-4b88-984e-5cbf6092f078', + 'SOUTHEASTASIA:20210924T035138Z:7ca30472-6afd-46c6-a487-d5173556f289', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:07:59 GMT' + 'Fri, 24 Sep 2021 03:51:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8161,21 +8161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11284', + '11777', 'x-ms-request-id', - 'fc32a9a1-55bb-4495-b75c-9f9366ae4790', + 'c08c0e0e-2688-41e9-bd21-9ac0d211138c', 'x-ms-correlation-request-id', - 'fc32a9a1-55bb-4495-b75c-9f9366ae4790', + 'c08c0e0e-2688-41e9-bd21-9ac0d211138c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030800Z:fc32a9a1-55bb-4495-b75c-9f9366ae4790', + 'SOUTHEASTASIA:20210924T035140Z:c08c0e0e-2688-41e9-bd21-9ac0d211138c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:00 GMT' + 'Fri, 24 Sep 2021 03:51:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8197,21 +8197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11786', + '11776', 'x-ms-request-id', - '22a35059-0715-4b63-bb49-9dab4dd9ddc3', + '9c082952-64a7-4733-a52c-e4757f51d45d', 'x-ms-correlation-request-id', - '22a35059-0715-4b63-bb49-9dab4dd9ddc3', + '9c082952-64a7-4733-a52c-e4757f51d45d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030802Z:22a35059-0715-4b63-bb49-9dab4dd9ddc3', + 'SOUTHEASTASIA:20210924T035142Z:9c082952-64a7-4733-a52c-e4757f51d45d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:01 GMT' + 'Fri, 24 Sep 2021 03:51:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8233,21 +8233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11283', + '11775', 'x-ms-request-id', - 'da18e580-59c5-42b8-9d41-46fb95fc6eff', + 'e59aec4f-8e72-4ee1-a97a-941944dd6299', 'x-ms-correlation-request-id', - 'da18e580-59c5-42b8-9d41-46fb95fc6eff', + 'e59aec4f-8e72-4ee1-a97a-941944dd6299', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030803Z:da18e580-59c5-42b8-9d41-46fb95fc6eff', + 'SOUTHEASTASIA:20210924T035145Z:e59aec4f-8e72-4ee1-a97a-941944dd6299', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:02 GMT' + 'Fri, 24 Sep 2021 03:51:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8269,21 +8269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11785', + '11774', 'x-ms-request-id', - 'ca397bc4-7f93-433c-aadb-08ec47d4547d', + 'b979b3c5-5dc0-4c15-90d3-b83e45b1a401', 'x-ms-correlation-request-id', - 'ca397bc4-7f93-433c-aadb-08ec47d4547d', + 'b979b3c5-5dc0-4c15-90d3-b83e45b1a401', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030804Z:ca397bc4-7f93-433c-aadb-08ec47d4547d', + 'SOUTHEASTASIA:20210924T035147Z:b979b3c5-5dc0-4c15-90d3-b83e45b1a401', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:03 GMT' + 'Fri, 24 Sep 2021 03:51:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8305,21 +8305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11282', + '11773', 'x-ms-request-id', - '49003ba3-d394-413a-b820-41169e9d019e', + '6004c5b0-a3f3-4ce4-b41b-613874405936', 'x-ms-correlation-request-id', - '49003ba3-d394-413a-b820-41169e9d019e', + '6004c5b0-a3f3-4ce4-b41b-613874405936', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030805Z:49003ba3-d394-413a-b820-41169e9d019e', + 'SOUTHEASTASIA:20210924T035149Z:6004c5b0-a3f3-4ce4-b41b-613874405936', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:04 GMT' + 'Fri, 24 Sep 2021 03:51:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8341,21 +8341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11784', + '11772', 'x-ms-request-id', - '88d4cdd8-1690-4a67-81ff-deba7a0d5fea', + '2082c670-ef58-4018-accc-aa267f7b6220', 'x-ms-correlation-request-id', - '88d4cdd8-1690-4a67-81ff-deba7a0d5fea', + '2082c670-ef58-4018-accc-aa267f7b6220', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030806Z:88d4cdd8-1690-4a67-81ff-deba7a0d5fea', + 'SOUTHEASTASIA:20210924T035152Z:2082c670-ef58-4018-accc-aa267f7b6220', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:06 GMT' + 'Fri, 24 Sep 2021 03:51:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8377,21 +8377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11281', + '11771', 'x-ms-request-id', - 'abe44d92-6e99-4d1c-8d66-e88ff822d88a', + '2518a991-d94c-4647-b222-c18fd2221d10', 'x-ms-correlation-request-id', - 'abe44d92-6e99-4d1c-8d66-e88ff822d88a', + '2518a991-d94c-4647-b222-c18fd2221d10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030807Z:abe44d92-6e99-4d1c-8d66-e88ff822d88a', + 'SOUTHEASTASIA:20210924T035154Z:2518a991-d94c-4647-b222-c18fd2221d10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:06 GMT' + 'Fri, 24 Sep 2021 03:51:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8413,21 +8413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11783', + '11770', 'x-ms-request-id', - 'f0ac5e2f-f712-4091-b338-4046ed572c39', + '11c70df4-28af-43ec-8476-408ad91b8f83', 'x-ms-correlation-request-id', - 'f0ac5e2f-f712-4091-b338-4046ed572c39', + '11c70df4-28af-43ec-8476-408ad91b8f83', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030808Z:f0ac5e2f-f712-4091-b338-4046ed572c39', + 'SOUTHEASTASIA:20210924T035156Z:11c70df4-28af-43ec-8476-408ad91b8f83', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:08 GMT' + 'Fri, 24 Sep 2021 03:51:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8449,21 +8449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11280', + '11769', 'x-ms-request-id', - '462612b6-60e0-4193-aeda-a18e64dabf69', + '01666ac3-b585-4fe9-95fa-2c467dac98fc', 'x-ms-correlation-request-id', - '462612b6-60e0-4193-aeda-a18e64dabf69', + '01666ac3-b585-4fe9-95fa-2c467dac98fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030810Z:462612b6-60e0-4193-aeda-a18e64dabf69', + 'SOUTHEASTASIA:20210924T035159Z:01666ac3-b585-4fe9-95fa-2c467dac98fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:09 GMT' + 'Fri, 24 Sep 2021 03:51:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8485,21 +8485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11782', + '11768', 'x-ms-request-id', - '3394f4d9-10bd-4680-a7ba-59c5ae522401', + '83d5651b-2e90-406a-a560-353eaa1ae881', 'x-ms-correlation-request-id', - '3394f4d9-10bd-4680-a7ba-59c5ae522401', + '83d5651b-2e90-406a-a560-353eaa1ae881', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030811Z:3394f4d9-10bd-4680-a7ba-59c5ae522401', + 'SOUTHEASTASIA:20210924T035201Z:83d5651b-2e90-406a-a560-353eaa1ae881', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:10 GMT' + 'Fri, 24 Sep 2021 03:52:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8521,21 +8521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11279', + '11767', 'x-ms-request-id', - '41741ea0-292d-4773-a50f-f3eeec5aa8ae', + '88a0779f-bf1b-417c-9f10-9f5c7bc4aa32', 'x-ms-correlation-request-id', - '41741ea0-292d-4773-a50f-f3eeec5aa8ae', + '88a0779f-bf1b-417c-9f10-9f5c7bc4aa32', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030812Z:41741ea0-292d-4773-a50f-f3eeec5aa8ae', + 'SOUTHEASTASIA:20210924T035203Z:88a0779f-bf1b-417c-9f10-9f5c7bc4aa32', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:12 GMT' + 'Fri, 24 Sep 2021 03:52:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8557,21 +8557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11781', + '11766', 'x-ms-request-id', - '3e025306-0270-4444-b2d6-cb55e2663077', + '5e5315ed-21bd-4afe-bc8f-ee87ef1b9e24', 'x-ms-correlation-request-id', - '3e025306-0270-4444-b2d6-cb55e2663077', + '5e5315ed-21bd-4afe-bc8f-ee87ef1b9e24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030813Z:3e025306-0270-4444-b2d6-cb55e2663077', + 'SOUTHEASTASIA:20210924T035206Z:5e5315ed-21bd-4afe-bc8f-ee87ef1b9e24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:12 GMT' + 'Fri, 24 Sep 2021 03:52:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8593,21 +8593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11278', + '11765', 'x-ms-request-id', - '76717a25-5109-4bce-942c-c7fb096900e2', + 'f929f1c3-80cf-41db-ad1c-ff4092676086', 'x-ms-correlation-request-id', - '76717a25-5109-4bce-942c-c7fb096900e2', + 'f929f1c3-80cf-41db-ad1c-ff4092676086', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030815Z:76717a25-5109-4bce-942c-c7fb096900e2', + 'SOUTHEASTASIA:20210924T035208Z:f929f1c3-80cf-41db-ad1c-ff4092676086', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:14 GMT' + 'Fri, 24 Sep 2021 03:52:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8629,21 +8629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11780', + '11764', 'x-ms-request-id', - '42aab645-4888-4228-8262-34755a52c803', + '6f10c682-84f0-4701-94f4-82b23868cf90', 'x-ms-correlation-request-id', - '42aab645-4888-4228-8262-34755a52c803', + '6f10c682-84f0-4701-94f4-82b23868cf90', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030815Z:42aab645-4888-4228-8262-34755a52c803', + 'SOUTHEASTASIA:20210924T035210Z:6f10c682-84f0-4701-94f4-82b23868cf90', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:15 GMT' + 'Fri, 24 Sep 2021 03:52:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8665,21 +8665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11277', + '11763', 'x-ms-request-id', - '37664009-1fbd-4c9c-8aeb-8f6e67cfc7ab', + 'c08474dd-e9c6-4809-964a-affb8fcb49a3', 'x-ms-correlation-request-id', - '37664009-1fbd-4c9c-8aeb-8f6e67cfc7ab', + 'c08474dd-e9c6-4809-964a-affb8fcb49a3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030817Z:37664009-1fbd-4c9c-8aeb-8f6e67cfc7ab', + 'SOUTHEASTASIA:20210924T035213Z:c08474dd-e9c6-4809-964a-affb8fcb49a3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:16 GMT' + 'Fri, 24 Sep 2021 03:52:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8701,21 +8701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11779', + '11762', 'x-ms-request-id', - 'c2389c8c-ce4f-4218-85cd-a0ab9f174c92', + 'e749faac-9bae-424f-9a1c-fd274ed45edd', 'x-ms-correlation-request-id', - 'c2389c8c-ce4f-4218-85cd-a0ab9f174c92', + 'e749faac-9bae-424f-9a1c-fd274ed45edd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030818Z:c2389c8c-ce4f-4218-85cd-a0ab9f174c92', + 'SOUTHEASTASIA:20210924T035215Z:e749faac-9bae-424f-9a1c-fd274ed45edd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:17 GMT' + 'Fri, 24 Sep 2021 03:52:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8737,21 +8737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11276', + '11761', 'x-ms-request-id', - '5395d98a-33fc-475f-a368-128b3ee86b11', + '320294a1-afd1-4e0c-8b32-5d9a63512e43', 'x-ms-correlation-request-id', - '5395d98a-33fc-475f-a368-128b3ee86b11', + '320294a1-afd1-4e0c-8b32-5d9a63512e43', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030819Z:5395d98a-33fc-475f-a368-128b3ee86b11', + 'SOUTHEASTASIA:20210924T035217Z:320294a1-afd1-4e0c-8b32-5d9a63512e43', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:19 GMT' + 'Fri, 24 Sep 2021 03:52:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8773,21 +8773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11778', + '11760', 'x-ms-request-id', - '32382c21-c1b5-4afe-8f2b-c098631d9cf0', + 'bad54d76-a6df-4c42-beb5-61fb28a89c86', 'x-ms-correlation-request-id', - '32382c21-c1b5-4afe-8f2b-c098631d9cf0', + 'bad54d76-a6df-4c42-beb5-61fb28a89c86', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030820Z:32382c21-c1b5-4afe-8f2b-c098631d9cf0', + 'SOUTHEASTASIA:20210924T035220Z:bad54d76-a6df-4c42-beb5-61fb28a89c86', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:19 GMT' + 'Fri, 24 Sep 2021 03:52:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8809,21 +8809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11275', + '11759', 'x-ms-request-id', - '87fed175-d055-4c8c-9cf1-e1b71114ee42', + '605e91b7-3338-4e70-94cd-2d8e60afe4d3', 'x-ms-correlation-request-id', - '87fed175-d055-4c8c-9cf1-e1b71114ee42', + '605e91b7-3338-4e70-94cd-2d8e60afe4d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030822Z:87fed175-d055-4c8c-9cf1-e1b71114ee42', + 'SOUTHEASTASIA:20210924T035222Z:605e91b7-3338-4e70-94cd-2d8e60afe4d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:21 GMT' + 'Fri, 24 Sep 2021 03:52:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8845,21 +8845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11777', + '11758', 'x-ms-request-id', - '6ef54bb6-5de3-4e5f-93d6-c93c811e3abc', + '6c487dec-580b-458b-b60d-02ded0f10dff', 'x-ms-correlation-request-id', - '6ef54bb6-5de3-4e5f-93d6-c93c811e3abc', + '6c487dec-580b-458b-b60d-02ded0f10dff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030822Z:6ef54bb6-5de3-4e5f-93d6-c93c811e3abc', + 'SOUTHEASTASIA:20210924T035224Z:6c487dec-580b-458b-b60d-02ded0f10dff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:22 GMT' + 'Fri, 24 Sep 2021 03:52:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8881,21 +8881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11274', + '11757', 'x-ms-request-id', - 'ce4542cb-ff3e-48cf-82e1-e481be3623d8', + '0e87c1c4-3938-4163-831b-f346737a16b0', 'x-ms-correlation-request-id', - 'ce4542cb-ff3e-48cf-82e1-e481be3623d8', + '0e87c1c4-3938-4163-831b-f346737a16b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030824Z:ce4542cb-ff3e-48cf-82e1-e481be3623d8', + 'SOUTHEASTASIA:20210924T035227Z:0e87c1c4-3938-4163-831b-f346737a16b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:23 GMT' + 'Fri, 24 Sep 2021 03:52:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8917,21 +8917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11776', + '11756', 'x-ms-request-id', - '985139ab-7d41-4a58-9f7e-8f533c7e99be', + 'b102d470-12e5-4e34-8893-4879cc8a7910', 'x-ms-correlation-request-id', - '985139ab-7d41-4a58-9f7e-8f533c7e99be', + 'b102d470-12e5-4e34-8893-4879cc8a7910', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030825Z:985139ab-7d41-4a58-9f7e-8f533c7e99be', + 'SOUTHEASTASIA:20210924T035229Z:b102d470-12e5-4e34-8893-4879cc8a7910', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:24 GMT' + 'Fri, 24 Sep 2021 03:52:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8953,21 +8953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11273', + '11755', 'x-ms-request-id', - 'b2ade799-2d3e-4613-bf86-a1c7ef5184d3', + '26583844-102b-48ec-adec-da53d7b1b1a1', 'x-ms-correlation-request-id', - 'b2ade799-2d3e-4613-bf86-a1c7ef5184d3', + '26583844-102b-48ec-adec-da53d7b1b1a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030826Z:b2ade799-2d3e-4613-bf86-a1c7ef5184d3', + 'SOUTHEASTASIA:20210924T035231Z:26583844-102b-48ec-adec-da53d7b1b1a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:26 GMT' + 'Fri, 24 Sep 2021 03:52:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8989,21 +8989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11775', + '11754', 'x-ms-request-id', - '6644ab37-e17f-485d-9203-ab89e2a7873d', + 'b7534d4a-66c3-4359-a25f-391ffb6b2673', 'x-ms-correlation-request-id', - '6644ab37-e17f-485d-9203-ab89e2a7873d', + 'b7534d4a-66c3-4359-a25f-391ffb6b2673', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030827Z:6644ab37-e17f-485d-9203-ab89e2a7873d', + 'SOUTHEASTASIA:20210924T035234Z:b7534d4a-66c3-4359-a25f-391ffb6b2673', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:26 GMT' + 'Fri, 24 Sep 2021 03:52:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9025,21 +9025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11272', + '11753', 'x-ms-request-id', - 'c6a454a3-1d0c-4913-ab7a-013818e74b19', + 'e4457147-ce66-423c-84d8-504ebe032eeb', 'x-ms-correlation-request-id', - 'c6a454a3-1d0c-4913-ab7a-013818e74b19', + 'e4457147-ce66-423c-84d8-504ebe032eeb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030829Z:c6a454a3-1d0c-4913-ab7a-013818e74b19', + 'SOUTHEASTASIA:20210924T035236Z:e4457147-ce66-423c-84d8-504ebe032eeb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:28 GMT' + 'Fri, 24 Sep 2021 03:52:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9061,21 +9061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11774', + '11752', 'x-ms-request-id', - '601634f8-09aa-4671-b42e-21ac3a24fe5e', + '4a8f4fe6-743a-4319-9257-fe720d722703', 'x-ms-correlation-request-id', - '601634f8-09aa-4671-b42e-21ac3a24fe5e', + '4a8f4fe6-743a-4319-9257-fe720d722703', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030829Z:601634f8-09aa-4671-b42e-21ac3a24fe5e', + 'SOUTHEASTASIA:20210924T035238Z:4a8f4fe6-743a-4319-9257-fe720d722703', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:29 GMT' + 'Fri, 24 Sep 2021 03:52:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9097,21 +9097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11271', + '11751', 'x-ms-request-id', - 'e6569c48-7299-4ee3-bff0-b5cb1f6ef1f4', + 'a4ea272a-aec7-48fa-b0bd-36378c50188e', 'x-ms-correlation-request-id', - 'e6569c48-7299-4ee3-bff0-b5cb1f6ef1f4', + 'a4ea272a-aec7-48fa-b0bd-36378c50188e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030831Z:e6569c48-7299-4ee3-bff0-b5cb1f6ef1f4', + 'SOUTHEASTASIA:20210924T035241Z:a4ea272a-aec7-48fa-b0bd-36378c50188e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:30 GMT' + 'Fri, 24 Sep 2021 03:52:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9133,21 +9133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11773', + '11750', 'x-ms-request-id', - '0e12117d-80c9-4cf2-a4ca-86b07bc0d747', + 'ea53b9a7-6623-40e9-8faa-af10c7b0feeb', 'x-ms-correlation-request-id', - '0e12117d-80c9-4cf2-a4ca-86b07bc0d747', + 'ea53b9a7-6623-40e9-8faa-af10c7b0feeb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030832Z:0e12117d-80c9-4cf2-a4ca-86b07bc0d747', + 'SOUTHEASTASIA:20210924T035243Z:ea53b9a7-6623-40e9-8faa-af10c7b0feeb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:31 GMT' + 'Fri, 24 Sep 2021 03:52:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9169,21 +9169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11270', + '11749', 'x-ms-request-id', - '8793562d-10df-45a1-b93b-89ee22747b42', + 'f9722c9f-8485-4804-b7be-f7240d9d675d', 'x-ms-correlation-request-id', - '8793562d-10df-45a1-b93b-89ee22747b42', + 'f9722c9f-8485-4804-b7be-f7240d9d675d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030833Z:8793562d-10df-45a1-b93b-89ee22747b42', + 'SOUTHEASTASIA:20210924T035245Z:f9722c9f-8485-4804-b7be-f7240d9d675d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:33 GMT' + 'Fri, 24 Sep 2021 03:52:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9205,21 +9205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11772', + '11748', 'x-ms-request-id', - '3903a552-1c80-4af1-94a5-9ffd5a34dfb8', + '0c143a68-b7cc-43ff-a7ac-03cb96cb8e80', 'x-ms-correlation-request-id', - '3903a552-1c80-4af1-94a5-9ffd5a34dfb8', + '0c143a68-b7cc-43ff-a7ac-03cb96cb8e80', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030834Z:3903a552-1c80-4af1-94a5-9ffd5a34dfb8', + 'SOUTHEASTASIA:20210924T035247Z:0c143a68-b7cc-43ff-a7ac-03cb96cb8e80', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:33 GMT' + 'Fri, 24 Sep 2021 03:52:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9241,21 +9241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11269', + '11747', 'x-ms-request-id', - 'ec357a4e-a293-4412-99be-4f06cfe816ac', + '23b3f831-d41d-43f3-9e9d-4b8627752698', 'x-ms-correlation-request-id', - 'ec357a4e-a293-4412-99be-4f06cfe816ac', + '23b3f831-d41d-43f3-9e9d-4b8627752698', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030836Z:ec357a4e-a293-4412-99be-4f06cfe816ac', + 'SOUTHEASTASIA:20210924T035250Z:23b3f831-d41d-43f3-9e9d-4b8627752698', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:35 GMT' + 'Fri, 24 Sep 2021 03:52:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9277,21 +9277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11771', + '11746', 'x-ms-request-id', - '2f5a0815-7bb8-4189-b6a9-72e32eafe6b6', + '45f79c1f-b146-4e74-a406-a25b8c95f2e6', 'x-ms-correlation-request-id', - '2f5a0815-7bb8-4189-b6a9-72e32eafe6b6', + '45f79c1f-b146-4e74-a406-a25b8c95f2e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030836Z:2f5a0815-7bb8-4189-b6a9-72e32eafe6b6', + 'SOUTHEASTASIA:20210924T035252Z:45f79c1f-b146-4e74-a406-a25b8c95f2e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:35 GMT' + 'Fri, 24 Sep 2021 03:52:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9313,21 +9313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11268', + '11745', 'x-ms-request-id', - 'e7644e38-0eb9-42b9-8b79-24955a0bb4c5', + '3065eaa6-e7db-485c-983a-e76d25ccbac1', 'x-ms-correlation-request-id', - 'e7644e38-0eb9-42b9-8b79-24955a0bb4c5', + '3065eaa6-e7db-485c-983a-e76d25ccbac1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030838Z:e7644e38-0eb9-42b9-8b79-24955a0bb4c5', + 'SOUTHEASTASIA:20210924T035254Z:3065eaa6-e7db-485c-983a-e76d25ccbac1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:37 GMT' + 'Fri, 24 Sep 2021 03:52:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9349,21 +9349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11770', + '11744', 'x-ms-request-id', - 'a4636340-e6c7-4dbc-99e5-563e035cb89d', + '80b3fa0e-fcc5-42a9-b924-f6fca0638210', 'x-ms-correlation-request-id', - 'a4636340-e6c7-4dbc-99e5-563e035cb89d', + '80b3fa0e-fcc5-42a9-b924-f6fca0638210', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030839Z:a4636340-e6c7-4dbc-99e5-563e035cb89d', + 'SOUTHEASTASIA:20210924T035257Z:80b3fa0e-fcc5-42a9-b924-f6fca0638210', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:38 GMT' + 'Fri, 24 Sep 2021 03:52:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9385,21 +9385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11267', + '11743', 'x-ms-request-id', - '6404b7c5-6ea8-4eb7-9025-e61ec6e57c50', + '2a067d41-5465-44c9-be28-6cd5543db0fd', 'x-ms-correlation-request-id', - '6404b7c5-6ea8-4eb7-9025-e61ec6e57c50', + '2a067d41-5465-44c9-be28-6cd5543db0fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030840Z:6404b7c5-6ea8-4eb7-9025-e61ec6e57c50', + 'SOUTHEASTASIA:20210924T035259Z:2a067d41-5465-44c9-be28-6cd5543db0fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:39 GMT' + 'Fri, 24 Sep 2021 03:52:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9421,21 +9421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11769', + '11742', 'x-ms-request-id', - '5e7c79f8-2ad7-4a6f-96d7-970642c03a0a', + 'afd4f09a-928a-4c62-a6be-7cbc7191793f', 'x-ms-correlation-request-id', - '5e7c79f8-2ad7-4a6f-96d7-970642c03a0a', + 'afd4f09a-928a-4c62-a6be-7cbc7191793f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030841Z:5e7c79f8-2ad7-4a6f-96d7-970642c03a0a', + 'SOUTHEASTASIA:20210924T035301Z:afd4f09a-928a-4c62-a6be-7cbc7191793f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:40 GMT' + 'Fri, 24 Sep 2021 03:53:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9457,21 +9457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11266', + '11741', 'x-ms-request-id', - '6c2c7787-74ed-45a6-8df5-dc708c3582ad', + '7c9450ed-ad6e-43a4-8b51-59803dd604f0', 'x-ms-correlation-request-id', - '6c2c7787-74ed-45a6-8df5-dc708c3582ad', + '7c9450ed-ad6e-43a4-8b51-59803dd604f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030843Z:6c2c7787-74ed-45a6-8df5-dc708c3582ad', + 'SOUTHEASTASIA:20210924T035304Z:7c9450ed-ad6e-43a4-8b51-59803dd604f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:42 GMT' + 'Fri, 24 Sep 2021 03:53:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9493,21 +9493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11768', + '11740', 'x-ms-request-id', - 'e0b3db94-096f-456a-9a1b-e0f076379b07', + '2be3899c-21a9-418e-9508-2eff35b4a4c7', 'x-ms-correlation-request-id', - 'e0b3db94-096f-456a-9a1b-e0f076379b07', + '2be3899c-21a9-418e-9508-2eff35b4a4c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030843Z:e0b3db94-096f-456a-9a1b-e0f076379b07', + 'SOUTHEASTASIA:20210924T035306Z:2be3899c-21a9-418e-9508-2eff35b4a4c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:42 GMT' + 'Fri, 24 Sep 2021 03:53:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9529,21 +9529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11265', + '11739', 'x-ms-request-id', - 'd2dcab8d-c15f-4848-81b7-06eb03ec9e44', + '3cca2cb1-88ae-4800-a7fb-9c69b227248d', 'x-ms-correlation-request-id', - 'd2dcab8d-c15f-4848-81b7-06eb03ec9e44', + '3cca2cb1-88ae-4800-a7fb-9c69b227248d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030845Z:d2dcab8d-c15f-4848-81b7-06eb03ec9e44', + 'SOUTHEASTASIA:20210924T035308Z:3cca2cb1-88ae-4800-a7fb-9c69b227248d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:44 GMT' + 'Fri, 24 Sep 2021 03:53:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9565,21 +9565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11767', + '11738', 'x-ms-request-id', - 'a447974c-50e4-4030-b243-4ebcf349d96f', + '3cea8a34-13d7-4a6a-a4c2-53612becb2d7', 'x-ms-correlation-request-id', - 'a447974c-50e4-4030-b243-4ebcf349d96f', + '3cea8a34-13d7-4a6a-a4c2-53612becb2d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030846Z:a447974c-50e4-4030-b243-4ebcf349d96f', + 'SOUTHEASTASIA:20210924T035311Z:3cea8a34-13d7-4a6a-a4c2-53612becb2d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:45 GMT' + 'Fri, 24 Sep 2021 03:53:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9601,21 +9601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11264', + '11737', 'x-ms-request-id', - '593835db-5065-4001-b364-07d846334999', + '7ca1a747-545a-49bf-b5bf-5b7ea5fbe3d0', 'x-ms-correlation-request-id', - '593835db-5065-4001-b364-07d846334999', + '7ca1a747-545a-49bf-b5bf-5b7ea5fbe3d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030847Z:593835db-5065-4001-b364-07d846334999', + 'SOUTHEASTASIA:20210924T035313Z:7ca1a747-545a-49bf-b5bf-5b7ea5fbe3d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:46 GMT' + 'Fri, 24 Sep 2021 03:53:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9637,21 +9637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11766', + '11736', 'x-ms-request-id', - '7d02fb45-bba3-4de8-9354-5f734041e170', + '600ff225-06a6-45f4-9986-7ecae7bb3455', 'x-ms-correlation-request-id', - '7d02fb45-bba3-4de8-9354-5f734041e170', + '600ff225-06a6-45f4-9986-7ecae7bb3455', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030849Z:7d02fb45-bba3-4de8-9354-5f734041e170', + 'SOUTHEASTASIA:20210924T035315Z:600ff225-06a6-45f4-9986-7ecae7bb3455', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:48 GMT' + 'Fri, 24 Sep 2021 03:53:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9673,21 +9673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11263', + '11735', 'x-ms-request-id', - '1259f269-8f8a-418b-97e7-d93c0fdf5500', + '3838e0fa-5acd-4efd-91a1-5047459aa6ed', 'x-ms-correlation-request-id', - '1259f269-8f8a-418b-97e7-d93c0fdf5500', + '3838e0fa-5acd-4efd-91a1-5047459aa6ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030850Z:1259f269-8f8a-418b-97e7-d93c0fdf5500', + 'SOUTHEASTASIA:20210924T035318Z:3838e0fa-5acd-4efd-91a1-5047459aa6ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:49 GMT' + 'Fri, 24 Sep 2021 03:53:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9709,21 +9709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11765', + '11734', 'x-ms-request-id', - '2df33fcb-9549-47cb-aa8b-ecd466cfe604', + 'fb5d1679-9ae6-4908-a818-7f6ee9d15497', 'x-ms-correlation-request-id', - '2df33fcb-9549-47cb-aa8b-ecd466cfe604', + 'fb5d1679-9ae6-4908-a818-7f6ee9d15497', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030851Z:2df33fcb-9549-47cb-aa8b-ecd466cfe604', + 'SOUTHEASTASIA:20210924T035320Z:fb5d1679-9ae6-4908-a818-7f6ee9d15497', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:50 GMT' + 'Fri, 24 Sep 2021 03:53:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9745,21 +9745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11262', + '11733', 'x-ms-request-id', - '6a159502-c299-4448-b692-9923febb0b0f', + 'e470383c-08ae-40ba-adca-6cd2b125999f', 'x-ms-correlation-request-id', - '6a159502-c299-4448-b692-9923febb0b0f', + 'e470383c-08ae-40ba-adca-6cd2b125999f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030852Z:6a159502-c299-4448-b692-9923febb0b0f', + 'SOUTHEASTASIA:20210924T035322Z:e470383c-08ae-40ba-adca-6cd2b125999f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:51 GMT' + 'Fri, 24 Sep 2021 03:53:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9781,21 +9781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11764', + '11732', 'x-ms-request-id', - 'b45ff6b4-7626-4b47-bc5e-c67b36f2bff2', + '27bcde61-d130-4c93-be27-42bdc0eae500', 'x-ms-correlation-request-id', - 'b45ff6b4-7626-4b47-bc5e-c67b36f2bff2', + '27bcde61-d130-4c93-be27-42bdc0eae500', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030853Z:b45ff6b4-7626-4b47-bc5e-c67b36f2bff2', + 'SOUTHEASTASIA:20210924T035325Z:27bcde61-d130-4c93-be27-42bdc0eae500', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:52 GMT' + 'Fri, 24 Sep 2021 03:53:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9817,21 +9817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11261', + '11731', 'x-ms-request-id', - '6fbc399c-909a-409a-890a-cb8fc8744cb0', + '0bc97541-e97f-47ac-bb73-4379828f6fee', 'x-ms-correlation-request-id', - '6fbc399c-909a-409a-890a-cb8fc8744cb0', + '0bc97541-e97f-47ac-bb73-4379828f6fee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030854Z:6fbc399c-909a-409a-890a-cb8fc8744cb0', + 'SOUTHEASTASIA:20210924T035328Z:0bc97541-e97f-47ac-bb73-4379828f6fee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:53 GMT' + 'Fri, 24 Sep 2021 03:53:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9853,21 +9853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11763', + '11730', 'x-ms-request-id', - '621fa745-87bd-48f0-bd6e-c8d9620337d0', + '3779baa1-a94e-450f-b095-f39154d49335', 'x-ms-correlation-request-id', - '621fa745-87bd-48f0-bd6e-c8d9620337d0', + '3779baa1-a94e-450f-b095-f39154d49335', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030855Z:621fa745-87bd-48f0-bd6e-c8d9620337d0', + 'SOUTHEASTASIA:20210924T035330Z:3779baa1-a94e-450f-b095-f39154d49335', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:55 GMT' + 'Fri, 24 Sep 2021 03:53:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9889,21 +9889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11260', + '11729', 'x-ms-request-id', - '6712f40f-2c9c-475d-8571-403bdfc61618', + '4d58efeb-bb51-48dd-8c4f-b668c49e77cf', 'x-ms-correlation-request-id', - '6712f40f-2c9c-475d-8571-403bdfc61618', + '4d58efeb-bb51-48dd-8c4f-b668c49e77cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030857Z:6712f40f-2c9c-475d-8571-403bdfc61618', + 'SOUTHEASTASIA:20210924T035332Z:4d58efeb-bb51-48dd-8c4f-b668c49e77cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:56 GMT' + 'Fri, 24 Sep 2021 03:53:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9925,21 +9925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11762', + '11728', 'x-ms-request-id', - 'ee20eb4b-60c2-418c-a8e5-19df19e8805e', + '05c0cad6-b0f2-4447-8374-c5f968b88297', 'x-ms-correlation-request-id', - 'ee20eb4b-60c2-418c-a8e5-19df19e8805e', + '05c0cad6-b0f2-4447-8374-c5f968b88297', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030858Z:ee20eb4b-60c2-418c-a8e5-19df19e8805e', + 'SOUTHEASTASIA:20210924T035335Z:05c0cad6-b0f2-4447-8374-c5f968b88297', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:57 GMT' + 'Fri, 24 Sep 2021 03:53:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9961,21 +9961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11259', + '11727', 'x-ms-request-id', - '3ad6e913-a9fa-4aec-8f43-ad60c4c6cda0', + '3dfebc78-d361-401e-8b7d-69166cdc8b8b', 'x-ms-correlation-request-id', - '3ad6e913-a9fa-4aec-8f43-ad60c4c6cda0', + '3dfebc78-d361-401e-8b7d-69166cdc8b8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030859Z:3ad6e913-a9fa-4aec-8f43-ad60c4c6cda0', + 'SOUTHEASTASIA:20210924T035337Z:3dfebc78-d361-401e-8b7d-69166cdc8b8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:58 GMT' + 'Fri, 24 Sep 2021 03:53:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9997,21 +9997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11761', + '11726', 'x-ms-request-id', - '5073a676-f177-46bf-99ce-a9f15244fad1', + '63d49880-08e9-4555-a2a9-d84ddc65c4c9', 'x-ms-correlation-request-id', - '5073a676-f177-46bf-99ce-a9f15244fad1', + '63d49880-08e9-4555-a2a9-d84ddc65c4c9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030900Z:5073a676-f177-46bf-99ce-a9f15244fad1', + 'SOUTHEASTASIA:20210924T035339Z:63d49880-08e9-4555-a2a9-d84ddc65c4c9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:08:59 GMT' + 'Fri, 24 Sep 2021 03:53:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10033,21 +10033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11258', + '11725', 'x-ms-request-id', - '0c5608eb-89b4-4ef3-b12e-72a4f9c7c338', + '30091342-71dd-4c13-812f-528149d345d0', 'x-ms-correlation-request-id', - '0c5608eb-89b4-4ef3-b12e-72a4f9c7c338', + '30091342-71dd-4c13-812f-528149d345d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030901Z:0c5608eb-89b4-4ef3-b12e-72a4f9c7c338', + 'SOUTHEASTASIA:20210924T035342Z:30091342-71dd-4c13-812f-528149d345d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:00 GMT' + 'Fri, 24 Sep 2021 03:53:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10069,21 +10069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11760', + '11724', 'x-ms-request-id', - 'a857203c-b108-4d5b-8f0a-97cc70d39310', + '393c9b36-8ad9-4792-8a81-1761626ee934', 'x-ms-correlation-request-id', - 'a857203c-b108-4d5b-8f0a-97cc70d39310', + '393c9b36-8ad9-4792-8a81-1761626ee934', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030902Z:a857203c-b108-4d5b-8f0a-97cc70d39310', + 'SOUTHEASTASIA:20210924T035344Z:393c9b36-8ad9-4792-8a81-1761626ee934', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:02 GMT' + 'Fri, 24 Sep 2021 03:53:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10105,21 +10105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11257', + '11723', 'x-ms-request-id', - 'f2b6442f-c382-407d-a037-974a96c428cf', + '2b034f03-f0d0-4799-83f2-175b0a06ff75', 'x-ms-correlation-request-id', - 'f2b6442f-c382-407d-a037-974a96c428cf', + '2b034f03-f0d0-4799-83f2-175b0a06ff75', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030904Z:f2b6442f-c382-407d-a037-974a96c428cf', + 'SOUTHEASTASIA:20210924T035346Z:2b034f03-f0d0-4799-83f2-175b0a06ff75', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:03 GMT' + 'Fri, 24 Sep 2021 03:53:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10141,21 +10141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11759', + '11722', 'x-ms-request-id', - 'f39459da-2d26-43be-8ac9-6d21ffc22ad3', + 'b103f3d2-849c-409e-9df0-6e38c9254cfd', 'x-ms-correlation-request-id', - 'f39459da-2d26-43be-8ac9-6d21ffc22ad3', + 'b103f3d2-849c-409e-9df0-6e38c9254cfd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030905Z:f39459da-2d26-43be-8ac9-6d21ffc22ad3', + 'SOUTHEASTASIA:20210924T035349Z:b103f3d2-849c-409e-9df0-6e38c9254cfd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:04 GMT' + 'Fri, 24 Sep 2021 03:53:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10177,21 +10177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11256', + '11721', 'x-ms-request-id', - '9728b03b-3f05-47c9-b692-7d567739f06c', + '6b56354a-ab53-4abf-8897-5cf35b284211', 'x-ms-correlation-request-id', - '9728b03b-3f05-47c9-b692-7d567739f06c', + '6b56354a-ab53-4abf-8897-5cf35b284211', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030906Z:9728b03b-3f05-47c9-b692-7d567739f06c', + 'SOUTHEASTASIA:20210924T035351Z:6b56354a-ab53-4abf-8897-5cf35b284211', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:05 GMT' + 'Fri, 24 Sep 2021 03:53:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10213,21 +10213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11758', + '11720', 'x-ms-request-id', - '3c0cb518-e56e-470f-ac64-73e8421d3a77', + 'ad1f801e-8ce2-4749-863c-b68dce838bee', 'x-ms-correlation-request-id', - '3c0cb518-e56e-470f-ac64-73e8421d3a77', + 'ad1f801e-8ce2-4749-863c-b68dce838bee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030907Z:3c0cb518-e56e-470f-ac64-73e8421d3a77', + 'SOUTHEASTASIA:20210924T035353Z:ad1f801e-8ce2-4749-863c-b68dce838bee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:06 GMT' + 'Fri, 24 Sep 2021 03:53:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10249,21 +10249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11255', + '11719', 'x-ms-request-id', - '696dc574-e9e4-4e3c-9987-38a333508768', + '17ef3035-2ac0-4eb8-b312-adb1c92e0c55', 'x-ms-correlation-request-id', - '696dc574-e9e4-4e3c-9987-38a333508768', + '17ef3035-2ac0-4eb8-b312-adb1c92e0c55', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030908Z:696dc574-e9e4-4e3c-9987-38a333508768', + 'SOUTHEASTASIA:20210924T035356Z:17ef3035-2ac0-4eb8-b312-adb1c92e0c55', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:07 GMT' + 'Fri, 24 Sep 2021 03:53:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10285,21 +10285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11757', + '11718', 'x-ms-request-id', - '65d5703f-080e-49fc-952b-a3c6fc7c4742', + 'd430c910-a010-48a6-96ff-86dbddc83d04', 'x-ms-correlation-request-id', - '65d5703f-080e-49fc-952b-a3c6fc7c4742', + 'd430c910-a010-48a6-96ff-86dbddc83d04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030909Z:65d5703f-080e-49fc-952b-a3c6fc7c4742', + 'SOUTHEASTASIA:20210924T035358Z:d430c910-a010-48a6-96ff-86dbddc83d04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:08 GMT' + 'Fri, 24 Sep 2021 03:53:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10321,21 +10321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11254', + '11717', 'x-ms-request-id', - '9f66e08c-23ee-40a6-b0cc-22a6cedf75b5', + 'eaa358a0-ab30-4df5-8642-feb5d7a5cbf2', 'x-ms-correlation-request-id', - '9f66e08c-23ee-40a6-b0cc-22a6cedf75b5', + 'eaa358a0-ab30-4df5-8642-feb5d7a5cbf2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030911Z:9f66e08c-23ee-40a6-b0cc-22a6cedf75b5', + 'SOUTHEASTASIA:20210924T035400Z:eaa358a0-ab30-4df5-8642-feb5d7a5cbf2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:11 GMT' + 'Fri, 24 Sep 2021 03:53:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10357,21 +10357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11756', + '11716', 'x-ms-request-id', - '15270869-98ab-42a3-a11c-9b82d00e40f8', + '0bfd66c1-c162-4d00-97cb-c9c5037c674e', 'x-ms-correlation-request-id', - '15270869-98ab-42a3-a11c-9b82d00e40f8', + '0bfd66c1-c162-4d00-97cb-c9c5037c674e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030912Z:15270869-98ab-42a3-a11c-9b82d00e40f8', + 'SOUTHEASTASIA:20210924T035403Z:0bfd66c1-c162-4d00-97cb-c9c5037c674e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:11 GMT' + 'Fri, 24 Sep 2021 03:54:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10393,21 +10393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11253', + '11715', 'x-ms-request-id', - 'ca8aa4ee-813c-4d28-a1c9-2455cdb7f2a7', + '1e1a9aed-4c1d-4cf0-8ef3-1cb61c9cc852', 'x-ms-correlation-request-id', - 'ca8aa4ee-813c-4d28-a1c9-2455cdb7f2a7', + '1e1a9aed-4c1d-4cf0-8ef3-1cb61c9cc852', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030914Z:ca8aa4ee-813c-4d28-a1c9-2455cdb7f2a7', + 'SOUTHEASTASIA:20210924T035405Z:1e1a9aed-4c1d-4cf0-8ef3-1cb61c9cc852', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:14 GMT' + 'Fri, 24 Sep 2021 03:54:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10429,21 +10429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11755', + '11714', 'x-ms-request-id', - 'e29bfef4-9dd4-41ca-82de-09c8a49f9d4a', + '8c3ca168-aa97-462c-b7c7-feea2831908b', 'x-ms-correlation-request-id', - 'e29bfef4-9dd4-41ca-82de-09c8a49f9d4a', + '8c3ca168-aa97-462c-b7c7-feea2831908b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030914Z:e29bfef4-9dd4-41ca-82de-09c8a49f9d4a', + 'SOUTHEASTASIA:20210924T035407Z:8c3ca168-aa97-462c-b7c7-feea2831908b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:14 GMT' + 'Fri, 24 Sep 2021 03:54:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10465,21 +10465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11252', + '11713', 'x-ms-request-id', - 'bc1ac67d-996f-436a-8072-b85cedb0e26b', + 'b69fdbcf-20ef-4734-8ba4-e834b3c41f37', 'x-ms-correlation-request-id', - 'bc1ac67d-996f-436a-8072-b85cedb0e26b', + 'b69fdbcf-20ef-4734-8ba4-e834b3c41f37', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030916Z:bc1ac67d-996f-436a-8072-b85cedb0e26b', + 'SOUTHEASTASIA:20210924T035410Z:b69fdbcf-20ef-4734-8ba4-e834b3c41f37', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:16 GMT' + 'Fri, 24 Sep 2021 03:54:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10501,21 +10501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11754', + '11712', 'x-ms-request-id', - 'e54e8c0e-59e8-4603-945b-e82375c4531b', + 'fab14471-c051-4f62-bcc4-fd4d339d8639', 'x-ms-correlation-request-id', - 'e54e8c0e-59e8-4603-945b-e82375c4531b', + 'fab14471-c051-4f62-bcc4-fd4d339d8639', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030916Z:e54e8c0e-59e8-4603-945b-e82375c4531b', + 'SOUTHEASTASIA:20210924T035412Z:fab14471-c051-4f62-bcc4-fd4d339d8639', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:16 GMT' + 'Fri, 24 Sep 2021 03:54:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10537,21 +10537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11251', + '11711', 'x-ms-request-id', - '3ac417f2-51bd-4fc8-8583-9cd8bfa3738c', + 'df5d389c-3104-426c-8514-a10bf3d25f20', 'x-ms-correlation-request-id', - '3ac417f2-51bd-4fc8-8583-9cd8bfa3738c', + 'df5d389c-3104-426c-8514-a10bf3d25f20', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030918Z:3ac417f2-51bd-4fc8-8583-9cd8bfa3738c', + 'SOUTHEASTASIA:20210924T035414Z:df5d389c-3104-426c-8514-a10bf3d25f20', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:18 GMT' + 'Fri, 24 Sep 2021 03:54:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10573,21 +10573,6069 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11753', + '11710', + 'x-ms-request-id', + '9facb7e9-36b0-4ab4-b5df-b89532fccbc5', + 'x-ms-correlation-request-id', + '9facb7e9-36b0-4ab4-b5df-b89532fccbc5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035416Z:9facb7e9-36b0-4ab4-b5df-b89532fccbc5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b75f454-fb36-4789-93a2-ba276b55e746', + 'x-ms-correlation-request-id', + '9b75f454-fb36-4789-93a2-ba276b55e746', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035419Z:9b75f454-fb36-4789-93a2-ba276b55e746', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3fb24379-a357-4f30-a4de-6c1f6906be46', + 'x-ms-correlation-request-id', + '3fb24379-a357-4f30-a4de-6c1f6906be46', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035421Z:3fb24379-a357-4f30-a4de-6c1f6906be46', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '05ad954a-f655-43f9-af49-66e33af22f3d', + 'x-ms-correlation-request-id', + '05ad954a-f655-43f9-af49-66e33af22f3d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035423Z:05ad954a-f655-43f9-af49-66e33af22f3d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b2ad8ce-cda1-4924-a83a-9d53ac2d4dfd', + 'x-ms-correlation-request-id', + '6b2ad8ce-cda1-4924-a83a-9d53ac2d4dfd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035426Z:6b2ad8ce-cda1-4924-a83a-9d53ac2d4dfd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '16d1a4de-d700-4367-9501-1b09fef3cda7', + 'x-ms-correlation-request-id', + '16d1a4de-d700-4367-9501-1b09fef3cda7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035428Z:16d1a4de-d700-4367-9501-1b09fef3cda7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5cb27aa-53a8-4123-a4f3-87aede155033', + 'x-ms-correlation-request-id', + 'd5cb27aa-53a8-4123-a4f3-87aede155033', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035430Z:d5cb27aa-53a8-4123-a4f3-87aede155033', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6b2ee508-aab0-4ae9-8e66-6356860537fa', + 'x-ms-correlation-request-id', + '6b2ee508-aab0-4ae9-8e66-6356860537fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035433Z:6b2ee508-aab0-4ae9-8e66-6356860537fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fdceace9-895f-4f1f-b8a4-3374bd2ea5c9', + 'x-ms-correlation-request-id', + 'fdceace9-895f-4f1f-b8a4-3374bd2ea5c9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035435Z:fdceace9-895f-4f1f-b8a4-3374bd2ea5c9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7444abb5-2bf4-452d-b006-586ed454a22e', + 'x-ms-correlation-request-id', + '7444abb5-2bf4-452d-b006-586ed454a22e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035437Z:7444abb5-2bf4-452d-b006-586ed454a22e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5cd0fea2-c193-416d-b2b0-3fd0dd2d6bcb', + 'x-ms-correlation-request-id', + '5cd0fea2-c193-416d-b2b0-3fd0dd2d6bcb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035440Z:5cd0fea2-c193-416d-b2b0-3fd0dd2d6bcb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fe42f8e8-0c5a-463d-8821-1ef4b41a8679', + 'x-ms-correlation-request-id', + 'fe42f8e8-0c5a-463d-8821-1ef4b41a8679', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035442Z:fe42f8e8-0c5a-463d-8821-1ef4b41a8679', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aff6e33d-36c6-4c07-a0ae-6fa73a9b28ef', + 'x-ms-correlation-request-id', + 'aff6e33d-36c6-4c07-a0ae-6fa73a9b28ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035444Z:aff6e33d-36c6-4c07-a0ae-6fa73a9b28ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f260c117-d875-423c-9453-191e82902ad4', + 'x-ms-correlation-request-id', + 'f260c117-d875-423c-9453-191e82902ad4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035447Z:f260c117-d875-423c-9453-191e82902ad4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f8a84374-a0c1-4a90-8581-1bc86a6de778', + 'x-ms-correlation-request-id', + 'f8a84374-a0c1-4a90-8581-1bc86a6de778', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035449Z:f8a84374-a0c1-4a90-8581-1bc86a6de778', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d5ac0d2-bceb-453c-9102-1d2b15988076', + 'x-ms-correlation-request-id', + '5d5ac0d2-bceb-453c-9102-1d2b15988076', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035451Z:5d5ac0d2-bceb-453c-9102-1d2b15988076', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c66da3ba-6f6b-4e30-b05f-e71afd5a7836', + 'x-ms-correlation-request-id', + 'c66da3ba-6f6b-4e30-b05f-e71afd5a7836', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035454Z:c66da3ba-6f6b-4e30-b05f-e71afd5a7836', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fb5b0d7c-afbf-4411-b16e-ca6de07220c2', + 'x-ms-correlation-request-id', + 'fb5b0d7c-afbf-4411-b16e-ca6de07220c2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035456Z:fb5b0d7c-afbf-4411-b16e-ca6de07220c2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '78654436-d888-4f9a-8f0c-415a959b86ec', + 'x-ms-correlation-request-id', + '78654436-d888-4f9a-8f0c-415a959b86ec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035458Z:78654436-d888-4f9a-8f0c-415a959b86ec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:54:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aed5f357-e701-4f73-8061-23ab5d395e44', + 'x-ms-correlation-request-id', + 'aed5f357-e701-4f73-8061-23ab5d395e44', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035501Z:aed5f357-e701-4f73-8061-23ab5d395e44', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbf60214-d56f-4698-91ea-ef39f7afe23e', + 'x-ms-correlation-request-id', + 'fbf60214-d56f-4698-91ea-ef39f7afe23e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035503Z:fbf60214-d56f-4698-91ea-ef39f7afe23e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b6dbe327-045a-4a6e-970a-db64dafb6c9a', + 'x-ms-correlation-request-id', + 'b6dbe327-045a-4a6e-970a-db64dafb6c9a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035505Z:b6dbe327-045a-4a6e-970a-db64dafb6c9a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f428a45-0ace-4cc8-bc3a-ef2f5eef8c9f', + 'x-ms-correlation-request-id', + '8f428a45-0ace-4cc8-bc3a-ef2f5eef8c9f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035508Z:8f428a45-0ace-4cc8-bc3a-ef2f5eef8c9f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ecc1d950-15e9-4d87-8059-f072b8761317', + 'x-ms-correlation-request-id', + 'ecc1d950-15e9-4d87-8059-f072b8761317', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035510Z:ecc1d950-15e9-4d87-8059-f072b8761317', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9573be67-e23f-4122-ac39-d0e2a99fda9e', + 'x-ms-correlation-request-id', + '9573be67-e23f-4122-ac39-d0e2a99fda9e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035512Z:9573be67-e23f-4122-ac39-d0e2a99fda9e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c670061c-82fe-4410-8498-db3a91493d79', + 'x-ms-correlation-request-id', + 'c670061c-82fe-4410-8498-db3a91493d79', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035515Z:c670061c-82fe-4410-8498-db3a91493d79', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e531e498-5e55-4a67-b83f-eea3008c43a0', + 'x-ms-correlation-request-id', + 'e531e498-5e55-4a67-b83f-eea3008c43a0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035517Z:e531e498-5e55-4a67-b83f-eea3008c43a0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8d09fb2d-47c6-4852-9d3a-66847d2e5df2', + 'x-ms-correlation-request-id', + '8d09fb2d-47c6-4852-9d3a-66847d2e5df2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035519Z:8d09fb2d-47c6-4852-9d3a-66847d2e5df2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9ace00c9-59cf-4dcd-a3af-b0cf7c9d2f2c', + 'x-ms-correlation-request-id', + '9ace00c9-59cf-4dcd-a3af-b0cf7c9d2f2c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035522Z:9ace00c9-59cf-4dcd-a3af-b0cf7c9d2f2c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9cf720c4-2b70-487e-b434-ce6543106d3d', + 'x-ms-correlation-request-id', + '9cf720c4-2b70-487e-b434-ce6543106d3d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035524Z:9cf720c4-2b70-487e-b434-ce6543106d3d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '99c635ca-c104-401d-8e22-a642c3286d71', + 'x-ms-correlation-request-id', + '99c635ca-c104-401d-8e22-a642c3286d71', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035526Z:99c635ca-c104-401d-8e22-a642c3286d71', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '804e3a3d-0a79-42af-b596-894f2d76935e', + 'x-ms-correlation-request-id', + '804e3a3d-0a79-42af-b596-894f2d76935e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035529Z:804e3a3d-0a79-42af-b596-894f2d76935e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd88a3332-ff5f-4455-a4a4-a033fa62a319', + 'x-ms-correlation-request-id', + 'd88a3332-ff5f-4455-a4a4-a033fa62a319', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035531Z:d88a3332-ff5f-4455-a4a4-a033fa62a319', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64ec002a-effa-4ef9-bb97-0607ef51192a', + 'x-ms-correlation-request-id', + '64ec002a-effa-4ef9-bb97-0607ef51192a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035533Z:64ec002a-effa-4ef9-bb97-0607ef51192a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9c36b2e0-3b6c-47e4-8241-8b2874e8c643', + 'x-ms-correlation-request-id', + '9c36b2e0-3b6c-47e4-8241-8b2874e8c643', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035536Z:9c36b2e0-3b6c-47e4-8241-8b2874e8c643', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aa05d3e9-8683-4272-8ae4-a3f7f53c9f24', + 'x-ms-correlation-request-id', + 'aa05d3e9-8683-4272-8ae4-a3f7f53c9f24', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035538Z:aa05d3e9-8683-4272-8ae4-a3f7f53c9f24', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1b79d0a5-5d53-4427-bd15-2e1cd28618b4', + 'x-ms-correlation-request-id', + '1b79d0a5-5d53-4427-bd15-2e1cd28618b4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035540Z:1b79d0a5-5d53-4427-bd15-2e1cd28618b4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9659463-b2e5-4099-a0d8-537fa76ea37e', + 'x-ms-correlation-request-id', + 'e9659463-b2e5-4099-a0d8-537fa76ea37e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035543Z:e9659463-b2e5-4099-a0d8-537fa76ea37e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c6ab7dfa-9fc8-4751-8ae6-7e8107b437f0', + 'x-ms-correlation-request-id', + 'c6ab7dfa-9fc8-4751-8ae6-7e8107b437f0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035545Z:c6ab7dfa-9fc8-4751-8ae6-7e8107b437f0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b7cab1c-8b94-47ae-be74-1422932e6a85', + 'x-ms-correlation-request-id', + '9b7cab1c-8b94-47ae-be74-1422932e6a85', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035547Z:9b7cab1c-8b94-47ae-be74-1422932e6a85', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1e96101d-9394-4970-8533-443845115614', + 'x-ms-correlation-request-id', + '1e96101d-9394-4970-8533-443845115614', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035550Z:1e96101d-9394-4970-8533-443845115614', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '55611baf-de59-4443-a665-ba47370a93a2', + 'x-ms-correlation-request-id', + '55611baf-de59-4443-a665-ba47370a93a2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035552Z:55611baf-de59-4443-a665-ba47370a93a2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '42360317-0f42-4992-907c-4fc67f5a68c4', + 'x-ms-correlation-request-id', + '42360317-0f42-4992-907c-4fc67f5a68c4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035554Z:42360317-0f42-4992-907c-4fc67f5a68c4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd7f875d5-36fd-429b-9793-cd16807915e3', + 'x-ms-correlation-request-id', + 'd7f875d5-36fd-429b-9793-cd16807915e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035557Z:d7f875d5-36fd-429b-9793-cd16807915e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fdc8042c-7a8a-4ad0-9791-c9de9f7cf151', + 'x-ms-correlation-request-id', + 'fdc8042c-7a8a-4ad0-9791-c9de9f7cf151', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035559Z:fdc8042c-7a8a-4ad0-9791-c9de9f7cf151', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:55:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e303b529-46c1-48b8-8292-0de0aea16700', + 'x-ms-correlation-request-id', + 'e303b529-46c1-48b8-8292-0de0aea16700', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035601Z:e303b529-46c1-48b8-8292-0de0aea16700', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd82fb69a-d7f2-4685-997d-3d1b6a94f316', + 'x-ms-correlation-request-id', + 'd82fb69a-d7f2-4685-997d-3d1b6a94f316', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035604Z:d82fb69a-d7f2-4685-997d-3d1b6a94f316', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c09fdbb5-34be-46ef-9637-e0904c771ccc', + 'x-ms-correlation-request-id', + 'c09fdbb5-34be-46ef-9637-e0904c771ccc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035606Z:c09fdbb5-34be-46ef-9637-e0904c771ccc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5c7f065c-6fb1-4ecb-8cf4-0324b9de6933', + 'x-ms-correlation-request-id', + '5c7f065c-6fb1-4ecb-8cf4-0324b9de6933', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035608Z:5c7f065c-6fb1-4ecb-8cf4-0324b9de6933', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '538cfc58-4b1b-4cc0-873f-32a653c78250', + 'x-ms-correlation-request-id', + '538cfc58-4b1b-4cc0-873f-32a653c78250', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035611Z:538cfc58-4b1b-4cc0-873f-32a653c78250', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '46e5d1da-7c96-4fb5-b33f-cf227dc0dbf6', + 'x-ms-correlation-request-id', + '46e5d1da-7c96-4fb5-b33f-cf227dc0dbf6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035613Z:46e5d1da-7c96-4fb5-b33f-cf227dc0dbf6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '68ef554a-9073-46e6-a60b-3869a54e61d6', + 'x-ms-correlation-request-id', + '68ef554a-9073-46e6-a60b-3869a54e61d6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035615Z:68ef554a-9073-46e6-a60b-3869a54e61d6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'caedea63-67ea-4ed3-93da-1b7c0328c40b', + 'x-ms-correlation-request-id', + 'caedea63-67ea-4ed3-93da-1b7c0328c40b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035618Z:caedea63-67ea-4ed3-93da-1b7c0328c40b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8fd7776f-af60-415a-adf5-76d39d5aa1a2', + 'x-ms-correlation-request-id', + '8fd7776f-af60-415a-adf5-76d39d5aa1a2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035620Z:8fd7776f-af60-415a-adf5-76d39d5aa1a2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2cc0b774-fa5f-4f12-97b7-8dd772cefb2b', + 'x-ms-correlation-request-id', + '2cc0b774-fa5f-4f12-97b7-8dd772cefb2b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035622Z:2cc0b774-fa5f-4f12-97b7-8dd772cefb2b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '23b5898b-9e53-48d5-b093-dde641e8711a', + 'x-ms-correlation-request-id', + '23b5898b-9e53-48d5-b093-dde641e8711a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035625Z:23b5898b-9e53-48d5-b093-dde641e8711a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29c44369-f1d4-4136-9ef4-baa7fc16ffb3', + 'x-ms-correlation-request-id', + '29c44369-f1d4-4136-9ef4-baa7fc16ffb3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035627Z:29c44369-f1d4-4136-9ef4-baa7fc16ffb3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '287b0ae8-6155-4ea2-aece-dd9cd1e7e48e', + 'x-ms-correlation-request-id', + '287b0ae8-6155-4ea2-aece-dd9cd1e7e48e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035629Z:287b0ae8-6155-4ea2-aece-dd9cd1e7e48e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '23e3b485-3658-40b2-bbce-19b6a5abb522', + 'x-ms-correlation-request-id', + '23e3b485-3658-40b2-bbce-19b6a5abb522', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035632Z:23e3b485-3658-40b2-bbce-19b6a5abb522', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a69d737e-7d8a-4ac6-8749-4516376ee871', + 'x-ms-correlation-request-id', + 'a69d737e-7d8a-4ac6-8749-4516376ee871', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035634Z:a69d737e-7d8a-4ac6-8749-4516376ee871', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fc26ec84-5891-4bc9-abe0-7c5a18449f54', + 'x-ms-correlation-request-id', + 'fc26ec84-5891-4bc9-abe0-7c5a18449f54', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035636Z:fc26ec84-5891-4bc9-abe0-7c5a18449f54', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a41a0c2b-d511-46ce-9b16-e50090ba7af6', + 'x-ms-correlation-request-id', + 'a41a0c2b-d511-46ce-9b16-e50090ba7af6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035639Z:a41a0c2b-d511-46ce-9b16-e50090ba7af6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c2720d2e-19d5-4a7c-b270-a9a299606fc6', + 'x-ms-correlation-request-id', + 'c2720d2e-19d5-4a7c-b270-a9a299606fc6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035641Z:c2720d2e-19d5-4a7c-b270-a9a299606fc6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7e80be70-92ff-435a-b963-d05ac365ab75', + 'x-ms-correlation-request-id', + '7e80be70-92ff-435a-b963-d05ac365ab75', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035643Z:7e80be70-92ff-435a-b963-d05ac365ab75', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c7db4dcf-3ea0-41ff-9e95-acc6483c0e03', + 'x-ms-correlation-request-id', + 'c7db4dcf-3ea0-41ff-9e95-acc6483c0e03', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035646Z:c7db4dcf-3ea0-41ff-9e95-acc6483c0e03', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '19e7cced-a797-431e-865f-8ee51d6d88a9', + 'x-ms-correlation-request-id', + '19e7cced-a797-431e-865f-8ee51d6d88a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035648Z:19e7cced-a797-431e-865f-8ee51d6d88a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ce6cc892-6eda-4330-af9b-9a5cff16ace0', + 'x-ms-correlation-request-id', + 'ce6cc892-6eda-4330-af9b-9a5cff16ace0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035650Z:ce6cc892-6eda-4330-af9b-9a5cff16ace0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0614361c-9834-4837-b162-a5be1c057b4a', + 'x-ms-correlation-request-id', + '0614361c-9834-4837-b162-a5be1c057b4a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035653Z:0614361c-9834-4837-b162-a5be1c057b4a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'abbd3465-1626-4c61-85ba-9bc9c21c716e', + 'x-ms-correlation-request-id', + 'abbd3465-1626-4c61-85ba-9bc9c21c716e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035655Z:abbd3465-1626-4c61-85ba-9bc9c21c716e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '23bc993b-efef-4a8b-84a3-919ae0804256', + 'x-ms-correlation-request-id', + '23bc993b-efef-4a8b-84a3-919ae0804256', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035657Z:23bc993b-efef-4a8b-84a3-919ae0804256', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cdbc745c-eb4d-4bba-baf8-2b1004b0cdc6', + 'x-ms-correlation-request-id', + 'cdbc745c-eb4d-4bba-baf8-2b1004b0cdc6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035700Z:cdbc745c-eb4d-4bba-baf8-2b1004b0cdc6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:56:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fd264316-96ac-4db6-9b04-9969e7a516ed', + 'x-ms-correlation-request-id', + 'fd264316-96ac-4db6-9b04-9969e7a516ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035702Z:fd264316-96ac-4db6-9b04-9969e7a516ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b4d8b2f6-5fca-407d-b96d-644e021aa5cf', + 'x-ms-correlation-request-id', + 'b4d8b2f6-5fca-407d-b96d-644e021aa5cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035704Z:b4d8b2f6-5fca-407d-b96d-644e021aa5cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '430c824b-5ecd-4460-801d-89edbd5786c3', + 'x-ms-correlation-request-id', + '430c824b-5ecd-4460-801d-89edbd5786c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035707Z:430c824b-5ecd-4460-801d-89edbd5786c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd90d0910-b168-4d27-b872-eadc922da73c', + 'x-ms-correlation-request-id', + 'd90d0910-b168-4d27-b872-eadc922da73c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035709Z:d90d0910-b168-4d27-b872-eadc922da73c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '802ece9c-7273-4c9e-b80f-683429222eb0', + 'x-ms-correlation-request-id', + '802ece9c-7273-4c9e-b80f-683429222eb0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035711Z:802ece9c-7273-4c9e-b80f-683429222eb0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e8042b1a-8acf-40e7-9831-83f4e36cd867', + 'x-ms-correlation-request-id', + 'e8042b1a-8acf-40e7-9831-83f4e36cd867', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035713Z:e8042b1a-8acf-40e7-9831-83f4e36cd867', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '16c47c4b-fdc1-4e79-a1ac-a3ac328b2848', + 'x-ms-correlation-request-id', + '16c47c4b-fdc1-4e79-a1ac-a3ac328b2848', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035716Z:16c47c4b-fdc1-4e79-a1ac-a3ac328b2848', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd3271eba-ed73-4dff-9b51-9282282fdefb', + 'x-ms-correlation-request-id', + 'd3271eba-ed73-4dff-9b51-9282282fdefb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035718Z:d3271eba-ed73-4dff-9b51-9282282fdefb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b07e2bb4-62e1-4b8e-b838-af66004a224f', + 'x-ms-correlation-request-id', + 'b07e2bb4-62e1-4b8e-b838-af66004a224f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035720Z:b07e2bb4-62e1-4b8e-b838-af66004a224f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd102d478-d2ba-4de1-b885-90d503da0995', + 'x-ms-correlation-request-id', + 'd102d478-d2ba-4de1-b885-90d503da0995', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035723Z:d102d478-d2ba-4de1-b885-90d503da0995', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c9741cb-e42d-46b3-9f76-976154e328d9', + 'x-ms-correlation-request-id', + '7c9741cb-e42d-46b3-9f76-976154e328d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035725Z:7c9741cb-e42d-46b3-9f76-976154e328d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '99dcb471-1e8b-488c-8933-5acfac0343ff', + 'x-ms-correlation-request-id', + '99dcb471-1e8b-488c-8933-5acfac0343ff', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035727Z:99dcb471-1e8b-488c-8933-5acfac0343ff', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '17b82133-4dd8-4239-bd00-45dbe0f1714c', + 'x-ms-correlation-request-id', + '17b82133-4dd8-4239-bd00-45dbe0f1714c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035730Z:17b82133-4dd8-4239-bd00-45dbe0f1714c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ae3e54f6-3195-4ea4-be57-7011d36d9678', + 'x-ms-correlation-request-id', + 'ae3e54f6-3195-4ea4-be57-7011d36d9678', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035732Z:ae3e54f6-3195-4ea4-be57-7011d36d9678', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9d0a521-dbcc-4b4d-b474-35185f0a8240', + 'x-ms-correlation-request-id', + 'e9d0a521-dbcc-4b4d-b474-35185f0a8240', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035734Z:e9d0a521-dbcc-4b4d-b474-35185f0a8240', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e30b2c26-aa28-4df1-b7d4-646151a91c64', + 'x-ms-correlation-request-id', + 'e30b2c26-aa28-4df1-b7d4-646151a91c64', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035737Z:e30b2c26-aa28-4df1-b7d4-646151a91c64', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a0cbdd2f-b00c-43e9-9218-b8eb3009967f', + 'x-ms-correlation-request-id', + 'a0cbdd2f-b00c-43e9-9218-b8eb3009967f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035739Z:a0cbdd2f-b00c-43e9-9218-b8eb3009967f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '209df68d-0c57-451c-bfa8-8f4e4546fc7a', + 'x-ms-correlation-request-id', + '209df68d-0c57-451c-bfa8-8f4e4546fc7a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035741Z:209df68d-0c57-451c-bfa8-8f4e4546fc7a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cdfbcca9-78e2-4073-9c89-fb5f97a06bfb', + 'x-ms-correlation-request-id', + 'cdfbcca9-78e2-4073-9c89-fb5f97a06bfb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035744Z:cdfbcca9-78e2-4073-9c89-fb5f97a06bfb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '855e3ae6-0846-4949-86e7-93d307cbc673', + 'x-ms-correlation-request-id', + '855e3ae6-0846-4949-86e7-93d307cbc673', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035746Z:855e3ae6-0846-4949-86e7-93d307cbc673', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '29d3a602-8e87-48aa-88b9-e79b99080f96', + 'x-ms-correlation-request-id', + '29d3a602-8e87-48aa-88b9-e79b99080f96', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035748Z:29d3a602-8e87-48aa-88b9-e79b99080f96', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f7dcf74-d614-4375-a1a6-750304c32f24', + 'x-ms-correlation-request-id', + '4f7dcf74-d614-4375-a1a6-750304c32f24', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035751Z:4f7dcf74-d614-4375-a1a6-750304c32f24', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ec49566-bbd6-42cf-85c3-73907fbcde27', + 'x-ms-correlation-request-id', + '2ec49566-bbd6-42cf-85c3-73907fbcde27', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035753Z:2ec49566-bbd6-42cf-85c3-73907fbcde27', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b27154c4-81ac-4682-8050-f84828b9066e', + 'x-ms-correlation-request-id', + 'b27154c4-81ac-4682-8050-f84828b9066e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035755Z:b27154c4-81ac-4682-8050-f84828b9066e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c96857f8-259d-4f8e-ae2d-6e8fa7598ddf', + 'x-ms-correlation-request-id', + 'c96857f8-259d-4f8e-ae2d-6e8fa7598ddf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035758Z:c96857f8-259d-4f8e-ae2d-6e8fa7598ddf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '940505c9-2867-4d65-bbcd-cde93f0263cc', + 'x-ms-correlation-request-id', + '940505c9-2867-4d65-bbcd-cde93f0263cc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035800Z:940505c9-2867-4d65-bbcd-cde93f0263cc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:57:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3708262f-b4d8-43d0-ab88-634d76468603', + 'x-ms-correlation-request-id', + '3708262f-b4d8-43d0-ab88-634d76468603', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035802Z:3708262f-b4d8-43d0-ab88-634d76468603', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '83aef343-793e-40d7-b169-6ee26b9141b1', + 'x-ms-correlation-request-id', + '83aef343-793e-40d7-b169-6ee26b9141b1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035805Z:83aef343-793e-40d7-b169-6ee26b9141b1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9f694462-df9b-45b3-905b-63eda68682aa', + 'x-ms-correlation-request-id', + '9f694462-df9b-45b3-905b-63eda68682aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035807Z:9f694462-df9b-45b3-905b-63eda68682aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1c580fc7-cd54-4624-90dd-02265bd13a16', + 'x-ms-correlation-request-id', + '1c580fc7-cd54-4624-90dd-02265bd13a16', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035809Z:1c580fc7-cd54-4624-90dd-02265bd13a16', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c93d12c-e554-4fd3-8e52-4a5567463391', + 'x-ms-correlation-request-id', + '8c93d12c-e554-4fd3-8e52-4a5567463391', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035812Z:8c93d12c-e554-4fd3-8e52-4a5567463391', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b1b96917-efd5-493f-8313-14f87e501a59', + 'x-ms-correlation-request-id', + 'b1b96917-efd5-493f-8313-14f87e501a59', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035814Z:b1b96917-efd5-493f-8313-14f87e501a59', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2b9128dc-0e6b-4117-9b49-b747ce6e1164', + 'x-ms-correlation-request-id', + '2b9128dc-0e6b-4117-9b49-b747ce6e1164', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035816Z:2b9128dc-0e6b-4117-9b49-b747ce6e1164', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '22bc0374-7f08-4219-914f-9be15cefcdaf', + 'x-ms-correlation-request-id', + '22bc0374-7f08-4219-914f-9be15cefcdaf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035819Z:22bc0374-7f08-4219-914f-9be15cefcdaf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dac62844-b801-4c24-9c72-7b87a1fe4639', + 'x-ms-correlation-request-id', + 'dac62844-b801-4c24-9c72-7b87a1fe4639', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035821Z:dac62844-b801-4c24-9c72-7b87a1fe4639', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5fc359c9-9af8-46fb-8860-dbcdb0b80190', + 'x-ms-correlation-request-id', + '5fc359c9-9af8-46fb-8860-dbcdb0b80190', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035823Z:5fc359c9-9af8-46fb-8860-dbcdb0b80190', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'af385dc8-2e9d-4cad-8bfe-031620a75e02', + 'x-ms-correlation-request-id', + 'af385dc8-2e9d-4cad-8bfe-031620a75e02', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035826Z:af385dc8-2e9d-4cad-8bfe-031620a75e02', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5df96e66-c74e-42ea-9410-74d87cd2bf19', + 'x-ms-correlation-request-id', + '5df96e66-c74e-42ea-9410-74d87cd2bf19', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035828Z:5df96e66-c74e-42ea-9410-74d87cd2bf19', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7b588422-6ff8-4d5c-9f86-4da9168f4392', + 'x-ms-correlation-request-id', + '7b588422-6ff8-4d5c-9f86-4da9168f4392', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035830Z:7b588422-6ff8-4d5c-9f86-4da9168f4392', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad206c81-64bd-4b11-a22d-e9006bce9009', + 'x-ms-correlation-request-id', + 'ad206c81-64bd-4b11-a22d-e9006bce9009', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035833Z:ad206c81-64bd-4b11-a22d-e9006bce9009', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6d850933-902f-45d4-b6b5-953e171951ed', + 'x-ms-correlation-request-id', + '6d850933-902f-45d4-b6b5-953e171951ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035836Z:6d850933-902f-45d4-b6b5-953e171951ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9a66e4cc-3591-4898-bfd1-f155e4c597a1', + 'x-ms-correlation-request-id', + '9a66e4cc-3591-4898-bfd1-f155e4c597a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035838Z:9a66e4cc-3591-4898-bfd1-f155e4c597a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd8ef0760-53f7-483b-816c-76653d9655b6', + 'x-ms-correlation-request-id', + 'd8ef0760-53f7-483b-816c-76653d9655b6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035840Z:d8ef0760-53f7-483b-816c-76653d9655b6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b8187c45-d8d6-4feb-bad9-a102925bd946', + 'x-ms-correlation-request-id', + 'b8187c45-d8d6-4feb-bad9-a102925bd946', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035843Z:b8187c45-d8d6-4feb-bad9-a102925bd946', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '03ab9f7f-560f-4f0e-bf45-edf1ce97d1e0', + 'x-ms-correlation-request-id', + '03ab9f7f-560f-4f0e-bf45-edf1ce97d1e0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035845Z:03ab9f7f-560f-4f0e-bf45-edf1ce97d1e0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bca8799d-926b-4f48-a3a4-469610dbd2a9', + 'x-ms-correlation-request-id', + 'bca8799d-926b-4f48-a3a4-469610dbd2a9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035847Z:bca8799d-926b-4f48-a3a4-469610dbd2a9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cc46cc03-2b0d-4d9e-9b25-65ab89ce9536', + 'x-ms-correlation-request-id', + 'cc46cc03-2b0d-4d9e-9b25-65ab89ce9536', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035850Z:cc46cc03-2b0d-4d9e-9b25-65ab89ce9536', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4fced11b-a5d0-4228-95d8-6feb2b463908', + 'x-ms-correlation-request-id', + '4fced11b-a5d0-4228-95d8-6feb2b463908', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035852Z:4fced11b-a5d0-4228-95d8-6feb2b463908', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'af8eb6ba-22aa-463b-93a7-a206afffe6c0', + 'x-ms-correlation-request-id', + 'af8eb6ba-22aa-463b-93a7-a206afffe6c0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035854Z:af8eb6ba-22aa-463b-93a7-a206afffe6c0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c651a6c-1dff-48c2-b05a-3a3c0f731a48', + 'x-ms-correlation-request-id', + '4c651a6c-1dff-48c2-b05a-3a3c0f731a48', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035857Z:4c651a6c-1dff-48c2-b05a-3a3c0f731a48', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '552cd85d-2973-4907-b509-8545e5b63868', + 'x-ms-correlation-request-id', + '552cd85d-2973-4907-b509-8545e5b63868', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035859Z:552cd85d-2973-4907-b509-8545e5b63868', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:58:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '173d651c-717a-457d-af56-f83afbd677a1', + 'x-ms-correlation-request-id', + '173d651c-717a-457d-af56-f83afbd677a1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035901Z:173d651c-717a-457d-af56-f83afbd677a1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b2173eb5-1d30-4930-a68a-221d3dc98507', + 'x-ms-correlation-request-id', + 'b2173eb5-1d30-4930-a68a-221d3dc98507', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035904Z:b2173eb5-1d30-4930-a68a-221d3dc98507', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a25cb1a-784c-4350-9d32-115b23de3ad6', + 'x-ms-correlation-request-id', + '2a25cb1a-784c-4350-9d32-115b23de3ad6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035906Z:2a25cb1a-784c-4350-9d32-115b23de3ad6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e707a6dd-b366-4272-bf89-137d18b1f237', + 'x-ms-correlation-request-id', + 'e707a6dd-b366-4272-bf89-137d18b1f237', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035908Z:e707a6dd-b366-4272-bf89-137d18b1f237', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '546cfc84-77c8-4541-b854-fa2dbc2e690b', + 'x-ms-correlation-request-id', + '546cfc84-77c8-4541-b854-fa2dbc2e690b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035910Z:546cfc84-77c8-4541-b854-fa2dbc2e690b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '553a3955-19fe-48bc-bfc7-207803dadf21', + 'x-ms-correlation-request-id', + '553a3955-19fe-48bc-bfc7-207803dadf21', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035913Z:553a3955-19fe-48bc-bfc7-207803dadf21', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e54c418d-e5d4-4cf2-bab2-7c3975425969', + 'x-ms-correlation-request-id', + 'e54c418d-e5d4-4cf2-bab2-7c3975425969', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035915Z:e54c418d-e5d4-4cf2-bab2-7c3975425969', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '64265ce9-02b1-4961-a62d-d645c3bbfac9', + 'x-ms-correlation-request-id', + '64265ce9-02b1-4961-a62d-d645c3bbfac9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035917Z:64265ce9-02b1-4961-a62d-d645c3bbfac9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '835c0f34-cac4-4fea-bf16-297aa92dd880', + 'x-ms-correlation-request-id', + '835c0f34-cac4-4fea-bf16-297aa92dd880', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035920Z:835c0f34-cac4-4fea-bf16-297aa92dd880', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6c472a86-9b80-4e2f-868d-157873ddbc38', + 'x-ms-correlation-request-id', + '6c472a86-9b80-4e2f-868d-157873ddbc38', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035922Z:6c472a86-9b80-4e2f-868d-157873ddbc38', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95483679-2ce3-4c44-bbc0-a27d359a2d25', + 'x-ms-correlation-request-id', + '95483679-2ce3-4c44-bbc0-a27d359a2d25', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035924Z:95483679-2ce3-4c44-bbc0-a27d359a2d25', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8f778215-5160-4db9-ac80-3c23f0d3ea79', + 'x-ms-correlation-request-id', + '8f778215-5160-4db9-ac80-3c23f0d3ea79', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035927Z:8f778215-5160-4db9-ac80-3c23f0d3ea79', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd5da8b43-e4fd-4100-b743-5c599725fddf', + 'x-ms-correlation-request-id', + 'd5da8b43-e4fd-4100-b743-5c599725fddf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035929Z:d5da8b43-e4fd-4100-b743-5c599725fddf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a2bc41f8-e8c1-4330-894b-ff9a8ebe2c4b', + 'x-ms-correlation-request-id', + 'a2bc41f8-e8c1-4330-894b-ff9a8ebe2c4b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035931Z:a2bc41f8-e8c1-4330-894b-ff9a8ebe2c4b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f0c6aba-0390-40cc-877d-cd699c7d6a72', + 'x-ms-correlation-request-id', + '4f0c6aba-0390-40cc-877d-cd699c7d6a72', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035934Z:4f0c6aba-0390-40cc-877d-cd699c7d6a72', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d5a9c15-9040-4091-b435-91c0c6acdb54', + 'x-ms-correlation-request-id', + '0d5a9c15-9040-4091-b435-91c0c6acdb54', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035936Z:0d5a9c15-9040-4091-b435-91c0c6acdb54', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc9e12cb-60e4-4cd4-9028-85bab7baa2f6', + 'x-ms-correlation-request-id', + 'bc9e12cb-60e4-4cd4-9028-85bab7baa2f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035938Z:bc9e12cb-60e4-4cd4-9028-85bab7baa2f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2f7e2195-2db1-4477-812f-96f5cc64f750', + 'x-ms-correlation-request-id', + '2f7e2195-2db1-4477-812f-96f5cc64f750', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035941Z:2f7e2195-2db1-4477-812f-96f5cc64f750', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1d3d4831-3551-4fb4-9576-492670bc1d44', + 'x-ms-correlation-request-id', + '1d3d4831-3551-4fb4-9576-492670bc1d44', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035943Z:1d3d4831-3551-4fb4-9576-492670bc1d44', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a602e350-6bc6-42b6-a42e-262ceac20228', + 'x-ms-correlation-request-id', + 'a602e350-6bc6-42b6-a42e-262ceac20228', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035945Z:a602e350-6bc6-42b6-a42e-262ceac20228', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8b62fda3-fb49-4870-85b2-3ab813b8b5fe', + 'x-ms-correlation-request-id', + '8b62fda3-fb49-4870-85b2-3ab813b8b5fe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035948Z:8b62fda3-fb49-4870-85b2-3ab813b8b5fe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1e03df25-7f10-4b72-8275-e972f10fff44', + 'x-ms-correlation-request-id', + '1e03df25-7f10-4b72-8275-e972f10fff44', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035950Z:1e03df25-7f10-4b72-8275-e972f10fff44', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9acfecfd-b730-40ca-9248-b8ff4f920f53', + 'x-ms-correlation-request-id', + '9acfecfd-b730-40ca-9248-b8ff4f920f53', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035952Z:9acfecfd-b730-40ca-9248-b8ff4f920f53', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd3620dcf-41f0-4142-9856-1cea77396d93', + 'x-ms-correlation-request-id', + 'd3620dcf-41f0-4142-9856-1cea77396d93', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035955Z:d3620dcf-41f0-4142-9856-1cea77396d93', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'aaffc092-6cb3-4504-b294-501d90f4e62f', + 'x-ms-correlation-request-id', + 'aaffc092-6cb3-4504-b294-501d90f4e62f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035957Z:aaffc092-6cb3-4504-b294-501d90f4e62f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7ea8151f-9556-4400-a323-89bb3f50ddf3', + 'x-ms-correlation-request-id', + '7ea8151f-9556-4400-a323-89bb3f50ddf3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T035959Z:7ea8151f-9556-4400-a323-89bb3f50ddf3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 03:59:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '58000e55-4414-4be0-8bd6-6effe530d9fc', + 'x-ms-correlation-request-id', + '58000e55-4414-4be0-8bd6-6effe530d9fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040001Z:58000e55-4414-4be0-8bd6-6effe530d9fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c133f036-a70d-4a8c-bc34-95563886254e', + 'x-ms-correlation-request-id', + 'c133f036-a70d-4a8c-bc34-95563886254e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040004Z:c133f036-a70d-4a8c-bc34-95563886254e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2ebef791-2fb5-4205-b8cd-9269aaf0ad62', + 'x-ms-correlation-request-id', + '2ebef791-2fb5-4205-b8cd-9269aaf0ad62', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040006Z:2ebef791-2fb5-4205-b8cd-9269aaf0ad62', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f6256ef5-bbe2-40d4-b9f1-a95c7373d973', + 'x-ms-correlation-request-id', + 'f6256ef5-bbe2-40d4-b9f1-a95c7373d973', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040008Z:f6256ef5-bbe2-40d4-b9f1-a95c7373d973', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ef2771fe-44cd-4fbb-b220-2b0847649c20', + 'x-ms-correlation-request-id', + 'ef2771fe-44cd-4fbb-b220-2b0847649c20', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040011Z:ef2771fe-44cd-4fbb-b220-2b0847649c20', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '71d94a53-b1b6-48d7-8d92-fa90d43d6cb5', + 'x-ms-correlation-request-id', + '71d94a53-b1b6-48d7-8d92-fa90d43d6cb5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040013Z:71d94a53-b1b6-48d7-8d92-fa90d43d6cb5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9a6f2ba6-f2ff-468b-ab8a-7fba07b16e91', + 'x-ms-correlation-request-id', + '9a6f2ba6-f2ff-468b-ab8a-7fba07b16e91', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040015Z:9a6f2ba6-f2ff-468b-ab8a-7fba07b16e91', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '15a8f8ef-3540-417f-a97f-15271162667e', + 'x-ms-correlation-request-id', + '15a8f8ef-3540-417f-a97f-15271162667e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040018Z:15a8f8ef-3540-417f-a97f-15271162667e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d281be8-83eb-45d1-b6d9-8e32b752e27a', + 'x-ms-correlation-request-id', + '5d281be8-83eb-45d1-b6d9-8e32b752e27a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040020Z:5d281be8-83eb-45d1-b6d9-8e32b752e27a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0473ad38-c8ce-470a-a6be-37b90795cba3', + 'x-ms-correlation-request-id', + '0473ad38-c8ce-470a-a6be-37b90795cba3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040022Z:0473ad38-c8ce-470a-a6be-37b90795cba3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '79d279c9-0374-48bb-910a-f326a9793fc8', + 'x-ms-correlation-request-id', + '79d279c9-0374-48bb-910a-f326a9793fc8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040025Z:79d279c9-0374-48bb-910a-f326a9793fc8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3bb4a3ba-95cc-4ab9-b923-7353e94525be', + 'x-ms-correlation-request-id', + '3bb4a3ba-95cc-4ab9-b923-7353e94525be', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040027Z:3bb4a3ba-95cc-4ab9-b923-7353e94525be', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '15690709-8fe4-4ff5-9d30-eb5c94ccf6b3', + 'x-ms-correlation-request-id', + '15690709-8fe4-4ff5-9d30-eb5c94ccf6b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040029Z:15690709-8fe4-4ff5-9d30-eb5c94ccf6b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b3d68989-b587-47a1-9e70-da93e4b443b7', + 'x-ms-correlation-request-id', + 'b3d68989-b587-47a1-9e70-da93e4b443b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040032Z:b3d68989-b587-47a1-9e70-da93e4b443b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4a01813e-77f6-4408-ab7a-55f3940caf72', + 'x-ms-correlation-request-id', + '4a01813e-77f6-4408-ab7a-55f3940caf72', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040034Z:4a01813e-77f6-4408-ab7a-55f3940caf72', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '55d4e22e-ab49-43d0-9b79-567abcf44219', + 'x-ms-correlation-request-id', + '55d4e22e-ab49-43d0-9b79-567abcf44219', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040036Z:55d4e22e-ab49-43d0-9b79-567abcf44219', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dbfafb61-138e-43c6-be34-d498bde1e929', + 'x-ms-correlation-request-id', + 'dbfafb61-138e-43c6-be34-d498bde1e929', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040039Z:dbfafb61-138e-43c6-be34-d498bde1e929', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '33e299a2-4558-44bd-8633-add4cfcad31d', + 'x-ms-correlation-request-id', + '33e299a2-4558-44bd-8633-add4cfcad31d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040041Z:33e299a2-4558-44bd-8633-add4cfcad31d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9eeb8b60-6caa-4521-81a4-fbfc4a2bd908', + 'x-ms-correlation-request-id', + '9eeb8b60-6caa-4521-81a4-fbfc4a2bd908', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040043Z:9eeb8b60-6caa-4521-81a4-fbfc4a2bd908', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '79d19496-a7d0-457a-94f5-c863850ec5a6', + 'x-ms-correlation-request-id', + '79d19496-a7d0-457a-94f5-c863850ec5a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040046Z:79d19496-a7d0-457a-94f5-c863850ec5a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:00:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', - '078d29b1-b50f-4ace-a847-75817df22b83', + '003074d1-dce5-4891-a6f2-0894a402e6db', 'x-ms-correlation-request-id', - '078d29b1-b50f-4ace-a847-75817df22b83', + '003074d1-dce5-4891-a6f2-0894a402e6db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030919Z:078d29b1-b50f-4ace-a847-75817df22b83', + 'SOUTHEASTASIA:20210924T040048Z:003074d1-dce5-4891-a6f2-0894a402e6db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:19 GMT' + 'Fri, 24 Sep 2021 04:00:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10609,21 +16657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11250', + '11541', 'x-ms-request-id', - '3d317816-84ad-4979-ade6-8a022d21536f', + '531f3883-fca2-4a6a-8ab6-4d69218933e3', 'x-ms-correlation-request-id', - '3d317816-84ad-4979-ade6-8a022d21536f', + '531f3883-fca2-4a6a-8ab6-4d69218933e3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030921Z:3d317816-84ad-4979-ade6-8a022d21536f', + 'SOUTHEASTASIA:20210924T040050Z:531f3883-fca2-4a6a-8ab6-4d69218933e3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:21 GMT' + 'Fri, 24 Sep 2021 04:00:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10645,21 +16693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11752', + '11540', 'x-ms-request-id', - '00444666-39c9-4b25-8640-23d0cb0838ee', + '9631a1c8-f508-476f-b568-085cd025754c', 'x-ms-correlation-request-id', - '00444666-39c9-4b25-8640-23d0cb0838ee', + '9631a1c8-f508-476f-b568-085cd025754c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030921Z:00444666-39c9-4b25-8640-23d0cb0838ee', + 'SOUTHEASTASIA:20210924T040053Z:9631a1c8-f508-476f-b568-085cd025754c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:21 GMT' + 'Fri, 24 Sep 2021 04:00:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10681,21 +16729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11249', + '11539', 'x-ms-request-id', - '57f9b98a-ab59-427c-be1b-7cbe2caaf44e', + '2a5b698f-8f59-4bfb-8cbf-aa913e57d27c', 'x-ms-correlation-request-id', - '57f9b98a-ab59-427c-be1b-7cbe2caaf44e', + '2a5b698f-8f59-4bfb-8cbf-aa913e57d27c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030923Z:57f9b98a-ab59-427c-be1b-7cbe2caaf44e', + 'SOUTHEASTASIA:20210924T040055Z:2a5b698f-8f59-4bfb-8cbf-aa913e57d27c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:23 GMT' + 'Fri, 24 Sep 2021 04:00:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10717,21 +16765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11751', + '11538', 'x-ms-request-id', - 'a0ebe905-c2c9-4171-9c5d-1d522526e9ad', + '941dd9c5-2b13-4ef0-982d-806b0cabb401', 'x-ms-correlation-request-id', - 'a0ebe905-c2c9-4171-9c5d-1d522526e9ad', + '941dd9c5-2b13-4ef0-982d-806b0cabb401', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030923Z:a0ebe905-c2c9-4171-9c5d-1d522526e9ad', + 'SOUTHEASTASIA:20210924T040057Z:941dd9c5-2b13-4ef0-982d-806b0cabb401', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:23 GMT' + 'Fri, 24 Sep 2021 04:00:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10753,21 +16801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11248', + '11537', 'x-ms-request-id', - 'edead199-9eaa-4124-bd1c-ecd1c55f4143', + 'bdff1b5c-4750-44c9-bccf-f0e8fdc66f00', 'x-ms-correlation-request-id', - 'edead199-9eaa-4124-bd1c-ecd1c55f4143', + 'bdff1b5c-4750-44c9-bccf-f0e8fdc66f00', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030925Z:edead199-9eaa-4124-bd1c-ecd1c55f4143', + 'SOUTHEASTASIA:20210924T040100Z:bdff1b5c-4750-44c9-bccf-f0e8fdc66f00', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:25 GMT' + 'Fri, 24 Sep 2021 04:00:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10789,21 +16837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11750', + '11536', 'x-ms-request-id', - 'b6eec932-e264-466c-a580-d02088d3269a', + 'c2073e48-e844-475a-9d9e-7be2b59c77f0', 'x-ms-correlation-request-id', - 'b6eec932-e264-466c-a580-d02088d3269a', + 'c2073e48-e844-475a-9d9e-7be2b59c77f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030926Z:b6eec932-e264-466c-a580-d02088d3269a', + 'SOUTHEASTASIA:20210924T040102Z:c2073e48-e844-475a-9d9e-7be2b59c77f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:26 GMT' + 'Fri, 24 Sep 2021 04:01:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10825,21 +16873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11247', + '11535', 'x-ms-request-id', - 'bafa1616-2c89-4683-8c1e-d7ce9e84c925', + '7345ff45-89d0-4a12-adde-50073509b24a', 'x-ms-correlation-request-id', - 'bafa1616-2c89-4683-8c1e-d7ce9e84c925', + '7345ff45-89d0-4a12-adde-50073509b24a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030928Z:bafa1616-2c89-4683-8c1e-d7ce9e84c925', + 'SOUTHEASTASIA:20210924T040104Z:7345ff45-89d0-4a12-adde-50073509b24a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:28 GMT' + 'Fri, 24 Sep 2021 04:01:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10861,21 +16909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11749', + '11534', 'x-ms-request-id', - 'c6094742-9857-4a59-becf-d0615b01bae0', + '71b5b88d-91f4-47c2-b610-31607f72b670', 'x-ms-correlation-request-id', - 'c6094742-9857-4a59-becf-d0615b01bae0', + '71b5b88d-91f4-47c2-b610-31607f72b670', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030928Z:c6094742-9857-4a59-becf-d0615b01bae0', + 'SOUTHEASTASIA:20210924T040106Z:71b5b88d-91f4-47c2-b610-31607f72b670', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:28 GMT' + 'Fri, 24 Sep 2021 04:01:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10897,21 +16945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11246', + '11533', 'x-ms-request-id', - '360acb95-8ae4-4950-9087-00dd9c03bd7c', + 'eb963997-d93b-4f83-a0c8-df99d3fc6c87', 'x-ms-correlation-request-id', - '360acb95-8ae4-4950-9087-00dd9c03bd7c', + 'eb963997-d93b-4f83-a0c8-df99d3fc6c87', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030930Z:360acb95-8ae4-4950-9087-00dd9c03bd7c', + 'SOUTHEASTASIA:20210924T040109Z:eb963997-d93b-4f83-a0c8-df99d3fc6c87', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:30 GMT' + 'Fri, 24 Sep 2021 04:01:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10933,21 +16981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11748', + '11532', 'x-ms-request-id', - '86536167-9985-4f9c-9422-53c0fc74d9f0', + '51841139-9049-43be-961c-5b62ad5f6266', 'x-ms-correlation-request-id', - '86536167-9985-4f9c-9422-53c0fc74d9f0', + '51841139-9049-43be-961c-5b62ad5f6266', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030930Z:86536167-9985-4f9c-9422-53c0fc74d9f0', + 'SOUTHEASTASIA:20210924T040111Z:51841139-9049-43be-961c-5b62ad5f6266', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:30 GMT' + 'Fri, 24 Sep 2021 04:01:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10969,21 +17017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11245', + '11531', 'x-ms-request-id', - '02d88c10-e8cf-4893-bc0d-efe8ac69f8e9', + '08b75328-2ec1-44d9-8499-ef9bb1bb4fd9', 'x-ms-correlation-request-id', - '02d88c10-e8cf-4893-bc0d-efe8ac69f8e9', + '08b75328-2ec1-44d9-8499-ef9bb1bb4fd9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030932Z:02d88c10-e8cf-4893-bc0d-efe8ac69f8e9', + 'SOUTHEASTASIA:20210924T040113Z:08b75328-2ec1-44d9-8499-ef9bb1bb4fd9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:32 GMT' + 'Fri, 24 Sep 2021 04:01:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11005,21 +17053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11747', + '11530', 'x-ms-request-id', - '5476e980-8923-490e-a8c0-8bc9fa38917a', + '5a81c350-23d6-4428-bab1-94c510d4eed3', 'x-ms-correlation-request-id', - '5476e980-8923-490e-a8c0-8bc9fa38917a', + '5a81c350-23d6-4428-bab1-94c510d4eed3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030933Z:5476e980-8923-490e-a8c0-8bc9fa38917a', + 'SOUTHEASTASIA:20210924T040116Z:5a81c350-23d6-4428-bab1-94c510d4eed3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:33 GMT' + 'Fri, 24 Sep 2021 04:01:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11041,21 +17089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11746', + '11529', 'x-ms-request-id', - '6a727c6f-c362-404b-92f0-3ccf01d8a680', + 'f102bea0-cf69-43d4-a974-0b93c8a79993', 'x-ms-correlation-request-id', - '6a727c6f-c362-404b-92f0-3ccf01d8a680', + 'f102bea0-cf69-43d4-a974-0b93c8a79993', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030935Z:6a727c6f-c362-404b-92f0-3ccf01d8a680', + 'SOUTHEASTASIA:20210924T040118Z:f102bea0-cf69-43d4-a974-0b93c8a79993', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:35 GMT' + 'Fri, 24 Sep 2021 04:01:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11077,21 +17125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11244', + '11528', 'x-ms-request-id', - '7bf96892-7abd-42bd-bb50-38ae6546aee4', + '4baffd43-2db4-4728-a660-cfe619419c14', 'x-ms-correlation-request-id', - '7bf96892-7abd-42bd-bb50-38ae6546aee4', + '4baffd43-2db4-4728-a660-cfe619419c14', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030935Z:7bf96892-7abd-42bd-bb50-38ae6546aee4', + 'SOUTHEASTASIA:20210924T040120Z:4baffd43-2db4-4728-a660-cfe619419c14', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:35 GMT' + 'Fri, 24 Sep 2021 04:01:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11113,21 +17161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11745', + '11527', 'x-ms-request-id', - 'c7947113-7e66-49c7-8978-d5853a660171', + 'abaadafa-6f07-406a-8681-98192642b87b', 'x-ms-correlation-request-id', - 'c7947113-7e66-49c7-8978-d5853a660171', + 'abaadafa-6f07-406a-8681-98192642b87b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030937Z:c7947113-7e66-49c7-8978-d5853a660171', + 'SOUTHEASTASIA:20210924T040123Z:abaadafa-6f07-406a-8681-98192642b87b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:37 GMT' + 'Fri, 24 Sep 2021 04:01:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11149,21 +17197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11243', + '11526', 'x-ms-request-id', - '10fe748e-dc6d-4494-8f7d-8ea547cb206f', + '9b02be56-db47-4638-af11-8c2b3fd5faaf', 'x-ms-correlation-request-id', - '10fe748e-dc6d-4494-8f7d-8ea547cb206f', + '9b02be56-db47-4638-af11-8c2b3fd5faaf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030938Z:10fe748e-dc6d-4494-8f7d-8ea547cb206f', + 'SOUTHEASTASIA:20210924T040125Z:9b02be56-db47-4638-af11-8c2b3fd5faaf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:38 GMT' + 'Fri, 24 Sep 2021 04:01:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11185,21 +17233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11744', + '11525', 'x-ms-request-id', - 'dfea8b28-fa20-4152-a3a2-fd902c0a6ed5', + 'fa133ea5-31de-4d1b-a112-c1f3e3f272c6', 'x-ms-correlation-request-id', - 'dfea8b28-fa20-4152-a3a2-fd902c0a6ed5', + 'fa133ea5-31de-4d1b-a112-c1f3e3f272c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030940Z:dfea8b28-fa20-4152-a3a2-fd902c0a6ed5', + 'SOUTHEASTASIA:20210924T040127Z:fa133ea5-31de-4d1b-a112-c1f3e3f272c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:40 GMT' + 'Fri, 24 Sep 2021 04:01:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11221,21 +17269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11242', + '11524', 'x-ms-request-id', - '77e089fc-cce4-434a-96d0-30bd400fbbc0', + '63fb1d02-cb98-4023-9e56-26dce379d518', 'x-ms-correlation-request-id', - '77e089fc-cce4-434a-96d0-30bd400fbbc0', + '63fb1d02-cb98-4023-9e56-26dce379d518', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030941Z:77e089fc-cce4-434a-96d0-30bd400fbbc0', + 'SOUTHEASTASIA:20210924T040130Z:63fb1d02-cb98-4023-9e56-26dce379d518', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:41 GMT' + 'Fri, 24 Sep 2021 04:01:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11257,21 +17305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11743', + '11523', 'x-ms-request-id', - 'b7168ce5-1209-42c6-a81c-5b6468223d3c', + 'e4f8d8f7-b7c3-4a36-8165-045266d6d86a', 'x-ms-correlation-request-id', - 'b7168ce5-1209-42c6-a81c-5b6468223d3c', + 'e4f8d8f7-b7c3-4a36-8165-045266d6d86a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030942Z:b7168ce5-1209-42c6-a81c-5b6468223d3c', + 'SOUTHEASTASIA:20210924T040132Z:e4f8d8f7-b7c3-4a36-8165-045266d6d86a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:42 GMT' + 'Fri, 24 Sep 2021 04:01:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11293,21 +17341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11241', + '11522', 'x-ms-request-id', - 'ac65cd26-a114-484a-a345-1282ab003812', + '1721e74f-1c75-4575-9319-f38de6f757c5', 'x-ms-correlation-request-id', - 'ac65cd26-a114-484a-a345-1282ab003812', + '1721e74f-1c75-4575-9319-f38de6f757c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030944Z:ac65cd26-a114-484a-a345-1282ab003812', + 'SOUTHEASTASIA:20210924T040134Z:1721e74f-1c75-4575-9319-f38de6f757c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:43 GMT' + 'Fri, 24 Sep 2021 04:01:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11329,21 +17377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11742', + '11521', 'x-ms-request-id', - '18b3cf40-9370-4b37-8dfb-22d6cb1b82d9', + '736e7a3c-898b-4110-866d-7f3cd637d63c', 'x-ms-correlation-request-id', - '18b3cf40-9370-4b37-8dfb-22d6cb1b82d9', + '736e7a3c-898b-4110-866d-7f3cd637d63c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030944Z:18b3cf40-9370-4b37-8dfb-22d6cb1b82d9', + 'SOUTHEASTASIA:20210924T040137Z:736e7a3c-898b-4110-866d-7f3cd637d63c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:44 GMT' + 'Fri, 24 Sep 2021 04:01:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11365,21 +17413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11240', + '11520', 'x-ms-request-id', - '208d048f-fe61-4804-addb-a1c5a463080a', + '748e9113-d7ff-47e4-bbf1-42cc6eaf1734', 'x-ms-correlation-request-id', - '208d048f-fe61-4804-addb-a1c5a463080a', + '748e9113-d7ff-47e4-bbf1-42cc6eaf1734', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030946Z:208d048f-fe61-4804-addb-a1c5a463080a', + 'SOUTHEASTASIA:20210924T040139Z:748e9113-d7ff-47e4-bbf1-42cc6eaf1734', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:46 GMT' + 'Fri, 24 Sep 2021 04:01:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11401,21 +17449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11741', + '11519', 'x-ms-request-id', - '2db1e91e-dedb-4e61-93c4-a28d8a30dc12', + '23ad653f-7054-4e98-85f7-10bcfa6e4921', 'x-ms-correlation-request-id', - '2db1e91e-dedb-4e61-93c4-a28d8a30dc12', + '23ad653f-7054-4e98-85f7-10bcfa6e4921', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030947Z:2db1e91e-dedb-4e61-93c4-a28d8a30dc12', + 'SOUTHEASTASIA:20210924T040141Z:23ad653f-7054-4e98-85f7-10bcfa6e4921', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:47 GMT' + 'Fri, 24 Sep 2021 04:01:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11437,21 +17485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11239', + '11518', 'x-ms-request-id', - 'ce852c52-3391-4071-a3cb-a10e6ba27d5f', + 'aeb74aba-6ea9-4b04-be88-2cf45f63a8be', 'x-ms-correlation-request-id', - 'ce852c52-3391-4071-a3cb-a10e6ba27d5f', + 'aeb74aba-6ea9-4b04-be88-2cf45f63a8be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030948Z:ce852c52-3391-4071-a3cb-a10e6ba27d5f', + 'SOUTHEASTASIA:20210924T040144Z:aeb74aba-6ea9-4b04-be88-2cf45f63a8be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:48 GMT' + 'Fri, 24 Sep 2021 04:01:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11473,21 +17521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11740', + '11517', 'x-ms-request-id', - 'e1d8fbd1-42d6-4eca-99e9-356f169086ab', + 'd6635503-fd60-4af7-a44e-aed4cfe55d6d', 'x-ms-correlation-request-id', - 'e1d8fbd1-42d6-4eca-99e9-356f169086ab', + 'd6635503-fd60-4af7-a44e-aed4cfe55d6d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030950Z:e1d8fbd1-42d6-4eca-99e9-356f169086ab', + 'SOUTHEASTASIA:20210924T040146Z:d6635503-fd60-4af7-a44e-aed4cfe55d6d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:49 GMT' + 'Fri, 24 Sep 2021 04:01:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11509,21 +17557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11238', + '11516', 'x-ms-request-id', - '4128d390-e86f-46a1-8031-a2e79c99d822', + '0b6ac115-0e0c-42c7-b0b6-cb925f04fdc1', 'x-ms-correlation-request-id', - '4128d390-e86f-46a1-8031-a2e79c99d822', + '0b6ac115-0e0c-42c7-b0b6-cb925f04fdc1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030951Z:4128d390-e86f-46a1-8031-a2e79c99d822', + 'SOUTHEASTASIA:20210924T040148Z:0b6ac115-0e0c-42c7-b0b6-cb925f04fdc1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:50 GMT' + 'Fri, 24 Sep 2021 04:01:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11545,21 +17593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11739', + '11515', 'x-ms-request-id', - 'cac47159-ed7f-4682-b226-3522f8d955d4', + 'a8b6e1b0-351f-4c8d-8bc0-8166df0e08be', 'x-ms-correlation-request-id', - 'cac47159-ed7f-4682-b226-3522f8d955d4', + 'a8b6e1b0-351f-4c8d-8bc0-8166df0e08be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030952Z:cac47159-ed7f-4682-b226-3522f8d955d4', + 'SOUTHEASTASIA:20210924T040151Z:a8b6e1b0-351f-4c8d-8bc0-8166df0e08be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:52 GMT' + 'Fri, 24 Sep 2021 04:01:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11581,21 +17629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11237', + '11514', 'x-ms-request-id', - '7540bacd-99dc-4d63-bf80-c8000598ef65', + 'd6e56c1e-2bc9-4379-8b4c-6c60b9c1aca0', 'x-ms-correlation-request-id', - '7540bacd-99dc-4d63-bf80-c8000598ef65', + 'd6e56c1e-2bc9-4379-8b4c-6c60b9c1aca0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030953Z:7540bacd-99dc-4d63-bf80-c8000598ef65', + 'SOUTHEASTASIA:20210924T040153Z:d6e56c1e-2bc9-4379-8b4c-6c60b9c1aca0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:53 GMT' + 'Fri, 24 Sep 2021 04:01:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11617,21 +17665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11738', + '11513', 'x-ms-request-id', - '1c04eb36-fe5a-4e30-8db8-4d8eda7731b2', + '3cc25e8a-cdf6-4d1a-813a-716e47ffa790', 'x-ms-correlation-request-id', - '1c04eb36-fe5a-4e30-8db8-4d8eda7731b2', + '3cc25e8a-cdf6-4d1a-813a-716e47ffa790', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030954Z:1c04eb36-fe5a-4e30-8db8-4d8eda7731b2', + 'SOUTHEASTASIA:20210924T040155Z:3cc25e8a-cdf6-4d1a-813a-716e47ffa790', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:54 GMT' + 'Fri, 24 Sep 2021 04:01:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11653,21 +17701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11236', + '11512', 'x-ms-request-id', - 'e6cd5468-05cd-4c5f-9f64-4422c1b885a6', + '427650a7-3f1d-4d57-aba9-052688e5ed71', 'x-ms-correlation-request-id', - 'e6cd5468-05cd-4c5f-9f64-4422c1b885a6', + '427650a7-3f1d-4d57-aba9-052688e5ed71', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030955Z:e6cd5468-05cd-4c5f-9f64-4422c1b885a6', + 'SOUTHEASTASIA:20210924T040157Z:427650a7-3f1d-4d57-aba9-052688e5ed71', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:55 GMT' + 'Fri, 24 Sep 2021 04:01:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11689,21 +17737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11737', + '11511', 'x-ms-request-id', - 'ae17ccb4-2942-49b6-86a4-b2fe2fe3ed42', + '50fcb893-17af-403d-a67b-f67dcf9e621e', 'x-ms-correlation-request-id', - 'ae17ccb4-2942-49b6-86a4-b2fe2fe3ed42', + '50fcb893-17af-403d-a67b-f67dcf9e621e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030957Z:ae17ccb4-2942-49b6-86a4-b2fe2fe3ed42', + 'SOUTHEASTASIA:20210924T040200Z:50fcb893-17af-403d-a67b-f67dcf9e621e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:56 GMT' + 'Fri, 24 Sep 2021 04:02:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11725,21 +17773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11235', + '11510', 'x-ms-request-id', - '344c5eca-86eb-4ca3-ad3d-68311b0707a4', + '1c82740c-a77a-4a70-84cc-3f47e504f385', 'x-ms-correlation-request-id', - '344c5eca-86eb-4ca3-ad3d-68311b0707a4', + '1c82740c-a77a-4a70-84cc-3f47e504f385', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030958Z:344c5eca-86eb-4ca3-ad3d-68311b0707a4', + 'SOUTHEASTASIA:20210924T040202Z:1c82740c-a77a-4a70-84cc-3f47e504f385', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:57 GMT' + 'Fri, 24 Sep 2021 04:02:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11761,21 +17809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11736', + '11509', 'x-ms-request-id', - '7b7ff95a-39de-4748-a24f-e33cfac47208', + '4eb28f1c-39da-4b6b-b738-5c11542cc458', 'x-ms-correlation-request-id', - '7b7ff95a-39de-4748-a24f-e33cfac47208', + '4eb28f1c-39da-4b6b-b738-5c11542cc458', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030959Z:7b7ff95a-39de-4748-a24f-e33cfac47208', + 'SOUTHEASTASIA:20210924T040204Z:4eb28f1c-39da-4b6b-b738-5c11542cc458', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:59 GMT' + 'Fri, 24 Sep 2021 04:02:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11797,21 +17845,237 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11234', + '11508', + 'x-ms-request-id', + 'ce728b8c-6bb0-4204-b72e-45eb281f563e', + 'x-ms-correlation-request-id', + 'ce728b8c-6bb0-4204-b72e-45eb281f563e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040207Z:ce728b8c-6bb0-4204-b72e-45eb281f563e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:02:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eea21b52-e69d-4f33-a87c-c77a5f7f2a7e', + 'x-ms-correlation-request-id', + 'eea21b52-e69d-4f33-a87c-c77a5f7f2a7e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040209Z:eea21b52-e69d-4f33-a87c-c77a5f7f2a7e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:02:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9bf8e7f1-4de4-4a48-b2a7-90567b1c92d9', + 'x-ms-correlation-request-id', + '9bf8e7f1-4de4-4a48-b2a7-90567b1c92d9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040211Z:9bf8e7f1-4de4-4a48-b2a7-90567b1c92d9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:02:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a9822774-789c-46ae-86b6-e207b693b9ae', + 'x-ms-correlation-request-id', + 'a9822774-789c-46ae-86b6-e207b693b9ae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040214Z:a9822774-789c-46ae-86b6-e207b693b9ae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:02:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '562cf10a-f766-48f7-adbb-bdc91a1e8b9d', + 'x-ms-correlation-request-id', + '562cf10a-f766-48f7-adbb-bdc91a1e8b9d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040216Z:562cf10a-f766-48f7-adbb-bdc91a1e8b9d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:02:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9595b6b8-c024-4f90-b556-e3d6dcee10af', + 'x-ms-correlation-request-id', + '9595b6b8-c024-4f90-b556-e3d6dcee10af', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20210924T040218Z:9595b6b8-c024-4f90-b556-e3d6dcee10af', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Fri, 24 Sep 2021 04:02:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', - 'e0772388-1c1e-47f6-b568-194b22968a42', + '5e3f5a70-1963-4657-a736-f7f24f38b80d', 'x-ms-correlation-request-id', - 'e0772388-1c1e-47f6-b568-194b22968a42', + '5e3f5a70-1963-4657-a736-f7f24f38b80d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031000Z:e0772388-1c1e-47f6-b568-194b22968a42', + 'SOUTHEASTASIA:20210924T040221Z:5e3f5a70-1963-4657-a736-f7f24f38b80d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:09:59 GMT' + 'Fri, 24 Sep 2021 04:02:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11833,21 +18097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11735', + '11501', 'x-ms-request-id', - '7790ce18-a2a8-4a06-9a07-51302ce7f8d3', + '50303951-8cd4-40a8-97aa-6a6f71d96aee', 'x-ms-correlation-request-id', - '7790ce18-a2a8-4a06-9a07-51302ce7f8d3', + '50303951-8cd4-40a8-97aa-6a6f71d96aee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031001Z:7790ce18-a2a8-4a06-9a07-51302ce7f8d3', + 'SOUTHEASTASIA:20210924T040223Z:50303951-8cd4-40a8-97aa-6a6f71d96aee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:01 GMT' + 'Fri, 24 Sep 2021 04:02:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11869,21 +18133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11233', + '11500', 'x-ms-request-id', - 'd04bca15-3452-4ae6-a00b-aedceb7015b8', + '70981864-ecfe-40b6-aadb-a9f980c79205', 'x-ms-correlation-request-id', - 'd04bca15-3452-4ae6-a00b-aedceb7015b8', + '70981864-ecfe-40b6-aadb-a9f980c79205', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031002Z:d04bca15-3452-4ae6-a00b-aedceb7015b8', + 'SOUTHEASTASIA:20210924T040225Z:70981864-ecfe-40b6-aadb-a9f980c79205', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:02 GMT' + 'Fri, 24 Sep 2021 04:02:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11905,21 +18169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11734', + '11499', 'x-ms-request-id', - '31d0cfd6-afdf-496c-8d89-15fa1da9bffb', + 'c6b029b7-b13b-4622-907f-36add30ae359', 'x-ms-correlation-request-id', - '31d0cfd6-afdf-496c-8d89-15fa1da9bffb', + 'c6b029b7-b13b-4622-907f-36add30ae359', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031004Z:31d0cfd6-afdf-496c-8d89-15fa1da9bffb', + 'SOUTHEASTASIA:20210924T040228Z:c6b029b7-b13b-4622-907f-36add30ae359', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:03 GMT' + 'Fri, 24 Sep 2021 04:02:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11941,21 +18205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11232', + '11498', 'x-ms-request-id', - '496cf3bd-f373-48aa-aa2a-aba5548a0d11', + '7414f5cd-f37f-4e98-bf25-8f3e2e791753', 'x-ms-correlation-request-id', - '496cf3bd-f373-48aa-aa2a-aba5548a0d11', + '7414f5cd-f37f-4e98-bf25-8f3e2e791753', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031005Z:496cf3bd-f373-48aa-aa2a-aba5548a0d11', + 'SOUTHEASTASIA:20210924T040230Z:7414f5cd-f37f-4e98-bf25-8f3e2e791753', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:04 GMT' + 'Fri, 24 Sep 2021 04:02:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11977,21 +18241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11733', + '11497', 'x-ms-request-id', - 'e45c9949-24bd-4a7f-a39a-c295a8992508', + '0bfdc81f-ab8b-42d1-96e4-3ceddfd6343e', 'x-ms-correlation-request-id', - 'e45c9949-24bd-4a7f-a39a-c295a8992508', + '0bfdc81f-ab8b-42d1-96e4-3ceddfd6343e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031006Z:e45c9949-24bd-4a7f-a39a-c295a8992508', + 'SOUTHEASTASIA:20210924T040232Z:0bfdc81f-ab8b-42d1-96e4-3ceddfd6343e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:06 GMT' + 'Fri, 24 Sep 2021 04:02:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12013,21 +18277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11231', + '11496', 'x-ms-request-id', - '6dbc28b3-ed0e-42c4-85c3-ff191a1e1997', + 'f050c5f9-ad69-45d8-bc0a-e0f18803e6c8', 'x-ms-correlation-request-id', - '6dbc28b3-ed0e-42c4-85c3-ff191a1e1997', + 'f050c5f9-ad69-45d8-bc0a-e0f18803e6c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031007Z:6dbc28b3-ed0e-42c4-85c3-ff191a1e1997', + 'SOUTHEASTASIA:20210924T040235Z:f050c5f9-ad69-45d8-bc0a-e0f18803e6c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:06 GMT' + 'Fri, 24 Sep 2021 04:02:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12049,21 +18313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11732', + '11495', 'x-ms-request-id', - '6eb580a8-fdde-4a08-acf9-bd09f5edd2ff', + '25a9e662-a835-4d49-a86d-8a71bdd3f0d2', 'x-ms-correlation-request-id', - '6eb580a8-fdde-4a08-acf9-bd09f5edd2ff', + '25a9e662-a835-4d49-a86d-8a71bdd3f0d2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031008Z:6eb580a8-fdde-4a08-acf9-bd09f5edd2ff', + 'SOUTHEASTASIA:20210924T040237Z:25a9e662-a835-4d49-a86d-8a71bdd3f0d2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:08 GMT' + 'Fri, 24 Sep 2021 04:02:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12085,21 +18349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11230', + '11494', 'x-ms-request-id', - '3eca47b2-9457-4b4e-b01c-130d92692ebf', + '24e11a4f-3a97-4881-94fc-a6ee39f85912', 'x-ms-correlation-request-id', - '3eca47b2-9457-4b4e-b01c-130d92692ebf', + '24e11a4f-3a97-4881-94fc-a6ee39f85912', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031009Z:3eca47b2-9457-4b4e-b01c-130d92692ebf', + 'SOUTHEASTASIA:20210924T040239Z:24e11a4f-3a97-4881-94fc-a6ee39f85912', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:09 GMT' + 'Fri, 24 Sep 2021 04:02:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12121,21 +18385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11731', + '11493', 'x-ms-request-id', - 'fbae1fc8-4938-4f41-a646-d4598003de4b', + '70863b54-31f0-412c-8728-6d734dbb1645', 'x-ms-correlation-request-id', - 'fbae1fc8-4938-4f41-a646-d4598003de4b', + '70863b54-31f0-412c-8728-6d734dbb1645', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031011Z:fbae1fc8-4938-4f41-a646-d4598003de4b', + 'SOUTHEASTASIA:20210924T040242Z:70863b54-31f0-412c-8728-6d734dbb1645', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:10 GMT' + 'Fri, 24 Sep 2021 04:02:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12157,21 +18421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11229', + '11492', 'x-ms-request-id', - '206bc600-fbf2-4850-822f-60ac3287fa46', + 'ddeb2ac6-37e0-4e16-95b5-f530cfcdf8e9', 'x-ms-correlation-request-id', - '206bc600-fbf2-4850-822f-60ac3287fa46', + 'ddeb2ac6-37e0-4e16-95b5-f530cfcdf8e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031012Z:206bc600-fbf2-4850-822f-60ac3287fa46', + 'SOUTHEASTASIA:20210924T040244Z:ddeb2ac6-37e0-4e16-95b5-f530cfcdf8e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:12 GMT' + 'Fri, 24 Sep 2021 04:02:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12193,21 +18457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11730', + '11491', 'x-ms-request-id', - '8aaa2020-bfbc-428e-85b6-2ebba7a71504', + 'cd0c7b1f-923c-4aac-9b4d-2821a2c4700e', 'x-ms-correlation-request-id', - '8aaa2020-bfbc-428e-85b6-2ebba7a71504', + 'cd0c7b1f-923c-4aac-9b4d-2821a2c4700e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031013Z:8aaa2020-bfbc-428e-85b6-2ebba7a71504', + 'SOUTHEASTASIA:20210924T040247Z:cd0c7b1f-923c-4aac-9b4d-2821a2c4700e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:13 GMT' + 'Fri, 24 Sep 2021 04:02:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12229,21 +18493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11228', + '11490', 'x-ms-request-id', - '3446b4c6-3185-45b0-be01-d79cbcba23f1', + 'a2d90db6-e64b-42d9-8574-5bf7e1022e29', 'x-ms-correlation-request-id', - '3446b4c6-3185-45b0-be01-d79cbcba23f1', + 'a2d90db6-e64b-42d9-8574-5bf7e1022e29', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031015Z:3446b4c6-3185-45b0-be01-d79cbcba23f1', + 'SOUTHEASTASIA:20210924T040249Z:a2d90db6-e64b-42d9-8574-5bf7e1022e29', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:14 GMT' + 'Fri, 24 Sep 2021 04:02:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12265,21 +18529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11729', + '11489', 'x-ms-request-id', - 'ceb50763-a80d-4d9d-8d7f-443ac6134395', + '16238bdf-f9a0-4730-94f9-fa0ef9c24976', 'x-ms-correlation-request-id', - 'ceb50763-a80d-4d9d-8d7f-443ac6134395', + '16238bdf-f9a0-4730-94f9-fa0ef9c24976', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031015Z:ceb50763-a80d-4d9d-8d7f-443ac6134395', + 'SOUTHEASTASIA:20210924T040252Z:16238bdf-f9a0-4730-94f9-fa0ef9c24976', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:15 GMT' + 'Fri, 24 Sep 2021 04:02:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12301,21 +18565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11227', + '11488', 'x-ms-request-id', - 'df3914da-c2fe-4aa2-b8a3-851c7c0f3704', + '8fb14640-0704-4536-b105-0c1e710130df', 'x-ms-correlation-request-id', - 'df3914da-c2fe-4aa2-b8a3-851c7c0f3704', + '8fb14640-0704-4536-b105-0c1e710130df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031017Z:df3914da-c2fe-4aa2-b8a3-851c7c0f3704', + 'SOUTHEASTASIA:20210924T040254Z:8fb14640-0704-4536-b105-0c1e710130df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:16 GMT' + 'Fri, 24 Sep 2021 04:02:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12337,21 +18601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11728', + '11487', 'x-ms-request-id', - '787be74e-6ec4-4d9f-8581-10cee246a9c0', + '5688bde1-6091-4462-a8c1-a5cd34cdae0b', 'x-ms-correlation-request-id', - '787be74e-6ec4-4d9f-8581-10cee246a9c0', + '5688bde1-6091-4462-a8c1-a5cd34cdae0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031018Z:787be74e-6ec4-4d9f-8581-10cee246a9c0', + 'SOUTHEASTASIA:20210924T040256Z:5688bde1-6091-4462-a8c1-a5cd34cdae0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:17 GMT' + 'Fri, 24 Sep 2021 04:02:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12373,21 +18637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11226', + '11486', 'x-ms-request-id', - 'dcff2617-1dfa-45fe-80a7-a9939ce1e667', + '8944564a-a613-4890-973d-c036330cb05d', 'x-ms-correlation-request-id', - 'dcff2617-1dfa-45fe-80a7-a9939ce1e667', + '8944564a-a613-4890-973d-c036330cb05d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031019Z:dcff2617-1dfa-45fe-80a7-a9939ce1e667', + 'SOUTHEASTASIA:20210924T040259Z:8944564a-a613-4890-973d-c036330cb05d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:19 GMT' + 'Fri, 24 Sep 2021 04:02:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12409,21 +18673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11727', + '11485', 'x-ms-request-id', - 'cbec1fd0-a250-4878-a63d-6ea4576da1af', + 'aed93bb5-bded-4f22-ae2f-01d167752ee4', 'x-ms-correlation-request-id', - 'cbec1fd0-a250-4878-a63d-6ea4576da1af', + 'aed93bb5-bded-4f22-ae2f-01d167752ee4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031020Z:cbec1fd0-a250-4878-a63d-6ea4576da1af', + 'SOUTHEASTASIA:20210924T040302Z:aed93bb5-bded-4f22-ae2f-01d167752ee4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:20 GMT' + 'Fri, 24 Sep 2021 04:03:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12445,21 +18709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11225', + '11484', 'x-ms-request-id', - '24c25809-353f-4141-b562-bed7d17ef8ec', + '6653ed99-6fcb-4234-9eea-312279ab7eed', 'x-ms-correlation-request-id', - '24c25809-353f-4141-b562-bed7d17ef8ec', + '6653ed99-6fcb-4234-9eea-312279ab7eed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031022Z:24c25809-353f-4141-b562-bed7d17ef8ec', + 'SOUTHEASTASIA:20210924T040304Z:6653ed99-6fcb-4234-9eea-312279ab7eed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:21 GMT' + 'Fri, 24 Sep 2021 04:03:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12481,21 +18745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11726', + '11483', 'x-ms-request-id', - '1d97b193-7e5f-4194-81d5-51822ec767e4', + '70202b2f-12f5-44d9-bc4f-d67a797a3f12', 'x-ms-correlation-request-id', - '1d97b193-7e5f-4194-81d5-51822ec767e4', + '70202b2f-12f5-44d9-bc4f-d67a797a3f12', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031022Z:1d97b193-7e5f-4194-81d5-51822ec767e4', + 'SOUTHEASTASIA:20210924T040306Z:70202b2f-12f5-44d9-bc4f-d67a797a3f12', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:22 GMT' + 'Fri, 24 Sep 2021 04:03:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12517,21 +18781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11224', + '11482', 'x-ms-request-id', - 'bf93942a-2222-4619-a557-a855a04be2a9', + 'e409a695-1bfa-428e-99e5-571d38920f41', 'x-ms-correlation-request-id', - 'bf93942a-2222-4619-a557-a855a04be2a9', + 'e409a695-1bfa-428e-99e5-571d38920f41', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031024Z:bf93942a-2222-4619-a557-a855a04be2a9', + 'SOUTHEASTASIA:20210924T040309Z:e409a695-1bfa-428e-99e5-571d38920f41', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:23 GMT' + 'Fri, 24 Sep 2021 04:03:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12553,21 +18817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11725', + '11481', 'x-ms-request-id', - 'a662f599-6756-47c4-9675-202e34ddac05', + '8b739f0a-7fae-4ace-ae13-b6119552fb97', 'x-ms-correlation-request-id', - 'a662f599-6756-47c4-9675-202e34ddac05', + '8b739f0a-7fae-4ace-ae13-b6119552fb97', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031024Z:a662f599-6756-47c4-9675-202e34ddac05', + 'SOUTHEASTASIA:20210924T040311Z:8b739f0a-7fae-4ace-ae13-b6119552fb97', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:24 GMT' + 'Fri, 24 Sep 2021 04:03:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12589,21 +18853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11223', + '11480', 'x-ms-request-id', - 'a8f7f99a-df3d-446b-b465-b1d0dd892165', + 'e9999c19-1494-4f31-a81c-48b568daaee4', 'x-ms-correlation-request-id', - 'a8f7f99a-df3d-446b-b465-b1d0dd892165', + 'e9999c19-1494-4f31-a81c-48b568daaee4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031026Z:a8f7f99a-df3d-446b-b465-b1d0dd892165', + 'SOUTHEASTASIA:20210924T040314Z:e9999c19-1494-4f31-a81c-48b568daaee4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:26 GMT' + 'Fri, 24 Sep 2021 04:03:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12625,21 +18889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11724', + '11479', 'x-ms-request-id', - '10d905bf-dc29-48b4-ba8d-a80a83e6fa71', + 'bbc7f8cd-4005-4e88-abd6-edf94982749e', 'x-ms-correlation-request-id', - '10d905bf-dc29-48b4-ba8d-a80a83e6fa71', + 'bbc7f8cd-4005-4e88-abd6-edf94982749e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031027Z:10d905bf-dc29-48b4-ba8d-a80a83e6fa71', + 'SOUTHEASTASIA:20210924T040316Z:bbc7f8cd-4005-4e88-abd6-edf94982749e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:26 GMT' + 'Fri, 24 Sep 2021 04:03:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12661,21 +18925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11222', + '11478', 'x-ms-request-id', - '0ffa6fb7-f046-4254-a835-dd525e72e310', + 'd00823c6-74c8-4d27-981c-2e591ff67190', 'x-ms-correlation-request-id', - '0ffa6fb7-f046-4254-a835-dd525e72e310', + 'd00823c6-74c8-4d27-981c-2e591ff67190', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031029Z:0ffa6fb7-f046-4254-a835-dd525e72e310', + 'SOUTHEASTASIA:20210924T040318Z:d00823c6-74c8-4d27-981c-2e591ff67190', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:28 GMT' + 'Fri, 24 Sep 2021 04:03:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12697,21 +18961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11723', + '11477', 'x-ms-request-id', - '2f05cb4a-ce70-4f3c-83e5-d514120dea0a', + '68a0d46f-b994-46fc-8e1c-105219f743fc', 'x-ms-correlation-request-id', - '2f05cb4a-ce70-4f3c-83e5-d514120dea0a', + '68a0d46f-b994-46fc-8e1c-105219f743fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031029Z:2f05cb4a-ce70-4f3c-83e5-d514120dea0a', + 'SOUTHEASTASIA:20210924T040321Z:68a0d46f-b994-46fc-8e1c-105219f743fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:29 GMT' + 'Fri, 24 Sep 2021 04:03:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12733,21 +18997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11221', + '11476', 'x-ms-request-id', - 'f4c3bbd5-4ed3-4602-91ca-f6a33066b3f0', + '56359951-324f-4ee6-a8ae-fe5c626c9daf', 'x-ms-correlation-request-id', - 'f4c3bbd5-4ed3-4602-91ca-f6a33066b3f0', + '56359951-324f-4ee6-a8ae-fe5c626c9daf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031031Z:f4c3bbd5-4ed3-4602-91ca-f6a33066b3f0', + 'SOUTHEASTASIA:20210924T040323Z:56359951-324f-4ee6-a8ae-fe5c626c9daf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:30 GMT' + 'Fri, 24 Sep 2021 04:03:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12769,21 +19033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11722', + '11475', 'x-ms-request-id', - '8b894371-d809-40a0-85f3-6b50e5d651a6', + '3a9cc1aa-daf6-4ea6-be9a-bb73e18b31a2', 'x-ms-correlation-request-id', - '8b894371-d809-40a0-85f3-6b50e5d651a6', + '3a9cc1aa-daf6-4ea6-be9a-bb73e18b31a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031031Z:8b894371-d809-40a0-85f3-6b50e5d651a6', + 'SOUTHEASTASIA:20210924T040325Z:3a9cc1aa-daf6-4ea6-be9a-bb73e18b31a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:31 GMT' + 'Fri, 24 Sep 2021 04:03:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12805,21 +19069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11220', + '11474', 'x-ms-request-id', - 'daf91bc0-90d1-46f4-ad08-4f6f24cc290c', + '61c991be-67ce-4a51-a94d-9efe1de226ab', 'x-ms-correlation-request-id', - 'daf91bc0-90d1-46f4-ad08-4f6f24cc290c', + '61c991be-67ce-4a51-a94d-9efe1de226ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031033Z:daf91bc0-90d1-46f4-ad08-4f6f24cc290c', + 'SOUTHEASTASIA:20210924T040328Z:61c991be-67ce-4a51-a94d-9efe1de226ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:32 GMT' + 'Fri, 24 Sep 2021 04:03:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12841,21 +19105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11721', + '11473', 'x-ms-request-id', - '19bb18c6-3d13-4b8f-8d28-efa6eb248b0b', + 'dadda365-2dfd-4c1a-b2a4-e86a04d855b8', 'x-ms-correlation-request-id', - '19bb18c6-3d13-4b8f-8d28-efa6eb248b0b', + 'dadda365-2dfd-4c1a-b2a4-e86a04d855b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031034Z:19bb18c6-3d13-4b8f-8d28-efa6eb248b0b', + 'SOUTHEASTASIA:20210924T040330Z:dadda365-2dfd-4c1a-b2a4-e86a04d855b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:33 GMT' + 'Fri, 24 Sep 2021 04:03:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12877,21 +19141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11219', + '11472', 'x-ms-request-id', - '5a9f462d-3468-4c08-b9ea-5c55a88ec16b', + '8cead2f9-5b04-49ec-9f36-8e1b9bc9e7bf', 'x-ms-correlation-request-id', - '5a9f462d-3468-4c08-b9ea-5c55a88ec16b', + '8cead2f9-5b04-49ec-9f36-8e1b9bc9e7bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031035Z:5a9f462d-3468-4c08-b9ea-5c55a88ec16b', + 'SOUTHEASTASIA:20210924T040332Z:8cead2f9-5b04-49ec-9f36-8e1b9bc9e7bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:35 GMT' + 'Fri, 24 Sep 2021 04:03:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12913,21 +19177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11720', + '11471', 'x-ms-request-id', - '5948a0ba-75f0-422f-a1d2-f750ed5ef477', + '4849ca94-3826-4a1d-8c13-9e88b4284892', 'x-ms-correlation-request-id', - '5948a0ba-75f0-422f-a1d2-f750ed5ef477', + '4849ca94-3826-4a1d-8c13-9e88b4284892', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031036Z:5948a0ba-75f0-422f-a1d2-f750ed5ef477', + 'SOUTHEASTASIA:20210924T040335Z:4849ca94-3826-4a1d-8c13-9e88b4284892', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:36 GMT' + 'Fri, 24 Sep 2021 04:03:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12949,21 +19213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11218', + '11470', 'x-ms-request-id', - 'f0d3f6bd-6a2d-4a32-99ad-3ff6cfa415b2', + '2a89b9fd-5269-48e6-b20d-7e770742ba92', 'x-ms-correlation-request-id', - 'f0d3f6bd-6a2d-4a32-99ad-3ff6cfa415b2', + '2a89b9fd-5269-48e6-b20d-7e770742ba92', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031038Z:f0d3f6bd-6a2d-4a32-99ad-3ff6cfa415b2', + 'SOUTHEASTASIA:20210924T040337Z:2a89b9fd-5269-48e6-b20d-7e770742ba92', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:37 GMT' + 'Fri, 24 Sep 2021 04:03:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12985,21 +19249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11719', + '11469', 'x-ms-request-id', - '991d0240-0687-4f0a-b1bb-90cb11221a9c', + 'ada1ab05-d540-4d4f-9093-bf7666d163f9', 'x-ms-correlation-request-id', - '991d0240-0687-4f0a-b1bb-90cb11221a9c', + 'ada1ab05-d540-4d4f-9093-bf7666d163f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031038Z:991d0240-0687-4f0a-b1bb-90cb11221a9c', + 'SOUTHEASTASIA:20210924T040339Z:ada1ab05-d540-4d4f-9093-bf7666d163f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:38 GMT' + 'Fri, 24 Sep 2021 04:03:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13021,21 +19285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11217', + '11468', 'x-ms-request-id', - 'dc9f6771-e29f-48a8-a42a-a68940abf46e', + '912b636f-6bc1-4e8a-918a-9b5be7039ac6', 'x-ms-correlation-request-id', - 'dc9f6771-e29f-48a8-a42a-a68940abf46e', + '912b636f-6bc1-4e8a-918a-9b5be7039ac6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031040Z:dc9f6771-e29f-48a8-a42a-a68940abf46e', + 'SOUTHEASTASIA:20210924T040342Z:912b636f-6bc1-4e8a-918a-9b5be7039ac6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:39 GMT' + 'Fri, 24 Sep 2021 04:03:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13057,21 +19321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11718', + '11467', 'x-ms-request-id', - '3b0e5803-e76f-4615-815f-d2d8c6f084e2', + 'd7056d15-e391-4e1c-89eb-43217c9e70d8', 'x-ms-correlation-request-id', - '3b0e5803-e76f-4615-815f-d2d8c6f084e2', + 'd7056d15-e391-4e1c-89eb-43217c9e70d8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031041Z:3b0e5803-e76f-4615-815f-d2d8c6f084e2', + 'SOUTHEASTASIA:20210924T040344Z:d7056d15-e391-4e1c-89eb-43217c9e70d8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:40 GMT' + 'Fri, 24 Sep 2021 04:03:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13093,21 +19357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11216', + '11466', 'x-ms-request-id', - 'e1d659ba-80c6-452d-9aa4-3f6688d9aab0', + '17fea6c9-7b7d-4a33-97fe-25cd96eba39a', 'x-ms-correlation-request-id', - 'e1d659ba-80c6-452d-9aa4-3f6688d9aab0', + '17fea6c9-7b7d-4a33-97fe-25cd96eba39a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031042Z:e1d659ba-80c6-452d-9aa4-3f6688d9aab0', + 'SOUTHEASTASIA:20210924T040346Z:17fea6c9-7b7d-4a33-97fe-25cd96eba39a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:42 GMT' + 'Fri, 24 Sep 2021 04:03:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13129,21 +19393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11717', + '11465', 'x-ms-request-id', - '1b3df802-c631-4d89-8ad8-a420e9bc8e0b', + '701a578d-2fb5-489a-a5c5-b2a17487eb13', 'x-ms-correlation-request-id', - '1b3df802-c631-4d89-8ad8-a420e9bc8e0b', + '701a578d-2fb5-489a-a5c5-b2a17487eb13', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031043Z:1b3df802-c631-4d89-8ad8-a420e9bc8e0b', + 'SOUTHEASTASIA:20210924T040349Z:701a578d-2fb5-489a-a5c5-b2a17487eb13', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:43 GMT' + 'Fri, 24 Sep 2021 04:03:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13165,21 +19429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11215', + '11464', 'x-ms-request-id', - '98d2728d-334c-486e-b638-a7709dc653df', + '216f2e91-eb52-4c86-8063-7aa988342491', 'x-ms-correlation-request-id', - '98d2728d-334c-486e-b638-a7709dc653df', + '216f2e91-eb52-4c86-8063-7aa988342491', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031045Z:98d2728d-334c-486e-b638-a7709dc653df', + 'SOUTHEASTASIA:20210924T040351Z:216f2e91-eb52-4c86-8063-7aa988342491', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:44 GMT' + 'Fri, 24 Sep 2021 04:03:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13201,21 +19465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11716', + '11463', 'x-ms-request-id', - 'c9411699-cd98-420a-af7d-00a33341bfd4', + 'b188acd6-8ec8-43af-90a7-00b290a25a77', 'x-ms-correlation-request-id', - 'c9411699-cd98-420a-af7d-00a33341bfd4', + 'b188acd6-8ec8-43af-90a7-00b290a25a77', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031045Z:c9411699-cd98-420a-af7d-00a33341bfd4', + 'SOUTHEASTASIA:20210924T040353Z:b188acd6-8ec8-43af-90a7-00b290a25a77', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:45 GMT' + 'Fri, 24 Sep 2021 04:03:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13237,21 +19501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11214', + '11462', 'x-ms-request-id', - 'a0704259-1fa6-42bb-8bea-d1a882d33e7c', + '583b75cd-4b6d-4d59-88cb-f45a77277d0d', 'x-ms-correlation-request-id', - 'a0704259-1fa6-42bb-8bea-d1a882d33e7c', + '583b75cd-4b6d-4d59-88cb-f45a77277d0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031047Z:a0704259-1fa6-42bb-8bea-d1a882d33e7c', + 'SOUTHEASTASIA:20210924T040355Z:583b75cd-4b6d-4d59-88cb-f45a77277d0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:46 GMT' + 'Fri, 24 Sep 2021 04:03:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13273,21 +19537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11715', + '11461', 'x-ms-request-id', - '42bae593-8e64-4a41-8db6-58e4bf6cebea', + 'b232cea9-115d-4a1d-a118-e29bd1ca832e', 'x-ms-correlation-request-id', - '42bae593-8e64-4a41-8db6-58e4bf6cebea', + 'b232cea9-115d-4a1d-a118-e29bd1ca832e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031048Z:42bae593-8e64-4a41-8db6-58e4bf6cebea', + 'SOUTHEASTASIA:20210924T040358Z:b232cea9-115d-4a1d-a118-e29bd1ca832e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:48 GMT' + 'Fri, 24 Sep 2021 04:03:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13309,21 +19573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11213', + '11460', 'x-ms-request-id', - 'f1c4d9c7-2e6c-4f3a-8a3d-31453b9a30aa', + '6d5ed3ed-419a-4fcf-a439-886a4220777c', 'x-ms-correlation-request-id', - 'f1c4d9c7-2e6c-4f3a-8a3d-31453b9a30aa', + '6d5ed3ed-419a-4fcf-a439-886a4220777c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031049Z:f1c4d9c7-2e6c-4f3a-8a3d-31453b9a30aa', + 'SOUTHEASTASIA:20210924T040400Z:6d5ed3ed-419a-4fcf-a439-886a4220777c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:49 GMT' + 'Fri, 24 Sep 2021 04:04:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13345,21 +19609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11714', + '11459', 'x-ms-request-id', - 'f908877d-d224-4d09-aa2a-20569683f600', + '482665a6-ba99-4953-b281-9d15a64f8268', 'x-ms-correlation-request-id', - 'f908877d-d224-4d09-aa2a-20569683f600', + '482665a6-ba99-4953-b281-9d15a64f8268', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031051Z:f908877d-d224-4d09-aa2a-20569683f600', + 'SOUTHEASTASIA:20210924T040402Z:482665a6-ba99-4953-b281-9d15a64f8268', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:50 GMT' + 'Fri, 24 Sep 2021 04:04:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13381,21 +19645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11212', + '11458', 'x-ms-request-id', - 'e0866201-075c-47c7-9cd2-d7711d6cbeee', + '6c2b7c7f-607e-417b-8f04-0f4cdc4e182d', 'x-ms-correlation-request-id', - 'e0866201-075c-47c7-9cd2-d7711d6cbeee', + '6c2b7c7f-607e-417b-8f04-0f4cdc4e182d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031052Z:e0866201-075c-47c7-9cd2-d7711d6cbeee', + 'SOUTHEASTASIA:20210924T040405Z:6c2b7c7f-607e-417b-8f04-0f4cdc4e182d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:51 GMT' + 'Fri, 24 Sep 2021 04:04:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13417,21 +19681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11713', + '11457', 'x-ms-request-id', - 'e495ab1f-e34b-4928-8028-d12b75f79b2c', + '04da4424-7b09-4cae-af23-273e8f03a055', 'x-ms-correlation-request-id', - 'e495ab1f-e34b-4928-8028-d12b75f79b2c', + '04da4424-7b09-4cae-af23-273e8f03a055', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031053Z:e495ab1f-e34b-4928-8028-d12b75f79b2c', + 'SOUTHEASTASIA:20210924T040407Z:04da4424-7b09-4cae-af23-273e8f03a055', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:53 GMT' + 'Fri, 24 Sep 2021 04:04:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13453,21 +19717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11211', + '11456', 'x-ms-request-id', - 'f1e47bec-ac62-495f-b3e2-50cac72a8c09', + '66dfc5a2-777c-4767-a729-aeab38cff60e', 'x-ms-correlation-request-id', - 'f1e47bec-ac62-495f-b3e2-50cac72a8c09', + '66dfc5a2-777c-4767-a729-aeab38cff60e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031054Z:f1e47bec-ac62-495f-b3e2-50cac72a8c09', + 'SOUTHEASTASIA:20210924T040409Z:66dfc5a2-777c-4767-a729-aeab38cff60e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:53 GMT' + 'Fri, 24 Sep 2021 04:04:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13489,21 +19753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11712', + '11455', 'x-ms-request-id', - '29e0731d-b8c7-4f15-a3dc-af9b292195bc', + '8f195973-8612-4042-922d-0070ddd16b4f', 'x-ms-correlation-request-id', - '29e0731d-b8c7-4f15-a3dc-af9b292195bc', + '8f195973-8612-4042-922d-0070ddd16b4f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031055Z:29e0731d-b8c7-4f15-a3dc-af9b292195bc', + 'SOUTHEASTASIA:20210924T040412Z:8f195973-8612-4042-922d-0070ddd16b4f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:55 GMT' + 'Fri, 24 Sep 2021 04:04:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13525,21 +19789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11210', + '11454', 'x-ms-request-id', - '23fe82b3-a203-4359-a6e3-448c733f03b4', + '69a2512c-056e-47c1-bbee-608c17bb7da0', 'x-ms-correlation-request-id', - '23fe82b3-a203-4359-a6e3-448c733f03b4', + '69a2512c-056e-47c1-bbee-608c17bb7da0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031056Z:23fe82b3-a203-4359-a6e3-448c733f03b4', + 'SOUTHEASTASIA:20210924T040414Z:69a2512c-056e-47c1-bbee-608c17bb7da0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:56 GMT' + 'Fri, 24 Sep 2021 04:04:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13561,21 +19825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11711', + '11453', 'x-ms-request-id', - '8f2bf688-1035-4b46-8f75-f65d16aa43ac', + 'f9c13b07-7a89-4595-ab27-468e31b35c2b', 'x-ms-correlation-request-id', - '8f2bf688-1035-4b46-8f75-f65d16aa43ac', + 'f9c13b07-7a89-4595-ab27-468e31b35c2b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031058Z:8f2bf688-1035-4b46-8f75-f65d16aa43ac', + 'SOUTHEASTASIA:20210924T040416Z:f9c13b07-7a89-4595-ab27-468e31b35c2b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:57 GMT' + 'Fri, 24 Sep 2021 04:04:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13597,21 +19861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11209', + '11452', 'x-ms-request-id', - '86dad245-0760-41c8-b3a3-83b59bf0f6ac', + '20e481a9-57e0-4e33-9665-dde70facb961', 'x-ms-correlation-request-id', - '86dad245-0760-41c8-b3a3-83b59bf0f6ac', + '20e481a9-57e0-4e33-9665-dde70facb961', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031059Z:86dad245-0760-41c8-b3a3-83b59bf0f6ac', + 'SOUTHEASTASIA:20210924T040419Z:20e481a9-57e0-4e33-9665-dde70facb961', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:58 GMT' + 'Fri, 24 Sep 2021 04:04:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13633,21 +19897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11710', + '11451', 'x-ms-request-id', - '885a5a4b-5a45-4ab2-95f5-241590df2f49', + 'cf8709ad-7c13-4014-b9b6-9af6445b5172', 'x-ms-correlation-request-id', - '885a5a4b-5a45-4ab2-95f5-241590df2f49', + 'cf8709ad-7c13-4014-b9b6-9af6445b5172', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031100Z:885a5a4b-5a45-4ab2-95f5-241590df2f49', + 'SOUTHEASTASIA:20210924T040421Z:cf8709ad-7c13-4014-b9b6-9af6445b5172', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:10:59 GMT' + 'Fri, 24 Sep 2021 04:04:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13669,21 +19933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11208', + '11450', 'x-ms-request-id', - '3e081e3d-db04-4395-b7f1-0acb1b19ba9b', + '16ad0b37-63bb-48c6-8ccd-7e8b7fde566c', 'x-ms-correlation-request-id', - '3e081e3d-db04-4395-b7f1-0acb1b19ba9b', + '16ad0b37-63bb-48c6-8ccd-7e8b7fde566c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031101Z:3e081e3d-db04-4395-b7f1-0acb1b19ba9b', + 'SOUTHEASTASIA:20210924T040423Z:16ad0b37-63bb-48c6-8ccd-7e8b7fde566c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:00 GMT' + 'Fri, 24 Sep 2021 04:04:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13705,21 +19969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11709', + '11449', 'x-ms-request-id', - 'e7d2e3c5-428d-497e-a227-ab7ebfe83a18', + 'e63712b0-c432-48f4-aa8e-4efdf14d7e50', 'x-ms-correlation-request-id', - 'e7d2e3c5-428d-497e-a227-ab7ebfe83a18', + 'e63712b0-c432-48f4-aa8e-4efdf14d7e50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031102Z:e7d2e3c5-428d-497e-a227-ab7ebfe83a18', + 'SOUTHEASTASIA:20210924T040426Z:e63712b0-c432-48f4-aa8e-4efdf14d7e50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:02 GMT' + 'Fri, 24 Sep 2021 04:04:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13741,21 +20005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11207', + '11448', 'x-ms-request-id', - '8d17edf8-1830-477d-b786-0c78f9ce0f7c', + 'a8463cd7-4edd-4224-84b6-bfb5edad7d88', 'x-ms-correlation-request-id', - '8d17edf8-1830-477d-b786-0c78f9ce0f7c', + 'a8463cd7-4edd-4224-84b6-bfb5edad7d88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031103Z:8d17edf8-1830-477d-b786-0c78f9ce0f7c', + 'SOUTHEASTASIA:20210924T040428Z:a8463cd7-4edd-4224-84b6-bfb5edad7d88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:03 GMT' + 'Fri, 24 Sep 2021 04:04:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13777,21 +20041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11708', + '11447', 'x-ms-request-id', - '9ca949f6-9731-4069-bb91-75bdff54719e', + '1bf0656f-7e4d-4a41-9529-a789f2895b96', 'x-ms-correlation-request-id', - '9ca949f6-9731-4069-bb91-75bdff54719e', + '1bf0656f-7e4d-4a41-9529-a789f2895b96', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031105Z:9ca949f6-9731-4069-bb91-75bdff54719e', + 'SOUTHEASTASIA:20210924T040430Z:1bf0656f-7e4d-4a41-9529-a789f2895b96', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:04 GMT' + 'Fri, 24 Sep 2021 04:04:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13813,21 +20077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11206', + '11446', 'x-ms-request-id', - 'f2b3767d-4047-4c32-9a78-eeab722585ca', + '14f039dc-7ace-4dfe-86ca-ad468aad2d37', 'x-ms-correlation-request-id', - 'f2b3767d-4047-4c32-9a78-eeab722585ca', + '14f039dc-7ace-4dfe-86ca-ad468aad2d37', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031106Z:f2b3767d-4047-4c32-9a78-eeab722585ca', + 'SOUTHEASTASIA:20210924T040433Z:14f039dc-7ace-4dfe-86ca-ad468aad2d37', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:05 GMT' + 'Fri, 24 Sep 2021 04:04:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13849,21 +20113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11707', + '11445', 'x-ms-request-id', - 'ae14fff3-2279-474c-8737-5fc82a51d952', + '6e2daa2e-2dd3-4d84-af77-706d30e722dd', 'x-ms-correlation-request-id', - 'ae14fff3-2279-474c-8737-5fc82a51d952', + '6e2daa2e-2dd3-4d84-af77-706d30e722dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031107Z:ae14fff3-2279-474c-8737-5fc82a51d952', + 'SOUTHEASTASIA:20210924T040435Z:6e2daa2e-2dd3-4d84-af77-706d30e722dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:06 GMT' + 'Fri, 24 Sep 2021 04:04:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13885,21 +20149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11205', + '11444', 'x-ms-request-id', - 'f2b7ae8c-a24e-4f52-b459-d90928f4075a', + '193851c3-75d5-4537-8e27-61319362c613', 'x-ms-correlation-request-id', - 'f2b7ae8c-a24e-4f52-b459-d90928f4075a', + '193851c3-75d5-4537-8e27-61319362c613', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031108Z:f2b7ae8c-a24e-4f52-b459-d90928f4075a', + 'SOUTHEASTASIA:20210924T040437Z:193851c3-75d5-4537-8e27-61319362c613', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:07 GMT' + 'Fri, 24 Sep 2021 04:04:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13921,21 +20185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11706', + '11443', 'x-ms-request-id', - '241f2047-4315-492b-956b-f503f0d25f40', + '312826d6-f2d8-4c73-80f3-b71f335e9b53', 'x-ms-correlation-request-id', - '241f2047-4315-492b-956b-f503f0d25f40', + '312826d6-f2d8-4c73-80f3-b71f335e9b53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031109Z:241f2047-4315-492b-956b-f503f0d25f40', + 'SOUTHEASTASIA:20210924T040440Z:312826d6-f2d8-4c73-80f3-b71f335e9b53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:09 GMT' + 'Fri, 24 Sep 2021 04:04:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13957,21 +20221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11204', + '11442', 'x-ms-request-id', - 'ff25bb3d-a237-47e5-aa07-0b2f18e0ced4', + '24145064-1a68-42b4-9eb0-b9c5139233ed', 'x-ms-correlation-request-id', - 'ff25bb3d-a237-47e5-aa07-0b2f18e0ced4', + '24145064-1a68-42b4-9eb0-b9c5139233ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031110Z:ff25bb3d-a237-47e5-aa07-0b2f18e0ced4', + 'SOUTHEASTASIA:20210924T040442Z:24145064-1a68-42b4-9eb0-b9c5139233ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:09 GMT' + 'Fri, 24 Sep 2021 04:04:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13993,21 +20257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11705', + '11441', 'x-ms-request-id', - '15c18337-2f36-4997-8644-32f662fd15a0', + '4a96a0e9-2ee7-4261-a040-a5e24e5d2451', 'x-ms-correlation-request-id', - '15c18337-2f36-4997-8644-32f662fd15a0', + '4a96a0e9-2ee7-4261-a040-a5e24e5d2451', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031112Z:15c18337-2f36-4997-8644-32f662fd15a0', + 'SOUTHEASTASIA:20210924T040444Z:4a96a0e9-2ee7-4261-a040-a5e24e5d2451', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:11 GMT' + 'Fri, 24 Sep 2021 04:04:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14029,21 +20293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11203', + '11440', 'x-ms-request-id', - 'db39bfbe-277e-445a-be47-e8c96661c183', + '79671724-9bb1-4c3d-ba73-6d89783d542d', 'x-ms-correlation-request-id', - 'db39bfbe-277e-445a-be47-e8c96661c183', + '79671724-9bb1-4c3d-ba73-6d89783d542d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031113Z:db39bfbe-277e-445a-be47-e8c96661c183', + 'SOUTHEASTASIA:20210924T040447Z:79671724-9bb1-4c3d-ba73-6d89783d542d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:12 GMT' + 'Fri, 24 Sep 2021 04:04:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14065,21 +20329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11704', + '11439', 'x-ms-request-id', - 'd92e3dc2-a2d2-41b3-b834-0f6d52727b34', + '70bf0dae-9c1b-48ed-af72-eab6c7d0bf2f', 'x-ms-correlation-request-id', - 'd92e3dc2-a2d2-41b3-b834-0f6d52727b34', + '70bf0dae-9c1b-48ed-af72-eab6c7d0bf2f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031114Z:d92e3dc2-a2d2-41b3-b834-0f6d52727b34', + 'SOUTHEASTASIA:20210924T040449Z:70bf0dae-9c1b-48ed-af72-eab6c7d0bf2f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:13 GMT' + 'Fri, 24 Sep 2021 04:04:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14101,21 +20365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11202', + '11438', 'x-ms-request-id', - '054f0324-c2e8-4ca9-8589-5fc2bd2d26f6', + '500b7b18-644f-47eb-9f8f-b92d7fa59548', 'x-ms-correlation-request-id', - '054f0324-c2e8-4ca9-8589-5fc2bd2d26f6', + '500b7b18-644f-47eb-9f8f-b92d7fa59548', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031116Z:054f0324-c2e8-4ca9-8589-5fc2bd2d26f6', + 'SOUTHEASTASIA:20210924T040451Z:500b7b18-644f-47eb-9f8f-b92d7fa59548', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:15 GMT' + 'Fri, 24 Sep 2021 04:04:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14137,21 +20401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11703', + '11437', 'x-ms-request-id', - '7d1be1e9-a9e4-4a28-9c2d-c34fb516f95a', + 'c2f04d04-549f-496f-b6f3-3223fe8793bd', 'x-ms-correlation-request-id', - '7d1be1e9-a9e4-4a28-9c2d-c34fb516f95a', + 'c2f04d04-549f-496f-b6f3-3223fe8793bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031116Z:7d1be1e9-a9e4-4a28-9c2d-c34fb516f95a', + 'SOUTHEASTASIA:20210924T040454Z:c2f04d04-549f-496f-b6f3-3223fe8793bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:16 GMT' + 'Fri, 24 Sep 2021 04:04:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14173,21 +20437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11201', + '11436', 'x-ms-request-id', - 'ada9d2ad-d2fa-4b00-ad83-2c80118d4fef', + 'b0eb7e63-3a84-4934-b443-c5cc452e3f75', 'x-ms-correlation-request-id', - 'ada9d2ad-d2fa-4b00-ad83-2c80118d4fef', + 'b0eb7e63-3a84-4934-b443-c5cc452e3f75', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031118Z:ada9d2ad-d2fa-4b00-ad83-2c80118d4fef', + 'SOUTHEASTASIA:20210924T040456Z:b0eb7e63-3a84-4934-b443-c5cc452e3f75', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:17 GMT' + 'Fri, 24 Sep 2021 04:04:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14209,21 +20473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11702', + '11435', 'x-ms-request-id', - '7f549c9c-1354-4cff-baa4-d4b29dadab3b', + '586a9705-3c11-403d-bec9-72248eb135f4', 'x-ms-correlation-request-id', - '7f549c9c-1354-4cff-baa4-d4b29dadab3b', + '586a9705-3c11-403d-bec9-72248eb135f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031119Z:7f549c9c-1354-4cff-baa4-d4b29dadab3b', + 'SOUTHEASTASIA:20210924T040458Z:586a9705-3c11-403d-bec9-72248eb135f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:18 GMT' + 'Fri, 24 Sep 2021 04:04:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14245,21 +20509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11200', + '11434', 'x-ms-request-id', - '0276183c-93e2-428b-8c4c-ebfcfb0efcdf', + '804cb3e6-93f2-47e4-a235-143d6dfdd1b7', 'x-ms-correlation-request-id', - '0276183c-93e2-428b-8c4c-ebfcfb0efcdf', + '804cb3e6-93f2-47e4-a235-143d6dfdd1b7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031120Z:0276183c-93e2-428b-8c4c-ebfcfb0efcdf', + 'SOUTHEASTASIA:20210924T040501Z:804cb3e6-93f2-47e4-a235-143d6dfdd1b7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:19 GMT' + 'Fri, 24 Sep 2021 04:05:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14281,21 +20545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11701', + '11433', 'x-ms-request-id', - '6a4fc282-115d-416b-b589-c0d4ca1c4795', + 'ee8fd54d-3949-4d4d-971a-383160d5578e', 'x-ms-correlation-request-id', - '6a4fc282-115d-416b-b589-c0d4ca1c4795', + 'ee8fd54d-3949-4d4d-971a-383160d5578e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031121Z:6a4fc282-115d-416b-b589-c0d4ca1c4795', + 'SOUTHEASTASIA:20210924T040503Z:ee8fd54d-3949-4d4d-971a-383160d5578e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:20 GMT' + 'Fri, 24 Sep 2021 04:05:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14317,21 +20581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11199', + '11432', 'x-ms-request-id', - '619adc92-b173-4c9a-974b-dd0288f257a1', + '02d0622c-bd06-4542-80cc-cdc8407d2f54', 'x-ms-correlation-request-id', - '619adc92-b173-4c9a-974b-dd0288f257a1', + '02d0622c-bd06-4542-80cc-cdc8407d2f54', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031123Z:619adc92-b173-4c9a-974b-dd0288f257a1', + 'SOUTHEASTASIA:20210924T040505Z:02d0622c-bd06-4542-80cc-cdc8407d2f54', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:22 GMT' + 'Fri, 24 Sep 2021 04:05:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14353,21 +20617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11700', + '11431', 'x-ms-request-id', - '6efe95b2-23bf-42a0-aefc-28795952fe2f', + '31d96cdc-76d0-46d3-9d02-aa3f00a5ea8b', 'x-ms-correlation-request-id', - '6efe95b2-23bf-42a0-aefc-28795952fe2f', + '31d96cdc-76d0-46d3-9d02-aa3f00a5ea8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031123Z:6efe95b2-23bf-42a0-aefc-28795952fe2f', + 'SOUTHEASTASIA:20210924T040508Z:31d96cdc-76d0-46d3-9d02-aa3f00a5ea8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:22 GMT' + 'Fri, 24 Sep 2021 04:05:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14389,21 +20653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11198', + '11430', 'x-ms-request-id', - 'de135a10-1e6f-47fa-b482-58db0d3ca239', + 'eabff530-404c-4373-b6dd-f2ecce9ee824', 'x-ms-correlation-request-id', - 'de135a10-1e6f-47fa-b482-58db0d3ca239', + 'eabff530-404c-4373-b6dd-f2ecce9ee824', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031125Z:de135a10-1e6f-47fa-b482-58db0d3ca239', + 'SOUTHEASTASIA:20210924T040510Z:eabff530-404c-4373-b6dd-f2ecce9ee824', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:24 GMT' + 'Fri, 24 Sep 2021 04:05:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14425,21 +20689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11699', + '11429', 'x-ms-request-id', - 'fbe55609-05d5-4ab1-872e-7f5f8651a785', + '519bd6fd-274d-4641-8328-e91cc4a87ce0', 'x-ms-correlation-request-id', - 'fbe55609-05d5-4ab1-872e-7f5f8651a785', + '519bd6fd-274d-4641-8328-e91cc4a87ce0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031125Z:fbe55609-05d5-4ab1-872e-7f5f8651a785', + 'SOUTHEASTASIA:20210924T040512Z:519bd6fd-274d-4641-8328-e91cc4a87ce0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:25 GMT' + 'Fri, 24 Sep 2021 04:05:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14461,21 +20725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11197', + '11428', 'x-ms-request-id', - '70e02f0a-7ad0-4467-872a-fd2081cae42c', + 'd659b3b0-8251-4ad2-b5e7-bf1354f69eeb', 'x-ms-correlation-request-id', - '70e02f0a-7ad0-4467-872a-fd2081cae42c', + 'd659b3b0-8251-4ad2-b5e7-bf1354f69eeb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031127Z:70e02f0a-7ad0-4467-872a-fd2081cae42c', + 'SOUTHEASTASIA:20210924T040515Z:d659b3b0-8251-4ad2-b5e7-bf1354f69eeb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:26 GMT' + 'Fri, 24 Sep 2021 04:05:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14497,21 +20761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11698', + '11427', 'x-ms-request-id', - '96596953-fdb9-43e0-9898-bb2a1c12dccb', + '5278d830-2a5f-445b-8b7d-84f5785e0aad', 'x-ms-correlation-request-id', - '96596953-fdb9-43e0-9898-bb2a1c12dccb', + '5278d830-2a5f-445b-8b7d-84f5785e0aad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031128Z:96596953-fdb9-43e0-9898-bb2a1c12dccb', + 'SOUTHEASTASIA:20210924T040517Z:5278d830-2a5f-445b-8b7d-84f5785e0aad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:27 GMT' + 'Fri, 24 Sep 2021 04:05:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14533,21 +20797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11196', + '11426', 'x-ms-request-id', - '6409da2e-ffae-42dc-b268-aa0f0274ebf4', + 'ba1523f2-959f-4074-bed1-ba61c44ad5f7', 'x-ms-correlation-request-id', - '6409da2e-ffae-42dc-b268-aa0f0274ebf4', + 'ba1523f2-959f-4074-bed1-ba61c44ad5f7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031130Z:6409da2e-ffae-42dc-b268-aa0f0274ebf4', + 'SOUTHEASTASIA:20210924T040519Z:ba1523f2-959f-4074-bed1-ba61c44ad5f7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:29 GMT' + 'Fri, 24 Sep 2021 04:05:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14569,21 +20833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11697', + '11425', 'x-ms-request-id', - '2dd9a164-e14d-4689-b9b0-bac494a8b495', + 'bd7bb48b-c5ce-4342-b174-109c5c7a4d2d', 'x-ms-correlation-request-id', - '2dd9a164-e14d-4689-b9b0-bac494a8b495', + 'bd7bb48b-c5ce-4342-b174-109c5c7a4d2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031130Z:2dd9a164-e14d-4689-b9b0-bac494a8b495', + 'SOUTHEASTASIA:20210924T040522Z:bd7bb48b-c5ce-4342-b174-109c5c7a4d2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:29 GMT' + 'Fri, 24 Sep 2021 04:05:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14605,21 +20869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11195', + '11424', 'x-ms-request-id', - 'cca45acd-75f6-464e-9e26-a5ed0ab1d4ee', + '6140ad50-2c61-4015-b7ac-0dac7ff233a1', 'x-ms-correlation-request-id', - 'cca45acd-75f6-464e-9e26-a5ed0ab1d4ee', + '6140ad50-2c61-4015-b7ac-0dac7ff233a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031132Z:cca45acd-75f6-464e-9e26-a5ed0ab1d4ee', + 'SOUTHEASTASIA:20210924T040524Z:6140ad50-2c61-4015-b7ac-0dac7ff233a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:31 GMT' + 'Fri, 24 Sep 2021 04:05:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14641,21 +20905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11696', + '11423', 'x-ms-request-id', - 'a2de543b-a2d0-43d3-a27e-3760bba3ef6a', + '68d311df-12b5-48ae-b682-9f51d96ba8e4', 'x-ms-correlation-request-id', - 'a2de543b-a2d0-43d3-a27e-3760bba3ef6a', + '68d311df-12b5-48ae-b682-9f51d96ba8e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031132Z:a2de543b-a2d0-43d3-a27e-3760bba3ef6a', + 'SOUTHEASTASIA:20210924T040526Z:68d311df-12b5-48ae-b682-9f51d96ba8e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:32 GMT' + 'Fri, 24 Sep 2021 04:05:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14677,21 +20941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11194', + '11422', 'x-ms-request-id', - '311808fa-5446-4b68-9e18-d54cbb3e3677', + '1a58bd7b-eb60-4312-8c7a-2702ce8b8c6c', 'x-ms-correlation-request-id', - '311808fa-5446-4b68-9e18-d54cbb3e3677', + '1a58bd7b-eb60-4312-8c7a-2702ce8b8c6c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031134Z:311808fa-5446-4b68-9e18-d54cbb3e3677', + 'SOUTHEASTASIA:20210924T040529Z:1a58bd7b-eb60-4312-8c7a-2702ce8b8c6c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:33 GMT' + 'Fri, 24 Sep 2021 04:05:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14713,21 +20977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11695', + '11421', 'x-ms-request-id', - '2fec9175-c57d-40c2-9bed-128756ba1f75', + '30567356-3c9a-4ff8-8eba-a6d9daf24f56', 'x-ms-correlation-request-id', - '2fec9175-c57d-40c2-9bed-128756ba1f75', + '30567356-3c9a-4ff8-8eba-a6d9daf24f56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031135Z:2fec9175-c57d-40c2-9bed-128756ba1f75', + 'SOUTHEASTASIA:20210924T040531Z:30567356-3c9a-4ff8-8eba-a6d9daf24f56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:34 GMT' + 'Fri, 24 Sep 2021 04:05:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14749,21 +21013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11193', + '11420', 'x-ms-request-id', - 'be9f8aa5-6c65-4c01-8f30-97ad0c352404', + '866da9de-0249-46a5-a7c1-d719250de3a0', 'x-ms-correlation-request-id', - 'be9f8aa5-6c65-4c01-8f30-97ad0c352404', + '866da9de-0249-46a5-a7c1-d719250de3a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031137Z:be9f8aa5-6c65-4c01-8f30-97ad0c352404', + 'SOUTHEASTASIA:20210924T040533Z:866da9de-0249-46a5-a7c1-d719250de3a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:36 GMT' + 'Fri, 24 Sep 2021 04:05:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14785,21 +21049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11694', + '11419', 'x-ms-request-id', - 'ee74e1dd-c2d1-4b37-94fe-15041228b2a3', + '494b84bd-2c51-4312-ad26-43b65b2a745b', 'x-ms-correlation-request-id', - 'ee74e1dd-c2d1-4b37-94fe-15041228b2a3', + '494b84bd-2c51-4312-ad26-43b65b2a745b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031137Z:ee74e1dd-c2d1-4b37-94fe-15041228b2a3', + 'SOUTHEASTASIA:20210924T040535Z:494b84bd-2c51-4312-ad26-43b65b2a745b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:36 GMT' + 'Fri, 24 Sep 2021 04:05:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14821,21 +21085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11192', + '11418', 'x-ms-request-id', - 'c6c14587-1cc4-4131-ae2e-7e0a07a3f3f5', + 'b595342f-828d-45ca-a4d8-5fd0d5c76f71', 'x-ms-correlation-request-id', - 'c6c14587-1cc4-4131-ae2e-7e0a07a3f3f5', + 'b595342f-828d-45ca-a4d8-5fd0d5c76f71', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031139Z:c6c14587-1cc4-4131-ae2e-7e0a07a3f3f5', + 'SOUTHEASTASIA:20210924T040538Z:b595342f-828d-45ca-a4d8-5fd0d5c76f71', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:38 GMT' + 'Fri, 24 Sep 2021 04:05:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14857,21 +21121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11693', + '11417', 'x-ms-request-id', - 'ebb194a5-daf0-43d6-b144-326b601617a7', + '91ec1771-5782-470b-878c-c586e88e2c77', 'x-ms-correlation-request-id', - 'ebb194a5-daf0-43d6-b144-326b601617a7', + '91ec1771-5782-470b-878c-c586e88e2c77', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031139Z:ebb194a5-daf0-43d6-b144-326b601617a7', + 'SOUTHEASTASIA:20210924T040540Z:91ec1771-5782-470b-878c-c586e88e2c77', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:39 GMT' + 'Fri, 24 Sep 2021 04:05:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14893,21 +21157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11191', + '11416', 'x-ms-request-id', - 'c203926a-c333-4287-9ac1-ed87603965c3', + 'a8b60736-8a90-4225-aff2-fa7c8b17fe4c', 'x-ms-correlation-request-id', - 'c203926a-c333-4287-9ac1-ed87603965c3', + 'a8b60736-8a90-4225-aff2-fa7c8b17fe4c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031141Z:c203926a-c333-4287-9ac1-ed87603965c3', + 'SOUTHEASTASIA:20210924T040542Z:a8b60736-8a90-4225-aff2-fa7c8b17fe4c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:41 GMT' + 'Fri, 24 Sep 2021 04:05:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14929,21 +21193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11692', + '11415', 'x-ms-request-id', - '006287c7-4fb2-4ac4-b306-fcd464ddd561', + 'c9399665-6c29-4887-8c66-4d059c778ee4', 'x-ms-correlation-request-id', - '006287c7-4fb2-4ac4-b306-fcd464ddd561', + 'c9399665-6c29-4887-8c66-4d059c778ee4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031142Z:006287c7-4fb2-4ac4-b306-fcd464ddd561', + 'SOUTHEASTASIA:20210924T040545Z:c9399665-6c29-4887-8c66-4d059c778ee4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:41 GMT' + 'Fri, 24 Sep 2021 04:05:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14965,21 +21229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11190', + '11414', 'x-ms-request-id', - '18005ed5-ff05-4b8f-956d-3284114baf31', + '4057f527-7e30-439e-a09e-3a0d2588b8e4', 'x-ms-correlation-request-id', - '18005ed5-ff05-4b8f-956d-3284114baf31', + '4057f527-7e30-439e-a09e-3a0d2588b8e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031143Z:18005ed5-ff05-4b8f-956d-3284114baf31', + 'SOUTHEASTASIA:20210924T040547Z:4057f527-7e30-439e-a09e-3a0d2588b8e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:43 GMT' + 'Fri, 24 Sep 2021 04:05:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15001,21 +21265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11691', + '11413', 'x-ms-request-id', - 'b7b18327-07ab-418e-8cd8-9da6a6db1c53', + 'd276a6bc-f483-45a7-b79a-a19537700bec', 'x-ms-correlation-request-id', - 'b7b18327-07ab-418e-8cd8-9da6a6db1c53', + 'd276a6bc-f483-45a7-b79a-a19537700bec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031144Z:b7b18327-07ab-418e-8cd8-9da6a6db1c53', + 'SOUTHEASTASIA:20210924T040549Z:d276a6bc-f483-45a7-b79a-a19537700bec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:43 GMT' + 'Fri, 24 Sep 2021 04:05:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15037,21 +21301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11189', + '11412', 'x-ms-request-id', - '831eee1a-3c9a-45d0-bf46-b3c5564342fd', + '92417fe2-3ec0-402e-a532-6cdd05e0bcc8', 'x-ms-correlation-request-id', - '831eee1a-3c9a-45d0-bf46-b3c5564342fd', + '92417fe2-3ec0-402e-a532-6cdd05e0bcc8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031146Z:831eee1a-3c9a-45d0-bf46-b3c5564342fd', + 'SOUTHEASTASIA:20210924T040552Z:92417fe2-3ec0-402e-a532-6cdd05e0bcc8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:46 GMT' + 'Fri, 24 Sep 2021 04:05:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15073,21 +21337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11690', + '11411', 'x-ms-request-id', - '4cd0bc84-862e-4ad7-8ca4-577cb61bc2a4', + 'cac15580-27a2-49e9-85a6-e5a23eb37734', 'x-ms-correlation-request-id', - '4cd0bc84-862e-4ad7-8ca4-577cb61bc2a4', + 'cac15580-27a2-49e9-85a6-e5a23eb37734', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031146Z:4cd0bc84-862e-4ad7-8ca4-577cb61bc2a4', + 'SOUTHEASTASIA:20210924T040554Z:cac15580-27a2-49e9-85a6-e5a23eb37734', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:46 GMT' + 'Fri, 24 Sep 2021 04:05:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15109,21 +21373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11188', + '11410', 'x-ms-request-id', - 'd546c2ce-d524-4fb1-96a1-d696ebeea760', + '478c40b7-948d-4769-941e-fb2b6309e229', 'x-ms-correlation-request-id', - 'd546c2ce-d524-4fb1-96a1-d696ebeea760', + '478c40b7-948d-4769-941e-fb2b6309e229', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031148Z:d546c2ce-d524-4fb1-96a1-d696ebeea760', + 'SOUTHEASTASIA:20210924T040556Z:478c40b7-948d-4769-941e-fb2b6309e229', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:48 GMT' + 'Fri, 24 Sep 2021 04:05:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15145,21 +21409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11689', + '11409', 'x-ms-request-id', - '2722e46d-d385-4b08-9724-d49873f40ee7', + 'e664570a-9e5d-4bd5-8d2f-d61769e27991', 'x-ms-correlation-request-id', - '2722e46d-d385-4b08-9724-d49873f40ee7', + 'e664570a-9e5d-4bd5-8d2f-d61769e27991', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031149Z:2722e46d-d385-4b08-9724-d49873f40ee7', + 'SOUTHEASTASIA:20210924T040559Z:e664570a-9e5d-4bd5-8d2f-d61769e27991', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:48 GMT' + 'Fri, 24 Sep 2021 04:05:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15181,21 +21445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11187', + '11408', 'x-ms-request-id', - '2f3a549d-a760-496b-bc20-fde19b2b7e5e', + 'e49c35ec-2e73-4097-ad5a-9eda07840520', 'x-ms-correlation-request-id', - '2f3a549d-a760-496b-bc20-fde19b2b7e5e', + 'e49c35ec-2e73-4097-ad5a-9eda07840520', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031151Z:2f3a549d-a760-496b-bc20-fde19b2b7e5e', + 'SOUTHEASTASIA:20210924T040601Z:e49c35ec-2e73-4097-ad5a-9eda07840520', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:51 GMT' + 'Fri, 24 Sep 2021 04:06:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15217,21 +21481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11688', + '11407', 'x-ms-request-id', - '9597fbac-ab53-4a5e-8ab6-b2ca47ef73b1', + '6442c171-13bd-4292-8b30-c0d721940b05', 'x-ms-correlation-request-id', - '9597fbac-ab53-4a5e-8ab6-b2ca47ef73b1', + '6442c171-13bd-4292-8b30-c0d721940b05', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031152Z:9597fbac-ab53-4a5e-8ab6-b2ca47ef73b1', + 'SOUTHEASTASIA:20210924T040603Z:6442c171-13bd-4292-8b30-c0d721940b05', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:51 GMT' + 'Fri, 24 Sep 2021 04:06:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15253,21 +21517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11186', + '11406', 'x-ms-request-id', - '0e568495-e7b7-4816-bbc9-4552b42518f7', + '62c897ed-b2c2-4319-b6de-fb062c921f10', 'x-ms-correlation-request-id', - '0e568495-e7b7-4816-bbc9-4552b42518f7', + '62c897ed-b2c2-4319-b6de-fb062c921f10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031153Z:0e568495-e7b7-4816-bbc9-4552b42518f7', + 'SOUTHEASTASIA:20210924T040606Z:62c897ed-b2c2-4319-b6de-fb062c921f10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:53 GMT' + 'Fri, 24 Sep 2021 04:06:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15289,21 +21553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11687', + '11405', 'x-ms-request-id', - 'c50094d8-5926-43cb-b2a2-92fb404420ed', + '406ba191-d5a7-44a9-8329-073dc28c1415', 'x-ms-correlation-request-id', - 'c50094d8-5926-43cb-b2a2-92fb404420ed', + '406ba191-d5a7-44a9-8329-073dc28c1415', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031154Z:c50094d8-5926-43cb-b2a2-92fb404420ed', + 'SOUTHEASTASIA:20210924T040608Z:406ba191-d5a7-44a9-8329-073dc28c1415', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:53 GMT' + 'Fri, 24 Sep 2021 04:06:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15325,21 +21589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11185', + '11404', 'x-ms-request-id', - 'c3cb5ebf-2d8a-48ba-a58b-37eab896aeb8', + '07a44b14-bb6c-44df-b505-8d449dac3c2e', 'x-ms-correlation-request-id', - 'c3cb5ebf-2d8a-48ba-a58b-37eab896aeb8', + '07a44b14-bb6c-44df-b505-8d449dac3c2e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031156Z:c3cb5ebf-2d8a-48ba-a58b-37eab896aeb8', + 'SOUTHEASTASIA:20210924T040610Z:07a44b14-bb6c-44df-b505-8d449dac3c2e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:56 GMT' + 'Fri, 24 Sep 2021 04:06:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15361,21 +21625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11686', + '11403', 'x-ms-request-id', - '65f90b36-7269-4159-8f7a-d9635baf2d92', + '0fc9c87f-f281-4e03-9bda-8d273a9c3d3e', 'x-ms-correlation-request-id', - '65f90b36-7269-4159-8f7a-d9635baf2d92', + '0fc9c87f-f281-4e03-9bda-8d273a9c3d3e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031156Z:65f90b36-7269-4159-8f7a-d9635baf2d92', + 'SOUTHEASTASIA:20210924T040613Z:0fc9c87f-f281-4e03-9bda-8d273a9c3d3e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:55 GMT' + 'Fri, 24 Sep 2021 04:06:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15397,21 +21661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11184', + '11402', 'x-ms-request-id', - '29a6068c-f143-4903-8aa3-db88b1169fe1', + 'b9c67bff-600e-44f9-9988-d3b459bc7f3a', 'x-ms-correlation-request-id', - '29a6068c-f143-4903-8aa3-db88b1169fe1', + 'b9c67bff-600e-44f9-9988-d3b459bc7f3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031158Z:29a6068c-f143-4903-8aa3-db88b1169fe1', + 'SOUTHEASTASIA:20210924T040615Z:b9c67bff-600e-44f9-9988-d3b459bc7f3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:58 GMT' + 'Fri, 24 Sep 2021 04:06:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15433,21 +21697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11685', + '11401', 'x-ms-request-id', - '5a8d54c4-9844-4886-94d7-5ac384cb0f2f', + '6206ee1f-8099-4c24-9cd7-612e0eb0cb04', 'x-ms-correlation-request-id', - '5a8d54c4-9844-4886-94d7-5ac384cb0f2f', + '6206ee1f-8099-4c24-9cd7-612e0eb0cb04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031159Z:5a8d54c4-9844-4886-94d7-5ac384cb0f2f', + 'SOUTHEASTASIA:20210924T040617Z:6206ee1f-8099-4c24-9cd7-612e0eb0cb04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:11:59 GMT' + 'Fri, 24 Sep 2021 04:06:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15469,21 +21733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11183', + '11400', 'x-ms-request-id', - 'bee880c3-985d-4581-98fc-a20d7539359a', + '1c0e1bfb-d4c8-400c-a68d-84015e5cc37a', 'x-ms-correlation-request-id', - 'bee880c3-985d-4581-98fc-a20d7539359a', + '1c0e1bfb-d4c8-400c-a68d-84015e5cc37a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031200Z:bee880c3-985d-4581-98fc-a20d7539359a', + 'SOUTHEASTASIA:20210924T040620Z:1c0e1bfb-d4c8-400c-a68d-84015e5cc37a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:00 GMT' + 'Fri, 24 Sep 2021 04:06:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15505,21 +21769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11684', + '11399', 'x-ms-request-id', - 'db24c502-e879-4a49-af79-9e67dc667085', + 'efafd80e-6cfd-471b-8275-5d1bd7b74ea1', 'x-ms-correlation-request-id', - 'db24c502-e879-4a49-af79-9e67dc667085', + 'efafd80e-6cfd-471b-8275-5d1bd7b74ea1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031201Z:db24c502-e879-4a49-af79-9e67dc667085', + 'SOUTHEASTASIA:20210924T040622Z:efafd80e-6cfd-471b-8275-5d1bd7b74ea1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:01 GMT' + 'Fri, 24 Sep 2021 04:06:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15541,21 +21805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11182', + '11398', 'x-ms-request-id', - '9e106c33-9006-4e55-9205-ab11742b6c02', + '70caa370-b902-4438-99a3-5e211bc79d07', 'x-ms-correlation-request-id', - '9e106c33-9006-4e55-9205-ab11742b6c02', + '70caa370-b902-4438-99a3-5e211bc79d07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031203Z:9e106c33-9006-4e55-9205-ab11742b6c02', + 'SOUTHEASTASIA:20210924T040624Z:70caa370-b902-4438-99a3-5e211bc79d07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:03 GMT' + 'Fri, 24 Sep 2021 04:06:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15577,21 +21841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11683', + '11397', 'x-ms-request-id', - '48a2edce-9e0f-4235-ae76-a72483337cfd', + 'bdd30ad3-0f95-417c-92cf-4ac531a35d9e', 'x-ms-correlation-request-id', - '48a2edce-9e0f-4235-ae76-a72483337cfd', + 'bdd30ad3-0f95-417c-92cf-4ac531a35d9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031203Z:48a2edce-9e0f-4235-ae76-a72483337cfd', + 'SOUTHEASTASIA:20210924T040626Z:bdd30ad3-0f95-417c-92cf-4ac531a35d9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:03 GMT' + 'Fri, 24 Sep 2021 04:06:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15613,21 +21877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11181', + '11396', 'x-ms-request-id', - '89de6bba-aac9-4c65-8017-f51439728be2', + '9548303a-9499-46f1-8e4d-235effb9d2f0', 'x-ms-correlation-request-id', - '89de6bba-aac9-4c65-8017-f51439728be2', + '9548303a-9499-46f1-8e4d-235effb9d2f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031205Z:89de6bba-aac9-4c65-8017-f51439728be2', + 'SOUTHEASTASIA:20210924T040629Z:9548303a-9499-46f1-8e4d-235effb9d2f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:05 GMT' + 'Fri, 24 Sep 2021 04:06:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15649,21 +21913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11682', + '11395', 'x-ms-request-id', - '9952e7fb-662f-4f0d-b153-7e98854350d9', + '30311131-ee5e-428d-b18e-c4e9828328cd', 'x-ms-correlation-request-id', - '9952e7fb-662f-4f0d-b153-7e98854350d9', + '30311131-ee5e-428d-b18e-c4e9828328cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031206Z:9952e7fb-662f-4f0d-b153-7e98854350d9', + 'SOUTHEASTASIA:20210924T040631Z:30311131-ee5e-428d-b18e-c4e9828328cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:06 GMT' + 'Fri, 24 Sep 2021 04:06:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15685,21 +21949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11180', + '11394', 'x-ms-request-id', - '75381f10-6751-4279-9909-5fdca06afa69', + 'fc3c0b5b-d8fd-4d0f-9d02-d1944b83f763', 'x-ms-correlation-request-id', - '75381f10-6751-4279-9909-5fdca06afa69', + 'fc3c0b5b-d8fd-4d0f-9d02-d1944b83f763', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031207Z:75381f10-6751-4279-9909-5fdca06afa69', + 'SOUTHEASTASIA:20210924T040634Z:fc3c0b5b-d8fd-4d0f-9d02-d1944b83f763', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:07 GMT' + 'Fri, 24 Sep 2021 04:06:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15721,21 +21985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11681', + '11393', 'x-ms-request-id', - '1ab0a546-2451-40d8-b09a-03de9a8e15d7', + '1b641cd0-d7ee-469d-86ca-88178abdd7da', 'x-ms-correlation-request-id', - '1ab0a546-2451-40d8-b09a-03de9a8e15d7', + '1b641cd0-d7ee-469d-86ca-88178abdd7da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031208Z:1ab0a546-2451-40d8-b09a-03de9a8e15d7', + 'SOUTHEASTASIA:20210924T040636Z:1b641cd0-d7ee-469d-86ca-88178abdd7da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:08 GMT' + 'Fri, 24 Sep 2021 04:06:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15757,21 +22021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11179', + '11392', 'x-ms-request-id', - '94356a0e-c366-406a-8bef-ebbd3aca4c83', + 'a5036c5f-10d7-446c-ac76-58fa4ce31e07', 'x-ms-correlation-request-id', - '94356a0e-c366-406a-8bef-ebbd3aca4c83', + 'a5036c5f-10d7-446c-ac76-58fa4ce31e07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031210Z:94356a0e-c366-406a-8bef-ebbd3aca4c83', + 'SOUTHEASTASIA:20210924T040638Z:a5036c5f-10d7-446c-ac76-58fa4ce31e07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:10 GMT' + 'Fri, 24 Sep 2021 04:06:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15793,21 +22057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11680', + '11391', 'x-ms-request-id', - 'ea9efe8b-3581-4676-b930-f6aa0a9403c7', + '2a17e616-1216-4877-9b66-9ab0d556593a', 'x-ms-correlation-request-id', - 'ea9efe8b-3581-4676-b930-f6aa0a9403c7', + '2a17e616-1216-4877-9b66-9ab0d556593a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031210Z:ea9efe8b-3581-4676-b930-f6aa0a9403c7', + 'SOUTHEASTASIA:20210924T040640Z:2a17e616-1216-4877-9b66-9ab0d556593a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:10 GMT' + 'Fri, 24 Sep 2021 04:06:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15829,21 +22093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11679', + '11390', 'x-ms-request-id', - '7d2678d7-81fc-42d9-aed7-9307788ea99c', + '380f59af-dc0e-4219-83b1-19f207399f32', 'x-ms-correlation-request-id', - '7d2678d7-81fc-42d9-aed7-9307788ea99c', + '380f59af-dc0e-4219-83b1-19f207399f32', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031213Z:7d2678d7-81fc-42d9-aed7-9307788ea99c', + 'SOUTHEASTASIA:20210924T040643Z:380f59af-dc0e-4219-83b1-19f207399f32', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:12 GMT' + 'Fri, 24 Sep 2021 04:06:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15865,21 +22129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11178', + '11389', 'x-ms-request-id', - '42d867c3-99cd-44ad-8ea5-a3b2351952b7', + 'c14d9b9f-c2b6-4bb6-82be-ffa4ec98550c', 'x-ms-correlation-request-id', - '42d867c3-99cd-44ad-8ea5-a3b2351952b7', + 'c14d9b9f-c2b6-4bb6-82be-ffa4ec98550c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031213Z:42d867c3-99cd-44ad-8ea5-a3b2351952b7', + 'SOUTHEASTASIA:20210924T040645Z:c14d9b9f-c2b6-4bb6-82be-ffa4ec98550c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:13 GMT' + 'Fri, 24 Sep 2021 04:06:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15901,21 +22165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11678', + '11388', 'x-ms-request-id', - 'f7890d6a-c594-4d5c-a879-c8db478c450a', + '2a2a14f7-d37b-44c7-b3d4-1f1fa70c6f4f', 'x-ms-correlation-request-id', - 'f7890d6a-c594-4d5c-a879-c8db478c450a', + '2a2a14f7-d37b-44c7-b3d4-1f1fa70c6f4f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031215Z:f7890d6a-c594-4d5c-a879-c8db478c450a', + 'SOUTHEASTASIA:20210924T040647Z:2a2a14f7-d37b-44c7-b3d4-1f1fa70c6f4f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:15 GMT' + 'Fri, 24 Sep 2021 04:06:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15937,21 +22201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11177', + '11387', 'x-ms-request-id', - '54db0c30-e3b1-47d0-a00c-2d95b494ae69', + 'a58cee31-1afb-4dd3-9375-aa346d351524', 'x-ms-correlation-request-id', - '54db0c30-e3b1-47d0-a00c-2d95b494ae69', + 'a58cee31-1afb-4dd3-9375-aa346d351524', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031215Z:54db0c30-e3b1-47d0-a00c-2d95b494ae69', + 'SOUTHEASTASIA:20210924T040650Z:a58cee31-1afb-4dd3-9375-aa346d351524', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:15 GMT' + 'Fri, 24 Sep 2021 04:06:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15973,21 +22237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11677', + '11386', 'x-ms-request-id', - 'd5e0bfe5-45e0-4fa5-b4cf-68102a9feb20', + '9f70df0d-7f52-4cfd-9ef4-a433d1c66ae0', 'x-ms-correlation-request-id', - 'd5e0bfe5-45e0-4fa5-b4cf-68102a9feb20', + '9f70df0d-7f52-4cfd-9ef4-a433d1c66ae0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031217Z:d5e0bfe5-45e0-4fa5-b4cf-68102a9feb20', + 'SOUTHEASTASIA:20210924T040652Z:9f70df0d-7f52-4cfd-9ef4-a433d1c66ae0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:17 GMT' + 'Fri, 24 Sep 2021 04:06:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16009,21 +22273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11176', + '11385', 'x-ms-request-id', - 'accbcc84-c0dc-4fa6-976a-9b2e6c03dab3', + 'ce047baf-0dc7-4b8c-9bea-07f0b3bba2d9', 'x-ms-correlation-request-id', - 'accbcc84-c0dc-4fa6-976a-9b2e6c03dab3', + 'ce047baf-0dc7-4b8c-9bea-07f0b3bba2d9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031217Z:accbcc84-c0dc-4fa6-976a-9b2e6c03dab3', + 'SOUTHEASTASIA:20210924T040654Z:ce047baf-0dc7-4b8c-9bea-07f0b3bba2d9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:17 GMT' + 'Fri, 24 Sep 2021 04:06:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16045,21 +22309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11676', + '11384', 'x-ms-request-id', - '68f411cd-598d-44af-953d-60b51dfa23fa', + '5733147b-02af-40c7-9088-9aacc1cfe264', 'x-ms-correlation-request-id', - '68f411cd-598d-44af-953d-60b51dfa23fa', + '5733147b-02af-40c7-9088-9aacc1cfe264', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031219Z:68f411cd-598d-44af-953d-60b51dfa23fa', + 'SOUTHEASTASIA:20210924T040657Z:5733147b-02af-40c7-9088-9aacc1cfe264', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:19 GMT' + 'Fri, 24 Sep 2021 04:06:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16081,21 +22345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11175', + '11383', 'x-ms-request-id', - '7ddfe284-23fd-4789-bead-0548a63d0f64', + '0a972f26-d68c-4cea-9760-09da9d320b61', 'x-ms-correlation-request-id', - '7ddfe284-23fd-4789-bead-0548a63d0f64', + '0a972f26-d68c-4cea-9760-09da9d320b61', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031220Z:7ddfe284-23fd-4789-bead-0548a63d0f64', + 'SOUTHEASTASIA:20210924T040659Z:0a972f26-d68c-4cea-9760-09da9d320b61', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:20 GMT' + 'Fri, 24 Sep 2021 04:06:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16117,21 +22381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11675', + '11382', 'x-ms-request-id', - '79559669-729f-4a55-8d91-ab22532a7e9c', + '31f0dee5-329a-4078-8a2c-7aa2880ff4fb', 'x-ms-correlation-request-id', - '79559669-729f-4a55-8d91-ab22532a7e9c', + '31f0dee5-329a-4078-8a2c-7aa2880ff4fb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031222Z:79559669-729f-4a55-8d91-ab22532a7e9c', + 'SOUTHEASTASIA:20210924T040701Z:31f0dee5-329a-4078-8a2c-7aa2880ff4fb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:22 GMT' + 'Fri, 24 Sep 2021 04:07:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16153,21 +22417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11174', + '11381', 'x-ms-request-id', - '656c52a6-4e9d-4276-87a5-8ed4ac868c90', + 'fd4c0707-b062-4f48-8312-d6f9f85f10c1', 'x-ms-correlation-request-id', - '656c52a6-4e9d-4276-87a5-8ed4ac868c90', + 'fd4c0707-b062-4f48-8312-d6f9f85f10c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031222Z:656c52a6-4e9d-4276-87a5-8ed4ac868c90', + 'SOUTHEASTASIA:20210924T040704Z:fd4c0707-b062-4f48-8312-d6f9f85f10c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:22 GMT' + 'Fri, 24 Sep 2021 04:07:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16189,21 +22453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11674', + '11380', 'x-ms-request-id', - '64426426-09a1-4dbb-b60f-9740832aca6a', + '7610cea1-3dba-43ab-bd14-a0f35ea6f2fc', 'x-ms-correlation-request-id', - '64426426-09a1-4dbb-b60f-9740832aca6a', + '7610cea1-3dba-43ab-bd14-a0f35ea6f2fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031224Z:64426426-09a1-4dbb-b60f-9740832aca6a', + 'SOUTHEASTASIA:20210924T040706Z:7610cea1-3dba-43ab-bd14-a0f35ea6f2fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:24 GMT' + 'Fri, 24 Sep 2021 04:07:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16225,21 +22489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11173', + '11379', 'x-ms-request-id', - 'cd26ac87-4937-4569-8a27-696c4b50025f', + 'd88c80b8-468e-407e-a7df-9d91a3a0a9da', 'x-ms-correlation-request-id', - 'cd26ac87-4937-4569-8a27-696c4b50025f', + 'd88c80b8-468e-407e-a7df-9d91a3a0a9da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031224Z:cd26ac87-4937-4569-8a27-696c4b50025f', + 'SOUTHEASTASIA:20210924T040708Z:d88c80b8-468e-407e-a7df-9d91a3a0a9da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:24 GMT' + 'Fri, 24 Sep 2021 04:07:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16261,21 +22525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11673', + '11378', 'x-ms-request-id', - '8461d492-fe17-47b6-b9d0-49afc18a22b2', + '2ca54f37-a3ab-4c55-86ee-285e09584537', 'x-ms-correlation-request-id', - '8461d492-fe17-47b6-b9d0-49afc18a22b2', + '2ca54f37-a3ab-4c55-86ee-285e09584537', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031226Z:8461d492-fe17-47b6-b9d0-49afc18a22b2', + 'SOUTHEASTASIA:20210924T040711Z:2ca54f37-a3ab-4c55-86ee-285e09584537', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:26 GMT' + 'Fri, 24 Sep 2021 04:07:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16297,21 +22561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11172', + '11377', 'x-ms-request-id', - '4f19ecee-e12c-44c7-a899-3551f799c418', + 'fd464743-04bc-42ca-b42c-366a8550415e', 'x-ms-correlation-request-id', - '4f19ecee-e12c-44c7-a899-3551f799c418', + 'fd464743-04bc-42ca-b42c-366a8550415e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031227Z:4f19ecee-e12c-44c7-a899-3551f799c418', + 'SOUTHEASTASIA:20210924T040713Z:fd464743-04bc-42ca-b42c-366a8550415e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:26 GMT' + 'Fri, 24 Sep 2021 04:07:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16333,21 +22597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11672', + '11376', 'x-ms-request-id', - '1403fa82-bb47-4ab0-853a-59be83645476', + '6c50f1d6-7e1c-4d7d-8f4c-3fecff0de1a9', 'x-ms-correlation-request-id', - '1403fa82-bb47-4ab0-853a-59be83645476', + '6c50f1d6-7e1c-4d7d-8f4c-3fecff0de1a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031229Z:1403fa82-bb47-4ab0-853a-59be83645476', + 'SOUTHEASTASIA:20210924T040715Z:6c50f1d6-7e1c-4d7d-8f4c-3fecff0de1a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:28 GMT' + 'Fri, 24 Sep 2021 04:07:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16369,21 +22633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11171', + '11375', 'x-ms-request-id', - '8ca6273e-5052-434d-aa66-07323e201872', + '338cd4c2-2fe0-4b5f-aecc-b92e1c916a38', 'x-ms-correlation-request-id', - '8ca6273e-5052-434d-aa66-07323e201872', + '338cd4c2-2fe0-4b5f-aecc-b92e1c916a38', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031229Z:8ca6273e-5052-434d-aa66-07323e201872', + 'SOUTHEASTASIA:20210924T040718Z:338cd4c2-2fe0-4b5f-aecc-b92e1c916a38', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:29 GMT' + 'Fri, 24 Sep 2021 04:07:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16405,21 +22669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11671', + '11374', 'x-ms-request-id', - '942a1663-6a61-43cb-b735-350f540104c5', + '684110d1-c5d5-4f55-b6ad-a646a9ae59e8', 'x-ms-correlation-request-id', - '942a1663-6a61-43cb-b735-350f540104c5', + '684110d1-c5d5-4f55-b6ad-a646a9ae59e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031231Z:942a1663-6a61-43cb-b735-350f540104c5', + 'SOUTHEASTASIA:20210924T040720Z:684110d1-c5d5-4f55-b6ad-a646a9ae59e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:31 GMT' + 'Fri, 24 Sep 2021 04:07:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16441,21 +22705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11170', + '11373', 'x-ms-request-id', - '4f5fbd51-a3ac-417d-b649-1c095efe4a19', + '19c93b08-a35f-473b-99d2-4fcc2098ef94', 'x-ms-correlation-request-id', - '4f5fbd51-a3ac-417d-b649-1c095efe4a19', + '19c93b08-a35f-473b-99d2-4fcc2098ef94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031231Z:4f5fbd51-a3ac-417d-b649-1c095efe4a19', + 'SOUTHEASTASIA:20210924T040722Z:19c93b08-a35f-473b-99d2-4fcc2098ef94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:31 GMT' + 'Fri, 24 Sep 2021 04:07:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16477,21 +22741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11670', + '11372', 'x-ms-request-id', - '7e107ab5-131c-4f7b-a316-5c323f126f8e', + '98403e56-a231-4de0-a93d-2ce5c16d8c01', 'x-ms-correlation-request-id', - '7e107ab5-131c-4f7b-a316-5c323f126f8e', + '98403e56-a231-4de0-a93d-2ce5c16d8c01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031233Z:7e107ab5-131c-4f7b-a316-5c323f126f8e', + 'SOUTHEASTASIA:20210924T040725Z:98403e56-a231-4de0-a93d-2ce5c16d8c01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:33 GMT' + 'Fri, 24 Sep 2021 04:07:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16513,21 +22777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11169', + '11371', 'x-ms-request-id', - 'd46d86d8-aaf9-4c41-8836-004f3666789b', + 'b16bc859-993e-4127-802d-c83497befb65', 'x-ms-correlation-request-id', - 'd46d86d8-aaf9-4c41-8836-004f3666789b', + 'b16bc859-993e-4127-802d-c83497befb65', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031234Z:d46d86d8-aaf9-4c41-8836-004f3666789b', + 'SOUTHEASTASIA:20210924T040727Z:b16bc859-993e-4127-802d-c83497befb65', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:33 GMT' + 'Fri, 24 Sep 2021 04:07:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16549,21 +22813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11669', + '11370', 'x-ms-request-id', - '620d9405-5eaf-4620-83d4-f9d940d72199', + '90953297-6ee6-4c95-91af-7cf51f59ab09', 'x-ms-correlation-request-id', - '620d9405-5eaf-4620-83d4-f9d940d72199', + '90953297-6ee6-4c95-91af-7cf51f59ab09', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031236Z:620d9405-5eaf-4620-83d4-f9d940d72199', + 'SOUTHEASTASIA:20210924T040729Z:90953297-6ee6-4c95-91af-7cf51f59ab09', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:35 GMT' + 'Fri, 24 Sep 2021 04:07:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16585,21 +22849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11168', + '11369', 'x-ms-request-id', - '1cd5c084-6953-47dd-800a-bbbec2da1749', + 'ee9a190f-baee-426b-8504-33f077158058', 'x-ms-correlation-request-id', - '1cd5c084-6953-47dd-800a-bbbec2da1749', + 'ee9a190f-baee-426b-8504-33f077158058', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031236Z:1cd5c084-6953-47dd-800a-bbbec2da1749', + 'SOUTHEASTASIA:20210924T040732Z:ee9a190f-baee-426b-8504-33f077158058', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:36 GMT' + 'Fri, 24 Sep 2021 04:07:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16621,21 +22885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11668', + '11368', 'x-ms-request-id', - '8c458e42-e615-489f-9349-ce6e7bd0f2a5', + '2dfa3fbf-194e-4d39-a735-a37feb8515bd', 'x-ms-correlation-request-id', - '8c458e42-e615-489f-9349-ce6e7bd0f2a5', + '2dfa3fbf-194e-4d39-a735-a37feb8515bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031238Z:8c458e42-e615-489f-9349-ce6e7bd0f2a5', + 'SOUTHEASTASIA:20210924T040734Z:2dfa3fbf-194e-4d39-a735-a37feb8515bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:38 GMT' + 'Fri, 24 Sep 2021 04:07:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16657,21 +22921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11167', + '11367', 'x-ms-request-id', - '13983abb-3b83-4954-ab06-7d8b30af706d', + 'da67079e-37b5-47fd-b6d8-76a548ce5730', 'x-ms-correlation-request-id', - '13983abb-3b83-4954-ab06-7d8b30af706d', + 'da67079e-37b5-47fd-b6d8-76a548ce5730', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031238Z:13983abb-3b83-4954-ab06-7d8b30af706d', + 'SOUTHEASTASIA:20210924T040736Z:da67079e-37b5-47fd-b6d8-76a548ce5730', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:38 GMT' + 'Fri, 24 Sep 2021 04:07:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16693,21 +22957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11667', + '11366', 'x-ms-request-id', - '80042857-9918-4c09-819e-b8f650987afa', + '3f050e8e-bc59-4af0-a906-6a29c0adb3a8', 'x-ms-correlation-request-id', - '80042857-9918-4c09-819e-b8f650987afa', + '3f050e8e-bc59-4af0-a906-6a29c0adb3a8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031240Z:80042857-9918-4c09-819e-b8f650987afa', + 'SOUTHEASTASIA:20210924T040739Z:3f050e8e-bc59-4af0-a906-6a29c0adb3a8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:40 GMT' + 'Fri, 24 Sep 2021 04:07:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16729,21 +22993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11166', + '11365', 'x-ms-request-id', - 'a8c09d7d-9a09-4a5b-aab8-e0e5553e66ea', + 'f3be3b3e-f4bd-4a26-8352-27e524d42783', 'x-ms-correlation-request-id', - 'a8c09d7d-9a09-4a5b-aab8-e0e5553e66ea', + 'f3be3b3e-f4bd-4a26-8352-27e524d42783', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031241Z:a8c09d7d-9a09-4a5b-aab8-e0e5553e66ea', + 'SOUTHEASTASIA:20210924T040741Z:f3be3b3e-f4bd-4a26-8352-27e524d42783', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:40 GMT' + 'Fri, 24 Sep 2021 04:07:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16765,21 +23029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11666', + '11364', 'x-ms-request-id', - 'e8b787c3-edc9-427b-a0fc-6189889d0826', + 'c91146b2-44f1-4114-b295-7915b88b5fba', 'x-ms-correlation-request-id', - 'e8b787c3-edc9-427b-a0fc-6189889d0826', + 'c91146b2-44f1-4114-b295-7915b88b5fba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031243Z:e8b787c3-edc9-427b-a0fc-6189889d0826', + 'SOUTHEASTASIA:20210924T040743Z:c91146b2-44f1-4114-b295-7915b88b5fba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:42 GMT' + 'Fri, 24 Sep 2021 04:07:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16801,21 +23065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11165', + '11363', 'x-ms-request-id', - '5ee66486-97a4-4116-8850-c88a49778670', + '4833ca96-01ae-4ca1-ac40-2c14cdedec40', 'x-ms-correlation-request-id', - '5ee66486-97a4-4116-8850-c88a49778670', + '4833ca96-01ae-4ca1-ac40-2c14cdedec40', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031243Z:5ee66486-97a4-4116-8850-c88a49778670', + 'SOUTHEASTASIA:20210924T040746Z:4833ca96-01ae-4ca1-ac40-2c14cdedec40', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:43 GMT' + 'Fri, 24 Sep 2021 04:07:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16837,21 +23101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11665', + '11362', 'x-ms-request-id', - '0a3b6a15-6350-4979-8a91-88325b5fe397', + 'd427a395-05b2-49e2-807a-fdf20d827715', 'x-ms-correlation-request-id', - '0a3b6a15-6350-4979-8a91-88325b5fe397', + 'd427a395-05b2-49e2-807a-fdf20d827715', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031245Z:0a3b6a15-6350-4979-8a91-88325b5fe397', + 'SOUTHEASTASIA:20210924T040748Z:d427a395-05b2-49e2-807a-fdf20d827715', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:45 GMT' + 'Fri, 24 Sep 2021 04:07:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16873,21 +23137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11164', + '11361', 'x-ms-request-id', - '40c1de8d-f339-433c-83cc-734132d8ae8f', + '450339e6-3314-4841-8972-e90da4b8170f', 'x-ms-correlation-request-id', - '40c1de8d-f339-433c-83cc-734132d8ae8f', + '450339e6-3314-4841-8972-e90da4b8170f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031245Z:40c1de8d-f339-433c-83cc-734132d8ae8f', + 'SOUTHEASTASIA:20210924T040750Z:450339e6-3314-4841-8972-e90da4b8170f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:45 GMT' + 'Fri, 24 Sep 2021 04:07:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16909,21 +23173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11664', + '11360', 'x-ms-request-id', - '9054459b-7377-4d48-96bc-1f89f924afb6', + '15b9f0f3-00ef-4ffc-a77a-b904a2c39eba', 'x-ms-correlation-request-id', - '9054459b-7377-4d48-96bc-1f89f924afb6', + '15b9f0f3-00ef-4ffc-a77a-b904a2c39eba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031247Z:9054459b-7377-4d48-96bc-1f89f924afb6', + 'SOUTHEASTASIA:20210924T040752Z:15b9f0f3-00ef-4ffc-a77a-b904a2c39eba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:47 GMT' + 'Fri, 24 Sep 2021 04:07:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16945,21 +23209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11163', + '11359', 'x-ms-request-id', - 'f65ed4bb-3dfb-40b8-ba8b-85fe2cc0cec0', + '60df58a7-72c3-422d-af7f-bc6a1d2f83ec', 'x-ms-correlation-request-id', - 'f65ed4bb-3dfb-40b8-ba8b-85fe2cc0cec0', + '60df58a7-72c3-422d-af7f-bc6a1d2f83ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031248Z:f65ed4bb-3dfb-40b8-ba8b-85fe2cc0cec0', + 'SOUTHEASTASIA:20210924T040755Z:60df58a7-72c3-422d-af7f-bc6a1d2f83ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:47 GMT' + 'Fri, 24 Sep 2021 04:07:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16981,21 +23245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11162', + '11358', 'x-ms-request-id', - 'aca0fc37-f179-4d4d-9679-4d96b70289f1', + 'a8671c74-05ee-4292-b9a5-cdfe7accfd4c', 'x-ms-correlation-request-id', - 'aca0fc37-f179-4d4d-9679-4d96b70289f1', + 'a8671c74-05ee-4292-b9a5-cdfe7accfd4c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031250Z:aca0fc37-f179-4d4d-9679-4d96b70289f1', + 'SOUTHEASTASIA:20210924T040757Z:a8671c74-05ee-4292-b9a5-cdfe7accfd4c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:50 GMT' + 'Fri, 24 Sep 2021 04:07:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17017,21 +23281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11663', + '11357', 'x-ms-request-id', - '14101065-b855-4653-8cb4-90efed1b7b40', + 'f83b93a6-044a-4729-a4ba-e2fb6fdc488c', 'x-ms-correlation-request-id', - '14101065-b855-4653-8cb4-90efed1b7b40', + 'f83b93a6-044a-4729-a4ba-e2fb6fdc488c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031250Z:14101065-b855-4653-8cb4-90efed1b7b40', + 'SOUTHEASTASIA:20210924T040759Z:f83b93a6-044a-4729-a4ba-e2fb6fdc488c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:50 GMT' + 'Fri, 24 Sep 2021 04:07:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17053,21 +23317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11161', + '11356', 'x-ms-request-id', - 'eb785f00-ac02-4241-99d1-1d6fa9e9e36d', + '41912e0b-59f3-48f9-a447-dea682257fe1', 'x-ms-correlation-request-id', - 'eb785f00-ac02-4241-99d1-1d6fa9e9e36d', + '41912e0b-59f3-48f9-a447-dea682257fe1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031252Z:eb785f00-ac02-4241-99d1-1d6fa9e9e36d', + 'SOUTHEASTASIA:20210924T040802Z:41912e0b-59f3-48f9-a447-dea682257fe1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:52 GMT' + 'Fri, 24 Sep 2021 04:08:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17089,21 +23353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11662', + '11355', 'x-ms-request-id', - '164b13de-ffaa-4cc9-a066-1b4db79d7e6d', + '8ecb0acd-4c39-47c3-94a0-d6176d01a23b', 'x-ms-correlation-request-id', - '164b13de-ffaa-4cc9-a066-1b4db79d7e6d', + '8ecb0acd-4c39-47c3-94a0-d6176d01a23b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031253Z:164b13de-ffaa-4cc9-a066-1b4db79d7e6d', + 'SOUTHEASTASIA:20210924T040804Z:8ecb0acd-4c39-47c3-94a0-d6176d01a23b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:52 GMT' + 'Fri, 24 Sep 2021 04:08:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17125,21 +23389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11661', + '11354', 'x-ms-request-id', - 'dcc098e3-26e7-441e-854a-a2502016c712', + '52fffc14-763e-4254-be73-ae764c1d5e95', 'x-ms-correlation-request-id', - 'dcc098e3-26e7-441e-854a-a2502016c712', + '52fffc14-763e-4254-be73-ae764c1d5e95', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031255Z:dcc098e3-26e7-441e-854a-a2502016c712', + 'SOUTHEASTASIA:20210924T040806Z:52fffc14-763e-4254-be73-ae764c1d5e95', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:55 GMT' + 'Fri, 24 Sep 2021 04:08:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17161,21 +23425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11160', + '11353', 'x-ms-request-id', - 'b83920a9-4c1d-4dae-af15-59ef96d67bef', + 'bac62f51-3448-4a1e-a91c-cfd803a124d2', 'x-ms-correlation-request-id', - 'b83920a9-4c1d-4dae-af15-59ef96d67bef', + 'bac62f51-3448-4a1e-a91c-cfd803a124d2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031255Z:b83920a9-4c1d-4dae-af15-59ef96d67bef', + 'SOUTHEASTASIA:20210924T040809Z:bac62f51-3448-4a1e-a91c-cfd803a124d2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:55 GMT' + 'Fri, 24 Sep 2021 04:08:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17197,21 +23461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11660', + '11352', 'x-ms-request-id', - '2486768c-a006-40a7-8a80-37336e43f711', + 'e2c9efd5-f144-47cb-83f2-3ec1c16588fe', 'x-ms-correlation-request-id', - '2486768c-a006-40a7-8a80-37336e43f711', + 'e2c9efd5-f144-47cb-83f2-3ec1c16588fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031257Z:2486768c-a006-40a7-8a80-37336e43f711', + 'SOUTHEASTASIA:20210924T040812Z:e2c9efd5-f144-47cb-83f2-3ec1c16588fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:57 GMT' + 'Fri, 24 Sep 2021 04:08:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17233,21 +23497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11159', + '11351', 'x-ms-request-id', - '37e21476-de28-435a-9e2a-9db90ec1db92', + 'e1e91d4a-f5a1-491c-b826-df05a00338f6', 'x-ms-correlation-request-id', - '37e21476-de28-435a-9e2a-9db90ec1db92', + 'e1e91d4a-f5a1-491c-b826-df05a00338f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031257Z:37e21476-de28-435a-9e2a-9db90ec1db92', + 'SOUTHEASTASIA:20210924T040814Z:e1e91d4a-f5a1-491c-b826-df05a00338f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:57 GMT' + 'Fri, 24 Sep 2021 04:08:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17269,21 +23533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11659', + '11350', 'x-ms-request-id', - 'b41af525-d999-4d6b-b779-453bc38613fc', + '5d89459f-7906-4c3d-ba3e-92a1c56d3c79', 'x-ms-correlation-request-id', - 'b41af525-d999-4d6b-b779-453bc38613fc', + '5d89459f-7906-4c3d-ba3e-92a1c56d3c79', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031300Z:b41af525-d999-4d6b-b779-453bc38613fc', + 'SOUTHEASTASIA:20210924T040816Z:5d89459f-7906-4c3d-ba3e-92a1c56d3c79', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:59 GMT' + 'Fri, 24 Sep 2021 04:08:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17305,21 +23569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11158', + '11349', 'x-ms-request-id', - 'ffc85ce3-0645-40dc-b735-627ab9f2c2db', + '589110d8-4e3e-4cfc-9a7c-02ade7ad3bef', 'x-ms-correlation-request-id', - 'ffc85ce3-0645-40dc-b735-627ab9f2c2db', + '589110d8-4e3e-4cfc-9a7c-02ade7ad3bef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031300Z:ffc85ce3-0645-40dc-b735-627ab9f2c2db', + 'SOUTHEASTASIA:20210924T040819Z:589110d8-4e3e-4cfc-9a7c-02ade7ad3bef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:12:59 GMT' + 'Fri, 24 Sep 2021 04:08:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17341,21 +23605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11658', + '11348', 'x-ms-request-id', - '5b30d58e-b3fc-4e1a-8a71-f5d7ed386a59', + '507c3061-3e91-4bbd-98cd-c4697ede551d', 'x-ms-correlation-request-id', - '5b30d58e-b3fc-4e1a-8a71-f5d7ed386a59', + '507c3061-3e91-4bbd-98cd-c4697ede551d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031302Z:5b30d58e-b3fc-4e1a-8a71-f5d7ed386a59', + 'SOUTHEASTASIA:20210924T040821Z:507c3061-3e91-4bbd-98cd-c4697ede551d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:02 GMT' + 'Fri, 24 Sep 2021 04:08:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17377,21 +23641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11157', + '11347', 'x-ms-request-id', - 'c109bb0c-26c9-40e0-882c-d4f52843a06d', + '72ea436b-f8ea-40d0-803b-66ad80cb68d1', 'x-ms-correlation-request-id', - 'c109bb0c-26c9-40e0-882c-d4f52843a06d', + '72ea436b-f8ea-40d0-803b-66ad80cb68d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031302Z:c109bb0c-26c9-40e0-882c-d4f52843a06d', + 'SOUTHEASTASIA:20210924T040823Z:72ea436b-f8ea-40d0-803b-66ad80cb68d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:02 GMT' + 'Fri, 24 Sep 2021 04:08:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17413,21 +23677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11657', + '11346', 'x-ms-request-id', - '13511068-5344-434b-a672-8a921c9d3525', + 'bd44a657-9836-419f-b4b8-0889e92b74dc', 'x-ms-correlation-request-id', - '13511068-5344-434b-a672-8a921c9d3525', + 'bd44a657-9836-419f-b4b8-0889e92b74dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031304Z:13511068-5344-434b-a672-8a921c9d3525', + 'SOUTHEASTASIA:20210924T040826Z:bd44a657-9836-419f-b4b8-0889e92b74dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:04 GMT' + 'Fri, 24 Sep 2021 04:08:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17449,21 +23713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11156', + '11345', 'x-ms-request-id', - '9da803fb-1074-443e-8f09-407a6a3ca051', + 'b25b2a12-2dc8-418a-a1f0-68ac560b3276', 'x-ms-correlation-request-id', - '9da803fb-1074-443e-8f09-407a6a3ca051', + 'b25b2a12-2dc8-418a-a1f0-68ac560b3276', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031304Z:9da803fb-1074-443e-8f09-407a6a3ca051', + 'SOUTHEASTASIA:20210924T040828Z:b25b2a12-2dc8-418a-a1f0-68ac560b3276', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:04 GMT' + 'Fri, 24 Sep 2021 04:08:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17485,21 +23749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11656', + '11344', 'x-ms-request-id', - 'bc559d82-4181-45f5-95f3-22580a445da4', + '1163c136-952d-457c-8ab9-06c1646ed06b', 'x-ms-correlation-request-id', - 'bc559d82-4181-45f5-95f3-22580a445da4', + '1163c136-952d-457c-8ab9-06c1646ed06b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031307Z:bc559d82-4181-45f5-95f3-22580a445da4', + 'SOUTHEASTASIA:20210924T040830Z:1163c136-952d-457c-8ab9-06c1646ed06b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:06 GMT' + 'Fri, 24 Sep 2021 04:08:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17521,21 +23785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11155', + '11343', 'x-ms-request-id', - '517ea56c-0933-46e1-afac-c0c74bd345f5', + '081779bd-fbc1-4376-b0a8-ddfa79b5b770', 'x-ms-correlation-request-id', - '517ea56c-0933-46e1-afac-c0c74bd345f5', + '081779bd-fbc1-4376-b0a8-ddfa79b5b770', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031307Z:517ea56c-0933-46e1-afac-c0c74bd345f5', + 'SOUTHEASTASIA:20210924T040833Z:081779bd-fbc1-4376-b0a8-ddfa79b5b770', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:06 GMT' + 'Fri, 24 Sep 2021 04:08:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17557,21 +23821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11655', + '11342', 'x-ms-request-id', - 'ab954084-10c2-4c6b-b9e0-0349054c1776', + '5d053203-815a-483d-9652-2ca9087d81e2', 'x-ms-correlation-request-id', - 'ab954084-10c2-4c6b-b9e0-0349054c1776', + '5d053203-815a-483d-9652-2ca9087d81e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031309Z:ab954084-10c2-4c6b-b9e0-0349054c1776', + 'SOUTHEASTASIA:20210924T040835Z:5d053203-815a-483d-9652-2ca9087d81e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:08 GMT' + 'Fri, 24 Sep 2021 04:08:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17593,21 +23857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11154', + '11341', 'x-ms-request-id', - '2783d76a-7757-4072-b1c4-21bccab46175', + 'e04c5f80-56da-45df-b840-e5c24da25b1f', 'x-ms-correlation-request-id', - '2783d76a-7757-4072-b1c4-21bccab46175', + 'e04c5f80-56da-45df-b840-e5c24da25b1f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031309Z:2783d76a-7757-4072-b1c4-21bccab46175', + 'SOUTHEASTASIA:20210924T040837Z:e04c5f80-56da-45df-b840-e5c24da25b1f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:09 GMT' + 'Fri, 24 Sep 2021 04:08:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17629,21 +23893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11654', + '11340', 'x-ms-request-id', - 'b2747e50-1857-48a8-b57a-635ad290a93c', + 'ff2b4de9-ef8f-4956-b529-fcb8d9e4588d', 'x-ms-correlation-request-id', - 'b2747e50-1857-48a8-b57a-635ad290a93c', + 'ff2b4de9-ef8f-4956-b529-fcb8d9e4588d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031311Z:b2747e50-1857-48a8-b57a-635ad290a93c', + 'SOUTHEASTASIA:20210924T040840Z:ff2b4de9-ef8f-4956-b529-fcb8d9e4588d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:11 GMT' + 'Fri, 24 Sep 2021 04:08:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17665,21 +23929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11153', + '11339', 'x-ms-request-id', - 'efd6f4c5-0305-4864-9c99-c52043e06337', + '0517a00a-9ed7-4bdc-84c0-9023168d8832', 'x-ms-correlation-request-id', - 'efd6f4c5-0305-4864-9c99-c52043e06337', + '0517a00a-9ed7-4bdc-84c0-9023168d8832', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031311Z:efd6f4c5-0305-4864-9c99-c52043e06337', + 'SOUTHEASTASIA:20210924T040842Z:0517a00a-9ed7-4bdc-84c0-9023168d8832', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:11 GMT' + 'Fri, 24 Sep 2021 04:08:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17701,21 +23965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11653', + '11338', 'x-ms-request-id', - 'df2315e1-2a79-4244-a32a-4f91496dc165', + '8cd5e897-1c80-46f6-97cc-b8f1e0b3875d', 'x-ms-correlation-request-id', - 'df2315e1-2a79-4244-a32a-4f91496dc165', + '8cd5e897-1c80-46f6-97cc-b8f1e0b3875d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031314Z:df2315e1-2a79-4244-a32a-4f91496dc165', + 'SOUTHEASTASIA:20210924T040844Z:8cd5e897-1c80-46f6-97cc-b8f1e0b3875d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:13 GMT' + 'Fri, 24 Sep 2021 04:08:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17737,21 +24001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11152', + '11337', 'x-ms-request-id', - '9ed7d93f-5dca-4fd4-b0e6-f7c4979b4c61', + 'cb3b6d00-d75e-4418-8da6-c674baa23fab', 'x-ms-correlation-request-id', - '9ed7d93f-5dca-4fd4-b0e6-f7c4979b4c61', + 'cb3b6d00-d75e-4418-8da6-c674baa23fab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031314Z:9ed7d93f-5dca-4fd4-b0e6-f7c4979b4c61', + 'SOUTHEASTASIA:20210924T040847Z:cb3b6d00-d75e-4418-8da6-c674baa23fab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:14 GMT' + 'Fri, 24 Sep 2021 04:08:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17773,21 +24037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11652', + '11336', 'x-ms-request-id', - 'd0653dc2-da46-44c0-a308-4d72f7a0b993', + 'bed79518-46f6-4d42-84fd-ff82c33a6626', 'x-ms-correlation-request-id', - 'd0653dc2-da46-44c0-a308-4d72f7a0b993', + 'bed79518-46f6-4d42-84fd-ff82c33a6626', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031316Z:d0653dc2-da46-44c0-a308-4d72f7a0b993', + 'SOUTHEASTASIA:20210924T040849Z:bed79518-46f6-4d42-84fd-ff82c33a6626', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:15 GMT' + 'Fri, 24 Sep 2021 04:08:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17809,21 +24073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11151', + '11335', 'x-ms-request-id', - 'fc6b6cae-cc11-4d71-872c-d49cf2291dcd', + '936b4855-71cf-48e1-a5e3-ff81fcc001ab', 'x-ms-correlation-request-id', - 'fc6b6cae-cc11-4d71-872c-d49cf2291dcd', + '936b4855-71cf-48e1-a5e3-ff81fcc001ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031317Z:fc6b6cae-cc11-4d71-872c-d49cf2291dcd', + 'SOUTHEASTASIA:20210924T040851Z:936b4855-71cf-48e1-a5e3-ff81fcc001ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:16 GMT' + 'Fri, 24 Sep 2021 04:08:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17845,21 +24109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11651', + '11334', 'x-ms-request-id', - '817c2bcb-fe02-4b36-8a5f-6c3a43d08a91', + '1b3dc2fb-aba5-4f02-9888-9b2393d645a4', 'x-ms-correlation-request-id', - '817c2bcb-fe02-4b36-8a5f-6c3a43d08a91', + '1b3dc2fb-aba5-4f02-9888-9b2393d645a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031318Z:817c2bcb-fe02-4b36-8a5f-6c3a43d08a91', + 'SOUTHEASTASIA:20210924T040854Z:1b3dc2fb-aba5-4f02-9888-9b2393d645a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:18 GMT' + 'Fri, 24 Sep 2021 04:08:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17881,21 +24145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11150', + '11333', 'x-ms-request-id', - '3791a262-2ee6-4738-a474-f42042d118af', + '9c705662-093e-4288-8edb-05d07c95feae', 'x-ms-correlation-request-id', - '3791a262-2ee6-4738-a474-f42042d118af', + '9c705662-093e-4288-8edb-05d07c95feae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031319Z:3791a262-2ee6-4738-a474-f42042d118af', + 'SOUTHEASTASIA:20210924T040856Z:9c705662-093e-4288-8edb-05d07c95feae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:19 GMT' + 'Fri, 24 Sep 2021 04:08:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17917,21 +24181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11650', + '11332', 'x-ms-request-id', - '70dbe6f3-d732-4ab6-86a6-3013efc8a22a', + '8f047c75-196c-4178-ae3c-0fe0482c6e4b', 'x-ms-correlation-request-id', - '70dbe6f3-d732-4ab6-86a6-3013efc8a22a', + '8f047c75-196c-4178-ae3c-0fe0482c6e4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031321Z:70dbe6f3-d732-4ab6-86a6-3013efc8a22a', + 'SOUTHEASTASIA:20210924T040858Z:8f047c75-196c-4178-ae3c-0fe0482c6e4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:20 GMT' + 'Fri, 24 Sep 2021 04:08:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17953,21 +24217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11149', + '11331', 'x-ms-request-id', - 'f8efa3a8-c4e0-4b70-a4ee-aa8bdb7eae2e', + '51ac110b-1b43-4bea-9fbc-fb5c5df075dc', 'x-ms-correlation-request-id', - 'f8efa3a8-c4e0-4b70-a4ee-aa8bdb7eae2e', + '51ac110b-1b43-4bea-9fbc-fb5c5df075dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031321Z:f8efa3a8-c4e0-4b70-a4ee-aa8bdb7eae2e', + 'SOUTHEASTASIA:20210924T040900Z:51ac110b-1b43-4bea-9fbc-fb5c5df075dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:21 GMT' + 'Fri, 24 Sep 2021 04:09:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17989,21 +24253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11649', + '11330', 'x-ms-request-id', - 'ec587807-5daa-4856-a659-daf5fa3588dd', + '37f7caab-302e-456b-811f-13835e1791c7', 'x-ms-correlation-request-id', - 'ec587807-5daa-4856-a659-daf5fa3588dd', + '37f7caab-302e-456b-811f-13835e1791c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031323Z:ec587807-5daa-4856-a659-daf5fa3588dd', + 'SOUTHEASTASIA:20210924T040903Z:37f7caab-302e-456b-811f-13835e1791c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:22 GMT' + 'Fri, 24 Sep 2021 04:09:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18025,21 +24289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11148', + '11329', 'x-ms-request-id', - '2f17bb15-0a63-4d12-ab04-e1be5d304629', + 'f8dbd812-652a-4b61-86b5-e72e0bc384dd', 'x-ms-correlation-request-id', - '2f17bb15-0a63-4d12-ab04-e1be5d304629', + 'f8dbd812-652a-4b61-86b5-e72e0bc384dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031324Z:2f17bb15-0a63-4d12-ab04-e1be5d304629', + 'SOUTHEASTASIA:20210924T040905Z:f8dbd812-652a-4b61-86b5-e72e0bc384dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:23 GMT' + 'Fri, 24 Sep 2021 04:09:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18061,21 +24325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11648', + '11328', 'x-ms-request-id', - '65e3dfdc-3998-4113-8080-306299b426c2', + 'b74c5c93-3e25-4b95-9283-ded59c14c52e', 'x-ms-correlation-request-id', - '65e3dfdc-3998-4113-8080-306299b426c2', + 'b74c5c93-3e25-4b95-9283-ded59c14c52e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031325Z:65e3dfdc-3998-4113-8080-306299b426c2', + 'SOUTHEASTASIA:20210924T040907Z:b74c5c93-3e25-4b95-9283-ded59c14c52e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:25 GMT' + 'Fri, 24 Sep 2021 04:09:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18097,21 +24361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11147', + '11327', 'x-ms-request-id', - '26037838-97e4-41ee-8aab-c141906ef816', + '0fbed3f6-76b8-417d-b7a5-ffc585da4566', 'x-ms-correlation-request-id', - '26037838-97e4-41ee-8aab-c141906ef816', + '0fbed3f6-76b8-417d-b7a5-ffc585da4566', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031326Z:26037838-97e4-41ee-8aab-c141906ef816', + 'SOUTHEASTASIA:20210924T040910Z:0fbed3f6-76b8-417d-b7a5-ffc585da4566', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:26 GMT' + 'Fri, 24 Sep 2021 04:09:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18133,21 +24397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11647', + '11326', 'x-ms-request-id', - '5cfbb9d2-36fd-4a15-a1eb-4afce25f8787', + 'd6e42c1a-d8ab-4dec-910e-307372878454', 'x-ms-correlation-request-id', - '5cfbb9d2-36fd-4a15-a1eb-4afce25f8787', + 'd6e42c1a-d8ab-4dec-910e-307372878454', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031327Z:5cfbb9d2-36fd-4a15-a1eb-4afce25f8787', + 'SOUTHEASTASIA:20210924T040912Z:d6e42c1a-d8ab-4dec-910e-307372878454', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:27 GMT' + 'Fri, 24 Sep 2021 04:09:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18169,21 +24433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11146', + '11325', 'x-ms-request-id', - '29fcf186-da3d-4e69-843f-2b3c60589737', + 'f535d191-1734-4f54-ab42-9fead0734cf2', 'x-ms-correlation-request-id', - '29fcf186-da3d-4e69-843f-2b3c60589737', + 'f535d191-1734-4f54-ab42-9fead0734cf2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031328Z:29fcf186-da3d-4e69-843f-2b3c60589737', + 'SOUTHEASTASIA:20210924T040914Z:f535d191-1734-4f54-ab42-9fead0734cf2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:28 GMT' + 'Fri, 24 Sep 2021 04:09:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18205,21 +24469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11646', + '11324', 'x-ms-request-id', - 'f80404a9-b98e-4bb5-bbd9-03caaab668e6', + 'fc3ea04f-db54-4b48-a44a-9f5c56d0e81d', 'x-ms-correlation-request-id', - 'f80404a9-b98e-4bb5-bbd9-03caaab668e6', + 'fc3ea04f-db54-4b48-a44a-9f5c56d0e81d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031330Z:f80404a9-b98e-4bb5-bbd9-03caaab668e6', + 'SOUTHEASTASIA:20210924T040917Z:fc3ea04f-db54-4b48-a44a-9f5c56d0e81d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:29 GMT' + 'Fri, 24 Sep 2021 04:09:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18241,21 +24505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11145', + '11323', 'x-ms-request-id', - '7fb99cfd-e155-4640-94cd-91e339a7c73e', + 'f869a35f-7f9d-4676-9dc1-0d2d2e54e18f', 'x-ms-correlation-request-id', - '7fb99cfd-e155-4640-94cd-91e339a7c73e', + 'f869a35f-7f9d-4676-9dc1-0d2d2e54e18f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031331Z:7fb99cfd-e155-4640-94cd-91e339a7c73e', + 'SOUTHEASTASIA:20210924T040919Z:f869a35f-7f9d-4676-9dc1-0d2d2e54e18f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:30 GMT' + 'Fri, 24 Sep 2021 04:09:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18277,21 +24541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11645', + '11322', 'x-ms-request-id', - 'be1de53f-2b5f-49bc-a52f-183d8a87e5ef', + 'e26f8979-e991-44a0-9d72-16d97683bf0c', 'x-ms-correlation-request-id', - 'be1de53f-2b5f-49bc-a52f-183d8a87e5ef', + 'e26f8979-e991-44a0-9d72-16d97683bf0c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031332Z:be1de53f-2b5f-49bc-a52f-183d8a87e5ef', + 'SOUTHEASTASIA:20210924T040922Z:e26f8979-e991-44a0-9d72-16d97683bf0c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:32 GMT' + 'Fri, 24 Sep 2021 04:09:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18313,21 +24577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11144', + '11321', 'x-ms-request-id', - '07b945ef-3dee-4909-9382-5c9c19977353', + '572dcd27-d1ae-4338-bc02-07b99ec338d8', 'x-ms-correlation-request-id', - '07b945ef-3dee-4909-9382-5c9c19977353', + '572dcd27-d1ae-4338-bc02-07b99ec338d8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031333Z:07b945ef-3dee-4909-9382-5c9c19977353', + 'SOUTHEASTASIA:20210924T040924Z:572dcd27-d1ae-4338-bc02-07b99ec338d8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:33 GMT' + 'Fri, 24 Sep 2021 04:09:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18349,21 +24613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11644', + '11320', 'x-ms-request-id', - '0ec9749b-561f-4e4e-b5f2-0ed6ca28c2c3', + '532112b5-1da3-4328-afd4-b465214eb2f0', 'x-ms-correlation-request-id', - '0ec9749b-561f-4e4e-b5f2-0ed6ca28c2c3', + '532112b5-1da3-4328-afd4-b465214eb2f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031334Z:0ec9749b-561f-4e4e-b5f2-0ed6ca28c2c3', + 'SOUTHEASTASIA:20210924T040926Z:532112b5-1da3-4328-afd4-b465214eb2f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:34 GMT' + 'Fri, 24 Sep 2021 04:09:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18385,21 +24649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11143', + '11319', 'x-ms-request-id', - 'bc5f90fc-b85d-4116-a0fb-5f55a50dca4a', + '39e56f6e-3d4c-4382-bbd5-17e428f73320', 'x-ms-correlation-request-id', - 'bc5f90fc-b85d-4116-a0fb-5f55a50dca4a', + '39e56f6e-3d4c-4382-bbd5-17e428f73320', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031335Z:bc5f90fc-b85d-4116-a0fb-5f55a50dca4a', + 'SOUTHEASTASIA:20210924T040928Z:39e56f6e-3d4c-4382-bbd5-17e428f73320', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:35 GMT' + 'Fri, 24 Sep 2021 04:09:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18421,21 +24685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11643', + '11318', 'x-ms-request-id', - '2886211c-d9b9-448a-9305-725417061403', + '8017c756-98d8-427b-b2ee-472d6cf618ee', 'x-ms-correlation-request-id', - '2886211c-d9b9-448a-9305-725417061403', + '8017c756-98d8-427b-b2ee-472d6cf618ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031337Z:2886211c-d9b9-448a-9305-725417061403', + 'SOUTHEASTASIA:20210924T040931Z:8017c756-98d8-427b-b2ee-472d6cf618ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:36 GMT' + 'Fri, 24 Sep 2021 04:09:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18457,21 +24721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11142', + '11317', 'x-ms-request-id', - '6cbcd555-6699-4769-8cf3-46320d924d30', + '6743d74e-b7aa-415c-bcd6-c1274202358b', 'x-ms-correlation-request-id', - '6cbcd555-6699-4769-8cf3-46320d924d30', + '6743d74e-b7aa-415c-bcd6-c1274202358b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031338Z:6cbcd555-6699-4769-8cf3-46320d924d30', + 'SOUTHEASTASIA:20210924T040933Z:6743d74e-b7aa-415c-bcd6-c1274202358b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:37 GMT' + 'Fri, 24 Sep 2021 04:09:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18493,21 +24757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11642', + '11316', 'x-ms-request-id', - 'ce844ed4-5484-4691-9edc-e4098e89fd1b', + '1fd9698a-bb77-4f89-8ac7-3f6f3f367a11', 'x-ms-correlation-request-id', - 'ce844ed4-5484-4691-9edc-e4098e89fd1b', + '1fd9698a-bb77-4f89-8ac7-3f6f3f367a11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031339Z:ce844ed4-5484-4691-9edc-e4098e89fd1b', + 'SOUTHEASTASIA:20210924T040935Z:1fd9698a-bb77-4f89-8ac7-3f6f3f367a11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:38 GMT' + 'Fri, 24 Sep 2021 04:09:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18529,21 +24793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11141', + '11315', 'x-ms-request-id', - '47798a89-b7b5-4d60-81b8-da25aff651ed', + '8e8a9a96-aaf5-4f59-8771-d99df250ca88', 'x-ms-correlation-request-id', - '47798a89-b7b5-4d60-81b8-da25aff651ed', + '8e8a9a96-aaf5-4f59-8771-d99df250ca88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031340Z:47798a89-b7b5-4d60-81b8-da25aff651ed', + 'SOUTHEASTASIA:20210924T040938Z:8e8a9a96-aaf5-4f59-8771-d99df250ca88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:39 GMT' + 'Fri, 24 Sep 2021 04:09:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18565,21 +24829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11641', + '11314', 'x-ms-request-id', - '5e85d119-ecfb-4fa2-b96d-6761213fe828', + 'd48473fe-5654-41fa-b990-527b8c47f7a2', 'x-ms-correlation-request-id', - '5e85d119-ecfb-4fa2-b96d-6761213fe828', + 'd48473fe-5654-41fa-b990-527b8c47f7a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031341Z:5e85d119-ecfb-4fa2-b96d-6761213fe828', + 'SOUTHEASTASIA:20210924T040940Z:d48473fe-5654-41fa-b990-527b8c47f7a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:41 GMT' + 'Fri, 24 Sep 2021 04:09:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18601,21 +24865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11140', + '11313', 'x-ms-request-id', - 'a3d394ae-eb95-43e9-8689-3c1e4cdaa969', + '8626c18c-b924-4696-8d70-ac52e48f7df8', 'x-ms-correlation-request-id', - 'a3d394ae-eb95-43e9-8689-3c1e4cdaa969', + '8626c18c-b924-4696-8d70-ac52e48f7df8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031342Z:a3d394ae-eb95-43e9-8689-3c1e4cdaa969', + 'SOUTHEASTASIA:20210924T040942Z:8626c18c-b924-4696-8d70-ac52e48f7df8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:42 GMT' + 'Fri, 24 Sep 2021 04:09:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18637,21 +24901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11640', + '11312', 'x-ms-request-id', - 'd30f6916-3049-4089-a939-72d380ebb805', + 'f53feda0-6e80-40f0-a308-8b07c1ea85cc', 'x-ms-correlation-request-id', - 'd30f6916-3049-4089-a939-72d380ebb805', + 'f53feda0-6e80-40f0-a308-8b07c1ea85cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031344Z:d30f6916-3049-4089-a939-72d380ebb805', + 'SOUTHEASTASIA:20210924T040945Z:f53feda0-6e80-40f0-a308-8b07c1ea85cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:43 GMT' + 'Fri, 24 Sep 2021 04:09:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18673,21 +24937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11139', + '11311', 'x-ms-request-id', - '3b6b6b4f-8759-4727-8ebf-888c29d5629b', + '8f2f5173-04f9-43d2-a4f9-a9345f33305c', 'x-ms-correlation-request-id', - '3b6b6b4f-8759-4727-8ebf-888c29d5629b', + '8f2f5173-04f9-43d2-a4f9-a9345f33305c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031345Z:3b6b6b4f-8759-4727-8ebf-888c29d5629b', + 'SOUTHEASTASIA:20210924T040947Z:8f2f5173-04f9-43d2-a4f9-a9345f33305c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:44 GMT' + 'Fri, 24 Sep 2021 04:09:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18709,21 +24973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11639', + '11310', 'x-ms-request-id', - '14e78eb2-12d0-454c-ad79-15a5d6bd9636', + 'ac339af0-a425-4d2c-8e75-df605320bc94', 'x-ms-correlation-request-id', - '14e78eb2-12d0-454c-ad79-15a5d6bd9636', + 'ac339af0-a425-4d2c-8e75-df605320bc94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031346Z:14e78eb2-12d0-454c-ad79-15a5d6bd9636', + 'SOUTHEASTASIA:20210924T040949Z:ac339af0-a425-4d2c-8e75-df605320bc94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:45 GMT' + 'Fri, 24 Sep 2021 04:09:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18745,21 +25009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11138', + '11309', 'x-ms-request-id', - 'f9eb565f-1af1-4ca9-9dd3-60c78e15ae4e', + 'c5f30f8a-a7cf-4b49-b531-0da66768d19e', 'x-ms-correlation-request-id', - 'f9eb565f-1af1-4ca9-9dd3-60c78e15ae4e', + 'c5f30f8a-a7cf-4b49-b531-0da66768d19e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031347Z:f9eb565f-1af1-4ca9-9dd3-60c78e15ae4e', + 'SOUTHEASTASIA:20210924T040952Z:c5f30f8a-a7cf-4b49-b531-0da66768d19e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:46 GMT' + 'Fri, 24 Sep 2021 04:09:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18781,21 +25045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11638', + '11308', 'x-ms-request-id', - '50cfa6b6-3e0a-418e-bd24-6bb0e10c8f44', + '2879a0ab-4105-4005-9db5-3b617090b3b7', 'x-ms-correlation-request-id', - '50cfa6b6-3e0a-418e-bd24-6bb0e10c8f44', + '2879a0ab-4105-4005-9db5-3b617090b3b7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031348Z:50cfa6b6-3e0a-418e-bd24-6bb0e10c8f44', + 'SOUTHEASTASIA:20210924T040954Z:2879a0ab-4105-4005-9db5-3b617090b3b7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:48 GMT' + 'Fri, 24 Sep 2021 04:09:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18817,21 +25081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11137', + '11307', 'x-ms-request-id', - '093f01de-99ca-4ab5-b437-8f19d97e5d4c', + 'e58ffa32-59d5-47d8-8936-074bfeba9592', 'x-ms-correlation-request-id', - '093f01de-99ca-4ab5-b437-8f19d97e5d4c', + 'e58ffa32-59d5-47d8-8936-074bfeba9592', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031349Z:093f01de-99ca-4ab5-b437-8f19d97e5d4c', + 'SOUTHEASTASIA:20210924T040956Z:e58ffa32-59d5-47d8-8936-074bfeba9592', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:49 GMT' + 'Fri, 24 Sep 2021 04:09:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18853,21 +25117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11637', + '11306', 'x-ms-request-id', - '6b2ccd2f-b941-430e-810a-b0f5235d02ac', + '37ade48d-d9b6-46a3-8b59-158fe94fd262', 'x-ms-correlation-request-id', - '6b2ccd2f-b941-430e-810a-b0f5235d02ac', + '37ade48d-d9b6-46a3-8b59-158fe94fd262', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031351Z:6b2ccd2f-b941-430e-810a-b0f5235d02ac', + 'SOUTHEASTASIA:20210924T040959Z:37ade48d-d9b6-46a3-8b59-158fe94fd262', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:50 GMT' + 'Fri, 24 Sep 2021 04:09:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18889,21 +25153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11136', + '11305', 'x-ms-request-id', - '8873dbe5-01d6-471b-aff2-e0e5a88dc9a6', + 'b8f424a2-6de4-4045-a851-84a5baed0f5c', 'x-ms-correlation-request-id', - '8873dbe5-01d6-471b-aff2-e0e5a88dc9a6', + 'b8f424a2-6de4-4045-a851-84a5baed0f5c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031352Z:8873dbe5-01d6-471b-aff2-e0e5a88dc9a6', + 'SOUTHEASTASIA:20210924T041001Z:b8f424a2-6de4-4045-a851-84a5baed0f5c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:51 GMT' + 'Fri, 24 Sep 2021 04:10:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18925,21 +25189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11636', + '11304', 'x-ms-request-id', - 'b5f10f95-7880-4abe-93ca-44f81d0ba11d', + '3cee43c2-56d7-46fc-a075-b2aeac40e6ac', 'x-ms-correlation-request-id', - 'b5f10f95-7880-4abe-93ca-44f81d0ba11d', + '3cee43c2-56d7-46fc-a075-b2aeac40e6ac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031353Z:b5f10f95-7880-4abe-93ca-44f81d0ba11d', + 'SOUTHEASTASIA:20210924T041003Z:3cee43c2-56d7-46fc-a075-b2aeac40e6ac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:52 GMT' + 'Fri, 24 Sep 2021 04:10:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18961,21 +25225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11135', + '11303', 'x-ms-request-id', - 'ced1b6b3-d7ef-4691-ab3d-3bc0b41f479c', + '06db6bea-c9b5-45a9-86c2-a4a27937f287', 'x-ms-correlation-request-id', - 'ced1b6b3-d7ef-4691-ab3d-3bc0b41f479c', + '06db6bea-c9b5-45a9-86c2-a4a27937f287', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031354Z:ced1b6b3-d7ef-4691-ab3d-3bc0b41f479c', + 'SOUTHEASTASIA:20210924T041006Z:06db6bea-c9b5-45a9-86c2-a4a27937f287', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:53 GMT' + 'Fri, 24 Sep 2021 04:10:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18997,21 +25261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11635', + '11302', 'x-ms-request-id', - '7ab47d42-30b7-46bd-b08c-ea3e5134a42e', + 'd8cec42c-f2b2-415e-8399-837e42dfdc1c', 'x-ms-correlation-request-id', - '7ab47d42-30b7-46bd-b08c-ea3e5134a42e', + 'd8cec42c-f2b2-415e-8399-837e42dfdc1c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031355Z:7ab47d42-30b7-46bd-b08c-ea3e5134a42e', + 'SOUTHEASTASIA:20210924T041008Z:d8cec42c-f2b2-415e-8399-837e42dfdc1c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:55 GMT' + 'Fri, 24 Sep 2021 04:10:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19033,21 +25297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11134', + '11301', 'x-ms-request-id', - '0a8b07e8-ae73-42b6-94fa-58b852f961e5', + '314d1023-0819-4142-9969-199d6cbaa7cf', 'x-ms-correlation-request-id', - '0a8b07e8-ae73-42b6-94fa-58b852f961e5', + '314d1023-0819-4142-9969-199d6cbaa7cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031356Z:0a8b07e8-ae73-42b6-94fa-58b852f961e5', + 'SOUTHEASTASIA:20210924T041010Z:314d1023-0819-4142-9969-199d6cbaa7cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:56 GMT' + 'Fri, 24 Sep 2021 04:10:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19069,21 +25333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11634', + '11300', 'x-ms-request-id', - '18c9deaf-7f64-4c3f-9ed5-481008eb20f3', + '35ab8f1f-2969-403b-a5a9-af8a16ddc464', 'x-ms-correlation-request-id', - '18c9deaf-7f64-4c3f-9ed5-481008eb20f3', + '35ab8f1f-2969-403b-a5a9-af8a16ddc464', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031358Z:18c9deaf-7f64-4c3f-9ed5-481008eb20f3', + 'SOUTHEASTASIA:20210924T041013Z:35ab8f1f-2969-403b-a5a9-af8a16ddc464', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:57 GMT' + 'Fri, 24 Sep 2021 04:10:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19105,21 +25369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11133', + '11299', 'x-ms-request-id', - 'e063dc56-f533-42b7-ad16-11e03b5f20e0', + '5e8fe9cf-2651-499d-8194-858ea28e5dad', 'x-ms-correlation-request-id', - 'e063dc56-f533-42b7-ad16-11e03b5f20e0', + '5e8fe9cf-2651-499d-8194-858ea28e5dad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031358Z:e063dc56-f533-42b7-ad16-11e03b5f20e0', + 'SOUTHEASTASIA:20210924T041015Z:5e8fe9cf-2651-499d-8194-858ea28e5dad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:58 GMT' + 'Fri, 24 Sep 2021 04:10:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19141,21 +25405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11633', + '11298', 'x-ms-request-id', - '569ebca5-d530-4bf2-bc6f-76f5a37685f2', + 'fd8a4650-bdab-417a-857f-0c8beef23347', 'x-ms-correlation-request-id', - '569ebca5-d530-4bf2-bc6f-76f5a37685f2', + 'fd8a4650-bdab-417a-857f-0c8beef23347', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031400Z:569ebca5-d530-4bf2-bc6f-76f5a37685f2', + 'SOUTHEASTASIA:20210924T041017Z:fd8a4650-bdab-417a-857f-0c8beef23347', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:13:59 GMT' + 'Fri, 24 Sep 2021 04:10:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19177,21 +25441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11132', + '11297', 'x-ms-request-id', - 'f61fa40b-ca08-48a0-9318-d49a6b106a87', + '78bad073-1efd-4a9b-86be-51291192b59a', 'x-ms-correlation-request-id', - 'f61fa40b-ca08-48a0-9318-d49a6b106a87', + '78bad073-1efd-4a9b-86be-51291192b59a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031401Z:f61fa40b-ca08-48a0-9318-d49a6b106a87', + 'SOUTHEASTASIA:20210924T041020Z:78bad073-1efd-4a9b-86be-51291192b59a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:00 GMT' + 'Fri, 24 Sep 2021 04:10:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19213,21 +25477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11632', + '11296', 'x-ms-request-id', - 'b5f4b683-003a-4769-ade0-082538f9622e', + '658ea349-9212-46e7-a5f7-c07d44478ba1', 'x-ms-correlation-request-id', - 'b5f4b683-003a-4769-ade0-082538f9622e', + '658ea349-9212-46e7-a5f7-c07d44478ba1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031402Z:b5f4b683-003a-4769-ade0-082538f9622e', + 'SOUTHEASTASIA:20210924T041022Z:658ea349-9212-46e7-a5f7-c07d44478ba1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:02 GMT' + 'Fri, 24 Sep 2021 04:10:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19249,21 +25513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11131', + '11295', 'x-ms-request-id', - '58342db4-f2c1-435d-beba-6bd24e76f137', + 'ec3001dc-9f68-4f0d-bbd6-d56cab700b04', 'x-ms-correlation-request-id', - '58342db4-f2c1-435d-beba-6bd24e76f137', + 'ec3001dc-9f68-4f0d-bbd6-d56cab700b04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031403Z:58342db4-f2c1-435d-beba-6bd24e76f137', + 'SOUTHEASTASIA:20210924T041024Z:ec3001dc-9f68-4f0d-bbd6-d56cab700b04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:02 GMT' + 'Fri, 24 Sep 2021 04:10:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19285,21 +25549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11631', + '11294', 'x-ms-request-id', - 'c375a77b-aba3-4562-8f8a-efda18d63fbb', + '60b1f9ae-cf98-41b1-acd1-cd69b1bbbd9d', 'x-ms-correlation-request-id', - 'c375a77b-aba3-4562-8f8a-efda18d63fbb', + '60b1f9ae-cf98-41b1-acd1-cd69b1bbbd9d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031405Z:c375a77b-aba3-4562-8f8a-efda18d63fbb', + 'SOUTHEASTASIA:20210924T041027Z:60b1f9ae-cf98-41b1-acd1-cd69b1bbbd9d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:04 GMT' + 'Fri, 24 Sep 2021 04:10:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19321,21 +25585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11130', + '11293', 'x-ms-request-id', - '398805df-e7cf-464d-8f31-ee618f9fdc8f', + '1cb98990-ea14-40bc-97b2-160b4de2b8d7', 'x-ms-correlation-request-id', - '398805df-e7cf-464d-8f31-ee618f9fdc8f', + '1cb98990-ea14-40bc-97b2-160b4de2b8d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031405Z:398805df-e7cf-464d-8f31-ee618f9fdc8f', + 'SOUTHEASTASIA:20210924T041029Z:1cb98990-ea14-40bc-97b2-160b4de2b8d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:05 GMT' + 'Fri, 24 Sep 2021 04:10:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19357,21 +25621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11630', + '11292', 'x-ms-request-id', - '9b9497cf-3eb9-4d0f-84fd-872d15914342', + '1f3910f7-215c-43e2-a169-ca956cb81539', 'x-ms-correlation-request-id', - '9b9497cf-3eb9-4d0f-84fd-872d15914342', + '1f3910f7-215c-43e2-a169-ca956cb81539', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031407Z:9b9497cf-3eb9-4d0f-84fd-872d15914342', + 'SOUTHEASTASIA:20210924T041031Z:1f3910f7-215c-43e2-a169-ca956cb81539', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:06 GMT' + 'Fri, 24 Sep 2021 04:10:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19393,21 +25657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11129', + '11291', 'x-ms-request-id', - '409007f6-f44a-4782-8af5-ff3821b97dac', + '46de5ce9-2448-4bac-b04b-ed0b8b7f93bb', 'x-ms-correlation-request-id', - '409007f6-f44a-4782-8af5-ff3821b97dac', + '46de5ce9-2448-4bac-b04b-ed0b8b7f93bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031408Z:409007f6-f44a-4782-8af5-ff3821b97dac', + 'SOUTHEASTASIA:20210924T041034Z:46de5ce9-2448-4bac-b04b-ed0b8b7f93bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:07 GMT' + 'Fri, 24 Sep 2021 04:10:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19429,21 +25693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11629', + '11290', 'x-ms-request-id', - 'f7b82847-b0b4-474a-8c30-0c6683a077e5', + '532dd0ad-41a6-495d-9912-5493eb345a1d', 'x-ms-correlation-request-id', - 'f7b82847-b0b4-474a-8c30-0c6683a077e5', + '532dd0ad-41a6-495d-9912-5493eb345a1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031409Z:f7b82847-b0b4-474a-8c30-0c6683a077e5', + 'SOUTHEASTASIA:20210924T041036Z:532dd0ad-41a6-495d-9912-5493eb345a1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:09 GMT' + 'Fri, 24 Sep 2021 04:10:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19465,21 +25729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11128', + '11289', 'x-ms-request-id', - '9b381375-d1f8-44a4-a7d7-5592c9657265', + 'e4931081-02b1-4f3b-a167-85998c807716', 'x-ms-correlation-request-id', - '9b381375-d1f8-44a4-a7d7-5592c9657265', + 'e4931081-02b1-4f3b-a167-85998c807716', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031410Z:9b381375-d1f8-44a4-a7d7-5592c9657265', + 'SOUTHEASTASIA:20210924T041038Z:e4931081-02b1-4f3b-a167-85998c807716', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:09 GMT' + 'Fri, 24 Sep 2021 04:10:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19501,21 +25765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11628', + '11288', 'x-ms-request-id', - '32f9ed4b-2a37-4f1c-b386-152764041ac4', + 'fae1c144-5956-41d8-8435-a160c08591ab', 'x-ms-correlation-request-id', - '32f9ed4b-2a37-4f1c-b386-152764041ac4', + 'fae1c144-5956-41d8-8435-a160c08591ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031412Z:32f9ed4b-2a37-4f1c-b386-152764041ac4', + 'SOUTHEASTASIA:20210924T041041Z:fae1c144-5956-41d8-8435-a160c08591ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:11 GMT' + 'Fri, 24 Sep 2021 04:10:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19537,21 +25801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11127', + '11287', 'x-ms-request-id', - '207af79e-bfd7-406a-870d-b5ad685f1445', + '7c6e5adf-4811-4f62-ab2a-a39fe75e46be', 'x-ms-correlation-request-id', - '207af79e-bfd7-406a-870d-b5ad685f1445', + '7c6e5adf-4811-4f62-ab2a-a39fe75e46be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031412Z:207af79e-bfd7-406a-870d-b5ad685f1445', + 'SOUTHEASTASIA:20210924T041043Z:7c6e5adf-4811-4f62-ab2a-a39fe75e46be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:12 GMT' + 'Fri, 24 Sep 2021 04:10:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19573,21 +25837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11627', + '11286', 'x-ms-request-id', - 'd70fbca5-a8f4-4d03-bc72-c11cc4970126', + '8854ee0c-763e-4b58-bfba-652d551b679b', 'x-ms-correlation-request-id', - 'd70fbca5-a8f4-4d03-bc72-c11cc4970126', + '8854ee0c-763e-4b58-bfba-652d551b679b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031414Z:d70fbca5-a8f4-4d03-bc72-c11cc4970126', + 'SOUTHEASTASIA:20210924T041045Z:8854ee0c-763e-4b58-bfba-652d551b679b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:13 GMT' + 'Fri, 24 Sep 2021 04:10:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19609,21 +25873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11126', + '11285', 'x-ms-request-id', - 'c15a32d4-d247-47bf-89df-b67b37172814', + 'c48ff306-f53e-4496-8f27-78b26527e7e8', 'x-ms-correlation-request-id', - 'c15a32d4-d247-47bf-89df-b67b37172814', + 'c48ff306-f53e-4496-8f27-78b26527e7e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031415Z:c15a32d4-d247-47bf-89df-b67b37172814', + 'SOUTHEASTASIA:20210924T041047Z:c48ff306-f53e-4496-8f27-78b26527e7e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:15 GMT' + 'Fri, 24 Sep 2021 04:10:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19645,21 +25909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11626', + '11284', 'x-ms-request-id', - 'e9eab72e-751b-468c-bc1c-e3e953d2ebbd', + '0f9d6a9a-9023-4df4-87a0-b6742f0845b6', 'x-ms-correlation-request-id', - 'e9eab72e-751b-468c-bc1c-e3e953d2ebbd', + '0f9d6a9a-9023-4df4-87a0-b6742f0845b6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031416Z:e9eab72e-751b-468c-bc1c-e3e953d2ebbd', + 'SOUTHEASTASIA:20210924T041050Z:0f9d6a9a-9023-4df4-87a0-b6742f0845b6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:15 GMT' + 'Fri, 24 Sep 2021 04:10:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19681,21 +25945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11125', + '11283', 'x-ms-request-id', - 'ef9cbefd-c6fb-422e-8d45-342e51efb1bc', + '2cc7f033-c4af-42fb-97e0-3d8d4bad0f18', 'x-ms-correlation-request-id', - 'ef9cbefd-c6fb-422e-8d45-342e51efb1bc', + '2cc7f033-c4af-42fb-97e0-3d8d4bad0f18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031418Z:ef9cbefd-c6fb-422e-8d45-342e51efb1bc', + 'SOUTHEASTASIA:20210924T041052Z:2cc7f033-c4af-42fb-97e0-3d8d4bad0f18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:17 GMT' + 'Fri, 24 Sep 2021 04:10:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19717,21 +25981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11625', + '11282', 'x-ms-request-id', - 'e89af90e-2736-4da3-b838-872ff3ce7c7d', + '9b55a236-8f17-4e6f-82b5-dc5e317b91d4', 'x-ms-correlation-request-id', - 'e89af90e-2736-4da3-b838-872ff3ce7c7d', + '9b55a236-8f17-4e6f-82b5-dc5e317b91d4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031419Z:e89af90e-2736-4da3-b838-872ff3ce7c7d', + 'SOUTHEASTASIA:20210924T041054Z:9b55a236-8f17-4e6f-82b5-dc5e317b91d4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:18 GMT' + 'Fri, 24 Sep 2021 04:10:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19753,21 +26017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11124', + '11281', 'x-ms-request-id', - '9918dfc8-2c4a-445c-b764-9b0888e0d10c', + '9a00eb31-878e-474c-85e7-e7c44a522953', 'x-ms-correlation-request-id', - '9918dfc8-2c4a-445c-b764-9b0888e0d10c', + '9a00eb31-878e-474c-85e7-e7c44a522953', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031420Z:9918dfc8-2c4a-445c-b764-9b0888e0d10c', + 'SOUTHEASTASIA:20210924T041057Z:9a00eb31-878e-474c-85e7-e7c44a522953', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:19 GMT' + 'Fri, 24 Sep 2021 04:10:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19789,21 +26053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11624', + '11280', 'x-ms-request-id', - '5e993a4d-7cc8-44ed-a850-2028f88fe0cd', + '9423d499-f8b9-4dc4-8e4f-2cf408680972', 'x-ms-correlation-request-id', - '5e993a4d-7cc8-44ed-a850-2028f88fe0cd', + '9423d499-f8b9-4dc4-8e4f-2cf408680972', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031421Z:5e993a4d-7cc8-44ed-a850-2028f88fe0cd', + 'SOUTHEASTASIA:20210924T041059Z:9423d499-f8b9-4dc4-8e4f-2cf408680972', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:20 GMT' + 'Fri, 24 Sep 2021 04:10:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19825,21 +26089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11123', + '11279', 'x-ms-request-id', - 'd4ba6165-cc0c-4f3f-bc45-994c5a568f26', + 'f57d0f50-36a9-450b-936d-9994567ec87d', 'x-ms-correlation-request-id', - 'd4ba6165-cc0c-4f3f-bc45-994c5a568f26', + 'f57d0f50-36a9-450b-936d-9994567ec87d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031422Z:d4ba6165-cc0c-4f3f-bc45-994c5a568f26', + 'SOUTHEASTASIA:20210924T041101Z:f57d0f50-36a9-450b-936d-9994567ec87d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:22 GMT' + 'Fri, 24 Sep 2021 04:11:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19861,21 +26125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11623', + '11278', 'x-ms-request-id', - '84427c2c-6983-4eda-afb5-8bb22046ec45', + '7a249a7d-e95c-4374-9580-64c462a0c585', 'x-ms-correlation-request-id', - '84427c2c-6983-4eda-afb5-8bb22046ec45', + '7a249a7d-e95c-4374-9580-64c462a0c585', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031423Z:84427c2c-6983-4eda-afb5-8bb22046ec45', + 'SOUTHEASTASIA:20210924T041104Z:7a249a7d-e95c-4374-9580-64c462a0c585', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:22 GMT' + 'Fri, 24 Sep 2021 04:11:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19897,21 +26161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11122', + '11277', 'x-ms-request-id', - 'fc20c452-9ff8-4ea8-ab75-bf9c1dcd881a', + '21cddfa2-f479-46cf-8347-df53c24fb2aa', 'x-ms-correlation-request-id', - 'fc20c452-9ff8-4ea8-ab75-bf9c1dcd881a', + '21cddfa2-f479-46cf-8347-df53c24fb2aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031425Z:fc20c452-9ff8-4ea8-ab75-bf9c1dcd881a', + 'SOUTHEASTASIA:20210924T041106Z:21cddfa2-f479-46cf-8347-df53c24fb2aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:24 GMT' + 'Fri, 24 Sep 2021 04:11:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19933,21 +26197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11622', + '11276', 'x-ms-request-id', - 'e1177647-9596-41a4-abf8-dab78558d10d', + 'd2ce46b5-1bb1-4fea-be84-9fa70cbc9555', 'x-ms-correlation-request-id', - 'e1177647-9596-41a4-abf8-dab78558d10d', + 'd2ce46b5-1bb1-4fea-be84-9fa70cbc9555', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031426Z:e1177647-9596-41a4-abf8-dab78558d10d', + 'SOUTHEASTASIA:20210924T041108Z:d2ce46b5-1bb1-4fea-be84-9fa70cbc9555', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:25 GMT' + 'Fri, 24 Sep 2021 04:11:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19969,21 +26233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11121', + '11275', 'x-ms-request-id', - '04d33c35-3e83-4bf1-8e0f-7a9363711bce', + 'f2044c8a-e8b7-4ab5-b482-c8d0b8b1d70e', 'x-ms-correlation-request-id', - '04d33c35-3e83-4bf1-8e0f-7a9363711bce', + 'f2044c8a-e8b7-4ab5-b482-c8d0b8b1d70e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031427Z:04d33c35-3e83-4bf1-8e0f-7a9363711bce', + 'SOUTHEASTASIA:20210924T041111Z:f2044c8a-e8b7-4ab5-b482-c8d0b8b1d70e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:26 GMT' + 'Fri, 24 Sep 2021 04:11:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20005,21 +26269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11621', + '11274', 'x-ms-request-id', - 'd5bc9ade-4d5b-42f5-92d0-8ab5b3912f64', + '4a826bb7-c282-4e2c-ada6-df1309a0f4e8', 'x-ms-correlation-request-id', - 'd5bc9ade-4d5b-42f5-92d0-8ab5b3912f64', + '4a826bb7-c282-4e2c-ada6-df1309a0f4e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031428Z:d5bc9ade-4d5b-42f5-92d0-8ab5b3912f64', + 'SOUTHEASTASIA:20210924T041113Z:4a826bb7-c282-4e2c-ada6-df1309a0f4e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:27 GMT' + 'Fri, 24 Sep 2021 04:11:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20041,21 +26305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11120', + '11273', 'x-ms-request-id', - '83b12f75-00fe-4b08-a7e4-9e9dfc58b88c', + '35f8996f-1b22-4360-8cd2-9fb7c9b28fd3', 'x-ms-correlation-request-id', - '83b12f75-00fe-4b08-a7e4-9e9dfc58b88c', + '35f8996f-1b22-4360-8cd2-9fb7c9b28fd3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031429Z:83b12f75-00fe-4b08-a7e4-9e9dfc58b88c', + 'SOUTHEASTASIA:20210924T041115Z:35f8996f-1b22-4360-8cd2-9fb7c9b28fd3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:28 GMT' + 'Fri, 24 Sep 2021 04:11:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20077,21 +26341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11620', + '11272', 'x-ms-request-id', - '5770fe9b-c67b-4fb9-b319-565973a224cf', + '608823cd-3f54-491b-a30b-540cf03b751e', 'x-ms-correlation-request-id', - '5770fe9b-c67b-4fb9-b319-565973a224cf', + '608823cd-3f54-491b-a30b-540cf03b751e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031430Z:5770fe9b-c67b-4fb9-b319-565973a224cf', + 'SOUTHEASTASIA:20210924T041118Z:608823cd-3f54-491b-a30b-540cf03b751e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:29 GMT' + 'Fri, 24 Sep 2021 04:11:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20113,21 +26377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11119', + '11271', 'x-ms-request-id', - '0f8ae885-e463-49f1-b720-d0a08ab9e5f9', + '08ac94d3-40aa-415c-b094-a9eb984b19e6', 'x-ms-correlation-request-id', - '0f8ae885-e463-49f1-b720-d0a08ab9e5f9', + '08ac94d3-40aa-415c-b094-a9eb984b19e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031432Z:0f8ae885-e463-49f1-b720-d0a08ab9e5f9', + 'SOUTHEASTASIA:20210924T041120Z:08ac94d3-40aa-415c-b094-a9eb984b19e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:31 GMT' + 'Fri, 24 Sep 2021 04:11:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20149,21 +26413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11619', + '11270', 'x-ms-request-id', - '046c88ff-3678-419b-9c72-87ceb00972ea', + '6165b07b-3c9a-4269-bc01-457f4170c0e2', 'x-ms-correlation-request-id', - '046c88ff-3678-419b-9c72-87ceb00972ea', + '6165b07b-3c9a-4269-bc01-457f4170c0e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031433Z:046c88ff-3678-419b-9c72-87ceb00972ea', + 'SOUTHEASTASIA:20210924T041122Z:6165b07b-3c9a-4269-bc01-457f4170c0e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:32 GMT' + 'Fri, 24 Sep 2021 04:11:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20185,21 +26449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11118', + '11269', 'x-ms-request-id', - '66332348-1b64-4d62-8aa2-287a722d3986', + 'c792d2c3-7f66-458a-8ab1-a4a4944f719c', 'x-ms-correlation-request-id', - '66332348-1b64-4d62-8aa2-287a722d3986', + 'c792d2c3-7f66-458a-8ab1-a4a4944f719c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031434Z:66332348-1b64-4d62-8aa2-287a722d3986', + 'SOUTHEASTASIA:20210924T041125Z:c792d2c3-7f66-458a-8ab1-a4a4944f719c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:33 GMT' + 'Fri, 24 Sep 2021 04:11:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20221,21 +26485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11618', + '11268', 'x-ms-request-id', - '098d6568-8bad-412f-b292-9d288868a37d', + '7f1e10ba-5eca-4042-b7fd-5a3b945556ec', 'x-ms-correlation-request-id', - '098d6568-8bad-412f-b292-9d288868a37d', + '7f1e10ba-5eca-4042-b7fd-5a3b945556ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031435Z:098d6568-8bad-412f-b292-9d288868a37d', + 'SOUTHEASTASIA:20210924T041127Z:7f1e10ba-5eca-4042-b7fd-5a3b945556ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:34 GMT' + 'Fri, 24 Sep 2021 04:11:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20257,21 +26521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11117', + '11267', 'x-ms-request-id', - 'a81f17d7-b0fc-42aa-ae46-a90b13820690', + '0372aac1-0f83-4ac1-9059-240180d39226', 'x-ms-correlation-request-id', - 'a81f17d7-b0fc-42aa-ae46-a90b13820690', + '0372aac1-0f83-4ac1-9059-240180d39226', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031436Z:a81f17d7-b0fc-42aa-ae46-a90b13820690', + 'SOUTHEASTASIA:20210924T041129Z:0372aac1-0f83-4ac1-9059-240180d39226', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:35 GMT' + 'Fri, 24 Sep 2021 04:11:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20293,21 +26557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11617', + '11266', 'x-ms-request-id', - 'acccf37c-6047-45b4-9661-79044e71399c', + 'b5bef488-643a-426e-8ab0-9363b334f059', 'x-ms-correlation-request-id', - 'acccf37c-6047-45b4-9661-79044e71399c', + 'b5bef488-643a-426e-8ab0-9363b334f059', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031437Z:acccf37c-6047-45b4-9661-79044e71399c', + 'SOUTHEASTASIA:20210924T041132Z:b5bef488-643a-426e-8ab0-9363b334f059', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:36 GMT' + 'Fri, 24 Sep 2021 04:11:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20329,21 +26593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11116', + '11265', 'x-ms-request-id', - '830b845c-187b-45d7-b5f3-1888eb01f9fd', + 'fe2daf1a-9893-49fa-a115-9cc647fbc58a', 'x-ms-correlation-request-id', - '830b845c-187b-45d7-b5f3-1888eb01f9fd', + 'fe2daf1a-9893-49fa-a115-9cc647fbc58a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031439Z:830b845c-187b-45d7-b5f3-1888eb01f9fd', + 'SOUTHEASTASIA:20210924T041134Z:fe2daf1a-9893-49fa-a115-9cc647fbc58a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:38 GMT' + 'Fri, 24 Sep 2021 04:11:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20365,21 +26629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11616', + '11264', 'x-ms-request-id', - '8914c08a-446f-47c5-bd78-1b98d5462fe1', + '1428fe84-910a-4fc7-900b-c9353e95a5eb', 'x-ms-correlation-request-id', - '8914c08a-446f-47c5-bd78-1b98d5462fe1', + '1428fe84-910a-4fc7-900b-c9353e95a5eb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031440Z:8914c08a-446f-47c5-bd78-1b98d5462fe1', + 'SOUTHEASTASIA:20210924T041136Z:1428fe84-910a-4fc7-900b-c9353e95a5eb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:39 GMT' + 'Fri, 24 Sep 2021 04:11:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20401,21 +26665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11115', + '11263', 'x-ms-request-id', - 'd4392da0-5711-4504-b623-86d6dac9c9f3', + 'bd80bff4-bf32-4d72-afee-0f0402206b78', 'x-ms-correlation-request-id', - 'd4392da0-5711-4504-b623-86d6dac9c9f3', + 'bd80bff4-bf32-4d72-afee-0f0402206b78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031441Z:d4392da0-5711-4504-b623-86d6dac9c9f3', + 'SOUTHEASTASIA:20210924T041139Z:bd80bff4-bf32-4d72-afee-0f0402206b78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:40 GMT' + 'Fri, 24 Sep 2021 04:11:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20437,21 +26701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11615', + '11262', 'x-ms-request-id', - '09532f65-1654-4de7-9579-178b293cffee', + '658ce69d-495e-42a4-bab7-16e61b225cf5', 'x-ms-correlation-request-id', - '09532f65-1654-4de7-9579-178b293cffee', + '658ce69d-495e-42a4-bab7-16e61b225cf5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031442Z:09532f65-1654-4de7-9579-178b293cffee', + 'SOUTHEASTASIA:20210924T041141Z:658ce69d-495e-42a4-bab7-16e61b225cf5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:41 GMT' + 'Fri, 24 Sep 2021 04:11:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20473,21 +26737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11114', + '11261', 'x-ms-request-id', - 'dae2e4bd-48df-4ba6-a370-d85655f11e17', + '696292f4-0726-4fed-ac66-38554f8622e5', 'x-ms-correlation-request-id', - 'dae2e4bd-48df-4ba6-a370-d85655f11e17', + '696292f4-0726-4fed-ac66-38554f8622e5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031443Z:dae2e4bd-48df-4ba6-a370-d85655f11e17', + 'SOUTHEASTASIA:20210924T041143Z:696292f4-0726-4fed-ac66-38554f8622e5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:42 GMT' + 'Fri, 24 Sep 2021 04:11:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20509,21 +26773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11614', + '11260', 'x-ms-request-id', - 'e8bb9ccf-fb32-4518-bf5a-06f0d10d07d3', + '9cbe76f3-10af-4131-8429-7ab8b5dda9ce', 'x-ms-correlation-request-id', - 'e8bb9ccf-fb32-4518-bf5a-06f0d10d07d3', + '9cbe76f3-10af-4131-8429-7ab8b5dda9ce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031444Z:e8bb9ccf-fb32-4518-bf5a-06f0d10d07d3', + 'SOUTHEASTASIA:20210924T041146Z:9cbe76f3-10af-4131-8429-7ab8b5dda9ce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:43 GMT' + 'Fri, 24 Sep 2021 04:11:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20545,21 +26809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11113', + '11259', 'x-ms-request-id', - '17d344c8-ebb3-41f8-a0c6-4423b014f3c3', + 'f8d5804e-0f63-47a4-b1da-b4db48d0b5ff', 'x-ms-correlation-request-id', - '17d344c8-ebb3-41f8-a0c6-4423b014f3c3', + 'f8d5804e-0f63-47a4-b1da-b4db48d0b5ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031446Z:17d344c8-ebb3-41f8-a0c6-4423b014f3c3', + 'SOUTHEASTASIA:20210924T041148Z:f8d5804e-0f63-47a4-b1da-b4db48d0b5ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:45 GMT' + 'Fri, 24 Sep 2021 04:11:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20581,21 +26845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11613', + '11258', 'x-ms-request-id', - '0b539d0e-da46-4f0c-a479-a4764c480d87', + 'f5210d1b-9e6d-44d2-b406-51eea3b1007e', 'x-ms-correlation-request-id', - '0b539d0e-da46-4f0c-a479-a4764c480d87', + 'f5210d1b-9e6d-44d2-b406-51eea3b1007e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031447Z:0b539d0e-da46-4f0c-a479-a4764c480d87', + 'SOUTHEASTASIA:20210924T041150Z:f5210d1b-9e6d-44d2-b406-51eea3b1007e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:46 GMT' + 'Fri, 24 Sep 2021 04:11:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20617,21 +26881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11112', + '11257', 'x-ms-request-id', - 'bb0251d3-b492-4997-b65d-173f74948748', + 'b1a650ac-1943-44f1-8eee-59ad586c9d1f', 'x-ms-correlation-request-id', - 'bb0251d3-b492-4997-b65d-173f74948748', + 'b1a650ac-1943-44f1-8eee-59ad586c9d1f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031448Z:bb0251d3-b492-4997-b65d-173f74948748', + 'SOUTHEASTASIA:20210924T041152Z:b1a650ac-1943-44f1-8eee-59ad586c9d1f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:47 GMT' + 'Fri, 24 Sep 2021 04:11:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20653,21 +26917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11612', + '11256', 'x-ms-request-id', - '356a9104-9c3a-4978-beec-53523eeebec5', + 'af9bed10-d885-4a3e-806d-b6102588261b', 'x-ms-correlation-request-id', - '356a9104-9c3a-4978-beec-53523eeebec5', + 'af9bed10-d885-4a3e-806d-b6102588261b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031449Z:356a9104-9c3a-4978-beec-53523eeebec5', + 'SOUTHEASTASIA:20210924T041155Z:af9bed10-d885-4a3e-806d-b6102588261b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:49 GMT' + 'Fri, 24 Sep 2021 04:11:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20689,21 +26953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11111', + '11255', 'x-ms-request-id', - '231be3e9-e38e-4aed-80da-4abfea10f54e', + 'b1be9005-f681-4c2a-8faa-9d0d18065f69', 'x-ms-correlation-request-id', - '231be3e9-e38e-4aed-80da-4abfea10f54e', + 'b1be9005-f681-4c2a-8faa-9d0d18065f69', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031450Z:231be3e9-e38e-4aed-80da-4abfea10f54e', + 'SOUTHEASTASIA:20210924T041157Z:b1be9005-f681-4c2a-8faa-9d0d18065f69', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:49 GMT' + 'Fri, 24 Sep 2021 04:11:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20725,21 +26989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11611', + '11254', 'x-ms-request-id', - '1f4bf569-84b0-443d-a3ae-a3fc873c0b28', + 'cd68cd38-7d30-44c2-8946-906c04e04d1d', 'x-ms-correlation-request-id', - '1f4bf569-84b0-443d-a3ae-a3fc873c0b28', + 'cd68cd38-7d30-44c2-8946-906c04e04d1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031452Z:1f4bf569-84b0-443d-a3ae-a3fc873c0b28', + 'SOUTHEASTASIA:20210924T041159Z:cd68cd38-7d30-44c2-8946-906c04e04d1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:52 GMT' + 'Fri, 24 Sep 2021 04:11:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20761,21 +27025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11110', + '11253', 'x-ms-request-id', - '5cb524cf-22a9-432c-aebc-ce012a0465ab', + '4bc0fe43-45d8-4e11-b648-b3f383775ba6', 'x-ms-correlation-request-id', - '5cb524cf-22a9-432c-aebc-ce012a0465ab', + '4bc0fe43-45d8-4e11-b648-b3f383775ba6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031452Z:5cb524cf-22a9-432c-aebc-ce012a0465ab', + 'SOUTHEASTASIA:20210924T041202Z:4bc0fe43-45d8-4e11-b648-b3f383775ba6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:52 GMT' + 'Fri, 24 Sep 2021 04:12:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20797,21 +27061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11610', + '11252', 'x-ms-request-id', - '5463afae-a97a-48db-ac7a-6cb785a85a5f', + '67d76992-2828-435b-af9d-88abbd233811', 'x-ms-correlation-request-id', - '5463afae-a97a-48db-ac7a-6cb785a85a5f', + '67d76992-2828-435b-af9d-88abbd233811', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031454Z:5463afae-a97a-48db-ac7a-6cb785a85a5f', + 'SOUTHEASTASIA:20210924T041204Z:67d76992-2828-435b-af9d-88abbd233811', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:54 GMT' + 'Fri, 24 Sep 2021 04:12:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20833,21 +27097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11109', + '11251', 'x-ms-request-id', - '9f18f658-908f-4b49-aad6-231f3c49397c', + 'f6bd7689-5148-401e-abc2-075869440199', 'x-ms-correlation-request-id', - '9f18f658-908f-4b49-aad6-231f3c49397c', + 'f6bd7689-5148-401e-abc2-075869440199', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031455Z:9f18f658-908f-4b49-aad6-231f3c49397c', + 'SOUTHEASTASIA:20210924T041206Z:f6bd7689-5148-401e-abc2-075869440199', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:54 GMT' + 'Fri, 24 Sep 2021 04:12:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20869,21 +27133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11609', + '11250', 'x-ms-request-id', - '4a007cdf-9b1c-4b52-8ed7-169fe55522e1', + '4958e131-17d1-4178-8749-c696339ad813', 'x-ms-correlation-request-id', - '4a007cdf-9b1c-4b52-8ed7-169fe55522e1', + '4958e131-17d1-4178-8749-c696339ad813', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031456Z:4a007cdf-9b1c-4b52-8ed7-169fe55522e1', + 'SOUTHEASTASIA:20210924T041209Z:4958e131-17d1-4178-8749-c696339ad813', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:56 GMT' + 'Fri, 24 Sep 2021 04:12:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20905,21 +27169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11108', + '11249', 'x-ms-request-id', - 'c379a764-8275-4419-9e68-a46a0ee25558', + '7a8c1b0b-0ec1-44f6-9814-05993831f553', 'x-ms-correlation-request-id', - 'c379a764-8275-4419-9e68-a46a0ee25558', + '7a8c1b0b-0ec1-44f6-9814-05993831f553', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031457Z:c379a764-8275-4419-9e68-a46a0ee25558', + 'SOUTHEASTASIA:20210924T041211Z:7a8c1b0b-0ec1-44f6-9814-05993831f553', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:57 GMT' + 'Fri, 24 Sep 2021 04:12:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20941,21 +27205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11608', + '11248', 'x-ms-request-id', - '5dce43db-0b0b-40f2-a373-192641774b16', + 'ae6e4469-9d7f-40dd-a94f-e4392413c443', 'x-ms-correlation-request-id', - '5dce43db-0b0b-40f2-a373-192641774b16', + 'ae6e4469-9d7f-40dd-a94f-e4392413c443', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031459Z:5dce43db-0b0b-40f2-a373-192641774b16', + 'SOUTHEASTASIA:20210924T041213Z:ae6e4469-9d7f-40dd-a94f-e4392413c443', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:59 GMT' + 'Fri, 24 Sep 2021 04:12:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20977,21 +27241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11107', + '11247', 'x-ms-request-id', - 'a15e096c-b1d6-416c-9153-a285f6ef05f7', + '49b6ad4e-6cad-4bfc-b379-47f83462ae7c', 'x-ms-correlation-request-id', - 'a15e096c-b1d6-416c-9153-a285f6ef05f7', + '49b6ad4e-6cad-4bfc-b379-47f83462ae7c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031459Z:a15e096c-b1d6-416c-9153-a285f6ef05f7', + 'SOUTHEASTASIA:20210924T041216Z:49b6ad4e-6cad-4bfc-b379-47f83462ae7c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:14:59 GMT' + 'Fri, 24 Sep 2021 04:12:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21013,21 +27277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11607', + '11246', 'x-ms-request-id', - 'c492d166-d703-443c-a7ac-67c23faaca99', + '4e2108e8-e772-46c5-a2cc-c59fa7e6b7ca', 'x-ms-correlation-request-id', - 'c492d166-d703-443c-a7ac-67c23faaca99', + '4e2108e8-e772-46c5-a2cc-c59fa7e6b7ca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031501Z:c492d166-d703-443c-a7ac-67c23faaca99', + 'SOUTHEASTASIA:20210924T041218Z:4e2108e8-e772-46c5-a2cc-c59fa7e6b7ca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:01 GMT' + 'Fri, 24 Sep 2021 04:12:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21049,21 +27313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11106', + '11245', 'x-ms-request-id', - '28310e65-50e6-463e-84f1-9877d759759a', + '4a7c9ea5-ce4f-4c96-91cc-b2049fa84883', 'x-ms-correlation-request-id', - '28310e65-50e6-463e-84f1-9877d759759a', + '4a7c9ea5-ce4f-4c96-91cc-b2049fa84883', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031502Z:28310e65-50e6-463e-84f1-9877d759759a', + 'SOUTHEASTASIA:20210924T041220Z:4a7c9ea5-ce4f-4c96-91cc-b2049fa84883', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:02 GMT' + 'Fri, 24 Sep 2021 04:12:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21085,21 +27349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11606', + '11244', 'x-ms-request-id', - 'b5a72de5-69ac-4d43-9833-49b19183f3c3', + 'd41e6a6e-2881-4eb1-9765-02fd6b5b97ad', 'x-ms-correlation-request-id', - 'b5a72de5-69ac-4d43-9833-49b19183f3c3', + 'd41e6a6e-2881-4eb1-9765-02fd6b5b97ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031503Z:b5a72de5-69ac-4d43-9833-49b19183f3c3', + 'SOUTHEASTASIA:20210924T041223Z:d41e6a6e-2881-4eb1-9765-02fd6b5b97ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:03 GMT' + 'Fri, 24 Sep 2021 04:12:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21121,21 +27385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11105', + '11243', 'x-ms-request-id', - '4c5c13fc-9438-4aa0-8323-c531b9f4cfdb', + '448b4914-ab7b-4a31-b348-a99b44e7df20', 'x-ms-correlation-request-id', - '4c5c13fc-9438-4aa0-8323-c531b9f4cfdb', + '448b4914-ab7b-4a31-b348-a99b44e7df20', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031504Z:4c5c13fc-9438-4aa0-8323-c531b9f4cfdb', + 'SOUTHEASTASIA:20210924T041225Z:448b4914-ab7b-4a31-b348-a99b44e7df20', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:04 GMT' + 'Fri, 24 Sep 2021 04:12:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21157,21 +27421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11605', + '11242', 'x-ms-request-id', - 'b49c9c51-ec22-421c-917a-33aa7e0092df', + 'f61975fd-bef5-40f7-ade5-689ee04ae3de', 'x-ms-correlation-request-id', - 'b49c9c51-ec22-421c-917a-33aa7e0092df', + 'f61975fd-bef5-40f7-ade5-689ee04ae3de', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031506Z:b49c9c51-ec22-421c-917a-33aa7e0092df', + 'SOUTHEASTASIA:20210924T041227Z:f61975fd-bef5-40f7-ade5-689ee04ae3de', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:06 GMT' + 'Fri, 24 Sep 2021 04:12:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21193,21 +27457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11104', + '11241', 'x-ms-request-id', - 'bd9e36ac-fc18-434d-af8b-8a75b33dc5a4', + '15300ee7-5d2e-4219-8be3-1e4183a1d334', 'x-ms-correlation-request-id', - 'bd9e36ac-fc18-434d-af8b-8a75b33dc5a4', + '15300ee7-5d2e-4219-8be3-1e4183a1d334', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031506Z:bd9e36ac-fc18-434d-af8b-8a75b33dc5a4', + 'SOUTHEASTASIA:20210924T041230Z:15300ee7-5d2e-4219-8be3-1e4183a1d334', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:06 GMT' + 'Fri, 24 Sep 2021 04:12:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21229,21 +27493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11604', + '11240', 'x-ms-request-id', - 'd5bcdbc7-db33-4afc-af76-27bc9e8b9caa', + '4a73603a-f9c5-419e-8c22-a075f03b4312', 'x-ms-correlation-request-id', - 'd5bcdbc7-db33-4afc-af76-27bc9e8b9caa', + '4a73603a-f9c5-419e-8c22-a075f03b4312', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031508Z:d5bcdbc7-db33-4afc-af76-27bc9e8b9caa', + 'SOUTHEASTASIA:20210924T041232Z:4a73603a-f9c5-419e-8c22-a075f03b4312', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:08 GMT' + 'Fri, 24 Sep 2021 04:12:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21265,21 +27529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11103', + '11239', 'x-ms-request-id', - '74a5afb4-bc10-4049-9762-38765f1d5340', + '311a31a4-381d-474f-a18a-961b643add54', 'x-ms-correlation-request-id', - '74a5afb4-bc10-4049-9762-38765f1d5340', + '311a31a4-381d-474f-a18a-961b643add54', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031509Z:74a5afb4-bc10-4049-9762-38765f1d5340', + 'SOUTHEASTASIA:20210924T041234Z:311a31a4-381d-474f-a18a-961b643add54', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:09 GMT' + 'Fri, 24 Sep 2021 04:12:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21301,21 +27565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11603', + '11238', 'x-ms-request-id', - 'bb767715-b9e4-466d-b24e-71f44ee048f0', + '13f9355f-6ab1-443e-aea7-eefb31c76a2c', 'x-ms-correlation-request-id', - 'bb767715-b9e4-466d-b24e-71f44ee048f0', + '13f9355f-6ab1-443e-aea7-eefb31c76a2c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031510Z:bb767715-b9e4-466d-b24e-71f44ee048f0', + 'SOUTHEASTASIA:20210924T041237Z:13f9355f-6ab1-443e-aea7-eefb31c76a2c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:10 GMT' + 'Fri, 24 Sep 2021 04:12:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21337,21 +27601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11102', + '11237', 'x-ms-request-id', - '51753af4-ac0f-4a46-8bbd-ecd6796651c1', + 'a5de16fc-217a-488d-bc99-091ac1859ec6', 'x-ms-correlation-request-id', - '51753af4-ac0f-4a46-8bbd-ecd6796651c1', + 'a5de16fc-217a-488d-bc99-091ac1859ec6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031511Z:51753af4-ac0f-4a46-8bbd-ecd6796651c1', + 'SOUTHEASTASIA:20210924T041239Z:a5de16fc-217a-488d-bc99-091ac1859ec6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:11 GMT' + 'Fri, 24 Sep 2021 04:12:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21373,21 +27637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11602', + '11236', 'x-ms-request-id', - 'f628eb61-2431-4879-a502-25f0dd5bb8c3', + '8fb29c0b-1968-489d-9255-d00d546497b2', 'x-ms-correlation-request-id', - 'f628eb61-2431-4879-a502-25f0dd5bb8c3', + '8fb29c0b-1968-489d-9255-d00d546497b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031513Z:f628eb61-2431-4879-a502-25f0dd5bb8c3', + 'SOUTHEASTASIA:20210924T041241Z:8fb29c0b-1968-489d-9255-d00d546497b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:12 GMT' + 'Fri, 24 Sep 2021 04:12:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21409,21 +27673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11101', + '11235', 'x-ms-request-id', - 'a942c809-e2a3-4d19-9276-81bdcac92f92', + '1f7bd500-9a96-4489-9874-5fcdba9f8e8e', 'x-ms-correlation-request-id', - 'a942c809-e2a3-4d19-9276-81bdcac92f92', + '1f7bd500-9a96-4489-9874-5fcdba9f8e8e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031514Z:a942c809-e2a3-4d19-9276-81bdcac92f92', + 'SOUTHEASTASIA:20210924T041244Z:1f7bd500-9a96-4489-9874-5fcdba9f8e8e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:14 GMT' + 'Fri, 24 Sep 2021 04:12:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21445,21 +27709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11601', + '11234', 'x-ms-request-id', - 'c0b0493f-bfdc-4556-9ba5-719b1dc71453', + '440b465e-f5e6-4897-8e4a-e824e897c021', 'x-ms-correlation-request-id', - 'c0b0493f-bfdc-4556-9ba5-719b1dc71453', + '440b465e-f5e6-4897-8e4a-e824e897c021', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031515Z:c0b0493f-bfdc-4556-9ba5-719b1dc71453', + 'SOUTHEASTASIA:20210924T041246Z:440b465e-f5e6-4897-8e4a-e824e897c021', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:15 GMT' + 'Fri, 24 Sep 2021 04:12:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21481,21 +27745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11100', + '11233', 'x-ms-request-id', - 'be4bde14-be4d-49bd-93a3-b64ebcfe05ff', + '0b62c498-dcc8-43a1-873f-56897fd03800', 'x-ms-correlation-request-id', - 'be4bde14-be4d-49bd-93a3-b64ebcfe05ff', + '0b62c498-dcc8-43a1-873f-56897fd03800', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031516Z:be4bde14-be4d-49bd-93a3-b64ebcfe05ff', + 'SOUTHEASTASIA:20210924T041248Z:0b62c498-dcc8-43a1-873f-56897fd03800', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:16 GMT' + 'Fri, 24 Sep 2021 04:12:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21517,21 +27781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11600', + '11232', 'x-ms-request-id', - '5b4d78ec-63b8-4206-9922-fcc95ede3ac9', + '1b402082-839c-4bc2-b5f0-b82e266afe81', 'x-ms-correlation-request-id', - '5b4d78ec-63b8-4206-9922-fcc95ede3ac9', + '1b402082-839c-4bc2-b5f0-b82e266afe81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031517Z:5b4d78ec-63b8-4206-9922-fcc95ede3ac9', + 'SOUTHEASTASIA:20210924T041251Z:1b402082-839c-4bc2-b5f0-b82e266afe81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:17 GMT' + 'Fri, 24 Sep 2021 04:12:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21553,21 +27817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11099', + '11231', 'x-ms-request-id', - '5e3b0723-5c3c-4264-a021-d7c1bc24af4c', + '50c17960-2665-4995-a4da-c131faaec722', 'x-ms-correlation-request-id', - '5e3b0723-5c3c-4264-a021-d7c1bc24af4c', + '50c17960-2665-4995-a4da-c131faaec722', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031519Z:5e3b0723-5c3c-4264-a021-d7c1bc24af4c', + 'SOUTHEASTASIA:20210924T041253Z:50c17960-2665-4995-a4da-c131faaec722', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:19 GMT' + 'Fri, 24 Sep 2021 04:12:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21589,21 +27853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11599', + '11230', 'x-ms-request-id', - 'bc5935cb-5d13-43f7-b69d-dfa908226814', + 'b79d10b2-7883-4041-bbba-a04a019e1ec7', 'x-ms-correlation-request-id', - 'bc5935cb-5d13-43f7-b69d-dfa908226814', + 'b79d10b2-7883-4041-bbba-a04a019e1ec7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031520Z:bc5935cb-5d13-43f7-b69d-dfa908226814', + 'SOUTHEASTASIA:20210924T041255Z:b79d10b2-7883-4041-bbba-a04a019e1ec7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:19 GMT' + 'Fri, 24 Sep 2021 04:12:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21625,21 +27889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11098', + '11229', 'x-ms-request-id', - '4e74506b-f1d9-496e-a097-9c956b2c58b5', + '68e4fb45-e04f-4b60-b9b5-5ca1187fb5c6', 'x-ms-correlation-request-id', - '4e74506b-f1d9-496e-a097-9c956b2c58b5', + '68e4fb45-e04f-4b60-b9b5-5ca1187fb5c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031521Z:4e74506b-f1d9-496e-a097-9c956b2c58b5', + 'SOUTHEASTASIA:20210924T041258Z:68e4fb45-e04f-4b60-b9b5-5ca1187fb5c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:21 GMT' + 'Fri, 24 Sep 2021 04:12:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21661,21 +27925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11598', + '11228', 'x-ms-request-id', - '0c94c813-cc96-478f-ac3e-159810477dc9', + 'f0dc0338-9ea2-46a0-aece-d2d9f64aca0d', 'x-ms-correlation-request-id', - '0c94c813-cc96-478f-ac3e-159810477dc9', + 'f0dc0338-9ea2-46a0-aece-d2d9f64aca0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031522Z:0c94c813-cc96-478f-ac3e-159810477dc9', + 'SOUTHEASTASIA:20210924T041300Z:f0dc0338-9ea2-46a0-aece-d2d9f64aca0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:22 GMT' + 'Fri, 24 Sep 2021 04:12:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21697,21 +27961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11097', + '11227', 'x-ms-request-id', - '41a2f0aa-18e6-45d3-822f-efbad0468c23', + 'e3179290-02d9-4cf5-8535-43ab6ce2b126', 'x-ms-correlation-request-id', - '41a2f0aa-18e6-45d3-822f-efbad0468c23', + 'e3179290-02d9-4cf5-8535-43ab6ce2b126', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031523Z:41a2f0aa-18e6-45d3-822f-efbad0468c23', + 'SOUTHEASTASIA:20210924T041302Z:e3179290-02d9-4cf5-8535-43ab6ce2b126', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:23 GMT' + 'Fri, 24 Sep 2021 04:13:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21733,21 +27997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11597', + '11226', 'x-ms-request-id', - 'f59a8ec4-8262-4e62-bcda-87df71a1ae48', + 'a0cc4ff6-e152-4296-99a2-f559b70c62b8', 'x-ms-correlation-request-id', - 'f59a8ec4-8262-4e62-bcda-87df71a1ae48', + 'a0cc4ff6-e152-4296-99a2-f559b70c62b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031524Z:f59a8ec4-8262-4e62-bcda-87df71a1ae48', + 'SOUTHEASTASIA:20210924T041305Z:a0cc4ff6-e152-4296-99a2-f559b70c62b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:24 GMT' + 'Fri, 24 Sep 2021 04:13:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21769,21 +28033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11096', + '11225', 'x-ms-request-id', - '9b9f3590-4629-47b6-b495-afe294497e69', + '3fbd9113-885a-49eb-8a84-a07e5d6fb76b', 'x-ms-correlation-request-id', - '9b9f3590-4629-47b6-b495-afe294497e69', + '3fbd9113-885a-49eb-8a84-a07e5d6fb76b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031526Z:9b9f3590-4629-47b6-b495-afe294497e69', + 'SOUTHEASTASIA:20210924T041307Z:3fbd9113-885a-49eb-8a84-a07e5d6fb76b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:26 GMT' + 'Fri, 24 Sep 2021 04:13:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21805,21 +28069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11596', + '11224', 'x-ms-request-id', - '8aaf86eb-86a9-40cb-8838-792965fd1be7', + '92a60a7f-5033-4eb8-87ed-aa59288ae808', 'x-ms-correlation-request-id', - '8aaf86eb-86a9-40cb-8838-792965fd1be7', + '92a60a7f-5033-4eb8-87ed-aa59288ae808', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031527Z:8aaf86eb-86a9-40cb-8838-792965fd1be7', + 'SOUTHEASTASIA:20210924T041309Z:92a60a7f-5033-4eb8-87ed-aa59288ae808', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:26 GMT' + 'Fri, 24 Sep 2021 04:13:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21841,21 +28105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11095', + '11223', 'x-ms-request-id', - 'c54b09db-7516-4ac6-84c0-70ed5f359cb1', + '28204c6d-2bfc-459e-94b8-14b4cbeede46', 'x-ms-correlation-request-id', - 'c54b09db-7516-4ac6-84c0-70ed5f359cb1', + '28204c6d-2bfc-459e-94b8-14b4cbeede46', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031528Z:c54b09db-7516-4ac6-84c0-70ed5f359cb1', + 'SOUTHEASTASIA:20210924T041311Z:28204c6d-2bfc-459e-94b8-14b4cbeede46', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:28 GMT' + 'Fri, 24 Sep 2021 04:13:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21877,21 +28141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11595', + '11222', 'x-ms-request-id', - '2e610b80-1939-4245-b89d-d9d9c2b6cfe4', + '8d112285-8d29-4b61-992b-6c9df2255fc5', 'x-ms-correlation-request-id', - '2e610b80-1939-4245-b89d-d9d9c2b6cfe4', + '8d112285-8d29-4b61-992b-6c9df2255fc5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031529Z:2e610b80-1939-4245-b89d-d9d9c2b6cfe4', + 'SOUTHEASTASIA:20210924T041314Z:8d112285-8d29-4b61-992b-6c9df2255fc5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:29 GMT' + 'Fri, 24 Sep 2021 04:13:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21913,21 +28177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11094', + '11221', 'x-ms-request-id', - '7501dd11-0be0-48fb-afe0-47153a44244b', + '2b0ad3f9-63d0-4640-ba49-2c65a80dc72d', 'x-ms-correlation-request-id', - '7501dd11-0be0-48fb-afe0-47153a44244b', + '2b0ad3f9-63d0-4640-ba49-2c65a80dc72d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031530Z:7501dd11-0be0-48fb-afe0-47153a44244b', + 'SOUTHEASTASIA:20210924T041316Z:2b0ad3f9-63d0-4640-ba49-2c65a80dc72d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:30 GMT' + 'Fri, 24 Sep 2021 04:13:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21949,21 +28213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11594', + '11220', 'x-ms-request-id', - 'a87b57f9-f600-45a6-b199-f88e0710f402', + '91dccf5a-0684-42da-bd2c-c468e94b4e3e', 'x-ms-correlation-request-id', - 'a87b57f9-f600-45a6-b199-f88e0710f402', + '91dccf5a-0684-42da-bd2c-c468e94b4e3e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031531Z:a87b57f9-f600-45a6-b199-f88e0710f402', + 'SOUTHEASTASIA:20210924T041318Z:91dccf5a-0684-42da-bd2c-c468e94b4e3e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:31 GMT' + 'Fri, 24 Sep 2021 04:13:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21985,21 +28249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11093', + '11219', 'x-ms-request-id', - '3258c7d9-9962-4ac6-81a2-b96aad0d42f0', + '7a5a670f-4f76-492b-8433-b105bb2a1ac6', 'x-ms-correlation-request-id', - '3258c7d9-9962-4ac6-81a2-b96aad0d42f0', + '7a5a670f-4f76-492b-8433-b105bb2a1ac6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031533Z:3258c7d9-9962-4ac6-81a2-b96aad0d42f0', + 'SOUTHEASTASIA:20210924T041321Z:7a5a670f-4f76-492b-8433-b105bb2a1ac6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:32 GMT' + 'Fri, 24 Sep 2021 04:13:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22021,21 +28285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11593', + '11218', 'x-ms-request-id', - '7f3ce38c-9ed7-4d3e-a98f-ef7345e269e9', + 'd5487ab5-7786-47d5-9b9d-6e254defa757', 'x-ms-correlation-request-id', - '7f3ce38c-9ed7-4d3e-a98f-ef7345e269e9', + 'd5487ab5-7786-47d5-9b9d-6e254defa757', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031534Z:7f3ce38c-9ed7-4d3e-a98f-ef7345e269e9', + 'SOUTHEASTASIA:20210924T041324Z:d5487ab5-7786-47d5-9b9d-6e254defa757', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:33 GMT' + 'Fri, 24 Sep 2021 04:13:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22057,21 +28321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11092', + '11217', 'x-ms-request-id', - '4485ec9f-9d6b-4da0-b2ea-3305dac138e8', + '816db713-3392-42a9-a658-debce60eea52', 'x-ms-correlation-request-id', - '4485ec9f-9d6b-4da0-b2ea-3305dac138e8', + '816db713-3392-42a9-a658-debce60eea52', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031535Z:4485ec9f-9d6b-4da0-b2ea-3305dac138e8', + 'SOUTHEASTASIA:20210924T041326Z:816db713-3392-42a9-a658-debce60eea52', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:35 GMT' + 'Fri, 24 Sep 2021 04:13:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22093,21 +28357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11592', + '11216', 'x-ms-request-id', - 'e77411e3-42fd-41bf-aad7-57d3d5665e7e', + '10e26397-7814-4f74-868d-ad04764f970e', 'x-ms-correlation-request-id', - 'e77411e3-42fd-41bf-aad7-57d3d5665e7e', + '10e26397-7814-4f74-868d-ad04764f970e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031536Z:e77411e3-42fd-41bf-aad7-57d3d5665e7e', + 'SOUTHEASTASIA:20210924T041328Z:10e26397-7814-4f74-868d-ad04764f970e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:36 GMT' + 'Fri, 24 Sep 2021 04:13:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22129,21 +28393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11091', + '11215', 'x-ms-request-id', - '56ba185b-0a09-4f21-b165-cb1216b9ce41', + 'a61b31aa-e707-4ce5-8f29-af4509db4369', 'x-ms-correlation-request-id', - '56ba185b-0a09-4f21-b165-cb1216b9ce41', + 'a61b31aa-e707-4ce5-8f29-af4509db4369', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031537Z:56ba185b-0a09-4f21-b165-cb1216b9ce41', + 'SOUTHEASTASIA:20210924T041331Z:a61b31aa-e707-4ce5-8f29-af4509db4369', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:37 GMT' + 'Fri, 24 Sep 2021 04:13:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22165,21 +28429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11591', + '11214', 'x-ms-request-id', - '29c5804b-f548-4a92-9a7b-3c92c1f86e08', + '8df5baa1-0787-4228-833a-d817fba243a4', 'x-ms-correlation-request-id', - '29c5804b-f548-4a92-9a7b-3c92c1f86e08', + '8df5baa1-0787-4228-833a-d817fba243a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031538Z:29c5804b-f548-4a92-9a7b-3c92c1f86e08', + 'SOUTHEASTASIA:20210924T041333Z:8df5baa1-0787-4228-833a-d817fba243a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:38 GMT' + 'Fri, 24 Sep 2021 04:13:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22201,21 +28465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11090', + '11213', 'x-ms-request-id', - '507de92a-14bb-4b3f-b502-ec8a7e81933b', + 'a23f08e2-094a-43a8-9e61-11a6d3870ce3', 'x-ms-correlation-request-id', - '507de92a-14bb-4b3f-b502-ec8a7e81933b', + 'a23f08e2-094a-43a8-9e61-11a6d3870ce3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031540Z:507de92a-14bb-4b3f-b502-ec8a7e81933b', + 'SOUTHEASTASIA:20210924T041335Z:a23f08e2-094a-43a8-9e61-11a6d3870ce3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:39 GMT' + 'Fri, 24 Sep 2021 04:13:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22237,21 +28501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11590', + '11212', 'x-ms-request-id', - '88f13c19-577d-4341-9d13-577de81ad3f9', + '18dae980-d60d-423a-8b84-43d88dd34a3d', 'x-ms-correlation-request-id', - '88f13c19-577d-4341-9d13-577de81ad3f9', + '18dae980-d60d-423a-8b84-43d88dd34a3d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031541Z:88f13c19-577d-4341-9d13-577de81ad3f9', + 'SOUTHEASTASIA:20210924T041338Z:18dae980-d60d-423a-8b84-43d88dd34a3d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:40 GMT' + 'Fri, 24 Sep 2021 04:13:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22273,21 +28537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11089', + '11211', 'x-ms-request-id', - '839de6c7-8064-41cc-b8b6-fc6db56cd1e6', + '20a5a265-4cc9-43cc-9833-cf5e68cc497a', 'x-ms-correlation-request-id', - '839de6c7-8064-41cc-b8b6-fc6db56cd1e6', + '20a5a265-4cc9-43cc-9833-cf5e68cc497a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031542Z:839de6c7-8064-41cc-b8b6-fc6db56cd1e6', + 'SOUTHEASTASIA:20210924T041340Z:20a5a265-4cc9-43cc-9833-cf5e68cc497a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:42 GMT' + 'Fri, 24 Sep 2021 04:13:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22309,21 +28573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11589', + '11210', 'x-ms-request-id', - '227cd83a-c19c-4e39-8b2e-f8eb4de03dcd', + 'b703267f-205b-4aaa-bd7f-fd7d11922ced', 'x-ms-correlation-request-id', - '227cd83a-c19c-4e39-8b2e-f8eb4de03dcd', + 'b703267f-205b-4aaa-bd7f-fd7d11922ced', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031543Z:227cd83a-c19c-4e39-8b2e-f8eb4de03dcd', + 'SOUTHEASTASIA:20210924T041342Z:b703267f-205b-4aaa-bd7f-fd7d11922ced', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:42 GMT' + 'Fri, 24 Sep 2021 04:13:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22345,21 +28609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11088', + '11209', 'x-ms-request-id', - 'b43f9d28-58a8-4b2f-b1db-d4257f80d101', + 'e924aa9d-94f3-42a8-b725-13e807a5dd40', 'x-ms-correlation-request-id', - 'b43f9d28-58a8-4b2f-b1db-d4257f80d101', + 'e924aa9d-94f3-42a8-b725-13e807a5dd40', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031544Z:b43f9d28-58a8-4b2f-b1db-d4257f80d101', + 'SOUTHEASTASIA:20210924T041345Z:e924aa9d-94f3-42a8-b725-13e807a5dd40', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:44 GMT' + 'Fri, 24 Sep 2021 04:13:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22381,21 +28645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11588', + '11208', 'x-ms-request-id', - '6753f9aa-7113-44c4-8f69-8643d5e73940', + 'cf71f73e-541f-4023-86d7-45b1b815dd70', 'x-ms-correlation-request-id', - '6753f9aa-7113-44c4-8f69-8643d5e73940', + 'cf71f73e-541f-4023-86d7-45b1b815dd70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031545Z:6753f9aa-7113-44c4-8f69-8643d5e73940', + 'SOUTHEASTASIA:20210924T041347Z:cf71f73e-541f-4023-86d7-45b1b815dd70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:45 GMT' + 'Fri, 24 Sep 2021 04:13:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22417,21 +28681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11087', + '11207', 'x-ms-request-id', - '1ffc4431-451e-4a17-89b8-db3cf2a68b01', + 'a782d93f-81d0-40f6-b52a-2d2925cefe6e', 'x-ms-correlation-request-id', - '1ffc4431-451e-4a17-89b8-db3cf2a68b01', + 'a782d93f-81d0-40f6-b52a-2d2925cefe6e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031547Z:1ffc4431-451e-4a17-89b8-db3cf2a68b01', + 'SOUTHEASTASIA:20210924T041349Z:a782d93f-81d0-40f6-b52a-2d2925cefe6e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:46 GMT' + 'Fri, 24 Sep 2021 04:13:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22453,21 +28717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11587', + '11206', 'x-ms-request-id', - '230286a7-c2a9-4826-bc97-ffcd539ba521', + '1b09ab86-0392-4088-b43b-548fe9567d94', 'x-ms-correlation-request-id', - '230286a7-c2a9-4826-bc97-ffcd539ba521', + '1b09ab86-0392-4088-b43b-548fe9567d94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031547Z:230286a7-c2a9-4826-bc97-ffcd539ba521', + 'SOUTHEASTASIA:20210924T041352Z:1b09ab86-0392-4088-b43b-548fe9567d94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:47 GMT' + 'Fri, 24 Sep 2021 04:13:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22489,21 +28753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11086', + '11205', 'x-ms-request-id', - 'd307a26d-8e49-4aec-b569-289a27412688', + '937aa593-9101-445a-a2e3-f1d11e22b750', 'x-ms-correlation-request-id', - 'd307a26d-8e49-4aec-b569-289a27412688', + '937aa593-9101-445a-a2e3-f1d11e22b750', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031549Z:d307a26d-8e49-4aec-b569-289a27412688', + 'SOUTHEASTASIA:20210924T041354Z:937aa593-9101-445a-a2e3-f1d11e22b750', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:49 GMT' + 'Fri, 24 Sep 2021 04:13:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22525,21 +28789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11586', + '11204', 'x-ms-request-id', - '5a4924f2-16b3-4906-a983-8e005e909f4e', + '5d2c7ea4-d43d-49af-81cf-a99f02061a3f', 'x-ms-correlation-request-id', - '5a4924f2-16b3-4906-a983-8e005e909f4e', + '5d2c7ea4-d43d-49af-81cf-a99f02061a3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031550Z:5a4924f2-16b3-4906-a983-8e005e909f4e', + 'SOUTHEASTASIA:20210924T041356Z:5d2c7ea4-d43d-49af-81cf-a99f02061a3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:49 GMT' + 'Fri, 24 Sep 2021 04:13:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22561,21 +28825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11085', + '11203', 'x-ms-request-id', - '805fa413-6f36-494e-afee-3c3837d58231', + '6e49bc13-8b4a-43f9-beb6-5b45d269af9d', 'x-ms-correlation-request-id', - '805fa413-6f36-494e-afee-3c3837d58231', + '6e49bc13-8b4a-43f9-beb6-5b45d269af9d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031551Z:805fa413-6f36-494e-afee-3c3837d58231', + 'SOUTHEASTASIA:20210924T041359Z:6e49bc13-8b4a-43f9-beb6-5b45d269af9d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:51 GMT' + 'Fri, 24 Sep 2021 04:13:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22597,21 +28861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11585', + '11202', 'x-ms-request-id', - '5a51693a-ff7c-4ecf-b115-35963c23ecf6', + '99ba51cd-4cbf-40b7-af0c-07591cd807f1', 'x-ms-correlation-request-id', - '5a51693a-ff7c-4ecf-b115-35963c23ecf6', + '99ba51cd-4cbf-40b7-af0c-07591cd807f1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031553Z:5a51693a-ff7c-4ecf-b115-35963c23ecf6', + 'SOUTHEASTASIA:20210924T041401Z:99ba51cd-4cbf-40b7-af0c-07591cd807f1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:52 GMT' + 'Fri, 24 Sep 2021 04:14:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22633,21 +28897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11084', + '11201', 'x-ms-request-id', - '5753e6d0-4e89-45ec-a145-f4b4d8a3a9c7', + 'fc0828fb-417e-475e-80ca-a5e65b234701', 'x-ms-correlation-request-id', - '5753e6d0-4e89-45ec-a145-f4b4d8a3a9c7', + 'fc0828fb-417e-475e-80ca-a5e65b234701', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031553Z:5753e6d0-4e89-45ec-a145-f4b4d8a3a9c7', + 'SOUTHEASTASIA:20210924T041403Z:fc0828fb-417e-475e-80ca-a5e65b234701', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:53 GMT' + 'Fri, 24 Sep 2021 04:14:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22669,21 +28933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11584', + '11200', 'x-ms-request-id', - '8c97224f-439a-49c0-ba19-9836a2dc4bf2', + '8a252b71-bb16-41be-b9b6-6e5c41d5aff1', 'x-ms-correlation-request-id', - '8c97224f-439a-49c0-ba19-9836a2dc4bf2', + '8a252b71-bb16-41be-b9b6-6e5c41d5aff1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031555Z:8c97224f-439a-49c0-ba19-9836a2dc4bf2', + 'SOUTHEASTASIA:20210924T041406Z:8a252b71-bb16-41be-b9b6-6e5c41d5aff1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:55 GMT' + 'Fri, 24 Sep 2021 04:14:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22705,21 +28969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11083', + '11199', 'x-ms-request-id', - '2acd40be-69f8-415e-b29d-1518d988b7a6', + '641a755a-f302-4e83-9e2a-1edaf2a4b769', 'x-ms-correlation-request-id', - '2acd40be-69f8-415e-b29d-1518d988b7a6', + '641a755a-f302-4e83-9e2a-1edaf2a4b769', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031556Z:2acd40be-69f8-415e-b29d-1518d988b7a6', + 'SOUTHEASTASIA:20210924T041408Z:641a755a-f302-4e83-9e2a-1edaf2a4b769', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:56 GMT' + 'Fri, 24 Sep 2021 04:14:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22741,21 +29005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11583', + '11198', 'x-ms-request-id', - 'd44a54bc-84ba-419d-bcd9-0d1fd2ae42ea', + 'c286efef-946f-47ad-96c4-b4509e09dd43', 'x-ms-correlation-request-id', - 'd44a54bc-84ba-419d-bcd9-0d1fd2ae42ea', + 'c286efef-946f-47ad-96c4-b4509e09dd43', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031557Z:d44a54bc-84ba-419d-bcd9-0d1fd2ae42ea', + 'SOUTHEASTASIA:20210924T041410Z:c286efef-946f-47ad-96c4-b4509e09dd43', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:57 GMT' + 'Fri, 24 Sep 2021 04:14:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22777,21 +29041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11082', + '11197', 'x-ms-request-id', - '8642ee2a-f4b8-4d3b-b965-c7d8d461e4dd', + 'c22b8832-90e2-4d26-9375-2f97e2dff8ea', 'x-ms-correlation-request-id', - '8642ee2a-f4b8-4d3b-b965-c7d8d461e4dd', + 'c22b8832-90e2-4d26-9375-2f97e2dff8ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031558Z:8642ee2a-f4b8-4d3b-b965-c7d8d461e4dd', + 'SOUTHEASTASIA:20210924T041413Z:c22b8832-90e2-4d26-9375-2f97e2dff8ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:58 GMT' + 'Fri, 24 Sep 2021 04:14:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22813,21 +29077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11582', + '11196', 'x-ms-request-id', - '07b993f6-4f85-4157-bb59-0f4d849cc4c8', + 'e4623fac-7bf0-4a59-a8bb-b68a4cae856f', 'x-ms-correlation-request-id', - '07b993f6-4f85-4157-bb59-0f4d849cc4c8', + 'e4623fac-7bf0-4a59-a8bb-b68a4cae856f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031600Z:07b993f6-4f85-4157-bb59-0f4d849cc4c8', + 'SOUTHEASTASIA:20210924T041415Z:e4623fac-7bf0-4a59-a8bb-b68a4cae856f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:15:59 GMT' + 'Fri, 24 Sep 2021 04:14:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22849,21 +29113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11081', + '11195', 'x-ms-request-id', - '0fa1f36d-ecfc-4695-b5fe-0946380e2df8', + '207eec7a-1b74-4cb5-bd6c-7daa69a335f9', 'x-ms-correlation-request-id', - '0fa1f36d-ecfc-4695-b5fe-0946380e2df8', + '207eec7a-1b74-4cb5-bd6c-7daa69a335f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031600Z:0fa1f36d-ecfc-4695-b5fe-0946380e2df8', + 'SOUTHEASTASIA:20210924T041417Z:207eec7a-1b74-4cb5-bd6c-7daa69a335f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:00 GMT' + 'Fri, 24 Sep 2021 04:14:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22885,21 +29149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11581', + '11194', 'x-ms-request-id', - 'ed628d8a-02f4-4b3e-b228-d2529b0fcbd0', + 'd3266687-eaae-43ac-ac6f-bbff738f4b9d', 'x-ms-correlation-request-id', - 'ed628d8a-02f4-4b3e-b228-d2529b0fcbd0', + 'd3266687-eaae-43ac-ac6f-bbff738f4b9d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031602Z:ed628d8a-02f4-4b3e-b228-d2529b0fcbd0', + 'SOUTHEASTASIA:20210924T041419Z:d3266687-eaae-43ac-ac6f-bbff738f4b9d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:01 GMT' + 'Fri, 24 Sep 2021 04:14:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22921,21 +29185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11080', + '11193', 'x-ms-request-id', - '146cbf89-a9fb-4313-9b50-3269fa57f6c0', + 'd833b9f4-8c57-4f7d-89b8-7b364f2353e1', 'x-ms-correlation-request-id', - '146cbf89-a9fb-4313-9b50-3269fa57f6c0', + 'd833b9f4-8c57-4f7d-89b8-7b364f2353e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031604Z:146cbf89-a9fb-4313-9b50-3269fa57f6c0', + 'SOUTHEASTASIA:20210924T041422Z:d833b9f4-8c57-4f7d-89b8-7b364f2353e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:03 GMT' + 'Fri, 24 Sep 2021 04:14:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22957,21 +29221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11580', + '11192', 'x-ms-request-id', - '8070e488-fc00-4a64-94a2-356cc9fb6763', + '2f7f6b50-b102-44da-8015-ccfafa8070b5', 'x-ms-correlation-request-id', - '8070e488-fc00-4a64-94a2-356cc9fb6763', + '2f7f6b50-b102-44da-8015-ccfafa8070b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031604Z:8070e488-fc00-4a64-94a2-356cc9fb6763', + 'SOUTHEASTASIA:20210924T041424Z:2f7f6b50-b102-44da-8015-ccfafa8070b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:04 GMT' + 'Fri, 24 Sep 2021 04:14:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22993,21 +29257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11079', + '11191', 'x-ms-request-id', - '54cb75a0-1e34-4df4-bbea-71f29f667c23', + 'fd812395-5430-4d51-8d8f-e3a4782f529b', 'x-ms-correlation-request-id', - '54cb75a0-1e34-4df4-bbea-71f29f667c23', + 'fd812395-5430-4d51-8d8f-e3a4782f529b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031607Z:54cb75a0-1e34-4df4-bbea-71f29f667c23', + 'SOUTHEASTASIA:20210924T041426Z:fd812395-5430-4d51-8d8f-e3a4782f529b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:06 GMT' + 'Fri, 24 Sep 2021 04:14:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23029,21 +29293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11579', + '11190', 'x-ms-request-id', - 'e599894c-94a7-4b8c-9583-fa4ce08e7d67', + '5d73e52d-017b-40cc-8c82-7d81bc04c367', 'x-ms-correlation-request-id', - 'e599894c-94a7-4b8c-9583-fa4ce08e7d67', + '5d73e52d-017b-40cc-8c82-7d81bc04c367', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031607Z:e599894c-94a7-4b8c-9583-fa4ce08e7d67', + 'SOUTHEASTASIA:20210924T041429Z:5d73e52d-017b-40cc-8c82-7d81bc04c367', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:06 GMT' + 'Fri, 24 Sep 2021 04:14:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23065,21 +29329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11578', + '11189', 'x-ms-request-id', - 'ca04b66e-a462-4b0a-b487-a4fe84da623c', + '95244b35-f3f9-4f96-a512-9b2ab0f9ea78', 'x-ms-correlation-request-id', - 'ca04b66e-a462-4b0a-b487-a4fe84da623c', + '95244b35-f3f9-4f96-a512-9b2ab0f9ea78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031609Z:ca04b66e-a462-4b0a-b487-a4fe84da623c', + 'SOUTHEASTASIA:20210924T041431Z:95244b35-f3f9-4f96-a512-9b2ab0f9ea78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:08 GMT' + 'Fri, 24 Sep 2021 04:14:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23101,21 +29365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11078', + '11188', 'x-ms-request-id', - '6deeac54-9b37-4810-88c3-c1a7a5b22627', + '6a0166ca-15ff-4c6f-97bc-b663b7b3c17b', 'x-ms-correlation-request-id', - '6deeac54-9b37-4810-88c3-c1a7a5b22627', + '6a0166ca-15ff-4c6f-97bc-b663b7b3c17b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031610Z:6deeac54-9b37-4810-88c3-c1a7a5b22627', + 'SOUTHEASTASIA:20210924T041433Z:6a0166ca-15ff-4c6f-97bc-b663b7b3c17b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:09 GMT' + 'Fri, 24 Sep 2021 04:14:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23137,21 +29401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11577', + '11187', 'x-ms-request-id', - 'a9a625f5-a6c7-42df-bdaa-23f6d7b3b52f', + 'f201c3f1-d5a4-4685-a6ea-cc2b94a9ee16', 'x-ms-correlation-request-id', - 'a9a625f5-a6c7-42df-bdaa-23f6d7b3b52f', + 'f201c3f1-d5a4-4685-a6ea-cc2b94a9ee16', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031611Z:a9a625f5-a6c7-42df-bdaa-23f6d7b3b52f', + 'SOUTHEASTASIA:20210924T041436Z:f201c3f1-d5a4-4685-a6ea-cc2b94a9ee16', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:11 GMT' + 'Fri, 24 Sep 2021 04:14:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23173,21 +29437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11077', + '11186', 'x-ms-request-id', - '495c3d90-90c8-4df2-af25-07d6753af63d', + '129d2aea-bdc6-43d2-89be-aa819be5362c', 'x-ms-correlation-request-id', - '495c3d90-90c8-4df2-af25-07d6753af63d', + '129d2aea-bdc6-43d2-89be-aa819be5362c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031612Z:495c3d90-90c8-4df2-af25-07d6753af63d', + 'SOUTHEASTASIA:20210924T041438Z:129d2aea-bdc6-43d2-89be-aa819be5362c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:12 GMT' + 'Fri, 24 Sep 2021 04:14:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23209,21 +29473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11576', + '11185', 'x-ms-request-id', - '4612b204-c85b-42d8-adc2-3c3941cfed17', + '25d9a180-2c40-4011-8ade-ce22dac45a88', 'x-ms-correlation-request-id', - '4612b204-c85b-42d8-adc2-3c3941cfed17', + '25d9a180-2c40-4011-8ade-ce22dac45a88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031614Z:4612b204-c85b-42d8-adc2-3c3941cfed17', + 'SOUTHEASTASIA:20210924T041440Z:25d9a180-2c40-4011-8ade-ce22dac45a88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:13 GMT' + 'Fri, 24 Sep 2021 04:14:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23245,21 +29509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11076', + '11184', 'x-ms-request-id', - '361a848b-3a05-4295-b30c-0df6b14c36aa', + '64b344d1-aa2f-494a-b879-b144bfc769cd', 'x-ms-correlation-request-id', - '361a848b-3a05-4295-b30c-0df6b14c36aa', + '64b344d1-aa2f-494a-b879-b144bfc769cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031615Z:361a848b-3a05-4295-b30c-0df6b14c36aa', + 'SOUTHEASTASIA:20210924T041443Z:64b344d1-aa2f-494a-b879-b144bfc769cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:15 GMT' + 'Fri, 24 Sep 2021 04:14:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23281,21 +29545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11575', + '11183', 'x-ms-request-id', - '595a0b3d-d253-4028-abf9-6268f1f68056', + 'a0c9dac2-a7db-4a7e-b32c-a9f599475f26', 'x-ms-correlation-request-id', - '595a0b3d-d253-4028-abf9-6268f1f68056', + 'a0c9dac2-a7db-4a7e-b32c-a9f599475f26', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031616Z:595a0b3d-d253-4028-abf9-6268f1f68056', + 'SOUTHEASTASIA:20210924T041445Z:a0c9dac2-a7db-4a7e-b32c-a9f599475f26', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:15 GMT' + 'Fri, 24 Sep 2021 04:14:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23317,21 +29581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11075', + '11182', 'x-ms-request-id', - 'f6d26068-32de-4db3-b153-a9bd5faa2f0c', + 'fff0fce1-acbc-4951-bb7b-e1aeeaccf47e', 'x-ms-correlation-request-id', - 'f6d26068-32de-4db3-b153-a9bd5faa2f0c', + 'fff0fce1-acbc-4951-bb7b-e1aeeaccf47e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031617Z:f6d26068-32de-4db3-b153-a9bd5faa2f0c', + 'SOUTHEASTASIA:20210924T041447Z:fff0fce1-acbc-4951-bb7b-e1aeeaccf47e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:17 GMT' + 'Fri, 24 Sep 2021 04:14:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23353,21 +29617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11574', + '11181', 'x-ms-request-id', - '023b081e-f7aa-4f22-b955-ce5c72a75de1', + '2e5e290b-2073-4510-a0f4-3a727d58bcde', 'x-ms-correlation-request-id', - '023b081e-f7aa-4f22-b955-ce5c72a75de1', + '2e5e290b-2073-4510-a0f4-3a727d58bcde', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031618Z:023b081e-f7aa-4f22-b955-ce5c72a75de1', + 'SOUTHEASTASIA:20210924T041450Z:2e5e290b-2073-4510-a0f4-3a727d58bcde', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:18 GMT' + 'Fri, 24 Sep 2021 04:14:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23389,21 +29653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11074', + '11180', 'x-ms-request-id', - '4db8ab22-b339-4f2a-badf-cccf71292ef3', + 'deddc92b-5e69-4c43-b24f-bddee4197425', 'x-ms-correlation-request-id', - '4db8ab22-b339-4f2a-badf-cccf71292ef3', + 'deddc92b-5e69-4c43-b24f-bddee4197425', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031619Z:4db8ab22-b339-4f2a-badf-cccf71292ef3', + 'SOUTHEASTASIA:20210924T041452Z:deddc92b-5e69-4c43-b24f-bddee4197425', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:19 GMT' + 'Fri, 24 Sep 2021 04:14:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23425,21 +29689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11573', + '11179', 'x-ms-request-id', - '9daed846-e275-4b20-8617-7531246586c8', + 'dab1b782-685d-4472-8322-d3ea5bcf2575', 'x-ms-correlation-request-id', - '9daed846-e275-4b20-8617-7531246586c8', + 'dab1b782-685d-4472-8322-d3ea5bcf2575', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031621Z:9daed846-e275-4b20-8617-7531246586c8', + 'SOUTHEASTASIA:20210924T041454Z:dab1b782-685d-4472-8322-d3ea5bcf2575', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:20 GMT' + 'Fri, 24 Sep 2021 04:14:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23461,21 +29725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11073', + '11178', 'x-ms-request-id', - 'ff4d1a81-efbf-4241-b850-c17b39529ba2', + '51452e0f-d535-4699-9482-88f772287d3f', 'x-ms-correlation-request-id', - 'ff4d1a81-efbf-4241-b850-c17b39529ba2', + '51452e0f-d535-4699-9482-88f772287d3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031622Z:ff4d1a81-efbf-4241-b850-c17b39529ba2', + 'SOUTHEASTASIA:20210924T041457Z:51452e0f-d535-4699-9482-88f772287d3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:21 GMT' + 'Fri, 24 Sep 2021 04:14:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23497,21 +29761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11572', + '11177', 'x-ms-request-id', - '39dfb2d2-6483-4313-ae6d-53bf858a5094', + 'e9c03c3e-05af-4ec8-b58f-8460fdeab293', 'x-ms-correlation-request-id', - '39dfb2d2-6483-4313-ae6d-53bf858a5094', + 'e9c03c3e-05af-4ec8-b58f-8460fdeab293', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031623Z:39dfb2d2-6483-4313-ae6d-53bf858a5094', + 'SOUTHEASTASIA:20210924T041459Z:e9c03c3e-05af-4ec8-b58f-8460fdeab293', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:22 GMT' + 'Fri, 24 Sep 2021 04:14:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23533,21 +29797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11072', + '11176', 'x-ms-request-id', - '0ba8eacf-0856-41ec-b090-d3fd90ad7951', + 'd9ed6520-ec69-4b9c-b3be-512f1b7e1110', 'x-ms-correlation-request-id', - '0ba8eacf-0856-41ec-b090-d3fd90ad7951', + 'd9ed6520-ec69-4b9c-b3be-512f1b7e1110', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031624Z:0ba8eacf-0856-41ec-b090-d3fd90ad7951', + 'SOUTHEASTASIA:20210924T041501Z:d9ed6520-ec69-4b9c-b3be-512f1b7e1110', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:24 GMT' + 'Fri, 24 Sep 2021 04:15:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23569,21 +29833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11571', + '11175', 'x-ms-request-id', - 'bc250f3e-6068-4173-aeed-8f0f998d8629', + 'ff295fc4-bde2-48f3-9435-68dc3ba97777', 'x-ms-correlation-request-id', - 'bc250f3e-6068-4173-aeed-8f0f998d8629', + 'ff295fc4-bde2-48f3-9435-68dc3ba97777', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031625Z:bc250f3e-6068-4173-aeed-8f0f998d8629', + 'SOUTHEASTASIA:20210924T041504Z:ff295fc4-bde2-48f3-9435-68dc3ba97777', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:24 GMT' + 'Fri, 24 Sep 2021 04:15:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23605,21 +29869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11071', + '11174', 'x-ms-request-id', - 'a07183f6-5b31-49d4-aa3b-5d002ff57cd1', + '3cc3622e-0252-4324-a103-3c60d5055e46', 'x-ms-correlation-request-id', - 'a07183f6-5b31-49d4-aa3b-5d002ff57cd1', + '3cc3622e-0252-4324-a103-3c60d5055e46', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031626Z:a07183f6-5b31-49d4-aa3b-5d002ff57cd1', + 'SOUTHEASTASIA:20210924T041506Z:3cc3622e-0252-4324-a103-3c60d5055e46', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:26 GMT' + 'Fri, 24 Sep 2021 04:15:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23641,21 +29905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11570', + '11173', 'x-ms-request-id', - 'b4d4c6cd-3d09-4025-afe8-bce6284ad55b', + '21b15011-fd86-441c-a2a8-e8056011de9f', 'x-ms-correlation-request-id', - 'b4d4c6cd-3d09-4025-afe8-bce6284ad55b', + '21b15011-fd86-441c-a2a8-e8056011de9f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031628Z:b4d4c6cd-3d09-4025-afe8-bce6284ad55b', + 'SOUTHEASTASIA:20210924T041508Z:21b15011-fd86-441c-a2a8-e8056011de9f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:27 GMT' + 'Fri, 24 Sep 2021 04:15:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23677,21 +29941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11070', + '11172', 'x-ms-request-id', - '7b6edf49-124c-4e5c-82f7-031213fa7d62', + '29bc0951-3bc1-4d49-aaa6-f651a347320e', 'x-ms-correlation-request-id', - '7b6edf49-124c-4e5c-82f7-031213fa7d62', + '29bc0951-3bc1-4d49-aaa6-f651a347320e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031629Z:7b6edf49-124c-4e5c-82f7-031213fa7d62', + 'SOUTHEASTASIA:20210924T041511Z:29bc0951-3bc1-4d49-aaa6-f651a347320e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:29 GMT' + 'Fri, 24 Sep 2021 04:15:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23713,21 +29977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11569', + '11171', 'x-ms-request-id', - '6bb6eef4-e1cd-429b-a830-32815f116383', + '50e5ac0f-9261-41bc-857c-fccf8ab022ad', 'x-ms-correlation-request-id', - '6bb6eef4-e1cd-429b-a830-32815f116383', + '50e5ac0f-9261-41bc-857c-fccf8ab022ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031630Z:6bb6eef4-e1cd-429b-a830-32815f116383', + 'SOUTHEASTASIA:20210924T041513Z:50e5ac0f-9261-41bc-857c-fccf8ab022ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:29 GMT' + 'Fri, 24 Sep 2021 04:15:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23749,21 +30013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11069', + '11170', 'x-ms-request-id', - 'e0c4660f-a8fd-427c-a19d-93c675f552dd', + 'f453fbe2-57eb-4c10-b679-7d997543fadf', 'x-ms-correlation-request-id', - 'e0c4660f-a8fd-427c-a19d-93c675f552dd', + 'f453fbe2-57eb-4c10-b679-7d997543fadf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031632Z:e0c4660f-a8fd-427c-a19d-93c675f552dd', + 'SOUTHEASTASIA:20210924T041515Z:f453fbe2-57eb-4c10-b679-7d997543fadf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:31 GMT' + 'Fri, 24 Sep 2021 04:15:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23785,21 +30049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11568', + '11169', 'x-ms-request-id', - '42baaa29-07b7-43be-9230-96f6c440778c', + '94bafa8b-9931-442f-9160-193f44ac7f36', 'x-ms-correlation-request-id', - '42baaa29-07b7-43be-9230-96f6c440778c', + '94bafa8b-9931-442f-9160-193f44ac7f36', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031632Z:42baaa29-07b7-43be-9230-96f6c440778c', + 'SOUTHEASTASIA:20210924T041518Z:94bafa8b-9931-442f-9160-193f44ac7f36', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:31 GMT' + 'Fri, 24 Sep 2021 04:15:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23821,21 +30085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11068', + '11168', 'x-ms-request-id', - '95da5a2a-a070-4e20-ac08-6f7fa91cdb04', + '0de6bb31-628b-4382-938d-03cd0ea72d40', 'x-ms-correlation-request-id', - '95da5a2a-a070-4e20-ac08-6f7fa91cdb04', + '0de6bb31-628b-4382-938d-03cd0ea72d40', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031634Z:95da5a2a-a070-4e20-ac08-6f7fa91cdb04', + 'SOUTHEASTASIA:20210924T041520Z:0de6bb31-628b-4382-938d-03cd0ea72d40', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:34 GMT' + 'Fri, 24 Sep 2021 04:15:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23857,21 +30121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11567', + '11167', 'x-ms-request-id', - '16e07c3e-cdad-436a-9323-30f8eccb9368', + '7d01e28c-fae4-483d-a641-59c4d52f4395', 'x-ms-correlation-request-id', - '16e07c3e-cdad-436a-9323-30f8eccb9368', + '7d01e28c-fae4-483d-a641-59c4d52f4395', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031635Z:16e07c3e-cdad-436a-9323-30f8eccb9368', + 'SOUTHEASTASIA:20210924T041522Z:7d01e28c-fae4-483d-a641-59c4d52f4395', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:34 GMT' + 'Fri, 24 Sep 2021 04:15:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23893,21 +30157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11067', + '11166', 'x-ms-request-id', - 'e700c54d-c8cc-4ba2-baba-5fdca18da5f5', + '5c214e63-b6ec-40b9-a666-879a6dce0897', 'x-ms-correlation-request-id', - 'e700c54d-c8cc-4ba2-baba-5fdca18da5f5', + '5c214e63-b6ec-40b9-a666-879a6dce0897', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031636Z:e700c54d-c8cc-4ba2-baba-5fdca18da5f5', + 'SOUTHEASTASIA:20210924T041525Z:5c214e63-b6ec-40b9-a666-879a6dce0897', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:36 GMT' + 'Fri, 24 Sep 2021 04:15:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23929,21 +30193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11566', + '11165', 'x-ms-request-id', - 'afb024b6-4e1d-436f-9ec5-d9419e2b5f99', + '34ed24d8-22d2-4b3a-bc5e-d91df1c4b038', 'x-ms-correlation-request-id', - 'afb024b6-4e1d-436f-9ec5-d9419e2b5f99', + '34ed24d8-22d2-4b3a-bc5e-d91df1c4b038', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031637Z:afb024b6-4e1d-436f-9ec5-d9419e2b5f99', + 'SOUTHEASTASIA:20210924T041527Z:34ed24d8-22d2-4b3a-bc5e-d91df1c4b038', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:36 GMT' + 'Fri, 24 Sep 2021 04:15:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23965,21 +30229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11066', + '11164', 'x-ms-request-id', - '5d30a83e-e53f-4d8f-bcbd-0d360601e605', + 'a96544ea-acba-4d1a-9895-2d6268c4c93d', 'x-ms-correlation-request-id', - '5d30a83e-e53f-4d8f-bcbd-0d360601e605', + 'a96544ea-acba-4d1a-9895-2d6268c4c93d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031639Z:5d30a83e-e53f-4d8f-bcbd-0d360601e605', + 'SOUTHEASTASIA:20210924T041529Z:a96544ea-acba-4d1a-9895-2d6268c4c93d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:38 GMT' + 'Fri, 24 Sep 2021 04:15:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24001,21 +30265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11565', + '11163', 'x-ms-request-id', - '520d8228-acae-4c48-a0c4-28b09ce64658', + '40bc8de6-9917-402c-b811-f0170dd6a662', 'x-ms-correlation-request-id', - '520d8228-acae-4c48-a0c4-28b09ce64658', + '40bc8de6-9917-402c-b811-f0170dd6a662', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031639Z:520d8228-acae-4c48-a0c4-28b09ce64658', + 'SOUTHEASTASIA:20210924T041532Z:40bc8de6-9917-402c-b811-f0170dd6a662', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:38 GMT' + 'Fri, 24 Sep 2021 04:15:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24037,21 +30301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11065', + '11162', 'x-ms-request-id', - 'de58971b-f84c-4cd8-9030-9949e1e5dc12', + '1433d14b-ad10-4f7c-afc9-83582e70f7ee', 'x-ms-correlation-request-id', - 'de58971b-f84c-4cd8-9030-9949e1e5dc12', + '1433d14b-ad10-4f7c-afc9-83582e70f7ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031641Z:de58971b-f84c-4cd8-9030-9949e1e5dc12', + 'SOUTHEASTASIA:20210924T041534Z:1433d14b-ad10-4f7c-afc9-83582e70f7ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:41 GMT' + 'Fri, 24 Sep 2021 04:15:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24073,21 +30337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11564', + '11161', 'x-ms-request-id', - '866ce587-8599-4370-a33d-d1a8cbbc6273', + 'f3836732-f07c-4723-9b62-eafaa19c15db', 'x-ms-correlation-request-id', - '866ce587-8599-4370-a33d-d1a8cbbc6273', + 'f3836732-f07c-4723-9b62-eafaa19c15db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031641Z:866ce587-8599-4370-a33d-d1a8cbbc6273', + 'SOUTHEASTASIA:20210924T041536Z:f3836732-f07c-4723-9b62-eafaa19c15db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:41 GMT' + 'Fri, 24 Sep 2021 04:15:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24109,21 +30373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11064', + '11160', 'x-ms-request-id', - '38acba5f-0433-433a-b723-1066b194ec5a', + 'ac056435-dbe5-4631-ba85-58542f771b5f', 'x-ms-correlation-request-id', - '38acba5f-0433-433a-b723-1066b194ec5a', + 'ac056435-dbe5-4631-ba85-58542f771b5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031643Z:38acba5f-0433-433a-b723-1066b194ec5a', + 'SOUTHEASTASIA:20210924T041539Z:ac056435-dbe5-4631-ba85-58542f771b5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:43 GMT' + 'Fri, 24 Sep 2021 04:15:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24145,21 +30409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11563', + '11159', 'x-ms-request-id', - 'befe9a88-845b-451b-b319-a7d8962bc5cc', + 'e2fe2b3b-dba1-4da8-98a9-ede05acbd349', 'x-ms-correlation-request-id', - 'befe9a88-845b-451b-b319-a7d8962bc5cc', + 'e2fe2b3b-dba1-4da8-98a9-ede05acbd349', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031644Z:befe9a88-845b-451b-b319-a7d8962bc5cc', + 'SOUTHEASTASIA:20210924T041541Z:e2fe2b3b-dba1-4da8-98a9-ede05acbd349', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:43 GMT' + 'Fri, 24 Sep 2021 04:15:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24181,21 +30445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11063', + '11158', 'x-ms-request-id', - 'cd43d5e9-67b5-4ea2-a162-c28148299f67', + 'f12c570c-a64f-46fd-adf7-6b440376a7db', 'x-ms-correlation-request-id', - 'cd43d5e9-67b5-4ea2-a162-c28148299f67', + 'f12c570c-a64f-46fd-adf7-6b440376a7db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031646Z:cd43d5e9-67b5-4ea2-a162-c28148299f67', + 'SOUTHEASTASIA:20210924T041543Z:f12c570c-a64f-46fd-adf7-6b440376a7db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:45 GMT' + 'Fri, 24 Sep 2021 04:15:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24217,21 +30481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11562', + '11157', 'x-ms-request-id', - 'c5f9e7ea-27d7-48e0-a5e8-9d12b40d44b8', + 'b4708ca1-efa2-4cfa-b872-8a4651a1ed0b', 'x-ms-correlation-request-id', - 'c5f9e7ea-27d7-48e0-a5e8-9d12b40d44b8', + 'b4708ca1-efa2-4cfa-b872-8a4651a1ed0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031646Z:c5f9e7ea-27d7-48e0-a5e8-9d12b40d44b8', + 'SOUTHEASTASIA:20210924T041546Z:b4708ca1-efa2-4cfa-b872-8a4651a1ed0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:45 GMT' + 'Fri, 24 Sep 2021 04:15:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24253,21 +30517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11062', + '11156', 'x-ms-request-id', - '0d0353c1-1957-4cc6-ac00-cfaffcba2eec', + 'afe517db-57a3-4045-b2cf-cc5ede18e03f', 'x-ms-correlation-request-id', - '0d0353c1-1957-4cc6-ac00-cfaffcba2eec', + 'afe517db-57a3-4045-b2cf-cc5ede18e03f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031648Z:0d0353c1-1957-4cc6-ac00-cfaffcba2eec', + 'SOUTHEASTASIA:20210924T041548Z:afe517db-57a3-4045-b2cf-cc5ede18e03f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:48 GMT' + 'Fri, 24 Sep 2021 04:15:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24289,21 +30553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11561', + '11155', 'x-ms-request-id', - '7e36ac57-5edc-4585-ae87-8d044be87690', + '465fb7c5-d090-4610-93b6-c094f9e962e8', 'x-ms-correlation-request-id', - '7e36ac57-5edc-4585-ae87-8d044be87690', + '465fb7c5-d090-4610-93b6-c094f9e962e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031648Z:7e36ac57-5edc-4585-ae87-8d044be87690', + 'SOUTHEASTASIA:20210924T041550Z:465fb7c5-d090-4610-93b6-c094f9e962e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:48 GMT' + 'Fri, 24 Sep 2021 04:15:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24325,21 +30589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11061', + '11154', 'x-ms-request-id', - 'a4702ab7-9e2d-4219-b8ca-1d45ca661302', + '3f9f3a7c-3d17-48e4-b555-2e62c0f41682', 'x-ms-correlation-request-id', - 'a4702ab7-9e2d-4219-b8ca-1d45ca661302', + '3f9f3a7c-3d17-48e4-b555-2e62c0f41682', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031650Z:a4702ab7-9e2d-4219-b8ca-1d45ca661302', + 'SOUTHEASTASIA:20210924T041553Z:3f9f3a7c-3d17-48e4-b555-2e62c0f41682', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:50 GMT' + 'Fri, 24 Sep 2021 04:15:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24361,21 +30625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11560', + '11153', 'x-ms-request-id', - '747d52e4-e34f-4f26-93da-d86ef5039dcb', + '61408733-354c-4432-b9e9-649421baaaa8', 'x-ms-correlation-request-id', - '747d52e4-e34f-4f26-93da-d86ef5039dcb', + '61408733-354c-4432-b9e9-649421baaaa8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031651Z:747d52e4-e34f-4f26-93da-d86ef5039dcb', + 'SOUTHEASTASIA:20210924T041555Z:61408733-354c-4432-b9e9-649421baaaa8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:51 GMT' + 'Fri, 24 Sep 2021 04:15:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24397,21 +30661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11060', + '11152', 'x-ms-request-id', - 'af602ecb-5811-4cd1-a0b0-ec4eb5a203e4', + '64aa7088-7e90-4ce7-bf90-490d65edcb57', 'x-ms-correlation-request-id', - 'af602ecb-5811-4cd1-a0b0-ec4eb5a203e4', + '64aa7088-7e90-4ce7-bf90-490d65edcb57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031653Z:af602ecb-5811-4cd1-a0b0-ec4eb5a203e4', + 'SOUTHEASTASIA:20210924T041557Z:64aa7088-7e90-4ce7-bf90-490d65edcb57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:52 GMT' + 'Fri, 24 Sep 2021 04:15:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24433,21 +30697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11559', + '11151', 'x-ms-request-id', - 'fe7836bf-b687-4b03-b466-dc434fdb07c7', + '91f13e61-960d-4aba-b906-f43f746923ec', 'x-ms-correlation-request-id', - 'fe7836bf-b687-4b03-b466-dc434fdb07c7', + '91f13e61-960d-4aba-b906-f43f746923ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031654Z:fe7836bf-b687-4b03-b466-dc434fdb07c7', + 'SOUTHEASTASIA:20210924T041559Z:91f13e61-960d-4aba-b906-f43f746923ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:53 GMT' + 'Fri, 24 Sep 2021 04:15:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24469,21 +30733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11059', + '11150', 'x-ms-request-id', - '80d6d686-9d00-4f0c-a568-18af9a451ad8', + '8dd2bf13-07db-4cfd-bf1c-3bbabdb8f776', 'x-ms-correlation-request-id', - '80d6d686-9d00-4f0c-a568-18af9a451ad8', + '8dd2bf13-07db-4cfd-bf1c-3bbabdb8f776', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031655Z:80d6d686-9d00-4f0c-a568-18af9a451ad8', + 'SOUTHEASTASIA:20210924T041602Z:8dd2bf13-07db-4cfd-bf1c-3bbabdb8f776', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:54 GMT' + 'Fri, 24 Sep 2021 04:16:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24505,21 +30769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11558', + '11149', 'x-ms-request-id', - '9e221519-a421-44a4-aa17-b402a4782728', + 'b3551bb0-4aec-4d39-a844-5f7c58386fa4', 'x-ms-correlation-request-id', - '9e221519-a421-44a4-aa17-b402a4782728', + 'b3551bb0-4aec-4d39-a844-5f7c58386fa4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031656Z:9e221519-a421-44a4-aa17-b402a4782728', + 'SOUTHEASTASIA:20210924T041604Z:b3551bb0-4aec-4d39-a844-5f7c58386fa4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:55 GMT' + 'Fri, 24 Sep 2021 04:16:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24541,21 +30805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11058', + '11148', 'x-ms-request-id', - 'c16c5a57-11fe-4609-b29e-347165f855cc', + 'fbc87a87-ded1-4042-8e25-9950ce43616d', 'x-ms-correlation-request-id', - 'c16c5a57-11fe-4609-b29e-347165f855cc', + 'fbc87a87-ded1-4042-8e25-9950ce43616d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031657Z:c16c5a57-11fe-4609-b29e-347165f855cc', + 'SOUTHEASTASIA:20210924T041606Z:fbc87a87-ded1-4042-8e25-9950ce43616d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:57 GMT' + 'Fri, 24 Sep 2021 04:16:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24577,21 +30841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11557', + '11147', 'x-ms-request-id', - '2556ae4c-03a3-4ed9-b0c6-3e024c2c6842', + '61714369-ef82-4398-87ec-1ec6be0e6038', 'x-ms-correlation-request-id', - '2556ae4c-03a3-4ed9-b0c6-3e024c2c6842', + '61714369-ef82-4398-87ec-1ec6be0e6038', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031658Z:2556ae4c-03a3-4ed9-b0c6-3e024c2c6842', + 'SOUTHEASTASIA:20210924T041609Z:61714369-ef82-4398-87ec-1ec6be0e6038', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:57 GMT' + 'Fri, 24 Sep 2021 04:16:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24613,21 +30877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11057', + '11146', 'x-ms-request-id', - '452f5454-dea4-472a-b1f8-8a1e120a2164', + 'fc55afa9-ab72-461d-b88f-9d64389efd37', 'x-ms-correlation-request-id', - '452f5454-dea4-472a-b1f8-8a1e120a2164', + 'fc55afa9-ab72-461d-b88f-9d64389efd37', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031700Z:452f5454-dea4-472a-b1f8-8a1e120a2164', + 'SOUTHEASTASIA:20210924T041611Z:fc55afa9-ab72-461d-b88f-9d64389efd37', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:16:59 GMT' + 'Fri, 24 Sep 2021 04:16:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24649,21 +30913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11556', + '11145', 'x-ms-request-id', - '4402eec1-f2b6-4177-b6fe-cceb435ac60d', + '446f0a1c-7f2e-40ed-b96c-549371996ddc', 'x-ms-correlation-request-id', - '4402eec1-f2b6-4177-b6fe-cceb435ac60d', + '446f0a1c-7f2e-40ed-b96c-549371996ddc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031701Z:4402eec1-f2b6-4177-b6fe-cceb435ac60d', + 'SOUTHEASTASIA:20210924T041613Z:446f0a1c-7f2e-40ed-b96c-549371996ddc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:00 GMT' + 'Fri, 24 Sep 2021 04:16:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24685,21 +30949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11056', + '11144', 'x-ms-request-id', - '775f2fad-e262-4a80-bb09-bedd40a718ca', + '2048ce18-1866-479c-83f7-7ea91a933173', 'x-ms-correlation-request-id', - '775f2fad-e262-4a80-bb09-bedd40a718ca', + '2048ce18-1866-479c-83f7-7ea91a933173', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031702Z:775f2fad-e262-4a80-bb09-bedd40a718ca', + 'SOUTHEASTASIA:20210924T041616Z:2048ce18-1866-479c-83f7-7ea91a933173', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:01 GMT' + 'Fri, 24 Sep 2021 04:16:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24721,21 +30985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11555', + '11143', 'x-ms-request-id', - '83e4b02f-28d5-4504-8311-6890153ff5b3', + '5d8dc32c-9094-4d2a-ac16-2478a47f557b', 'x-ms-correlation-request-id', - '83e4b02f-28d5-4504-8311-6890153ff5b3', + '5d8dc32c-9094-4d2a-ac16-2478a47f557b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031703Z:83e4b02f-28d5-4504-8311-6890153ff5b3', + 'SOUTHEASTASIA:20210924T041618Z:5d8dc32c-9094-4d2a-ac16-2478a47f557b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:02 GMT' + 'Fri, 24 Sep 2021 04:16:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24757,21 +31021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11055', + '11142', 'x-ms-request-id', - '7fd9d311-1233-45fc-bea5-ae42beb6ecda', + '8e672b03-3f3b-4f82-9149-3ad96cfe4fa4', 'x-ms-correlation-request-id', - '7fd9d311-1233-45fc-bea5-ae42beb6ecda', + '8e672b03-3f3b-4f82-9149-3ad96cfe4fa4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031704Z:7fd9d311-1233-45fc-bea5-ae42beb6ecda', + 'SOUTHEASTASIA:20210924T041620Z:8e672b03-3f3b-4f82-9149-3ad96cfe4fa4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:04 GMT' + 'Fri, 24 Sep 2021 04:16:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24793,21 +31057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11554', + '11141', 'x-ms-request-id', - '0b8b1349-e16d-48e8-9a18-083637825f33', + '413c80e5-14f5-44fd-80d4-b3e3ae85626f', 'x-ms-correlation-request-id', - '0b8b1349-e16d-48e8-9a18-083637825f33', + '413c80e5-14f5-44fd-80d4-b3e3ae85626f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031705Z:0b8b1349-e16d-48e8-9a18-083637825f33', + 'SOUTHEASTASIA:20210924T041623Z:413c80e5-14f5-44fd-80d4-b3e3ae85626f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:04 GMT' + 'Fri, 24 Sep 2021 04:16:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24829,21 +31093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11054', + '11140', 'x-ms-request-id', - 'dcdb8718-fa33-4296-8777-c682abbe6ef4', + 'a71c8239-d290-4a13-ba11-f7c42d072053', 'x-ms-correlation-request-id', - 'dcdb8718-fa33-4296-8777-c682abbe6ef4', + 'a71c8239-d290-4a13-ba11-f7c42d072053', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031707Z:dcdb8718-fa33-4296-8777-c682abbe6ef4', + 'SOUTHEASTASIA:20210924T041625Z:a71c8239-d290-4a13-ba11-f7c42d072053', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:06 GMT' + 'Fri, 24 Sep 2021 04:16:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24865,21 +31129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11553', + '11139', 'x-ms-request-id', - 'bad26f1b-4773-45aa-9a89-cac664184076', + 'd542a2b6-e969-4a8b-9d14-415156143663', 'x-ms-correlation-request-id', - 'bad26f1b-4773-45aa-9a89-cac664184076', + 'd542a2b6-e969-4a8b-9d14-415156143663', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031708Z:bad26f1b-4773-45aa-9a89-cac664184076', + 'SOUTHEASTASIA:20210924T041627Z:d542a2b6-e969-4a8b-9d14-415156143663', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:07 GMT' + 'Fri, 24 Sep 2021 04:16:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24901,21 +31165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11053', + '11138', 'x-ms-request-id', - '2217ffae-8f7e-4caa-90c7-5c634065fd38', + 'f79605ae-9ed9-41eb-a8c7-9996694bf35b', 'x-ms-correlation-request-id', - '2217ffae-8f7e-4caa-90c7-5c634065fd38', + 'f79605ae-9ed9-41eb-a8c7-9996694bf35b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031709Z:2217ffae-8f7e-4caa-90c7-5c634065fd38', + 'SOUTHEASTASIA:20210924T041630Z:f79605ae-9ed9-41eb-a8c7-9996694bf35b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:08 GMT' + 'Fri, 24 Sep 2021 04:16:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24937,21 +31201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11552', + '11137', 'x-ms-request-id', - '4c643712-59e4-4ca2-aad8-0d741e696792', + 'faf9b63a-6342-4ffe-ae98-844e57a62cb8', 'x-ms-correlation-request-id', - '4c643712-59e4-4ca2-aad8-0d741e696792', + 'faf9b63a-6342-4ffe-ae98-844e57a62cb8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031710Z:4c643712-59e4-4ca2-aad8-0d741e696792', + 'SOUTHEASTASIA:20210924T041632Z:faf9b63a-6342-4ffe-ae98-844e57a62cb8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:09 GMT' + 'Fri, 24 Sep 2021 04:16:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24973,21 +31237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11052', + '11136', 'x-ms-request-id', - '20f3238c-d6de-4677-80ce-b2e4dd80b49d', + '6bf17d74-bbd8-4ab6-8501-8290669bb62e', 'x-ms-correlation-request-id', - '20f3238c-d6de-4677-80ce-b2e4dd80b49d', + '6bf17d74-bbd8-4ab6-8501-8290669bb62e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031711Z:20f3238c-d6de-4677-80ce-b2e4dd80b49d', + 'SOUTHEASTASIA:20210924T041634Z:6bf17d74-bbd8-4ab6-8501-8290669bb62e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:11 GMT' + 'Fri, 24 Sep 2021 04:16:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25009,21 +31273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11551', + '11135', 'x-ms-request-id', - 'de7fe0a3-c74d-4b35-bbac-a4e5b566ecfd', + '9c496709-58a9-43be-9938-5ce4d80f9dd7', 'x-ms-correlation-request-id', - 'de7fe0a3-c74d-4b35-bbac-a4e5b566ecfd', + '9c496709-58a9-43be-9938-5ce4d80f9dd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031712Z:de7fe0a3-c74d-4b35-bbac-a4e5b566ecfd', + 'SOUTHEASTASIA:20210924T041637Z:9c496709-58a9-43be-9938-5ce4d80f9dd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:11 GMT' + 'Fri, 24 Sep 2021 04:16:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25045,21 +31309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11051', + '11134', 'x-ms-request-id', - '1fd94334-fc93-48ce-9b33-cc4d40f19cf9', + '6f405f45-8573-48fa-936b-9b4ec150dbc4', 'x-ms-correlation-request-id', - '1fd94334-fc93-48ce-9b33-cc4d40f19cf9', + '6f405f45-8573-48fa-936b-9b4ec150dbc4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031714Z:1fd94334-fc93-48ce-9b33-cc4d40f19cf9', + 'SOUTHEASTASIA:20210924T041639Z:6f405f45-8573-48fa-936b-9b4ec150dbc4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:13 GMT' + 'Fri, 24 Sep 2021 04:16:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25081,21 +31345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11550', + '11133', 'x-ms-request-id', - '70871126-9ad1-46ca-8a05-1f658016e5cf', + '96ab9ab1-8d7d-4ba4-9601-e391e33672f2', 'x-ms-correlation-request-id', - '70871126-9ad1-46ca-8a05-1f658016e5cf', + '96ab9ab1-8d7d-4ba4-9601-e391e33672f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031715Z:70871126-9ad1-46ca-8a05-1f658016e5cf', + 'SOUTHEASTASIA:20210924T041641Z:96ab9ab1-8d7d-4ba4-9601-e391e33672f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:14 GMT' + 'Fri, 24 Sep 2021 04:16:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25117,21 +31381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11050', + '11132', 'x-ms-request-id', - 'bcfacf76-d913-45f6-a952-38f66ec6a273', + '8ceb22ee-ffef-4613-9645-179e9db270dc', 'x-ms-correlation-request-id', - 'bcfacf76-d913-45f6-a952-38f66ec6a273', + '8ceb22ee-ffef-4613-9645-179e9db270dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031717Z:bcfacf76-d913-45f6-a952-38f66ec6a273', + 'SOUTHEASTASIA:20210924T041644Z:8ceb22ee-ffef-4613-9645-179e9db270dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:16 GMT' + 'Fri, 24 Sep 2021 04:16:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25153,21 +31417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11549', + '11131', 'x-ms-request-id', - '439a61f5-b3de-4c95-8203-b8d086a85b12', + 'b8683181-a38d-4d31-a2ad-2322f80aa32b', 'x-ms-correlation-request-id', - '439a61f5-b3de-4c95-8203-b8d086a85b12', + 'b8683181-a38d-4d31-a2ad-2322f80aa32b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031717Z:439a61f5-b3de-4c95-8203-b8d086a85b12', + 'SOUTHEASTASIA:20210924T041646Z:b8683181-a38d-4d31-a2ad-2322f80aa32b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:16 GMT' + 'Fri, 24 Sep 2021 04:16:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25189,21 +31453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11049', + '11130', 'x-ms-request-id', - 'b0db6351-3919-4596-b7db-2755c1da7a5e', + 'b7dd5043-558e-4acb-85fc-b887667a724e', 'x-ms-correlation-request-id', - 'b0db6351-3919-4596-b7db-2755c1da7a5e', + 'b7dd5043-558e-4acb-85fc-b887667a724e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031719Z:b0db6351-3919-4596-b7db-2755c1da7a5e', + 'SOUTHEASTASIA:20210924T041648Z:b7dd5043-558e-4acb-85fc-b887667a724e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:18 GMT' + 'Fri, 24 Sep 2021 04:16:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25225,21 +31489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11548', + '11129', 'x-ms-request-id', - 'b33b87da-4aa0-4c59-b2d5-247841596338', + '2afd559b-17de-4f54-b5f7-a1de2d609326', 'x-ms-correlation-request-id', - 'b33b87da-4aa0-4c59-b2d5-247841596338', + '2afd559b-17de-4f54-b5f7-a1de2d609326', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031719Z:b33b87da-4aa0-4c59-b2d5-247841596338', + 'SOUTHEASTASIA:20210924T041651Z:2afd559b-17de-4f54-b5f7-a1de2d609326', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:18 GMT' + 'Fri, 24 Sep 2021 04:16:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25261,21 +31525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11048', + '11128', 'x-ms-request-id', - 'd7c494cd-97e8-49f7-b23e-6d631a1c9752', + '43a97f1e-b6ab-467a-9354-66de8942dbc9', 'x-ms-correlation-request-id', - 'd7c494cd-97e8-49f7-b23e-6d631a1c9752', + '43a97f1e-b6ab-467a-9354-66de8942dbc9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031721Z:d7c494cd-97e8-49f7-b23e-6d631a1c9752', + 'SOUTHEASTASIA:20210924T041653Z:43a97f1e-b6ab-467a-9354-66de8942dbc9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:21 GMT' + 'Fri, 24 Sep 2021 04:16:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25297,21 +31561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11547', + '11127', 'x-ms-request-id', - 'f7224765-e239-46c1-9ccb-0cb27cb6c8e2', + '3edf2979-fb04-4ffc-814b-681fe4fe3eca', 'x-ms-correlation-request-id', - 'f7224765-e239-46c1-9ccb-0cb27cb6c8e2', + '3edf2979-fb04-4ffc-814b-681fe4fe3eca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031721Z:f7224765-e239-46c1-9ccb-0cb27cb6c8e2', + 'SOUTHEASTASIA:20210924T041655Z:3edf2979-fb04-4ffc-814b-681fe4fe3eca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:21 GMT' + 'Fri, 24 Sep 2021 04:16:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25333,21 +31597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11047', + '11126', 'x-ms-request-id', - 'eb630881-3c03-41d7-b0ed-178ccf586cc8', + '014442e4-030d-4628-b541-f81c846d5ded', 'x-ms-correlation-request-id', - 'eb630881-3c03-41d7-b0ed-178ccf586cc8', + '014442e4-030d-4628-b541-f81c846d5ded', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031724Z:eb630881-3c03-41d7-b0ed-178ccf586cc8', + 'SOUTHEASTASIA:20210924T041658Z:014442e4-030d-4628-b541-f81c846d5ded', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:23 GMT' + 'Fri, 24 Sep 2021 04:16:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25369,21 +31633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11546', + '11125', 'x-ms-request-id', - '54dc1f6b-7065-43bf-a846-b80ff4a8aa31', + '3cffb71f-6486-4147-91a7-713b22af0e4d', 'x-ms-correlation-request-id', - '54dc1f6b-7065-43bf-a846-b80ff4a8aa31', + '3cffb71f-6486-4147-91a7-713b22af0e4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031724Z:54dc1f6b-7065-43bf-a846-b80ff4a8aa31', + 'SOUTHEASTASIA:20210924T041700Z:3cffb71f-6486-4147-91a7-713b22af0e4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:23 GMT' + 'Fri, 24 Sep 2021 04:16:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25405,21 +31669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11046', + '11124', 'x-ms-request-id', - '014e312d-0375-4ab3-a3d3-1f949998e63f', + 'b470eeee-d149-4f9e-9b18-51671f72952f', 'x-ms-correlation-request-id', - '014e312d-0375-4ab3-a3d3-1f949998e63f', + 'b470eeee-d149-4f9e-9b18-51671f72952f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031726Z:014e312d-0375-4ab3-a3d3-1f949998e63f', + 'SOUTHEASTASIA:20210924T041702Z:b470eeee-d149-4f9e-9b18-51671f72952f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:25 GMT' + 'Fri, 24 Sep 2021 04:17:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25441,21 +31705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11545', + '11123', 'x-ms-request-id', - '8b193fc0-8f05-4963-9d6b-06ddc6950ece', + '6a1e86b3-3e56-4b74-b09c-aefdff6f362f', 'x-ms-correlation-request-id', - '8b193fc0-8f05-4963-9d6b-06ddc6950ece', + '6a1e86b3-3e56-4b74-b09c-aefdff6f362f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031726Z:8b193fc0-8f05-4963-9d6b-06ddc6950ece', + 'SOUTHEASTASIA:20210924T041705Z:6a1e86b3-3e56-4b74-b09c-aefdff6f362f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:25 GMT' + 'Fri, 24 Sep 2021 04:17:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25477,21 +31741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11045', + '11122', 'x-ms-request-id', - '44cc6b5e-c08b-412d-9133-d86f4290fb35', + '962cc5af-1e66-475f-bea3-9175a97a782c', 'x-ms-correlation-request-id', - '44cc6b5e-c08b-412d-9133-d86f4290fb35', + '962cc5af-1e66-475f-bea3-9175a97a782c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031728Z:44cc6b5e-c08b-412d-9133-d86f4290fb35', + 'SOUTHEASTASIA:20210924T041707Z:962cc5af-1e66-475f-bea3-9175a97a782c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:28 GMT' + 'Fri, 24 Sep 2021 04:17:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25513,21 +31777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11544', + '11121', 'x-ms-request-id', - '42486ffe-5bf0-4035-8b30-9e35ecfce325', + '28e62813-b3bf-4caa-8896-8959c8ae2afd', 'x-ms-correlation-request-id', - '42486ffe-5bf0-4035-8b30-9e35ecfce325', + '28e62813-b3bf-4caa-8896-8959c8ae2afd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031728Z:42486ffe-5bf0-4035-8b30-9e35ecfce325', + 'SOUTHEASTASIA:20210924T041709Z:28e62813-b3bf-4caa-8896-8959c8ae2afd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:27 GMT' + 'Fri, 24 Sep 2021 04:17:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25549,21 +31813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11044', + '11120', 'x-ms-request-id', - '32359bcd-52cf-496d-8d99-d0687951d37f', + '0ff1f9a7-adb3-45cd-beb8-c7247d20319a', 'x-ms-correlation-request-id', - '32359bcd-52cf-496d-8d99-d0687951d37f', + '0ff1f9a7-adb3-45cd-beb8-c7247d20319a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031731Z:32359bcd-52cf-496d-8d99-d0687951d37f', + 'SOUTHEASTASIA:20210924T041712Z:0ff1f9a7-adb3-45cd-beb8-c7247d20319a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:30 GMT' + 'Fri, 24 Sep 2021 04:17:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25585,21 +31849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11543', + '11119', 'x-ms-request-id', - 'b41cc5f3-40c7-4859-a1f6-3521b5cfe055', + '063b6760-4223-46d6-a39d-8bf765b0c082', 'x-ms-correlation-request-id', - 'b41cc5f3-40c7-4859-a1f6-3521b5cfe055', + '063b6760-4223-46d6-a39d-8bf765b0c082', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031731Z:b41cc5f3-40c7-4859-a1f6-3521b5cfe055', + 'SOUTHEASTASIA:20210924T041714Z:063b6760-4223-46d6-a39d-8bf765b0c082', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:30 GMT' + 'Fri, 24 Sep 2021 04:17:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25621,21 +31885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11043', + '11118', 'x-ms-request-id', - '7fa0a4a3-3d41-469a-b49c-dcce2339eefa', + '2e24cbc7-6b7d-4458-9891-e20fddef2eb5', 'x-ms-correlation-request-id', - '7fa0a4a3-3d41-469a-b49c-dcce2339eefa', + '2e24cbc7-6b7d-4458-9891-e20fddef2eb5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031733Z:7fa0a4a3-3d41-469a-b49c-dcce2339eefa', + 'SOUTHEASTASIA:20210924T041716Z:2e24cbc7-6b7d-4458-9891-e20fddef2eb5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:32 GMT' + 'Fri, 24 Sep 2021 04:17:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25657,21 +31921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11542', + '11117', 'x-ms-request-id', - 'b8f9d1d9-c114-4826-a246-096d9077141b', + '575570c8-84a1-43c0-b5d1-5e92fa309982', 'x-ms-correlation-request-id', - 'b8f9d1d9-c114-4826-a246-096d9077141b', + '575570c8-84a1-43c0-b5d1-5e92fa309982', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031733Z:b8f9d1d9-c114-4826-a246-096d9077141b', + 'SOUTHEASTASIA:20210924T041719Z:575570c8-84a1-43c0-b5d1-5e92fa309982', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:32 GMT' + 'Fri, 24 Sep 2021 04:17:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25693,21 +31957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11042', + '11116', 'x-ms-request-id', - 'ce678180-ab8a-4371-aa87-2273d958f44e', + 'd6fa026f-028d-45e0-aa4e-8f0045f20d32', 'x-ms-correlation-request-id', - 'ce678180-ab8a-4371-aa87-2273d958f44e', + 'd6fa026f-028d-45e0-aa4e-8f0045f20d32', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031735Z:ce678180-ab8a-4371-aa87-2273d958f44e', + 'SOUTHEASTASIA:20210924T041721Z:d6fa026f-028d-45e0-aa4e-8f0045f20d32', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:34 GMT' + 'Fri, 24 Sep 2021 04:17:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25729,23 +31993,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11541', + '11115', 'x-ms-request-id', - 'a6adfb54-388e-4d7f-902d-ac332c259d41', + '4d0a1482-a03d-44bd-b8b0-1abcf1ac3b4c', 'x-ms-correlation-request-id', - 'a6adfb54-388e-4d7f-902d-ac332c259d41', + '4d0a1482-a03d-44bd-b8b0-1abcf1ac3b4c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031735Z:a6adfb54-388e-4d7f-902d-ac332c259d41', + 'SOUTHEASTASIA:20210924T041723Z:4d0a1482-a03d-44bd-b8b0-1abcf1ac3b4c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:35 GMT' + 'Fri, 24 Sep 2021 04:17:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -25765,21 +32029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11041', + '11114', 'x-ms-request-id', - '235d6fbc-1456-4183-a74c-e9f3ff572f1d', + 'c167b2de-b79c-46c7-be6e-92611e9b1933', 'x-ms-correlation-request-id', - '235d6fbc-1456-4183-a74c-e9f3ff572f1d', + 'c167b2de-b79c-46c7-be6e-92611e9b1933', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031738Z:235d6fbc-1456-4183-a74c-e9f3ff572f1d', + 'SOUTHEASTASIA:20210924T041726Z:c167b2de-b79c-46c7-be6e-92611e9b1933', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:37 GMT' + 'Fri, 24 Sep 2021 04:17:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25801,21 +32065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11540', + '11113', 'x-ms-request-id', - '8f46b76a-bd06-4822-ac6f-05faae228eea', + '2fa141be-3bda-4d04-b7f5-33b1e9affe82', 'x-ms-correlation-request-id', - '8f46b76a-bd06-4822-ac6f-05faae228eea', + '2fa141be-3bda-4d04-b7f5-33b1e9affe82', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031738Z:8f46b76a-bd06-4822-ac6f-05faae228eea', + 'SOUTHEASTASIA:20210924T041728Z:2fa141be-3bda-4d04-b7f5-33b1e9affe82', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:38 GMT' + 'Fri, 24 Sep 2021 04:17:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25837,21 +32101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11040', + '11112', 'x-ms-request-id', - 'f459dc19-d1a6-49b0-b04a-3b686ce53196', + '44595df9-375d-4bc8-a9bd-670d422de200', 'x-ms-correlation-request-id', - 'f459dc19-d1a6-49b0-b04a-3b686ce53196', + '44595df9-375d-4bc8-a9bd-670d422de200', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031740Z:f459dc19-d1a6-49b0-b04a-3b686ce53196', + 'SOUTHEASTASIA:20210924T041730Z:44595df9-375d-4bc8-a9bd-670d422de200', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:39 GMT' + 'Fri, 24 Sep 2021 04:17:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25873,21 +32137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11539', + '11111', 'x-ms-request-id', - 'd6b77920-357a-464d-ba33-4447a77ba8bf', + '3e30dc93-5a74-41bd-a5a5-8505caf39acf', 'x-ms-correlation-request-id', - 'd6b77920-357a-464d-ba33-4447a77ba8bf', + '3e30dc93-5a74-41bd-a5a5-8505caf39acf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031742Z:d6b77920-357a-464d-ba33-4447a77ba8bf', + 'SOUTHEASTASIA:20210924T041733Z:3e30dc93-5a74-41bd-a5a5-8505caf39acf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:42 GMT' + 'Fri, 24 Sep 2021 04:17:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25909,21 +32173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11039', + '11110', 'x-ms-request-id', - 'baeb46b7-2453-44a3-af3f-cb9931340c64', + '0764e40d-5fb2-420c-a05e-91198d101c4a', 'x-ms-correlation-request-id', - 'baeb46b7-2453-44a3-af3f-cb9931340c64', + '0764e40d-5fb2-420c-a05e-91198d101c4a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031745Z:baeb46b7-2453-44a3-af3f-cb9931340c64', + 'SOUTHEASTASIA:20210924T041735Z:0764e40d-5fb2-420c-a05e-91198d101c4a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:44 GMT' + 'Fri, 24 Sep 2021 04:17:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25945,21 +32209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11538', + '11109', 'x-ms-request-id', - '8ffcc714-b038-4884-b6fe-d7f7fd54ed1b', + 'f7414174-dc9c-45b3-a1da-b91307d844ef', 'x-ms-correlation-request-id', - '8ffcc714-b038-4884-b6fe-d7f7fd54ed1b', + 'f7414174-dc9c-45b3-a1da-b91307d844ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031747Z:8ffcc714-b038-4884-b6fe-d7f7fd54ed1b', + 'SOUTHEASTASIA:20210924T041737Z:f7414174-dc9c-45b3-a1da-b91307d844ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:47 GMT' + 'Fri, 24 Sep 2021 04:17:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25981,21 +32245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11038', + '11108', 'x-ms-request-id', - 'a2612e29-6ec4-4033-aae3-afc4ebdeeafe', + 'f7e55740-f06d-42e0-a50c-3f474accde44', 'x-ms-correlation-request-id', - 'a2612e29-6ec4-4033-aae3-afc4ebdeeafe', + 'f7e55740-f06d-42e0-a50c-3f474accde44', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031749Z:a2612e29-6ec4-4033-aae3-afc4ebdeeafe', + 'SOUTHEASTASIA:20210924T041739Z:f7e55740-f06d-42e0-a50c-3f474accde44', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:48 GMT' + 'Fri, 24 Sep 2021 04:17:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26017,21 +32281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11537', + '11107', 'x-ms-request-id', - '4f0b0b9e-9826-4468-ae88-f8f7c80e4c47', + '6fb65b4e-c51a-4596-95e1-e5acaef36d23', 'x-ms-correlation-request-id', - '4f0b0b9e-9826-4468-ae88-f8f7c80e4c47', + '6fb65b4e-c51a-4596-95e1-e5acaef36d23', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031752Z:4f0b0b9e-9826-4468-ae88-f8f7c80e4c47', + 'SOUTHEASTASIA:20210924T041742Z:6fb65b4e-c51a-4596-95e1-e5acaef36d23', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:52 GMT' + 'Fri, 24 Sep 2021 04:17:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26053,21 +32317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11037', + '11106', 'x-ms-request-id', - '0b5752ab-93fd-49b8-92bf-e99c15d1906e', + '63dffee0-2286-42fe-a3a5-b6318decbd0b', 'x-ms-correlation-request-id', - '0b5752ab-93fd-49b8-92bf-e99c15d1906e', + '63dffee0-2286-42fe-a3a5-b6318decbd0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031755Z:0b5752ab-93fd-49b8-92bf-e99c15d1906e', + 'SOUTHEASTASIA:20210924T041744Z:63dffee0-2286-42fe-a3a5-b6318decbd0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:54 GMT' + 'Fri, 24 Sep 2021 04:17:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26089,21 +32353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11536', + '11105', 'x-ms-request-id', - '5f6c8313-49b5-4d8d-a8b6-7583f8fecc32', + '3a8c765d-2968-40ef-a945-7fc290e1afff', 'x-ms-correlation-request-id', - '5f6c8313-49b5-4d8d-a8b6-7583f8fecc32', + '3a8c765d-2968-40ef-a945-7fc290e1afff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031757Z:5f6c8313-49b5-4d8d-a8b6-7583f8fecc32', + 'SOUTHEASTASIA:20210924T041746Z:3a8c765d-2968-40ef-a945-7fc290e1afff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:57 GMT' + 'Fri, 24 Sep 2021 04:17:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26125,21 +32389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11036', + '11104', 'x-ms-request-id', - '0f9052ec-cd64-41db-be76-dba0a768f74b', + 'e8b9d493-6b2d-4468-86d5-34b80cbbf9ea', 'x-ms-correlation-request-id', - '0f9052ec-cd64-41db-be76-dba0a768f74b', + 'e8b9d493-6b2d-4468-86d5-34b80cbbf9ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031800Z:0f9052ec-cd64-41db-be76-dba0a768f74b', + 'SOUTHEASTASIA:20210924T041749Z:e8b9d493-6b2d-4468-86d5-34b80cbbf9ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:17:59 GMT' + 'Fri, 24 Sep 2021 04:17:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26161,21 +32425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11535', + '11103', 'x-ms-request-id', - '895dfc35-e645-4d0e-a5bc-84e2d14b5f34', + 'f7cf885a-a8ae-4032-bc3f-8d797ca69ab8', 'x-ms-correlation-request-id', - '895dfc35-e645-4d0e-a5bc-84e2d14b5f34', + 'f7cf885a-a8ae-4032-bc3f-8d797ca69ab8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031802Z:895dfc35-e645-4d0e-a5bc-84e2d14b5f34', + 'SOUTHEASTASIA:20210924T041751Z:f7cf885a-a8ae-4032-bc3f-8d797ca69ab8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:02 GMT' + 'Fri, 24 Sep 2021 04:17:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26197,21 +32461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11035', + '11102', 'x-ms-request-id', - '71e557fc-d072-496a-934a-6af88324e518', + '67614a77-e70f-4995-9351-ed948630a153', 'x-ms-correlation-request-id', - '71e557fc-d072-496a-934a-6af88324e518', + '67614a77-e70f-4995-9351-ed948630a153', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031804Z:71e557fc-d072-496a-934a-6af88324e518', + 'SOUTHEASTASIA:20210924T041753Z:67614a77-e70f-4995-9351-ed948630a153', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:04 GMT' + 'Fri, 24 Sep 2021 04:17:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26233,21 +32497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11534', + '11101', 'x-ms-request-id', - '366865b3-3c48-450c-8175-dabf0a1c77fc', + 'ef9cc1be-566b-4a2e-ac30-387cb4d03dd4', 'x-ms-correlation-request-id', - '366865b3-3c48-450c-8175-dabf0a1c77fc', + 'ef9cc1be-566b-4a2e-ac30-387cb4d03dd4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031807Z:366865b3-3c48-450c-8175-dabf0a1c77fc', + 'SOUTHEASTASIA:20210924T041756Z:ef9cc1be-566b-4a2e-ac30-387cb4d03dd4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:07 GMT' + 'Fri, 24 Sep 2021 04:17:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26269,21 +32533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11034', + '11100', 'x-ms-request-id', - 'd5d07937-3ac1-4501-aac5-5555acba2fa4', + 'cd9b7fce-71a8-4b1a-8a97-628856f846e0', 'x-ms-correlation-request-id', - 'd5d07937-3ac1-4501-aac5-5555acba2fa4', + 'cd9b7fce-71a8-4b1a-8a97-628856f846e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031809Z:d5d07937-3ac1-4501-aac5-5555acba2fa4', + 'SOUTHEASTASIA:20210924T041758Z:cd9b7fce-71a8-4b1a-8a97-628856f846e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:08 GMT' + 'Fri, 24 Sep 2021 04:17:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26305,21 +32569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11533', + '11099', 'x-ms-request-id', - '90ae5843-4bc7-4644-a331-10e6f166d748', + '59f024aa-4e5a-4380-ae8c-1b21a19c20dd', 'x-ms-correlation-request-id', - '90ae5843-4bc7-4644-a331-10e6f166d748', + '59f024aa-4e5a-4380-ae8c-1b21a19c20dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031811Z:90ae5843-4bc7-4644-a331-10e6f166d748', + 'SOUTHEASTASIA:20210924T041800Z:59f024aa-4e5a-4380-ae8c-1b21a19c20dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:11 GMT' + 'Fri, 24 Sep 2021 04:18:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26341,21 +32605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11033', + '11098', 'x-ms-request-id', - 'b7e5dc50-f4ef-4415-be65-5ac7b196866d', + 'cc9c3661-5c30-483a-99c9-91f654878a0b', 'x-ms-correlation-request-id', - 'b7e5dc50-f4ef-4415-be65-5ac7b196866d', + 'cc9c3661-5c30-483a-99c9-91f654878a0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031814Z:b7e5dc50-f4ef-4415-be65-5ac7b196866d', + 'SOUTHEASTASIA:20210924T041803Z:cc9c3661-5c30-483a-99c9-91f654878a0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:13 GMT' + 'Fri, 24 Sep 2021 04:18:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26377,21 +32641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11532', + '11097', 'x-ms-request-id', - '50347525-e0f8-4a9a-96b8-8b0ea73ac768', + 'ef09ac6c-8ee7-41f7-a96c-2330d7056a5b', 'x-ms-correlation-request-id', - '50347525-e0f8-4a9a-96b8-8b0ea73ac768', + 'ef09ac6c-8ee7-41f7-a96c-2330d7056a5b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031816Z:50347525-e0f8-4a9a-96b8-8b0ea73ac768', + 'SOUTHEASTASIA:20210924T041805Z:ef09ac6c-8ee7-41f7-a96c-2330d7056a5b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:16 GMT' + 'Fri, 24 Sep 2021 04:18:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26413,21 +32677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11032', + '11096', 'x-ms-request-id', - 'f5438a8a-2251-4e5d-b74d-6f05837e6120', + '76be58b7-e9dc-439f-9b39-b932c62956b9', 'x-ms-correlation-request-id', - 'f5438a8a-2251-4e5d-b74d-6f05837e6120', + '76be58b7-e9dc-439f-9b39-b932c62956b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031819Z:f5438a8a-2251-4e5d-b74d-6f05837e6120', + 'SOUTHEASTASIA:20210924T041807Z:76be58b7-e9dc-439f-9b39-b932c62956b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:19 GMT' + 'Fri, 24 Sep 2021 04:18:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26449,21 +32713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11531', + '11095', 'x-ms-request-id', - '1e681880-9703-4edc-addc-d28057416197', + 'be1affb0-e4f7-4ddf-9ce3-52c385d938fd', 'x-ms-correlation-request-id', - '1e681880-9703-4edc-addc-d28057416197', + 'be1affb0-e4f7-4ddf-9ce3-52c385d938fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031821Z:1e681880-9703-4edc-addc-d28057416197', + 'SOUTHEASTASIA:20210924T041810Z:be1affb0-e4f7-4ddf-9ce3-52c385d938fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:21 GMT' + 'Fri, 24 Sep 2021 04:18:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26485,21 +32749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11031', + '11094', 'x-ms-request-id', - '70cb630e-5b23-48be-9276-378d899d3855', + 'afd5bd0f-cfb1-4cc8-92e4-e3e09e41ca8e', 'x-ms-correlation-request-id', - '70cb630e-5b23-48be-9276-378d899d3855', + 'afd5bd0f-cfb1-4cc8-92e4-e3e09e41ca8e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031824Z:70cb630e-5b23-48be-9276-378d899d3855', + 'SOUTHEASTASIA:20210924T041812Z:afd5bd0f-cfb1-4cc8-92e4-e3e09e41ca8e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:24 GMT' + 'Fri, 24 Sep 2021 04:18:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26521,21 +32785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11530', + '11093', 'x-ms-request-id', - 'cae734a8-6929-496c-9be8-d4423520edd3', + '7d1127f6-51d1-4fc2-b38b-85e39a85dd89', 'x-ms-correlation-request-id', - 'cae734a8-6929-496c-9be8-d4423520edd3', + '7d1127f6-51d1-4fc2-b38b-85e39a85dd89', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031826Z:cae734a8-6929-496c-9be8-d4423520edd3', + 'SOUTHEASTASIA:20210924T041814Z:7d1127f6-51d1-4fc2-b38b-85e39a85dd89', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:26 GMT' + 'Fri, 24 Sep 2021 04:18:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26557,21 +32821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11030', + '11092', 'x-ms-request-id', - 'c318e8dd-b49f-4231-9f83-c4c57312522e', + '3babccb6-e2c8-4740-a11d-8ef738443853', 'x-ms-correlation-request-id', - 'c318e8dd-b49f-4231-9f83-c4c57312522e', + '3babccb6-e2c8-4740-a11d-8ef738443853', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031828Z:c318e8dd-b49f-4231-9f83-c4c57312522e', + 'SOUTHEASTASIA:20210924T041817Z:3babccb6-e2c8-4740-a11d-8ef738443853', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:28 GMT' + 'Fri, 24 Sep 2021 04:18:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26593,21 +32857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11529', + '11091', 'x-ms-request-id', - 'd46b4241-565f-422c-8495-02a9a5fcd2d1', + '26b3011a-dc81-4511-951d-c38be14b39ec', 'x-ms-correlation-request-id', - 'd46b4241-565f-422c-8495-02a9a5fcd2d1', + '26b3011a-dc81-4511-951d-c38be14b39ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031831Z:d46b4241-565f-422c-8495-02a9a5fcd2d1', + 'SOUTHEASTASIA:20210924T041819Z:26b3011a-dc81-4511-951d-c38be14b39ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:30 GMT' + 'Fri, 24 Sep 2021 04:18:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26629,21 +32893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11029', + '11090', 'x-ms-request-id', - '3c3e2749-fd4d-49b5-8b21-96de2a381854', + '8702c7c4-3b8b-4e50-b58e-774f82ec9f57', 'x-ms-correlation-request-id', - '3c3e2749-fd4d-49b5-8b21-96de2a381854', + '8702c7c4-3b8b-4e50-b58e-774f82ec9f57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031833Z:3c3e2749-fd4d-49b5-8b21-96de2a381854', + 'SOUTHEASTASIA:20210924T041821Z:8702c7c4-3b8b-4e50-b58e-774f82ec9f57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:33 GMT' + 'Fri, 24 Sep 2021 04:18:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26665,21 +32929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11528', + '11089', 'x-ms-request-id', - '49bb7546-4948-4db4-bbe0-5dfa8661b87c', + 'e9064097-5069-4d63-b0ee-dc28c4a72920', 'x-ms-correlation-request-id', - '49bb7546-4948-4db4-bbe0-5dfa8661b87c', + 'e9064097-5069-4d63-b0ee-dc28c4a72920', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031835Z:49bb7546-4948-4db4-bbe0-5dfa8661b87c', + 'SOUTHEASTASIA:20210924T041824Z:e9064097-5069-4d63-b0ee-dc28c4a72920', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:35 GMT' + 'Fri, 24 Sep 2021 04:18:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26701,21 +32965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11028', + '11088', 'x-ms-request-id', - 'd418863d-b6a8-4ad1-af47-4e04930bf530', + '7a2aac7d-a4b5-4469-a6b4-c797fc9e10ef', 'x-ms-correlation-request-id', - 'd418863d-b6a8-4ad1-af47-4e04930bf530', + '7a2aac7d-a4b5-4469-a6b4-c797fc9e10ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031838Z:d418863d-b6a8-4ad1-af47-4e04930bf530', + 'SOUTHEASTASIA:20210924T041826Z:7a2aac7d-a4b5-4469-a6b4-c797fc9e10ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:38 GMT' + 'Fri, 24 Sep 2021 04:18:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26737,21 +33001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11527', + '11087', 'x-ms-request-id', - '42dd9900-06f5-47f9-990a-551902651599', + '2e04b4a6-7c2a-47d6-8bf8-94c569aad736', 'x-ms-correlation-request-id', - '42dd9900-06f5-47f9-990a-551902651599', + '2e04b4a6-7c2a-47d6-8bf8-94c569aad736', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031840Z:42dd9900-06f5-47f9-990a-551902651599', + 'SOUTHEASTASIA:20210924T041828Z:2e04b4a6-7c2a-47d6-8bf8-94c569aad736', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:40 GMT' + 'Fri, 24 Sep 2021 04:18:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26773,21 +33037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11027', + '11086', 'x-ms-request-id', - '9392695e-9a9c-44ae-880d-cca0ac387441', + 'dfc6c586-2389-4ea3-b599-e8cb464e60bc', 'x-ms-correlation-request-id', - '9392695e-9a9c-44ae-880d-cca0ac387441', + 'dfc6c586-2389-4ea3-b599-e8cb464e60bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031842Z:9392695e-9a9c-44ae-880d-cca0ac387441', + 'SOUTHEASTASIA:20210924T041831Z:dfc6c586-2389-4ea3-b599-e8cb464e60bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:42 GMT' + 'Fri, 24 Sep 2021 04:18:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26809,21 +33073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11526', + '11085', 'x-ms-request-id', - '440df48d-7f41-49fc-9058-1da55dd6f693', + '7cb9ad2f-f6f9-4626-b73e-fa60f219cdbe', 'x-ms-correlation-request-id', - '440df48d-7f41-49fc-9058-1da55dd6f693', + '7cb9ad2f-f6f9-4626-b73e-fa60f219cdbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031845Z:440df48d-7f41-49fc-9058-1da55dd6f693', + 'SOUTHEASTASIA:20210924T041833Z:7cb9ad2f-f6f9-4626-b73e-fa60f219cdbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:44 GMT' + 'Fri, 24 Sep 2021 04:18:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26845,21 +33109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11026', + '11084', 'x-ms-request-id', - 'ddc57b75-ff69-4bdc-b444-238eac1ea4c5', + '69c755ec-ca2b-40fd-ba20-4899910bd6b6', 'x-ms-correlation-request-id', - 'ddc57b75-ff69-4bdc-b444-238eac1ea4c5', + '69c755ec-ca2b-40fd-ba20-4899910bd6b6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031847Z:ddc57b75-ff69-4bdc-b444-238eac1ea4c5', + 'SOUTHEASTASIA:20210924T041836Z:69c755ec-ca2b-40fd-ba20-4899910bd6b6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:47 GMT' + 'Fri, 24 Sep 2021 04:18:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26881,21 +33145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11525', + '11083', 'x-ms-request-id', - '48d21067-87fe-43d1-aa64-08bff0f6b668', + '7251f37b-c73e-40e7-8d0a-ff0d2b7d97a0', 'x-ms-correlation-request-id', - '48d21067-87fe-43d1-aa64-08bff0f6b668', + '7251f37b-c73e-40e7-8d0a-ff0d2b7d97a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031849Z:48d21067-87fe-43d1-aa64-08bff0f6b668', + 'SOUTHEASTASIA:20210924T041838Z:7251f37b-c73e-40e7-8d0a-ff0d2b7d97a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:49 GMT' + 'Fri, 24 Sep 2021 04:18:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26917,21 +33181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11025', + '11082', 'x-ms-request-id', - '16c0faf1-8051-406a-91ff-1566f008925b', + '841b7644-3417-444c-9725-3f829a85ea8a', 'x-ms-correlation-request-id', - '16c0faf1-8051-406a-91ff-1566f008925b', + '841b7644-3417-444c-9725-3f829a85ea8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031852Z:16c0faf1-8051-406a-91ff-1566f008925b', + 'SOUTHEASTASIA:20210924T041841Z:841b7644-3417-444c-9725-3f829a85ea8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:52 GMT' + 'Fri, 24 Sep 2021 04:18:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26953,21 +33217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11524', + '11081', 'x-ms-request-id', - 'e78db9b2-c84e-4cf7-aa25-602d50f75c24', + '84fd08e2-aae4-4d3d-809c-dc76763e60e9', 'x-ms-correlation-request-id', - 'e78db9b2-c84e-4cf7-aa25-602d50f75c24', + '84fd08e2-aae4-4d3d-809c-dc76763e60e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031855Z:e78db9b2-c84e-4cf7-aa25-602d50f75c24', + 'SOUTHEASTASIA:20210924T041843Z:84fd08e2-aae4-4d3d-809c-dc76763e60e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:54 GMT' + 'Fri, 24 Sep 2021 04:18:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26989,21 +33253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11024', + '11080', 'x-ms-request-id', - '3c173355-f3c6-4663-87b0-f87bd345ab6d', + '3ec60c6c-a2e0-4c7e-90ff-f7a2d1bc01f4', 'x-ms-correlation-request-id', - '3c173355-f3c6-4663-87b0-f87bd345ab6d', + '3ec60c6c-a2e0-4c7e-90ff-f7a2d1bc01f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031857Z:3c173355-f3c6-4663-87b0-f87bd345ab6d', + 'SOUTHEASTASIA:20210924T041845Z:3ec60c6c-a2e0-4c7e-90ff-f7a2d1bc01f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:57 GMT' + 'Fri, 24 Sep 2021 04:18:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27025,21 +33289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11523', + '11079', 'x-ms-request-id', - '5672e879-518e-475e-804d-b3b7c4316dc1', + 'ac590a52-21b2-4bb1-bf3b-f48d58e9213e', 'x-ms-correlation-request-id', - '5672e879-518e-475e-804d-b3b7c4316dc1', + 'ac590a52-21b2-4bb1-bf3b-f48d58e9213e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031859Z:5672e879-518e-475e-804d-b3b7c4316dc1', + 'SOUTHEASTASIA:20210924T041848Z:ac590a52-21b2-4bb1-bf3b-f48d58e9213e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:18:59 GMT' + 'Fri, 24 Sep 2021 04:18:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27061,21 +33325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11023', + '11078', 'x-ms-request-id', - '68acecda-7e1e-4109-9517-d8b923b74296', + 'de44cff6-a401-4598-abc6-738ca4fcd4cb', 'x-ms-correlation-request-id', - '68acecda-7e1e-4109-9517-d8b923b74296', + 'de44cff6-a401-4598-abc6-738ca4fcd4cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031902Z:68acecda-7e1e-4109-9517-d8b923b74296', + 'SOUTHEASTASIA:20210924T041850Z:de44cff6-a401-4598-abc6-738ca4fcd4cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:02 GMT' + 'Fri, 24 Sep 2021 04:18:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27097,21 +33361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11522', + '11077', 'x-ms-request-id', - '0d98eaf9-98d2-4521-8287-98f9c6a4ba67', + '8604a185-d11c-43e1-9a3d-cedd270d8442', 'x-ms-correlation-request-id', - '0d98eaf9-98d2-4521-8287-98f9c6a4ba67', + '8604a185-d11c-43e1-9a3d-cedd270d8442', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031905Z:0d98eaf9-98d2-4521-8287-98f9c6a4ba67', + 'SOUTHEASTASIA:20210924T041852Z:8604a185-d11c-43e1-9a3d-cedd270d8442', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:04 GMT' + 'Fri, 24 Sep 2021 04:18:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27133,21 +33397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11022', + '11076', 'x-ms-request-id', - 'b8bd4615-5051-4fdf-87ff-59704b6f51fe', + 'a215ecf6-3074-4357-9405-65cf4dd3c16a', 'x-ms-correlation-request-id', - 'b8bd4615-5051-4fdf-87ff-59704b6f51fe', + 'a215ecf6-3074-4357-9405-65cf4dd3c16a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031907Z:b8bd4615-5051-4fdf-87ff-59704b6f51fe', + 'SOUTHEASTASIA:20210924T041855Z:a215ecf6-3074-4357-9405-65cf4dd3c16a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:07 GMT' + 'Fri, 24 Sep 2021 04:18:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27169,21 +33433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11521', + '11075', 'x-ms-request-id', - 'e9a0ec35-e89b-45fc-8db6-3b806e59882d', + '0c87f38f-bb0b-40c3-9f01-2d1d83a51c0d', 'x-ms-correlation-request-id', - 'e9a0ec35-e89b-45fc-8db6-3b806e59882d', + '0c87f38f-bb0b-40c3-9f01-2d1d83a51c0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031909Z:e9a0ec35-e89b-45fc-8db6-3b806e59882d', + 'SOUTHEASTASIA:20210924T041857Z:0c87f38f-bb0b-40c3-9f01-2d1d83a51c0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:09 GMT' + 'Fri, 24 Sep 2021 04:18:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27205,21 +33469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11021', + '11074', 'x-ms-request-id', - 'caa26473-fe39-43df-85bb-2f6fb7ea8eb6', + '98521d38-2c84-443c-8a19-4d20e13edfe6', 'x-ms-correlation-request-id', - 'caa26473-fe39-43df-85bb-2f6fb7ea8eb6', + '98521d38-2c84-443c-8a19-4d20e13edfe6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031912Z:caa26473-fe39-43df-85bb-2f6fb7ea8eb6', + 'SOUTHEASTASIA:20210924T041859Z:98521d38-2c84-443c-8a19-4d20e13edfe6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:11 GMT' + 'Fri, 24 Sep 2021 04:18:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27241,21 +33505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11520', + '11073', 'x-ms-request-id', - '0bf0f208-bbfc-46ea-b16b-c6e195d4101e', + '85b8fb18-520a-4524-a6aa-f136a6e376c5', 'x-ms-correlation-request-id', - '0bf0f208-bbfc-46ea-b16b-c6e195d4101e', + '85b8fb18-520a-4524-a6aa-f136a6e376c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031914Z:0bf0f208-bbfc-46ea-b16b-c6e195d4101e', + 'SOUTHEASTASIA:20210924T041901Z:85b8fb18-520a-4524-a6aa-f136a6e376c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:13 GMT' + 'Fri, 24 Sep 2021 04:19:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27277,21 +33541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11020', + '11072', 'x-ms-request-id', - 'e8d272ae-c36b-43ef-99bd-41439e45c13b', + '1802bf8a-382b-488a-b3ea-99c4b8f86e89', 'x-ms-correlation-request-id', - 'e8d272ae-c36b-43ef-99bd-41439e45c13b', + '1802bf8a-382b-488a-b3ea-99c4b8f86e89', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031917Z:e8d272ae-c36b-43ef-99bd-41439e45c13b', + 'SOUTHEASTASIA:20210924T041904Z:1802bf8a-382b-488a-b3ea-99c4b8f86e89', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:17 GMT' + 'Fri, 24 Sep 2021 04:19:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27313,21 +33577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11519', + '11071', 'x-ms-request-id', - 'ce94ddd6-1ab5-4c65-91ad-40fdb907a32b', + '363f7ca2-57b5-4cfe-8d97-832d9d00cc24', 'x-ms-correlation-request-id', - 'ce94ddd6-1ab5-4c65-91ad-40fdb907a32b', + '363f7ca2-57b5-4cfe-8d97-832d9d00cc24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031919Z:ce94ddd6-1ab5-4c65-91ad-40fdb907a32b', + 'SOUTHEASTASIA:20210924T041906Z:363f7ca2-57b5-4cfe-8d97-832d9d00cc24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:19 GMT' + 'Fri, 24 Sep 2021 04:19:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27349,21 +33613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11019', + '11070', 'x-ms-request-id', - '4d72acb3-24f5-4a22-8fe2-d92796ac0af2', + '185794b0-34fd-48b2-b7dc-f2fec299a279', 'x-ms-correlation-request-id', - '4d72acb3-24f5-4a22-8fe2-d92796ac0af2', + '185794b0-34fd-48b2-b7dc-f2fec299a279', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031922Z:4d72acb3-24f5-4a22-8fe2-d92796ac0af2', + 'SOUTHEASTASIA:20210924T041908Z:185794b0-34fd-48b2-b7dc-f2fec299a279', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:21 GMT' + 'Fri, 24 Sep 2021 04:19:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27385,21 +33649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11518', + '11069', 'x-ms-request-id', - '82b0add6-3e7b-4330-b168-08be8a01e4de', + '3a9e7272-dfc0-491e-8faf-4c2993097152', 'x-ms-correlation-request-id', - '82b0add6-3e7b-4330-b168-08be8a01e4de', + '3a9e7272-dfc0-491e-8faf-4c2993097152', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031924Z:82b0add6-3e7b-4330-b168-08be8a01e4de', + 'SOUTHEASTASIA:20210924T041911Z:3a9e7272-dfc0-491e-8faf-4c2993097152', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:23 GMT' + 'Fri, 24 Sep 2021 04:19:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27421,21 +33685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11018', + '11068', 'x-ms-request-id', - 'a82dadbb-b7cd-4409-8237-4a7b068d1b84', + '2ab4521b-7cb5-43da-b041-296b8c33240c', 'x-ms-correlation-request-id', - 'a82dadbb-b7cd-4409-8237-4a7b068d1b84', + '2ab4521b-7cb5-43da-b041-296b8c33240c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031926Z:a82dadbb-b7cd-4409-8237-4a7b068d1b84', + 'SOUTHEASTASIA:20210924T041913Z:2ab4521b-7cb5-43da-b041-296b8c33240c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:26 GMT' + 'Fri, 24 Sep 2021 04:19:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27457,21 +33721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11517', + '11067', 'x-ms-request-id', - '3eae9759-4918-42f4-883e-af6630c28c26', + 'b3af4bea-f706-49e5-ad71-7136016119a1', 'x-ms-correlation-request-id', - '3eae9759-4918-42f4-883e-af6630c28c26', + 'b3af4bea-f706-49e5-ad71-7136016119a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031929Z:3eae9759-4918-42f4-883e-af6630c28c26', + 'SOUTHEASTASIA:20210924T041916Z:b3af4bea-f706-49e5-ad71-7136016119a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:28 GMT' + 'Fri, 24 Sep 2021 04:19:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27493,21 +33757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11017', + '11066', 'x-ms-request-id', - '803d6510-3e02-4b73-9ada-99828233cdf5', + 'c1e1f385-25c7-42b5-88b1-97b4038ef376', 'x-ms-correlation-request-id', - '803d6510-3e02-4b73-9ada-99828233cdf5', + 'c1e1f385-25c7-42b5-88b1-97b4038ef376', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031931Z:803d6510-3e02-4b73-9ada-99828233cdf5', + 'SOUTHEASTASIA:20210924T041918Z:c1e1f385-25c7-42b5-88b1-97b4038ef376', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:30 GMT' + 'Fri, 24 Sep 2021 04:19:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27529,21 +33793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11516', + '11065', 'x-ms-request-id', - 'a434176b-f56f-4f43-aa7b-753065d58a9e', + 'b338b30c-e168-43db-aae4-39323427fa75', 'x-ms-correlation-request-id', - 'a434176b-f56f-4f43-aa7b-753065d58a9e', + 'b338b30c-e168-43db-aae4-39323427fa75', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031933Z:a434176b-f56f-4f43-aa7b-753065d58a9e', + 'SOUTHEASTASIA:20210924T041920Z:b338b30c-e168-43db-aae4-39323427fa75', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:33 GMT' + 'Fri, 24 Sep 2021 04:19:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27565,21 +33829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11016', + '11064', 'x-ms-request-id', - 'd7ca5911-dd55-4aae-bfe5-167973677481', + '1b74279a-1645-4ffd-80b3-11331792a5b5', 'x-ms-correlation-request-id', - 'd7ca5911-dd55-4aae-bfe5-167973677481', + '1b74279a-1645-4ffd-80b3-11331792a5b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031936Z:d7ca5911-dd55-4aae-bfe5-167973677481', + 'SOUTHEASTASIA:20210924T041922Z:1b74279a-1645-4ffd-80b3-11331792a5b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:35 GMT' + 'Fri, 24 Sep 2021 04:19:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27601,21 +33865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11515', + '11063', 'x-ms-request-id', - 'a44b4dc2-dafc-44af-b6e0-c932098ed2b2', + '79142507-1976-43e2-b8f3-0b4a49e4d9c9', 'x-ms-correlation-request-id', - 'a44b4dc2-dafc-44af-b6e0-c932098ed2b2', + '79142507-1976-43e2-b8f3-0b4a49e4d9c9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031938Z:a44b4dc2-dafc-44af-b6e0-c932098ed2b2', + 'SOUTHEASTASIA:20210924T041925Z:79142507-1976-43e2-b8f3-0b4a49e4d9c9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:37 GMT' + 'Fri, 24 Sep 2021 04:19:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27637,21 +33901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11015', + '11062', 'x-ms-request-id', - 'e387b69b-f209-4cfd-ab70-d6b964523867', + '8366aec8-0140-4eaf-8cce-152829caac7b', 'x-ms-correlation-request-id', - 'e387b69b-f209-4cfd-ab70-d6b964523867', + '8366aec8-0140-4eaf-8cce-152829caac7b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031940Z:e387b69b-f209-4cfd-ab70-d6b964523867', + 'SOUTHEASTASIA:20210924T041927Z:8366aec8-0140-4eaf-8cce-152829caac7b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:40 GMT' + 'Fri, 24 Sep 2021 04:19:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27673,21 +33937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11514', + '11061', 'x-ms-request-id', - 'c03ff977-cba9-44b1-8c23-2a4b3b695274', + 'aca2bfbb-ff6e-427b-a4e2-3574f1ab2962', 'x-ms-correlation-request-id', - 'c03ff977-cba9-44b1-8c23-2a4b3b695274', + 'aca2bfbb-ff6e-427b-a4e2-3574f1ab2962', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031942Z:c03ff977-cba9-44b1-8c23-2a4b3b695274', + 'SOUTHEASTASIA:20210924T041929Z:aca2bfbb-ff6e-427b-a4e2-3574f1ab2962', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:42 GMT' + 'Fri, 24 Sep 2021 04:19:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27709,21 +33973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11014', + '11060', 'x-ms-request-id', - '4c2a1d2e-9003-43c4-a60f-85d80a722747', + 'de287093-1e6d-420e-866c-b4a03cb2e44e', 'x-ms-correlation-request-id', - '4c2a1d2e-9003-43c4-a60f-85d80a722747', + 'de287093-1e6d-420e-866c-b4a03cb2e44e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031945Z:4c2a1d2e-9003-43c4-a60f-85d80a722747', + 'SOUTHEASTASIA:20210924T041932Z:de287093-1e6d-420e-866c-b4a03cb2e44e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:44 GMT' + 'Fri, 24 Sep 2021 04:19:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27745,21 +34009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11513', + '11059', 'x-ms-request-id', - 'fc46e42e-4326-46d1-9ed2-f1d2b9b4cb90', + 'c2a3f6d5-ad3a-4ced-b74c-aa7c3fdea166', 'x-ms-correlation-request-id', - 'fc46e42e-4326-46d1-9ed2-f1d2b9b4cb90', + 'c2a3f6d5-ad3a-4ced-b74c-aa7c3fdea166', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031948Z:fc46e42e-4326-46d1-9ed2-f1d2b9b4cb90', + 'SOUTHEASTASIA:20210924T041934Z:c2a3f6d5-ad3a-4ced-b74c-aa7c3fdea166', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:47 GMT' + 'Fri, 24 Sep 2021 04:19:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27781,21 +34045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11013', + '11058', 'x-ms-request-id', - '15535632-efd7-4840-8a21-bb97031b17e4', + '2ff2bdba-ac86-4427-bb05-cb7edf8f5bfe', 'x-ms-correlation-request-id', - '15535632-efd7-4840-8a21-bb97031b17e4', + '2ff2bdba-ac86-4427-bb05-cb7edf8f5bfe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031950Z:15535632-efd7-4840-8a21-bb97031b17e4', + 'SOUTHEASTASIA:20210924T041936Z:2ff2bdba-ac86-4427-bb05-cb7edf8f5bfe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:50 GMT' + 'Fri, 24 Sep 2021 04:19:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27817,21 +34081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11512', + '11057', 'x-ms-request-id', - 'c18ac112-0085-4b3f-821d-7481eb968f2a', + '794e2821-62bc-44dc-9128-afc5cb702ad3', 'x-ms-correlation-request-id', - 'c18ac112-0085-4b3f-821d-7481eb968f2a', + '794e2821-62bc-44dc-9128-afc5cb702ad3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031954Z:c18ac112-0085-4b3f-821d-7481eb968f2a', + 'SOUTHEASTASIA:20210924T041939Z:794e2821-62bc-44dc-9128-afc5cb702ad3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:53 GMT' + 'Fri, 24 Sep 2021 04:19:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27853,21 +34117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11012', + '11056', 'x-ms-request-id', - 'a6877cbc-1a04-431a-8de6-617cb7f1e82b', + '9455950d-512a-465a-8f39-24a1ae3e2635', 'x-ms-correlation-request-id', - 'a6877cbc-1a04-431a-8de6-617cb7f1e82b', + '9455950d-512a-465a-8f39-24a1ae3e2635', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T031957Z:a6877cbc-1a04-431a-8de6-617cb7f1e82b', + 'SOUTHEASTASIA:20210924T041941Z:9455950d-512a-465a-8f39-24a1ae3e2635', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:57 GMT' + 'Fri, 24 Sep 2021 04:19:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27889,21 +34153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11511', + '11055', 'x-ms-request-id', - '1717d1ba-5edf-408c-b822-3aa292068359', + '5336997f-ad2c-4d36-b66d-3d1d5433289b', 'x-ms-correlation-request-id', - '1717d1ba-5edf-408c-b822-3aa292068359', + '5336997f-ad2c-4d36-b66d-3d1d5433289b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032000Z:1717d1ba-5edf-408c-b822-3aa292068359', + 'SOUTHEASTASIA:20210924T041943Z:5336997f-ad2c-4d36-b66d-3d1d5433289b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:19:59 GMT' + 'Fri, 24 Sep 2021 04:19:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27925,21 +34189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11011', + '11054', 'x-ms-request-id', - 'dbfb074f-fec9-48f2-9f0d-23edb4a9b8a1', + 'cc008488-e25d-4c9d-b376-8dcafa6d603d', 'x-ms-correlation-request-id', - 'dbfb074f-fec9-48f2-9f0d-23edb4a9b8a1', + 'cc008488-e25d-4c9d-b376-8dcafa6d603d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032003Z:dbfb074f-fec9-48f2-9f0d-23edb4a9b8a1', + 'SOUTHEASTASIA:20210924T041946Z:cc008488-e25d-4c9d-b376-8dcafa6d603d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:20:02 GMT' + 'Fri, 24 Sep 2021 04:19:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27961,21 +34225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11510', + '11053', 'x-ms-request-id', - '39e4b0e3-869e-42a1-806a-f0c2b925ca43', + 'a9edc720-7d13-4566-89b5-2c10086c504f', 'x-ms-correlation-request-id', - '39e4b0e3-869e-42a1-806a-f0c2b925ca43', + 'a9edc720-7d13-4566-89b5-2c10086c504f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032005Z:39e4b0e3-869e-42a1-806a-f0c2b925ca43', + 'SOUTHEASTASIA:20210924T041948Z:a9edc720-7d13-4566-89b5-2c10086c504f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:20:04 GMT' + 'Fri, 24 Sep 2021 04:19:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27997,21 +34261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11010', + '11052', 'x-ms-request-id', - 'bf5acf12-0730-41e4-a505-31ec6b33e74d', + '2fa6fdcd-627a-475f-ae0d-3ea258ba319a', 'x-ms-correlation-request-id', - 'bf5acf12-0730-41e4-a505-31ec6b33e74d', + '2fa6fdcd-627a-475f-ae0d-3ea258ba319a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032007Z:bf5acf12-0730-41e4-a505-31ec6b33e74d', + 'SOUTHEASTASIA:20210924T041950Z:2fa6fdcd-627a-475f-ae0d-3ea258ba319a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:20:07 GMT' + 'Fri, 24 Sep 2021 04:19:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28033,21 +34297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11509', + '11051', 'x-ms-request-id', - '399b1413-c4e1-4625-b747-513506ae3592', + '9de08036-4296-43a2-b3a9-8efd4a8ac2af', 'x-ms-correlation-request-id', - '399b1413-c4e1-4625-b747-513506ae3592', + '9de08036-4296-43a2-b3a9-8efd4a8ac2af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032010Z:399b1413-c4e1-4625-b747-513506ae3592', + 'SOUTHEASTASIA:20210924T041953Z:9de08036-4296-43a2-b3a9-8efd4a8ac2af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:20:09 GMT' + 'Fri, 24 Sep 2021 04:19:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28069,23 +34333,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11009', + '11050', 'x-ms-request-id', - '69466ad9-df83-48c8-b74e-589303ea155b', + 'e373ef70-7cdb-4ff5-8341-76a399d2abe7', 'x-ms-correlation-request-id', - '69466ad9-df83-48c8-b74e-589303ea155b', + 'e373ef70-7cdb-4ff5-8341-76a399d2abe7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032012Z:69466ad9-df83-48c8-b74e-589303ea155b', + 'SOUTHEASTASIA:20210924T041955Z:e373ef70-7cdb-4ff5-8341-76a399d2abe7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:20:11 GMT' + 'Fri, 24 Sep 2021 04:19:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -28105,23 +34369,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11508', + '11049', 'x-ms-request-id', - '24a4f958-76b3-4253-a45a-fd2777598de5', + 'fa87da0e-ba28-4f92-a751-580de8f451dd', 'x-ms-correlation-request-id', - '24a4f958-76b3-4253-a45a-fd2777598de5', + 'fa87da0e-ba28-4f92-a751-580de8f451dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032014Z:24a4f958-76b3-4253-a45a-fd2777598de5', + 'SOUTHEASTASIA:20210924T041957Z:fa87da0e-ba28-4f92-a751-580de8f451dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:20:14 GMT' + 'Fri, 24 Sep 2021 04:19:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f9959f-170d-4e6a-8fae-b5fcefabdcfb') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -28141,15 +34405,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11008', + '11048', 'x-ms-request-id', - '77769068-34c0-4d67-8219-3858086fd0e4', + '2ba3091b-6172-4d10-beb0-ce5a88b6a143', 'x-ms-correlation-request-id', - '77769068-34c0-4d67-8219-3858086fd0e4', + '2ba3091b-6172-4d10-beb0-ce5a88b6a143', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T032017Z:77769068-34c0-4d67-8219-3858086fd0e4', + 'SOUTHEASTASIA:20210924T041958Z:2ba3091b-6172-4d10-beb0-ce5a88b6a143', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:20:17 GMT' + 'Fri, 24 Sep 2021 04:19:57 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_get_test.js similarity index 66% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_get_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_get_test.js index 1893176d3e91..6bcab5ac7d55 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_get_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_get_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "1ca66fbbb001f403eae3f3e178d6faa5"; +module.exports.hash = "4e47848003a4f74b73262cd4a838afa8"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e6415b90-59ac-45e2-a118-6f0e76dd0600', + '66f97c70-7c2f-41b8-82b3-8e1386ef0600', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AnumYxZzLYhBrlvzr4rlNhI; expires=Mon, 18-Oct-2021 02:39:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlzEAut_Z21KsPo-w9uL5xU; expires=Sun, 24-Oct-2021 03:42:54 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_FBVWI658hoDeuYKX83BN-Oa8stSR9xgJj5Uavi0ZSl6gkhd3MstWpj10GEHQT2-qJohgq_X_eTJudxJNUBtoM4p7kdxeWauPe_CDcvUU5cTfIT6n4Kfdz2IsxrRjUcutPMvjscaii-AtiWB4dwngq7yA2MTNFQ26H4YuuwgwWMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr3JMsGEi_vi3Tz_PbtsWgq1kdji_zAkugQT_QMQ6X_fjGyhzEmAXWmdzNyfkXJEa5i1ZzjXybPER-56-5D73TiBN0sejMhWxUbEatQU-ZmSlQxpDLnt39zmtTgAtQjwUvOezW1DoaN_rudRUOcObrPaZ1jMwNxdIVPcCpnQAHBBYgAA; 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', - 'Sat, 18 Sep 2021 02:39:36 GMT', + 'Fri, 24 Sep 2021 03:42:54 GMT', 'Content-Length', '980' ]); @@ -45,8 +45,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', - '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -60,23 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2e7a69bb-6906-4241-9094-705b8ca40700', + '38719b22-bb0c-4fad-9308-c2ad4d090700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AkDFK9lDn2hPr_m2YPnwC8E; expires=Mon, 18-Oct-2021 02:39:37 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Av3xwz4Cl5pNkQrh2-0bxUw; expires=Sun, 24-Oct-2021 03:42:54 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevryoJFXBdEozpgl_Jx_1hobPrXGEVJSVb5E2EdLqpoCROygCnA_cY3WwBdVhyTKYaGlqJnDK009OFz-YlazjpMrYzimqfvcE7fsiNq5AamJZcvbt5ScBI9A48CKWWat9PxCPhvxBLL_nu5ZuUWOxRzM8EBzyQhj2P4wb4V41-V8TsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrS-qQO5cpkyJ2gF9vRf1tn-MIL_4hQrbq-MvkYYxbXyFNXAvCHLSm-gcdNiKFJD5W3lU6alViqlivKCT2czjP8fwFQmDAp8A1m6jBRWjsrpqXnuoeEpNaljEA2Li5Qp3m0rIS3DA78p7cyN8USlhx-_IAvDaazXfxeVvlC8zkQ70gAA; 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', - 'Sat, 18 Sep 2021 02:39:36 GMT' + 'Fri, 24 Sep 2021 03:42:54 GMT', + 'Content-Length', + '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=748ec12a-1ab3-4568-9d15-a2e798a518cc&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") + .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.1&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=4ae368be-4721-4a72-82e3-2af8029b0fcf&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', @@ -93,27 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2e7a69bb-6906-4241-9094-705b8fa40700', + '38719b22-bb0c-4fad-9308-c2ad4e090700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AiNvqr7NE6hJvtnmMGw3GkoWPr5BAQAAAGhI19gOAAAA; expires=Mon, 18-Oct-2021 02:39:37 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AqEkqeQD6BtFvMOS0jcP-oYWPr5BAQAAAD5A39gOAAAA; expires=Sun, 24-Oct-2021 03:42: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', - 'Sat, 18 Sep 2021 02:39:36 GMT', + 'Fri, 24 Sep 2021 03:42:54 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx2') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63e1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eef1ebcd9d97b74efd347bbbbe3870f0f1ed07f3ff511bd49035fe5755be48084bf2e8b86102e9617af5b0242105eafa7d33c9fe533ea71a6dd9f2e67abaa58a28379dbae9a4777438a8c4dc3669cfd605de7e369b578b4bf7fef2ec158ad2765317d91b75755fd96c69937d4f547a7cb6c52721f39ff76bc6eab05d16efa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5cc94c8082462f331a19bef8bdf2eb2f68506de5c014cd4f1675bbce4ac5e45951b6796dd030ad2e8336afd625e8f4bdef8f0cbec7abe20d4d277df8d1eb5f5412f6b3a2c117d4e1139ac6d917799b614e194d3358852d383eabf3fc4dd11bdff1322baf69f859f99ab0ce2e6826f4fbacfbcd49b53c2f2ed6359300b3d84ce7f922035e84d677f3b27c9a9f174b1a15cd77b16cda6c39cdcf688c1fe5e7f983f37cffdef6f9fefdfdedfd9d7bb3ed6c37dbdd9eeede7f3079f06072901fec634c34008f29bf3c3fcf6b854e4cb29c6535e66d969f67342967339af6a2bda62f9f1575d3620eaeed87242942cae369f9e47a95811c1fbda896397da3a4c3649634fd733be229cd6c410cbe9c5ebfac887708f62f36ddd1e0cd77cff3cbbc2470af89c8a0c4e8a345f6ee6c49b37a999567cbd739c199517ff7f90bc2bccc97d4f4654dd479f7d1a3dd9d1da20fb571c4fc92f8ae26b5402f41caae3089400fdfd167df534514b0fef615e9933504d708ff0bd10ddfa5cf450118e1b8498a14d44661ba4160cf557a5ed64545d813e57688079a9f228abfca676b9a3b74cf74fe25c4d5a43866ffff1de0283a1c3208ed7c4abdd759191bd66b7c9f9e4883f71c5f08fb9b1de7de7b8e33cf406b02d5199f334c06bd1b8725a0bed9e1ec0e0e87f8d2a0fc239ecc78583fe2c9deb004d4373b9c8d3c699bc324b1fff47559d342b21d93258ac20ae78e5eedc08cf0451ff8de0070a120bdd201ea26a30f6b1794985635468fdfb25536294af2b9981ef449b1f29ca649367dbb5e31c1e8dd5f6c3ce19739c19b1553ea817c51fef58b6a96bf0c5c5379d799f32f8ae59a5c771ace3e49977cfb2a27470098bb66df26779f1a1d9826ea339909051e1f7d9e571ffd12b2ef5dd7e495060b67f01a80ffacc82e965543ced7f3eae275deb6c449f4d52f569fedd9ba2cdfe4efda9f58e735e0b25f03c0e442105aa0971db3","7ef7ff00dc57a20acb0c0000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eef3cdcdedb7fb373efd1bd878ff6f7c6bb0f3edd7bb873ffa73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c2ebf5749ae7b37c463dceb4fbd3e56c55154b74306fdb55f3e86e4891b169d88cb31faceb7c3cad168ff6f7efdd2518abf5a42ca62ff2f6aaaadfd238f386bafee874994d4aee23e7df8ed76db520da4d9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b990950d0e8654623c317bf577efd050daaad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5ba049dbef7fd91c1f77855bca1e9a40f3f7afd8b4ac27e5634f8823a7c42d338fb226f33cc29a36906abb005c767759ebf297ae33b5e66e5350d3f2b5f13d6d905cd847e9f75bf39a996e7c5c5ba661260169be93c5f64c08bd0fa6e5e964ff3f36249a3a2f92e964d9b2da7f9198df1a37b7b0fceef3f9864dbe7d9c32989ccf47cfb20cbef6dcff2ecc1bdbd7b597effd31d8c8906e031e597e7e779add0894996b3acc6bccdf2f38c26e56c46d35eb4d7f4e5b3a26e5accc1b5fd90244548793c2d9f5caf3290e3a317d532a76f947498cc92a67f6e473ca5992d88c197d3eb9715f10ec1fec5a63b1abcf9ee797e999704ee35111994187db4c8de9d2d69562fb3f26cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12dfd5a416e82548d9152611e8e13bfaec7baa8802d6dfbe227db286e01ae17f21bae1bbf4b92800231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89a14c7ecffbf031c45874306a19d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37386c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d27fc322778b3624a3d902fcabf7e51cdf297816b2aef3a73fe45b15c93eb4ec3d927e9926f5fe5e4080073d7ecdbe4ee53a303d3447d2633a1c0e3a3cff3eaa35f42f6bdeb9abcd260e10c5e03f09f15d9c5b26ac8f97a5e5dbccedb963889befac5eab33d5b97e59bfc5dfb13ebbc065cf66b00985c08420bf4b263d6ef","fe1f02d403e7cb0c0000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11408', + '11409', 'x-ms-request-id', - '7790c207-08a5-4b22-a261-32ca89fcff57', + 'f8512012-1371-4cbf-9521-0d8d6702e475', 'x-ms-correlation-request-id', - '7790c207-08a5-4b22-a261-32ca89fcff57', + 'f8512012-1371-4cbf-9521-0d8d6702e475', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023937Z:7790c207-08a5-4b22-a261-32ca89fcff57', + 'SOUTHEASTASIA:20210924T034255Z:f8512012-1371-4cbf-9521-0d8d6702e475', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:37 GMT' + 'Fri, 24 Sep 2021 03:42:54 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_list_test.js similarity index 65% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_list_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_list_test.js index 4c5877a8d767..445d3566daf9 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_list_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_list_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "7ecd97bc87ff568a0f33f81876555e80"; +module.exports.hash = "de33ebb0ef19ac76d33e9ba8414e51e3"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2d052f42-b736-4f4f-8aeb-f8ffc2080600', + 'fa7c6a37-cd96-4a17-a41d-3a39feb20600', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=Ag0GDvvJJ79Gkdr1Y_VPtmc; expires=Mon, 18-Oct-2021 02:39:37 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlVqu1jicuFGnzbEWK40xRw; expires=Sun, 24-Oct-2021 03:42:55 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAMvu149CalL5HghOHpEV0ZtWPZ5vcXCTcozJLg7U-jyDUNO4_tLwSmtcWupJnR2cinimle4Zvx0KkLJuP5X732YinrRgur0dUf6ljcwgzCYgDQOwHdrSloa62VcxVrHCAq6Dwkru1zWP7BhRqRqIxAGoX3kpCZCW9KgQWnMFWLIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevruvnN4YTzkXZQX9fnJg78QhjdEA_8jhir617iRZW5BQj9QviPa85Tr8LZEg8PcHQ9upjdtGKsDKv7wQWiLh65WlpHkE_ySJGDbjzdkR88Ucn_kmgXyrN2z1IytH_u77WIPSe6Imj9kW0ymH1bWlntYRyOam6hIFOuKfiwf7QxvjsgAA; 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', - 'Sat, 18 Sep 2021 02:39:37 GMT', + 'Fri, 24 Sep 2021 03:42:55 GMT', 'Content-Length', '980' ]); @@ -58,30 +58,32 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2d052f42-b736-4f4f-8aeb-f8ffc4080600', + '38719b22-bb0c-4fad-9308-c2ad52090700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AuJQK68kxz9GtUaVPZP2Uak; expires=Mon, 18-Oct-2021 02:39:37 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArNaM27Rl7NAi426VmTbKVQ; expires=Sun, 24-Oct-2021 03:42:55 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAoCPikclQ0UJaK4_G9frSIrATsE_KivVXM8wDC1XI46xHpueF3OpU-38BWJ1qpkMOgWOQFVEeE32E1i52pvGDil_aOwSQywUFObFNv8buxQ-0_BukVzLMPFaXvR4JE1eq5SqyWrHxA8WaTeRBb1frbnw0fxMvLWMl2EIOvJ940YgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUiJXZj18lhtgy4dKs-AJO9Bgf0c7lRFea9tWHhbc1v9drdzLlAPqvL_ofbvxFil86TVqoM5QbFio4BT-gVWkXEh7iUVopWxkJido_3oXqY7ohAYwp6_nt2zARZyh3HSbYYTRiMGNEq7RIH8ptrwoJRP9lAxhgbl94VtOEqP_7A4gAA; 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', - 'Sat, 18 Sep 2021 02:39:37 GMT', + 'Fri, 24 Sep 2021 03:42: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.1&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=9f826ffb-a16d-4ad8-ace1-4f192279e65f&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") + .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.1&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=e658031b-7298-4e25-8ee9-0106a47afbe9&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-Length', + '1351', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -93,27 +95,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2e7a69bb-6906-4241-9094-705b93a40700', + '6332f45a-4a68-47f2-bf85-b9e353f60700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AjprSEWoe2ZGhGhXulcEc1IWPr5BAQAAAGlI19gOAAAA; expires=Mon, 18-Oct-2021 02:39:38 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Atper7QPVDpGlT_-xVtqKHAWPr5BAQAAAD5A39gOAAAA; expires=Sun, 24-Oct-2021 03:42:55 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', - 'Sat, 18 Sep 2021 02:39:37 GMT', - 'Content-Length', - '1351' + 'Fri, 24 Sep 2021 03:42:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/databaseAccounts') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbbd8f461f2db30561f651f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fdbcac2659e99ad2376d76d17cf4e817ff92d147cd350d63f1945ea6bf3f9ad679d6e6b3e3965edbdbd9dbddde79b8bd7bf06667efd1bd4f1fedee8e1f3e3c7840fffdd447f4260d7c95d76d910312feba2c1a42b8585ebc6e09084178bd9e4ef37c96cfa8c799767fba9cadaa62890ee66dbb6a1edd0d2932360d9b71f683759d8fa7d5e2d1fefebdbb0463b59e94c5f445de5e55f55b1a67de50d71f9d2eb349c97de4fcdbf1baad1644bbe9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f9732533010a1abdcc6864f8e2f7caafbfa041b5950353343f59d4ed3a2b15936745d9e6b541c3b4ba0cdabc5a97a0d3f7be3f32f81eaf8a37349df4e147af7f5149d8cf8a065f50874f681a675fe46d86396534cd6015b6e0f8accef337456f7cc7cbacbca6e167e56bc23abba099d0efb3ee3727d5f2bcb858d74c02cc62339de78b0c78115adfcdcbf2697e5e2c695434dfc5b269b3e5343fa3317e949fe70fcef3fd7bdbe7fbf7f7b7f777eecdb6b3dd6c777bba7bffc1e4c183c9417eb08f31d1003ca6fcf2fc3caf153a31c97296d598b7597e9ed1a49ccd68da8bf69abe7c56d44d8b39b8b61f92a408298fa7e593eb5506727cf4a25ae6f48d920e9359d2f4cfed88a734b30531f8727afdb222de21d8bfd874478337df3dcf2ff392c0bd26228312a38f16d9bbb325cd2a298eb3e5eb9ce0cca8bffbfc05615ee64b6afab226eabcfbe8d1eece0ed187da38627e497c57935aa0972065579844a087efe833a38802d6dfbe227db286e01ae17f21bae1bbf4b92800231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89a14c7ecffbf031c45874306a19d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37386c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d27fc322778b3624a3d902fcabf7e51cdf297816b2aef3a73fe45b15c93eb4ec3d927e9926f5fe5e4080073d7ecdbe4ee53a303d3447d2633a1c0e3a3cff3eaa35f42f6bdeb9abcd260e10c5e03f09f15d9c5b26ac8f97a5e5dbccedb963889befac5eab33d5b97e59bfc5dfb13ebbc065cf66b00985c08420bf4b263d6efbeff4b","fe1fb578e340d70c0000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfb1f8d3e5a660bc2eca3eec76535cd801d7d759a356dfad56bfab0bd5ea1edad3aa2e66f8b2546fb79594db2d235a56fdaeca2f9e8d12ffe25a38f9a6b1ac6e229bd4c7f7f34adf3accd67c72dbdb6b7b3b7bbbdf3707b6fffcdcebd47f71e3edadf1bef3ef874efe1cefd9ffa88dea481aff2ba2d7240c25f9745430817cb8bd72d012108afd7d3699ecff219f538d3ee4f97b355552cd1c1bc6d57cda3bb2145c6a66133ce7eb0aef3f1b45a3cdadfbf779760acd693b298bec8dbabaa7e4be3cc1beafaa3d3653629b98f9c7f3b5eb7d58268377d9615657599d71f3d3acfca2637df7fb12edb6255e6dfad8b367fae64264041a397198d0c5ffc5ef9f51734a8b672608ae6278bba5d67a562f2ac28dbbc3668985697419b57eb1274fadef74706dfe355f186a6933efce8f52f2a09fb59d1e00beaf0094de3ec8bbccd30a78ca619acc2161c9fd579fea6e88def789995d734fcac7c4d5867173413fa7dd6fde6a45a9e1717eb9a4980596ca6f37c91012f42ebbb79593ecdcf8b258d8ae6bb58366db69ce66734c68feeed3d38bfff60926d9f670fa72432d3f3ed832cbfb73dcbb307f7f6ee65f9fd4f7730261a80c7945f9e9fe7b542272659ceb21af336cbcf339a94b3194d7bd15ed397cf8aba693107d7f643921421e5f1b47c72bdca408e8f5e54cb9cbe51d261324b9afeb91df19466b620065f4eaf5f56c43b04fb179bee68f0e6bbe7f9655e12b8d744645062f4d1227b77b6a45925c571b67c9d139c19f5779fbf20cccb7c494d5fd6449d771f3ddaddd921fa501b47cc2f89ef6a520bf412a4ec0a9308f4f01d7d661451c0fadb57a44fd6105c23fc2f44377c973e17056084e3262952501b85e906813d57e979591715614f94db211e687e8a28fe2a9fad69eed03dd3f997105793e298fdff7780a3e870c820b4f329f55e67656c58aff17d7a220dde737c21ec6f769c7bef39ce3c03ad0954677cce3019f46e1c9680fa6687b33b381ce24b83f28f7832e361fd88277bc31250dfec7036f2a46d0e93c4fed3d7654d0bc9764c96280a2b9c3b7ab50333c2177de07b03c08582f44a07a89b8c3eac5d50625ad5183d7ecb56d9a428c9e7627ad027c5ca739a26d9f4ed7ac504a3777fb1f1845fe6046f564ca907f245f9d72faa59fe32704de55d67cebf28966b72dd6938fb245df2edab9c1c0160ee9a7d9bdc7d6a74609aa8cf642614787cf4795e7df44bc8be775d93571a2c9cc16b00feb322bb58560d395fcfab8bd779db1227d157bf587db667ebb27c93bf6b7f629dd780cb7e0d00930b4168815e76ccfaddf77f","c9ff031fafe92bd70c0000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11407', + '11408', 'x-ms-request-id', - '99a9d418-b9eb-460b-adfd-c03a9f5b6e3a', + 'e1de2d16-1b94-4203-aaad-3d3612cd134a', 'x-ms-correlation-request-id', - '99a9d418-b9eb-460b-adfd-c03a9f5b6e3a', + 'e1de2d16-1b94-4203-aaad-3d3612cd134a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T023938Z:99a9d418-b9eb-460b-adfd-c03a9f5b6e3a', + 'SOUTHEASTASIA:20210924T034256Z:e1de2d16-1b94-4203-aaad-3d3612cd134a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:39:37 GMT' + 'Fri, 24 Sep 2021 03:42:55 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_update_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_create_test.js similarity index 58% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_update_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_create_test.js index 167c147e3f88..eab6ee554673 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_update_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_create_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "675bff34b3723e34149d1926e576270f"; +module.exports.hash = "b57ec0bb442d1ff90f7cfe1d78feac03"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e79f8125-fc16-4ef1-96fd-b10976170700', + 'fa7c6a37-cd96-4a17-a41d-3a397ded0600', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AjuUpn_rwttNiIHB_xSEWIw; expires=Mon, 18-Oct-2021 03:03:05 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArSqY_at9QdKm_wkZVon8yk; expires=Sun, 24-Oct-2021 04:22:45 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrt_dsMdAd2IJSwymnuLCawaVYIefF6uXt_u3qMcfPEEnGbJtPhlCe3y2_1JsffbA2QPa-Z75NS0276AvwrI1v4bGJrK1DFV4t8MDUfy4pvURt0qp_6eXXpD2f383GhwUluSjZ0DZnvCeCOlI7LXmIq7cYD8bH6tjvePFxNXqm0b4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrnX537byDCZlBaVl6nCZVanu6QgUlHlOigI5pt-VMmOs7ecuBoJSejbPpQ_O6yAaBq6C35Qn2d8WPOAsGgP6HqOmePEU7B1S6RXZm0Fy49Yhtt4LD-DvNgUCxvXEiH_yHSSVNbi6LOzu7URTs4oOe69Zeg3xlICnMnhgtrMpkuIggAA; 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', - 'Sat, 18 Sep 2021 03:03:05 GMT', + 'Fri, 24 Sep 2021 04:22:44 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6cb2a18f-6938-4bec-9152-71fd3b980700', + '9fcb8c20-71fa-4e07-9e4c-df7385c40700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AlK6fOkaLeVMt5R2x6CVi2M; expires=Mon, 18-Oct-2021 03:03:05 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Aj05RAf0EGJJrFJ1GqFyURY; expires=Sun, 24-Oct-2021 04:22:45 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr3n8beFKjXUY6DkKUSvqi4LJWrLjf8jlpveLQsyRoe8izIc40vEPEb5LEBJB1Axf0YAapJeWpx-FkHgjxL2CFQGZ-qRkG3wFdfrk1Zw-snTXT1rd5ACy9x-_hZXrAYyA3cWVGp0pz75un19iixiBpPZTo1b8fVfqECgAfDrtqrBcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrRB2EF21f3of_43wvo1d3Q_fwBeinBfjQCJT-ybN5QwYgYtS15trDFALs_DDnRsxcuJqVVgxm2bNt3BAWl4OqOVELr_peoiiTJoVIxVDmJ3mMWb-gu7-kBvKb3G8LrTS4-6ipb7IZDr0hQfgFCUUDbIibo0eMMs7NeXxsdCM6dkIgAA; 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', - 'Sat, 18 Sep 2021 03:03:06 GMT', + 'Fri, 24 Sep 2021 04:22:44 GMT', 'Content-Length', '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=377d73fc-e2c2-40a7-a135-625139509c4e&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") + .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.1&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=2083624f-e9da-463a-ae70-b708d48b30a4&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '11d1bd8b-d0ad-4f2d-b547-29a21c4c0700', + '9361213a-51de-46fd-bfc0-66fd1c0a0700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Avc1-mNBWMxHhlmZzn4fxE0WPr5BAQAAAOlN19gOAAAA; expires=Mon, 18-Oct-2021 03:03:06 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Arx6HHZQCo1Jpy6SfzSuIScWPr5BAQAAAJRJ39gOAAAA; expires=Sun, 24-Oct-2021 04:22:45 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Sat, 18 Sep 2021 03:03:06 GMT', + 'Fri, 24 Sep 2021 04:22:45 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default', {"location":"eastus","properties":{"resource":{"throughput":400}}}) + .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', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default/operationResults/33bad886-ac03-475f-831d-52a6de35c708?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/4c405e9b-e28d-4548-ba5e-e1515a08734b?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b?api-version=2021-07-01-preview', 'x-ms-request-id', - '33bad886-ac03-475f-831d-52a6de35c708', + '4c405e9b-e28d-4548-ba5e-e1515a08734b', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-writes', - '1197', + '1198', 'x-ms-correlation-request-id', - '65952198-7560-4f82-b232-6bfc8435a226', + 'b6aa00a3-0cd8-43b1-8399-4b87bb12efbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030307Z:65952198-7560-4f82-b232-6bfc8435a226', + 'SOUTHEASTASIA:20210924T042246Z:b6aa00a3-0cd8-43b1-8399-4b87bb12efbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:06 GMT' + 'Fri, 24 Sep 2021 04:22:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,57 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11912', + '10979', 'x-ms-request-id', - 'cfbf83bf-ce56-49a7-aee2-ef178cee75ee', + '5649f439-f8d1-46af-ae13-9e7406ce0490', 'x-ms-correlation-request-id', - 'cfbf83bf-ce56-49a7-aee2-ef178cee75ee', + '5649f439-f8d1-46af-ae13-9e7406ce0490', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030307Z:cfbf83bf-ce56-49a7-aee2-ef178cee75ee', + 'SOUTHEASTASIA:20210924T042246Z:5649f439-f8d1-46af-ae13-9e7406ce0490', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:06 GMT' + 'Fri, 24 Sep 2021 04:22:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '237fda5f-d52f-46eb-87b8-292eafbd9fd5', - 'x-ms-correlation-request-id', - '237fda5f-d52f-46eb-87b8-292eafbd9fd5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030308Z:237fda5f-d52f-46eb-87b8-292eafbd9fd5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -241,57 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11911', - 'x-ms-request-id', - 'f6b1271d-3829-428d-a8fe-f12d055c66a1', - 'x-ms-correlation-request-id', - 'f6b1271d-3829-428d-a8fe-f12d055c66a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030309Z:f6b1271d-3829-428d-a8fe-f12d055c66a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', + '10978', 'x-ms-request-id', - 'bc9b986b-4e1d-4671-9b06-4363df891506', + 'e4464e07-ca3c-458a-9753-38074b0ebc83', 'x-ms-correlation-request-id', - 'bc9b986b-4e1d-4671-9b06-4363df891506', + 'e4464e07-ca3c-458a-9753-38074b0ebc83', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030310Z:bc9b986b-4e1d-4671-9b06-4363df891506', + 'SOUTHEASTASIA:20210924T042249Z:e4464e07-ca3c-458a-9753-38074b0ebc83', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:10 GMT' + 'Fri, 24 Sep 2021 04:22:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -313,57 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11910', + '10977', 'x-ms-request-id', - '77be3290-8d83-427e-a95e-c6d85336a2e8', + '2a37f9ce-d1bd-4322-9884-763ee6342489', 'x-ms-correlation-request-id', - '77be3290-8d83-427e-a95e-c6d85336a2e8', + '2a37f9ce-d1bd-4322-9884-763ee6342489', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030312Z:77be3290-8d83-427e-a95e-c6d85336a2e8', + 'SOUTHEASTASIA:20210924T042251Z:2a37f9ce-d1bd-4322-9884-763ee6342489', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:11 GMT' + 'Fri, 24 Sep 2021 04:22:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '783a1581-cba0-48db-b950-3311928d166c', - 'x-ms-correlation-request-id', - '783a1581-cba0-48db-b950-3311928d166c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030313Z:783a1581-cba0-48db-b950-3311928d166c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/33bad886-ac03-475f-831d-52a6de35c708') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -385,59 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11909', - 'x-ms-request-id', - 'c163609e-ec97-42d8-be29-b566df314c4b', - 'x-ms-correlation-request-id', - 'c163609e-ec97-42d8-be29-b566df314c4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030314Z:c163609e-ec97-42d8-be29-b566df314c4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', + '10976', 'x-ms-request-id', - '8d46fa7d-b431-40aa-930a-9efe598f6734', + '1d944028-90f0-4a04-a30f-107bef4285ea', 'x-ms-correlation-request-id', - '8d46fa7d-b431-40aa-930a-9efe598f6734', + '1d944028-90f0-4a04-a30f-107bef4285ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030315Z:8d46fa7d-b431-40aa-930a-9efe598f6734', + 'SOUTHEASTASIA:20210924T042253Z:1d944028-90f0-4a04-a30f-107bef4285ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:15 GMT' + 'Fri, 24 Sep 2021 04:22:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efeedd6de7d4ddc57cb56e5fe76d5b2c2f9abbb3fc3c5b97ed47a38fdaeb554ea3b965bfddaefaa009e4325b00e4ef7db577497fd1d85679dd1679f3d1a35ffc91a1007e772f7ff4687f6767f4d1a258168bf5e28df7f947f4c547bfe497fc","92ff071dc7c3c375010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbffb68f4517bbdca09e55b02ef80a3f797d902eff7e012deabbc6e0b6af4e8177f644687df99449df6bfe497","fc92ff07e722cde03c010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -457,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11908', + '10975', 'x-ms-request-id', - 'a21f56ca-450c-4728-8048-4e330162b59a', + '39104945-612f-4c5f-a2fa-49a8a8b2f5ad', 'x-ms-correlation-request-id', - 'a21f56ca-450c-4728-8048-4e330162b59a', + '39104945-612f-4c5f-a2fa-49a8a8b2f5ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030316Z:a21f56ca-450c-4728-8048-4e330162b59a', + 'SOUTHEASTASIA:20210924T042256Z:39104945-612f-4c5f-a2fa-49a8a8b2f5ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:16 GMT' + 'Fri, 24 Sep 2021 04:22:56 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_delete_test.js similarity index 76% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_delete_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_delete_test.js index e892394899de..9dddc3da35b9 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_cassandraresources_delete_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_delete_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "4c2da9d93c7cc1b9d6a5819ecc9162e0"; +module.exports.hash = "d3adc358fe98b2bc38cf4504a3dd2320"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6a31f479-c0ec-4e0f-9e71-eb03a1d60600', + '511c7ce6-7148-43e3-a56f-8b971f480700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AtF37N5mFmhNq1H8Pvgn_X8; expires=Mon, 18-Oct-2021 02:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Aq0WNl5j_0xNtY622efhXjU; expires=Sun, 24-Oct-2021 04:23:19 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrizAb3DwUBESStDCGlKmmQU6awjCjX-1MsEQwt6VIcSKO2iV2zMW5eV_TpIs_DeLn1Qc_6meFdUlPA4zBQARoAO6wXpNcYW0YBVbuXx2EKT1OOMhNUi9QfK1wxTb-jA-IdxBCd-3Q2ZZ5e9rQ0EnjEKZ6LNwcUzLfkPvhNUqmfrsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9A30Ub-_ZYP81jC_2L1sWFPvYe45ueAS_Sb8oYqd95e-9dul7hE5r6LdofVNqjuG7B6ULrmxdaydBPcRsMRiRX_tE2l_7-lLrjdDnHnta-tVF3Vso_htOoq4IzJig3QNVaUVu4EuJpAk9rkqXGkvcsbqNTfcVXno0EHMRyn10VYgAA; 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', - 'Sat, 18 Sep 2021 02:19:58 GMT', + 'Fri, 24 Sep 2021 04:23:19 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'a076d1d1-560a-48fb-9456-9b1d2d830600', + '6332f45a-4a68-47f2-bf85-b9e3f6320800', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AlIDvpI7Ft9FpIdz7EfNS90; expires=Mon, 18-Oct-2021 02:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AoKwTC-tB4VDvGpsWvKjaxE; expires=Sun, 24-Oct-2021 04:23:19 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrS-QF6nFFpc7RgeN4Mkvzc4ZAFsbWA8gazjZHoh-zwNVTfaDpNb-WUfvljJ3Ng7rVuZCdiu1H6SHjyEo0vtBYZCpau5jdR-TUPk4dPpLuyM0C1tOKuNrIXkU3BJyhSJTDk1Az7GTwFDuT_qXeAAw8-y4vcDhuyk-ACEydFMVvMnYgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrgXEcfc7fzfwQaf5bGZs8_VPi00itgBr6mBHj0a2rsWNTGStmkB6oQ1hKbnEHivU5bTsINDX50LUDd5yqN5-M3OV-Zh0Mp1Ibk6Hje13QOypbXJT3iHhsiPBonP7SN0NB0a6hsvi9mjBO6IdK6k0INfBZToC5tA2VHGrRlJcauEkgAA; 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', - 'Sat, 18 Sep 2021 02:19:58 GMT', + 'Fri, 24 Sep 2021 04:23:19 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.1&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=bd0a51c6-1ed2-42d3-a9ae-75252fe2f0c9&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") + .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.1&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=6b9bcc65-6fad-4a32-9b8d-98648c11c1c7&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6a31f479-c0ec-4e0f-9e71-eb03a3d60600', + '66f97c70-7c2f-41b8-82b3-8e1332280700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AoQCL0g9JmRIvaBMnh9eABkWPr5BAQAAAM5D19gOAAAA; expires=Mon, 18-Oct-2021 02:19:59 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ai1L5Bq6vwRLswHIdUmrCb4WPr5BAQAAALdJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:20 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', - 'Sat, 18 Sep 2021 02:19:58 GMT', + 'Fri, 24 Sep 2021 04:23:19 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx') + .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx') .query(true) .reply(202, {"status":"Enqueued"}, [ 'Cache-Control', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx1/cassandraKeyspaces/mykeyspacexxx/operationResults/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/f8d9e16e-a307-48a1-ae4a-14e241a207ac?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac?api-version=2021-07-01-preview', 'x-ms-request-id', - 'c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d', + 'f8d9e16e-a307-48a1-ae4a-14e241a207ac', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-deletes', - '14999', + '14998', 'x-ms-correlation-request-id', - '32484cea-5f0d-474a-a813-28be0cf8765d', + 'fd78aad3-a6c2-4a71-ae5e-ccc784108f7b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T021959Z:32484cea-5f0d-474a-a813-28be0cf8765d', + 'SOUTHEASTASIA:20210924T042320Z:fd78aad3-a6c2-4a71-ae5e-ccc784108f7b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:19:59 GMT' + 'Fri, 24 Sep 2021 04:23:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11912', + '10962', 'x-ms-request-id', - '0ba579f7-ddf2-4923-baea-6602be6abf23', + 'af94088a-35c6-4a1c-8186-54d341599748', 'x-ms-correlation-request-id', - '0ba579f7-ddf2-4923-baea-6602be6abf23', + 'af94088a-35c6-4a1c-8186-54d341599748', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022000Z:0ba579f7-ddf2-4923-baea-6602be6abf23', + 'SOUTHEASTASIA:20210924T042321Z:af94088a-35c6-4a1c-8186-54d341599748', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:00 GMT' + 'Fri, 24 Sep 2021 04:23:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,23 +205,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11911', + '10961', 'x-ms-request-id', - 'a1bb7bef-91f8-4a8f-8f69-00cee1d713fa', + 'be3b4cb3-54e4-4d07-a72a-c23d1e4f60e4', 'x-ms-correlation-request-id', - 'a1bb7bef-91f8-4a8f-8f69-00cee1d713fa', + 'be3b4cb3-54e4-4d07-a72a-c23d1e4f60e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022002Z:a1bb7bef-91f8-4a8f-8f69-00cee1d713fa', + 'SOUTHEASTASIA:20210924T042323Z:be3b4cb3-54e4-4d07-a72a-c23d1e4f60e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:02 GMT' + 'Fri, 24 Sep 2021 04:23:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -241,23 +241,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11910', + '10960', 'x-ms-request-id', - 'f68f79d1-98a1-4962-975b-17b1b60da993', + '9199ddc4-96b1-48dd-9212-9e44045ff2e6', 'x-ms-correlation-request-id', - 'f68f79d1-98a1-4962-975b-17b1b60da993', + '9199ddc4-96b1-48dd-9212-9e44045ff2e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022004Z:f68f79d1-98a1-4962-975b-17b1b60da993', + 'SOUTHEASTASIA:20210924T042325Z:9199ddc4-96b1-48dd-9212-9e44045ff2e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:04 GMT' + 'Fri, 24 Sep 2021 04:23:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c0b2019d-cbf1-40ff-8f49-e7ae7bc6e30d') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -277,15 +277,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11909', + '10959', 'x-ms-request-id', - 'b600f121-72d1-49bb-afdd-7814b9ea0c84', + '77cb77d1-b033-44ff-8049-ff134381b32a', 'x-ms-correlation-request-id', - 'b600f121-72d1-49bb-afdd-7814b9ea0c84', + '77cb77d1-b033-44ff-8049-ff134381b32a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T022007Z:b600f121-72d1-49bb-afdd-7814b9ea0c84', + 'SOUTHEASTASIA:20210924T042326Z:77cb77d1-b033-44ff-8049-ff134381b32a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 02:20:06 GMT' + 'Fri, 24 Sep 2021 04:23:25 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_get_test.js similarity index 69% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_get_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_get_test.js index 645147caa456..bcbf515a3bd0 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_get_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_get_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "23e5809c809a3edb317db0554305a60d"; +module.exports.hash = "86d5606c1637e27be599a17367d1cd7f"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '0bbe5df3-9460-498c-a762-829b52ec0600', + '66f97c70-7c2f-41b8-82b3-8e13d3270700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AoyrxcMQOQ9Jom17mQurrfg; expires=Mon, 18-Oct-2021 03:03:17 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AkwmtSWsjc1CoMR5L-jGMco; expires=Sun, 24-Oct-2021 04:23:07 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrbUTKZOQ6Tk89TX-lHkh5QLyICVPeNV4K2yWzpFz212VCMm7fL36UdMACKqriY1MBYI95FHLRusRkGJ4mtvBAekM65ki3iggpwGQwsjvHavzqDufOT1jLPWZy2NX9ItHPD5mkIb7Shvs9BH5ewtzdFc3ZbXlexG6pDWet3M98RK0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrlSDybWOVgPq-lovHLLqVyzapg3V2oyUTyXPQLWqa_Uc9IvsCDGgnE_o26ExH1GYv3UqaTlgTPiMShKG1avV_okb-M-rtw7TpKZ7N1MCCXcUOotmPITt2kk0NcHe2gbWFtHZnkIo78h29bFGYiu7T4BfgBtLhP3aSMJKxudizRzwgAA; 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', - 'Sat, 18 Sep 2021 03:03:17 GMT', + 'Fri, 24 Sep 2021 04:23:06 GMT', 'Content-Length', '980' ]); @@ -58,32 +58,30 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '11d1bd8b-d0ad-4f2d-b547-29a2574c0700', + '9fcb8c20-71fa-4e07-9e4c-df731bc50700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', + '2.1.12071.13 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AkCxc7p6jstHmfSXdhvjzxE; expires=Mon, 18-Oct-2021 03:03:17 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ApE0nxqyyM1JvhRYfKkOxiU; expires=Sun, 24-Oct-2021 04:23:07 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrdWmiESksEwWmlGr2q18InTZB3edkRxdF5ET5jndj1Z2KYBo9gXpKH-xO5aCuoDovx28bafsOj61pP3lW4g8qhOMVuHXIzObCM3OioBy3UYe2C_Ow6tZ0MQ1BJl6N-Fh403oehg0uqgAXehLv91fcqyrfTBhuNm21ktrtBXC_JJAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8ksnQHob1ccM1yKzqYwJKIBAL5d1V5_x8BdyeTbISsOHljc6ILQdJfgkszAWc5X7atywyfSesvbNlnReGptXc4XQaZqg0nCipsPvSiOzTTF4cDSb7k3ym_dvm2-xiyUhoxKoRbAkT8y753sJ9CTS6--ULZWqPJePAA0WPMQeLWMgAA; 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', - 'Sat, 18 Sep 2021 03:03:17 GMT', + 'Fri, 24 Sep 2021 04:23:06 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.1&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=7cf29878-2a47-4f38-aab0-d66dc77b6222&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") + .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.1&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=5ab2721d-6322-46e1-8886-8f810c793d84&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-Length', - '1351', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -95,61 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6cb2a18f-6938-4bec-9152-71fd86980700', + 'fa7c6a37-cd96-4a17-a41d-3a39e2ed0600', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=At1PN36Pu71Mp8uiR21yQC8WPr5BAQAAAPRN19gOAAAA; expires=Mon, 18-Oct-2021 03:03:17 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Aq-vpf78xiZOouvasZyKxuMWPr5BAQAAAKtJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:07 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', - 'Sat, 18 Sep 2021 03:03:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bdc26a7e-240c-4454-95a9-fe98d17e0ef1', - 'x-ms-correlation-request-id', - 'bdc26a7e-240c-4454-95a9-fe98d17e0ef1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030317Z:bdc26a7e-240c-4454-95a9-fe98d17e0ef1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:17 GMT' + 'Fri, 24 Sep 2021 04:23:07 GMT', + 'Content-Length', + '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efee7d34faa8bd5ee584f22d8177e0d1fbcb6c81f7fb8009f1555eb705b57af48b3f32c3c3ef4ca3ee0bbfe497","fc92ff07d9007d493e010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbffb68f4517bbdca09e55b02ef80a3f797d902eff7e012deabbc6e0b6af4e8177f644687df99449df6bfe497","fc92ff07e722cde03c010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -169,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11405', + '10969', 'x-ms-request-id', - '795ac3c9-a46b-4126-b383-cabdbd26eb19', + 'cd8795ed-3fec-45b9-94f4-f05c23e0b961', 'x-ms-correlation-request-id', - '795ac3c9-a46b-4126-b383-cabdbd26eb19', + 'cd8795ed-3fec-45b9-94f4-f05c23e0b961', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030317Z:795ac3c9-a46b-4126-b383-cabdbd26eb19', + 'SOUTHEASTASIA:20210924T042308Z:cd8795ed-3fec-45b9-94f4-f05c23e0b961', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:17 GMT' + 'Fri, 24 Sep 2021 04:23:07 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_list_test.js similarity index 79% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_list_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_list_test.js index 501294fc7a4e..a1303a2989d2 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_list_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_list_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "e84a08679e5e857badc7e4ea789381f7"; +module.exports.hash = "eadc8968e3fe58bd1708b15ed3c009ac"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -10,8 +10,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":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-Length', - '980', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -25,19 +23,21 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '385cf0df-0fbf-4dac-9a52-b07a90d20600', + '66f97c70-7c2f-41b8-82b3-8e13d7270700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AtkAr1bbfhxFkJtoWF04gUc; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AtJy5iFqLWJKuuFfcGffB5U; expires=Sun, 24-Oct-2021 04:23:08 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrLsxNa1SqEGlFkxj_uoL4O-jNkgQGPo2ERZOUNhikYCbXdSjCMsY6W09OHcG7ixxfmcKsLqZcVLDR2mXn7rJUNCv2T9-vyS0pvN0mHR9teLDcH8sQNkODrNeu9JTFUCFmnGlN0N7GafC8tvOuieZGgCh1pQsU9DSkFCkRDq5pIqwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYhi42yvu5UXm8jgWWN6A-T4Q15k-LYySjNnloIqKkkEt_8ARsMA0118_IXYHU4xTzm7cBUWuzEMj1NrsWbB8NhrGbsJZTh0b_0VBHFfwVU7xLxn5bTjKFXRVsKCU14ADY-VvPkuD3eBTjye4Cw_pGjz3M9EcJWRQXjIeqYUg63cgAA; 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', - 'Sat, 18 Sep 2021 03:03:18 GMT' + 'Fri, 24 Sep 2021 04:23:07 GMT', + 'Content-Length', + '980' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) @@ -45,6 +45,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', + '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -58,25 +60,23 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '385cf0df-0fbf-4dac-9a52-b07a92d20600', + '9361213a-51de-46fd-bfc0-66fd990a0700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AkDEZhhd4HpCkOfAAjPVlgU; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Au2nF4YS_5JAhCpVcpXTxxo; expires=Sun, 24-Oct-2021 04:23:08 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr6qmVEI8lJR-yDi-r1vEk7Sq9WFwfhEVfaUtB3r45XDZxjrshVnTbzFeqqU2h7SxzsO-mqE-JT7_5CpYPV2yePOK-ttRNNj3SFMjo_8J7t_6UJXmxYIdK0q5Jrh5sd-_wRF3Lc-tc28-8i3olH1JwKE72E7yv-Tq-VEM0XcDTUgAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrBV9R6Fl24foo6SSBT1Uc1TAM0zf5x3LqF7GN4RMYjv-peQSAIaNZyXQRtuTxhN42pV8-3YLaNGBT0L18DfpHfzCO6C2tHjzWhCpHOFAH4p4nwCLoXYRVxE1gBlH2TdxquGE6VoowWBH6smyR4VyzBIPCPyYvYLY2DfxiCEKJJU4gAA; 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', - 'Sat, 18 Sep 2021 03:03:18 GMT', - 'Content-Length', - '1753' + 'Fri, 24 Sep 2021 04:23:07 GMT' ]); 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.1&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=36a36177-1a87-4e28-9b4f-a5676219f3c1&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") + .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.1&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=8f231d3c-c508-48f5-95e8-8ea984a12914&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', @@ -93,27 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6cb2a18f-6938-4bec-9152-71fd8e980700', + '9361213a-51de-46fd-bfc0-66fd9b0a0700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Aj2vq4rwje9BuzGTdUzjhzgWPr5BAQAAAPVN19gOAAAA; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ag8jdU2im8JHgV2VEsbFI6kWPr5BAQAAAKxJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:08 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', - 'Sat, 18 Sep 2021 03:03:18 GMT', + 'Fri, 24 Sep 2021 04:23:07 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbbb8b6a7951cd264fb511be9de9eff4f5bb7b1f8d3e6aaf5784f947b704de8147ef2fb305deef0326c45779dd16d4ead12ffec80c0fbf338dba2ffc925ff24bbeff4b","fe1f44a7c4734a010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbb4fef2eaae545359b3cd556f87aa6bfd3f7ef3e1a7dd45eaf08f38f6e09bc038ede5f660bbcdf834b78aff2ba2da8d1a35ffc91191d7e671275daff925ff24bbeff4b","fe1f5917398e48010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11906', + '10968', 'x-ms-request-id', - '14e22f1e-8fb6-4973-a617-e518d1a962ac', + 'eb309942-db74-4fc3-839f-215ca946f81e', 'x-ms-correlation-request-id', - '14e22f1e-8fb6-4973-a617-e518d1a962ac', + 'eb309942-db74-4fc3-839f-215ca946f81e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030318Z:14e22f1e-8fb6-4973-a617-e518d1a962ac', + 'SOUTHEASTASIA:20210924T042309Z:eb309942-db74-4fc3-839f-215ca946f81e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:18 GMT' + 'Fri, 24 Sep 2021 04:23:08 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_migrate_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_migrate_test.js similarity index 54% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_migrate_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_migrate_test.js index b4f14189dd6a..47fcc082eed9 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_migrate_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_migrate_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "b18c32bb02dc026f36e651a3d4f08b9b"; +module.exports.hash = "318ea249a05e486fb485e7c0d528925c"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '0bbe5df3-9460-498c-a762-829b62ec0600', + '66f97c70-7c2f-41b8-82b3-8e13de270700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Ao6jIwoqoExOgcJUeWyA0gY; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlMwUVJ9bDZHiy8BqWyL72I; expires=Sun, 24-Oct-2021 04:23:09 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrRbQJW2PZ1g9eP_x9qx7YealUjzbUrUXaowTRwl2zEe2RYG5hIuz64P2aanYwn6vx3rUQvjerT9mFK2R4brYcT-M_ZfqkFTpvFEBmy7DyCmAUHBkk2fqY-3xXYC3PBwhdnV28At9xiqWTHxH27idVC1b-HYanWpWZF6P36mhYGmcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAUjyVn2pBPMriftAIf7nSQ3lCpwGpBvUIvHBcMB5urPv9TQgXuW8IVIZZLTN9dIAu_tObJn4S7T3N0YHczQhtADTOPz11wRkV6sSm08hkfN1kp-eDpesZV1bipoTyKLo3K3OyViklMypOuwGsAh4k5LMDow3ZP6-aLG1MrSgT9sgAA; 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', - 'Sat, 18 Sep 2021 03:03:18 GMT', + 'Fri, 24 Sep 2021 04:23:08 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e79f8125-fc16-4ef1-96fd-b109da170700', + '9361213a-51de-46fd-bfc0-66fda00a0700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AmLf2Mm8aM9Cu4CBJjqGheY; expires=Mon, 18-Oct-2021 03:03:18 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AuX3eFZpr5dFgGSCrR33xZ8; expires=Sun, 24-Oct-2021 04:23:09 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrCaSvXT2Vy5LFczt4AUT-LP2klQfGnHPIMIOjD-Ywb0K-SW5OAeM4OFbjEGyvG0opF1VIPMbgwXVdBoHswElkSdrcWZho1vzbwd0Zmj9uUr15HTZOh105MjIIV8zvMHzDvhploTMOXoPzHUa6I889NjAjEotQnKwK3WnSD-Fe5HQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtWaex959_bUpEhv6z_cT_lpeFM3fskyJBA3VfYOIiKiJIwEailNnIqWX7l3lKhP3wWqlevxTKFqv_hsiyvk14asCu0MoBtTMblbesm63_PFGVNECJwrnva_4_TauThb6NtS6fiHdOpsK0qCuZka19llmhilQb9LYS1ZXba-Iy3wgAA; 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', - 'Sat, 18 Sep 2021 03:03:18 GMT', + 'Fri, 24 Sep 2021 04:23:08 GMT', 'Content-Length', '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=40fc2c52-f081-479f-a079-d7f847d25b7c&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") + .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.1&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=6b119e39-05eb-438b-9fe8-91ccc1ee2d44&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2e7a69bb-6906-4241-9094-705bbfc50700', + '511c7ce6-7148-43e3-a56f-8b97dd470700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AtHyjQcPE5JNjkAWX9CMcqYWPr5BAQAAAPZN19gOAAAA; expires=Mon, 18-Oct-2021 03:03:19 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ao2eq1CZLxRLnZE0_0ONNnQWPr5BAQAAAKxJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:09 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Sat, 18 Sep 2021 03:03:19 GMT', + 'Fri, 24 Sep 2021 04:23:08 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .post('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default/migrateToAutoscale') + .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', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default/migrateToAutoscale/operationResults/4da6a9fc-6080-44c0-af57-8c9ee231d66a?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/migrateToAutoscale/operationResults/6c585672-6806-4395-aa99-6444f4248c3d?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d?api-version=2021-07-01-preview', 'x-ms-request-id', - '4da6a9fc-6080-44c0-af57-8c9ee231d66a', + '6c585672-6806-4395-aa99-6444f4248c3d', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1199', 'x-ms-correlation-request-id', - '8a7dfd1c-aa5b-47ef-a378-ce48b57f31ef', + 'f09fea4b-cb61-47c2-a4bc-a239744414af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030319Z:8a7dfd1c-aa5b-47ef-a378-ce48b57f31ef', + 'SOUTHEASTASIA:20210924T042310Z:f09fea4b-cb61-47c2-a4bc-a239744414af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:19 GMT' + 'Fri, 24 Sep 2021 04:23:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,57 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11905', + '10967', 'x-ms-request-id', - 'a8eeac30-b8b3-460f-bb34-21b63a5cf91a', + 'bd62bfee-c06b-4d75-8987-d0723cc4eb6b', 'x-ms-correlation-request-id', - 'a8eeac30-b8b3-460f-bb34-21b63a5cf91a', + 'bd62bfee-c06b-4d75-8987-d0723cc4eb6b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030320Z:a8eeac30-b8b3-460f-bb34-21b63a5cf91a', + 'SOUTHEASTASIA:20210924T042310Z:bd62bfee-c06b-4d75-8987-d0723cc4eb6b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:19 GMT' + 'Fri, 24 Sep 2021 04:23:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '63b483bc-692e-42b4-8a58-323c30e8bc59', - 'x-ms-correlation-request-id', - '63b483bc-692e-42b4-8a58-323c30e8bc59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030320Z:63b483bc-692e-42b4-8a58-323c30e8bc59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -241,93 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11904', - 'x-ms-request-id', - '1e324e90-4848-4038-98fb-4ca73a559d1a', - 'x-ms-correlation-request-id', - '1e324e90-4848-4038-98fb-4ca73a559d1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030322Z:1e324e90-4848-4038-98fb-4ca73a559d1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd6fc80d0-5711-4e20-bbe0-32ca1ccf0fb8', - 'x-ms-correlation-request-id', - 'd6fc80d0-5711-4e20-bbe0-32ca1ccf0fb8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030322Z:d6fc80d0-5711-4e20-bbe0-32ca1ccf0fb8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', + '10966', 'x-ms-request-id', - '53dac245-6f3a-4d2c-bfe5-4207e0289dc2', + 'd20db2d8-a2e8-4b87-9ea5-8cb77e22a651', 'x-ms-correlation-request-id', - '53dac245-6f3a-4d2c-bfe5-4207e0289dc2', + 'd20db2d8-a2e8-4b87-9ea5-8cb77e22a651', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030324Z:53dac245-6f3a-4d2c-bfe5-4207e0289dc2', + 'SOUTHEASTASIA:20210924T042312Z:d20db2d8-a2e8-4b87-9ea5-8cb77e22a651', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:24 GMT' + 'Fri, 24 Sep 2021 04:23:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -349,57 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11903', + '10965', 'x-ms-request-id', - '5940e11a-02e7-44c1-923e-7b4d8d54e851', + '68ad33c0-1371-4846-8e10-f88223e51421', 'x-ms-correlation-request-id', - '5940e11a-02e7-44c1-923e-7b4d8d54e851', + '68ad33c0-1371-4846-8e10-f88223e51421', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030324Z:5940e11a-02e7-44c1-923e-7b4d8d54e851', + 'SOUTHEASTASIA:20210924T042315Z:68ad33c0-1371-4846-8e10-f88223e51421', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:24 GMT' + 'Fri, 24 Sep 2021 04:23:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ed7f4ae3-ad60-4b4f-9df9-4c388e6cf9a4', - 'x-ms-correlation-request-id', - 'ed7f4ae3-ad60-4b4f-9df9-4c388e6cf9a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030327Z:ed7f4ae3-ad60-4b4f-9df9-4c388e6cf9a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -421,59 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11902', - 'x-ms-request-id', - 'c8caeaab-91fa-4f79-8883-48be45952fde', - 'x-ms-correlation-request-id', - 'c8caeaab-91fa-4f79-8883-48be45952fde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030327Z:c8caeaab-91fa-4f79-8883-48be45952fde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', + '10964', 'x-ms-request-id', - '883e9e41-a940-4e53-bf69-257a74b51c58', + 'b16d59b4-bba3-4c17-b994-4c48e4ca0958', 'x-ms-correlation-request-id', - '883e9e41-a940-4e53-bf69-257a74b51c58', + 'b16d59b4-bba3-4c17-b994-4c48e4ca0958', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030329Z:883e9e41-a940-4e53-bf69-257a74b51c58', + 'SOUTHEASTASIA:20210924T042317Z:b16d59b4-bba3-4c17-b994-4c48e4ca0958', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:29 GMT' + 'Fri, 24 Sep 2021 04:23:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/throughputSettings/default/migrateToAutoscale/operationResults/4da6a9fc-6080-44c0-af57-8c9ee231d66a') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/migrateToAutoscale/operationResults/6c585672-6806-4395-aa99-6444f4248c3d') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efeedd6de7d4ddc57cb56e5fe76d5b2c2f9abbb3fc3c5b97eddd457151676dfea63a5eb75533cdcafca3d147edf52aa701de12956eef91dea2bd2cb3057af9bdaff62ee92fa2c02aafdb226f3e7af48b3f3274c2ef0ede478ff67776461f650688818f568becdd9bb0e1ce2f197db42896c562bdf0bff9085f7df44b7ec92f","f97f00799f5596c7010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edbbb8be2a2cedafc4d75bc6eab669a95f947a38fdaeb554e03bc252addce23bd457b59660bf4f2935fdefb01fd451458e5755be4cd478f7ef147864ef8ddc1fbe8d1fececee8a3cc0031f0d16a91bd7b1336dcf925a38f16c5b258ac17fe371fe1ab8f7ec92ff9","25ff0f4210d8f8c7010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -493,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11901', + '10963', 'x-ms-request-id', - '0708fade-a3ca-46e6-be5f-af2d90b9033d', + '460a7e73-b958-438e-a2ce-634299c009b0', 'x-ms-correlation-request-id', - '0708fade-a3ca-46e6-be5f-af2d90b9033d', + '460a7e73-b958-438e-a2ce-634299c009b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030329Z:0708fade-a3ca-46e6-be5f-af2d90b9033d', + 'SOUTHEASTASIA:20210924T042319Z:460a7e73-b958-438e-a2ce-634299c009b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:28 GMT' + 'Fri, 24 Sep 2021 04:23:19 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_update_test.js similarity index 54% rename from sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_create_test.js rename to sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_update_test.js index 47fed2b29149..d81458b743ed 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_mongodbresources_create_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_update_test.js @@ -1,6 +1,6 @@ let nock = require('nock'); -module.exports.hash = "b357933bfc3ff848e569a623dbc7fe7a"; +module.exports.hash = "93e008f5a4cdbc324555f729cdd8a815"; module.exports.testInfo = {"uniqueName":{},"newDate":{}} @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6cb2a18f-6938-4bec-9152-71fdf1970700', + '66f97c70-7c2f-41b8-82b3-8e137e270700', 'x-ms-ests-server', - '2.1.12071.7 - KRSLR1 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Ah8bkvGUxD9PtYOSfhI5y88; expires=Mon, 18-Oct-2021 03:02:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Av1GON3dPnBFmVMxwV7onyE; expires=Sun, 24-Oct-2021 04:22:56 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrsUNlRGcdRJ3ISBPRFLdm8XDiyPefQS8b3nmIbzOF6hbR6RUcRoI815FA4AS9edzlXZYSzfgMa6SXs8YqLa5W9MyPzK21ilh9Z7ZnZjK7jMxhPPJ_Pylg8iGauG8Ndcjaxgj6_DYnX0gy7tYqwWGzY-N7hLGUigHNr8684kQCwqEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrcm7qrEXMijcMLkG8eD1-CdoULXpKZd0QO2VZvSZU3gj-ZQGjKYr2PmbabvVS1f_fs6oG-hPzCbEgjP2aY0QUMvP2hx3tDq0b7kMwvU_Ek6Mvj9NDfrIeMf88qYowHKdZMlccylvaJygiosWQY1He_r1vcr6dxuAbZUx2Otl3X88gAA; 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', - 'Sat, 18 Sep 2021 03:02:55 GMT', + 'Fri, 24 Sep 2021 04:22:55 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e79f8125-fc16-4ef1-96fd-b10926170700', + '9361213a-51de-46fd-bfc0-66fd4d0a0700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AiwqFWD8nB1Kk_sDA5lm014; expires=Mon, 18-Oct-2021 03:02:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AnUN_DuR8hZAnoJJlyD_RWI; expires=Sun, 24-Oct-2021 04:22:56 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrgzmba981dQqYtftlUnfIjbsnEJILpphRUhVD3LvOulAif932-dHrWBJwyJyZ04WxsYnRAndtWZF78915R1F1NHAUSLJtEO8yleTDsiX7oDqntfjepSFflXatgq_t4Q2f8YBTRTw2Oz460GWgeO0b7RvybWV59p1Sr616j6YGsuogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrii6oLgSvRlB8JrB5b3m7aBwDQ2FoLu1_pGkxKHMxEYzNIfyTWloGYkY5UJrn44XTGBXOsHpcSkCE4_V5PwvrrhTQLpZov_jG2MC3saqmqdiL9ZvfZt37eh2qdZwQHpX5s_0wCy6_RjSiwx3Vvk8dk8zO1xwlgQke_q7Po2GC-R4gAA; 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', - 'Sat, 18 Sep 2021 03:02:55 GMT', + 'Fri, 24 Sep 2021 04:22: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.1&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=ad3da717-3661-46a6-9733-99d39d8b6ff8&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") + .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.1&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=6e16b1b5-35a4-4501-a3ee-a069c7a7ca7a&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', @@ -93,25 +93,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '385cf0df-0fbf-4dac-9a52-b07af8d10600', + '66f97c70-7c2f-41b8-82b3-8e1380270700', 'x-ms-ests-server', - '2.1.12071.7 - SEASLR2 ProdSlices', + '2.1.12071.13 - KRSLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Ats7Hs7PFRRGpWwIsKUbF3cWPr5BAQAAAN5N19gOAAAA; expires=Mon, 18-Oct-2021 03:02:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AhVHxU_jQ8RDqIu6fnevJrAWPr5BAQAAAKBJ39gOAAAA; expires=Sun, 24-Oct-2021 04:22: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', - 'Sat, 18 Sep 2021 03:02:55 GMT', + 'Fri, 24 Sep 2021 04:22:56 GMT', 'Content-Length', '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3', {"location":"eastus","properties":{"resource":{"id":"mydatabasexxxx3"},"options":{"throughput":2000}}}) + .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', @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3/operationResults/0bafb224-756f-47da-96e3-a650f1807be8?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/operationResults/9b97fd05-c1bf-46d5-bd71-8484f3919a00?api-version=2021-07-01-preview', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00?api-version=2021-07-01-preview', 'x-ms-request-id', - '0bafb224-756f-47da-96e3-a650f1807be8', + '9b97fd05-c1bf-46d5-bd71-8484f3919a00', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-writes', - '1198', + '1197', 'x-ms-correlation-request-id', - '480e18c1-308d-4196-b007-14346775a019', + '8880a275-448f-41c7-ba84-cb285a3fffe5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030256Z:480e18c1-308d-4196-b007-14346775a019', + 'SOUTHEASTASIA:20210924T042257Z:8880a275-448f-41c7-ba84-cb285a3fffe5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:02:56 GMT' + 'Fri, 24 Sep 2021 04:22:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,57 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11917', + '10974', 'x-ms-request-id', - '28b46508-7d4b-4eb4-8d74-1fe95700f3a3', + '7dab80a9-fecf-487b-a903-c2bcbf470f66', 'x-ms-correlation-request-id', - '28b46508-7d4b-4eb4-8d74-1fe95700f3a3', + '7dab80a9-fecf-487b-a903-c2bcbf470f66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030256Z:28b46508-7d4b-4eb4-8d74-1fe95700f3a3', + 'SOUTHEASTASIA:20210924T042257Z:7dab80a9-fecf-487b-a903-c2bcbf470f66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:02:55 GMT' + 'Fri, 24 Sep 2021 04:22:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9ee90bbe-9242-4d9e-b0eb-ff5effe63073', - 'x-ms-correlation-request-id', - '9ee90bbe-9242-4d9e-b0eb-ff5effe63073', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030256Z:9ee90bbe-9242-4d9e-b0eb-ff5effe63073', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -241,93 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11916', - 'x-ms-request-id', - '33015cf7-dcee-4c70-ac16-a62183ccf407', - 'x-ms-correlation-request-id', - '33015cf7-dcee-4c70-ac16-a62183ccf407', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030258Z:33015cf7-dcee-4c70-ac16-a62183ccf407', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '395d4d4e-e6f8-4538-9891-7800a15a8609', - 'x-ms-correlation-request-id', - '395d4d4e-e6f8-4538-9891-7800a15a8609', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030258Z:395d4d4e-e6f8-4538-9891-7800a15a8609', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', + '10973', 'x-ms-request-id', - '6570cf51-719a-461f-b96d-f1bd75028ff4', + '010b68fe-1e1f-4c82-bb7f-8cc5180838f6', 'x-ms-correlation-request-id', - '6570cf51-719a-461f-b96d-f1bd75028ff4', + '010b68fe-1e1f-4c82-bb7f-8cc5180838f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030301Z:6570cf51-719a-461f-b96d-f1bd75028ff4', + 'SOUTHEASTASIA:20210924T042300Z:010b68fe-1e1f-4c82-bb7f-8cc5180838f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:00 GMT' + 'Fri, 24 Sep 2021 04:22:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -349,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11412', + '10972', 'x-ms-request-id', - 'd5a047bd-8c21-434f-afe6-b4477962fb33', + '922f0f22-dc72-46a6-99a1-c3950dfa0eff', 'x-ms-correlation-request-id', - 'd5a047bd-8c21-434f-afe6-b4477962fb33', + '922f0f22-dc72-46a6-99a1-c3950dfa0eff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030301Z:d5a047bd-8c21-434f-afe6-b4477962fb33', + 'SOUTHEASTASIA:20210924T042302Z:922f0f22-dc72-46a6-99a1-c3950dfa0eff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:00 GMT' + 'Fri, 24 Sep 2021 04:23:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0bafb224-756f-47da-96e3-a650f1807be8') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -385,95 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11914', - 'x-ms-request-id', - 'bf5fd88c-0329-4f7c-b971-df8c05569b68', - 'x-ms-correlation-request-id', - 'bf5fd88c-0329-4f7c-b971-df8c05569b68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030303Z:bf5fd88c-0329-4f7c-b971-df8c05569b68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8f08e902-66e9-4147-9ea2-8f2bd13ca695', - 'x-ms-correlation-request-id', - '8f08e902-66e9-4147-9ea2-8f2bd13ca695', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030303Z:8f08e902-66e9-4147-9ea2-8f2bd13ca695', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:03:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', + '10971', 'x-ms-request-id', - '6b7577ef-8872-4e0c-95b7-3aa7c73ed4b3', + 'd39c9831-3617-4eab-8db6-03c3f31b77ab', 'x-ms-correlation-request-id', - '6b7577ef-8872-4e0c-95b7-3aa7c73ed4b3', + 'd39c9831-3617-4eab-8db6-03c3f31b77ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030305Z:6b7577ef-8872-4e0c-95b7-3aa7c73ed4b3', + 'SOUTHEASTASIA:20210924T042304Z:d39c9831-3617-4eab-8db6-03c3f31b77ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:05 GMT' + 'Fri, 24 Sep 2021 04:23:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx/mongodbDatabases/mydatabasexxxx3') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee2eaae545359b3cd546f876a6bfd3d7efee7d34faa8bd5ee584f22d8177e0d1fbcb6c81f7fb8009f1555eb705b57af48b3f32c3c3ef4ca3ee0bbfe497","fc92ff07d9007d493e010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edb8f461fb5d7ab9c4673cb7ebb3df54113c865b600c89ffcf2de0fe82f1adb2aafdb226f3e7af48b3f3214c0efeee58f1eedefec8c3e5a14cb62b15ebcf13eff88bef8e897fc92","5ff2ff00445a916075010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -493,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11913', + '10970', 'x-ms-request-id', - '3a6f5c99-c250-4a20-9d07-e9596fa071df', + '9ceec806-7578-4d1c-b37f-4d9237b85459', 'x-ms-correlation-request-id', - '3a6f5c99-c250-4a20-9d07-e9596fa071df', + '9ceec806-7578-4d1c-b37f-4d9237b85459', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030305Z:3a6f5c99-c250-4a20-9d07-e9596fa071df', + 'SOUTHEASTASIA:20210924T042307Z:9ceec806-7578-4d1c-b37f-4d9237b85459', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Sat, 18 Sep 2021 03:03:05 GMT' + 'Fri, 24 Sep 2021 04:23:06 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js deleted file mode 100644 index f280a4a036ef..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/my_test/recording_databaseaccounts_create_for_mongodbresources_test.js +++ /dev/null @@ -1,5947 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "349b29c7f6043f69f060daa928dcff28"; - -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', - '1ab39349-0faa-49d2-bb61-c62a06a60700', - 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=ArSVYITDugZCg5cxNBjJxv4; expires=Mon, 18-Oct-2021 02:59:40 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7HOghfv35kydXMWzLMwGVPqjdXGd0n2fYjfedvbV7CMTcifa6nq8I3LmGNcl_iRUIskK1bj46dsyqKwX0srm71jZUx-nSfkdN3xBkDW14mh7vG_CtdCgEXpsaHTeNxAlweXjHtBGyyjwuTdtcnronELtwh3xckJJdQzlEIyXtbAgAA; 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', - 'Sat, 18 Sep 2021 02:59:39 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '5efc7de9-c93e-44e3-a672-bf92c5b30700', - 'x-ms-ests-server', - '2.1.12071.7 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AnnIYJXQWmBJj01abAcb4r8; expires=Mon, 18-Oct-2021 02:59:40 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr3iQADpX3f265HT3__bkjcl_9qaRn2TYB4f7sL3K01iiei-RJSjUoSG362o4arsBe1aEajVdvytSNtpqsDqFZAKTZEfCpNnQYOgqT8VOMsqugAtMfIJgbkzAkCcUkjxQ2yCg8W6OCBw2STP22xCNBzf6oxVGWFpIsy75eNOfWXSAgAA; 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', - 'Sat, 18 Sep 2021 02:59:40 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=69fd3ebc-b75b-44e0-9303-1135cbda2353&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', - '94efe042-aad7-4ddf-8c02-8a0cb2840700', - 'x-ms-ests-server', - '2.1.12071.7 - SEASLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AtFN-8OqMeBGmFwnN5N3x5AWPr5BAQAAABxN19gOAAAA; expires=Mon, 18-Oct-2021 02:59:40 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', - 'Sat, 18 Sep 2021 02:59:40 GMT', - 'Content-Length', - '1351' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '661051d4-93e6-4ce4-b845-8a5599cbc4dc', - 'x-ms-correlation-request-id', - '661051d4-93e6-4ce4-b845-8a5599cbc4dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025943Z:661051d4-93e6-4ce4-b845-8a5599cbc4dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'fb957857-4147-46c9-8373-82a9491a0237', - 'x-ms-correlation-request-id', - 'fb957857-4147-46c9-8373-82a9491a0237', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025946Z:fb957857-4147-46c9-8373-82a9491a0237', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5a6af034-dd87-4dbf-b5fa-81c83e75c1b8', - 'x-ms-correlation-request-id', - '5a6af034-dd87-4dbf-b5fa-81c83e75c1b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025948Z:5a6af034-dd87-4dbf-b5fa-81c83e75c1b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx', {"location":"eastus","kind":"MongoDB","properties":{"locations":[{"locationName":"eastus","failoverPriority":0,"isZoneRedundant":false}],"databaseAccountOfferType":"Standard","apiProperties":{},"createMode":"Default"}}) - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3e1a7db4cc163961d4f9b4aca61970a36f4eb3a64dbf7a4d1fb6d72b34bd5537d4fc6db1c458bfa89617d5d327f4419b5d341f3dfac5bf64f451734db82f9ed23bf4f747d33acfda7c76dc52ebbd9dbddded9d87dbbb076f76f61edd7ff868ffd3f1fec1fe839d4feffdd447f4268d7695d76d910312feba2c1ac2b3585ebc6e090841380134fa9b3a5cad2765317d91b75755fd9630cb1b7aeba3d3653629f3197d9ff36fc7ebb65ad02bd3675951569779fdd1a3f3ac6c72f3fd17ebb22d5665feddba68f3e74a180214347a991152f8e2f7caaf69c4455b393045f39345ddaeb352317956946d5e1b344cabcba0cdab7589217eeffb2383eff1aa784313401f7a249d150dbea44e9f10f1675fe46d86996054cd8015bee0f9accef337456f8cc7cbacbc261264e56bc23cbb2042eaf759f79b936a795e5cac6b260326a199cef34506dc08b567ebb27c46ec5816ed35e6ab58366db69ce66734d08fce770ef6a71362ecec41467c7e2fdfdb9e1cec65dbf7ee4d270f76f3070f1f1eec635034028f97be3c3fcf6b054f93bc9c6535266f969f67343367b37c4994bfa62fe9c3a550ef785a3eb95e6518fd472faa654edf28a5307f25cdf8dc0e704a9359103b2ea7d72f2b621782f48b0d701aabf9ee797e999704ee35d114031f7db4c8de9d2d69222fb3f26cf93a273833eaef3e7f417896f9929abeacf3f3e2dd478f767776881ad9aa7819307043afe7f54f92f402e6a38fee8d3f05d50896a3f197d4a22692e205faee0a738b61e03bfaec7baa537c09deceb3a65d43088d20bf103177c27c83e89cab2cbcac8b8a3a24a2ecd064363f45c47c95cfd634094b125726e12f211ea51767ff6fc3c974f3ff167c6c737019cfffd744cb0272fd02feb4aa0113bf65ab6c5290089a5e54c98b2661edf111de28569e9a9964d3b7eb152347107fb1d1f62f73ea65564ca95fe25bfef58b6a96876c2cef3a69f8a258aec9387df4686f9f4822dfbeca498e301ed7ecdb64d0a8d18169a21ac6100f787c74b6a4a644a55f42acdf95ee576a12cf207818c3acc82e965543eaea7975f13a6f3151f4d52f562d07e5f4267fd7fec43aaf019b5503009374116aa0a41db7","7ef7ff00c9709c97b1070000"], [ - '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/myaccountxxx/operationResults/32f742a5-7f71-4f19-8e8b-ed314ed28f6b?api-version=2021-07-01-preview', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '32f742a5-7f71-4f19-8e8b-ed314ed28f6b', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b?api-version=2021-07-01-preview', - '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', - 'd9ed80ae-a9d9-4937-9ecf-64cc212b087d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025950Z:d9ed80ae-a9d9-4937-9ecf-64cc212b087d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .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', - '11996', - 'x-ms-request-id', - '940d2620-1b8b-46de-beab-92360fb8f892', - 'x-ms-correlation-request-id', - '940d2620-1b8b-46de-beab-92360fb8f892', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025950Z:940d2620-1b8b-46de-beab-92360fb8f892', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6e6c061c-9909-45a9-8be3-ff8688768d0e', - 'x-ms-correlation-request-id', - '6e6c061c-9909-45a9-8be3-ff8688768d0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025950Z:6e6c061c-9909-45a9-8be3-ff8688768d0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8095719a-acf5-4bc9-b690-d6fac3af742e', - 'x-ms-correlation-request-id', - '8095719a-acf5-4bc9-b690-d6fac3af742e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025953Z:8095719a-acf5-4bc9-b690-d6fac3af742e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd90e7782-d85c-497c-a137-520cd2f9c3e1', - 'x-ms-correlation-request-id', - 'd90e7782-d85c-497c-a137-520cd2f9c3e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025953Z:d90e7782-d85c-497c-a137-520cd2f9c3e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6830b635-21f4-413f-8e64-989450c1e5ad', - 'x-ms-correlation-request-id', - '6830b635-21f4-413f-8e64-989450c1e5ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025955Z:6830b635-21f4-413f-8e64-989450c1e5ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9c6359f9-9cc3-427e-89ef-5008da6dbdba', - 'x-ms-correlation-request-id', - '9c6359f9-9cc3-427e-89ef-5008da6dbdba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025955Z:9c6359f9-9cc3-427e-89ef-5008da6dbdba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '41fde725-d5ef-4f68-ab7f-26831bd95011', - 'x-ms-correlation-request-id', - '41fde725-d5ef-4f68-ab7f-26831bd95011', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025957Z:41fde725-d5ef-4f68-ab7f-26831bd95011', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6842b7cd-38b8-4845-b8f8-13169c46f366', - 'x-ms-correlation-request-id', - '6842b7cd-38b8-4845-b8f8-13169c46f366', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025957Z:6842b7cd-38b8-4845-b8f8-13169c46f366', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '839f349c-463c-4a40-884c-a0c79485ca43', - 'x-ms-correlation-request-id', - '839f349c-463c-4a40-884c-a0c79485ca43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025959Z:839f349c-463c-4a40-884c-a0c79485ca43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '26fbf780-3f75-4c81-8834-4750115df3a1', - 'x-ms-correlation-request-id', - '26fbf780-3f75-4c81-8834-4750115df3a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T025959Z:26fbf780-3f75-4c81-8834-4750115df3a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 02:59:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ebd0f8d6-2305-40c2-a538-dba7591d1044', - 'x-ms-correlation-request-id', - 'ebd0f8d6-2305-40c2-a538-dba7591d1044', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030002Z:ebd0f8d6-2305-40c2-a538-dba7591d1044', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '62b3a056-5203-4dc4-afa0-69fb28114ea1', - 'x-ms-correlation-request-id', - '62b3a056-5203-4dc4-afa0-69fb28114ea1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030002Z:62b3a056-5203-4dc4-afa0-69fb28114ea1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0ec09877-4292-44ed-9640-fc14480a3594', - 'x-ms-correlation-request-id', - '0ec09877-4292-44ed-9640-fc14480a3594', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030004Z:0ec09877-4292-44ed-9640-fc14480a3594', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd468e05f-cc39-40f0-9e5c-52888d910960', - 'x-ms-correlation-request-id', - 'd468e05f-cc39-40f0-9e5c-52888d910960', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030004Z:d468e05f-cc39-40f0-9e5c-52888d910960', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f3992b14-b8c8-4499-8d49-089516caedd9', - 'x-ms-correlation-request-id', - 'f3992b14-b8c8-4499-8d49-089516caedd9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030006Z:f3992b14-b8c8-4499-8d49-089516caedd9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '13b62362-b07d-4713-b5aa-f98b3e591849', - 'x-ms-correlation-request-id', - '13b62362-b07d-4713-b5aa-f98b3e591849', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030007Z:13b62362-b07d-4713-b5aa-f98b3e591849', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:07 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5649c55b-0123-4068-9f49-a645a17f5a3d', - 'x-ms-correlation-request-id', - '5649c55b-0123-4068-9f49-a645a17f5a3d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030009Z:5649c55b-0123-4068-9f49-a645a17f5a3d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f334c5f0-a539-4cb5-b095-45d2936a23de', - 'x-ms-correlation-request-id', - 'f334c5f0-a539-4cb5-b095-45d2936a23de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030010Z:f334c5f0-a539-4cb5-b095-45d2936a23de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a220745c-9c9d-4e00-b9bc-792044d5787d', - 'x-ms-correlation-request-id', - 'a220745c-9c9d-4e00-b9bc-792044d5787d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030011Z:a220745c-9c9d-4e00-b9bc-792044d5787d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '88424ab5-65ff-4647-bce3-0db2a31f7765', - 'x-ms-correlation-request-id', - '88424ab5-65ff-4647-bce3-0db2a31f7765', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030012Z:88424ab5-65ff-4647-bce3-0db2a31f7765', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '587606fc-e524-4203-92b5-df972f06f5ee', - 'x-ms-correlation-request-id', - '587606fc-e524-4203-92b5-df972f06f5ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030013Z:587606fc-e524-4203-92b5-df972f06f5ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'cd6e28d3-caae-43d0-912f-9feec2396be3', - 'x-ms-correlation-request-id', - 'cd6e28d3-caae-43d0-912f-9feec2396be3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030014Z:cd6e28d3-caae-43d0-912f-9feec2396be3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '43f558df-7353-4e77-b5ee-85a3b3aea50e', - 'x-ms-correlation-request-id', - '43f558df-7353-4e77-b5ee-85a3b3aea50e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030016Z:43f558df-7353-4e77-b5ee-85a3b3aea50e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '1f4e31f9-d09b-48eb-b20b-46fa59e95340', - 'x-ms-correlation-request-id', - '1f4e31f9-d09b-48eb-b20b-46fa59e95340', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030017Z:1f4e31f9-d09b-48eb-b20b-46fa59e95340', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'fec90a1e-e220-4fe7-b906-91fcf9fb4a21', - 'x-ms-correlation-request-id', - 'fec90a1e-e220-4fe7-b906-91fcf9fb4a21', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030018Z:fec90a1e-e220-4fe7-b906-91fcf9fb4a21', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'febdee3b-0df4-4873-a9d6-0b83bce38232', - 'x-ms-correlation-request-id', - 'febdee3b-0df4-4873-a9d6-0b83bce38232', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030019Z:febdee3b-0df4-4873-a9d6-0b83bce38232', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '88f06731-b0e6-46b3-a9e3-64d4bd0e4dd4', - 'x-ms-correlation-request-id', - '88f06731-b0e6-46b3-a9e3-64d4bd0e4dd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030020Z:88f06731-b0e6-46b3-a9e3-64d4bd0e4dd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '424f3c87-8253-45f3-87b8-de12f54931b5', - 'x-ms-correlation-request-id', - '424f3c87-8253-45f3-87b8-de12f54931b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030021Z:424f3c87-8253-45f3-87b8-de12f54931b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '614c9706-88f1-4cfc-aaa5-44cfec46eb7e', - 'x-ms-correlation-request-id', - '614c9706-88f1-4cfc-aaa5-44cfec46eb7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030023Z:614c9706-88f1-4cfc-aaa5-44cfec46eb7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '36d3fc96-e6c8-4a30-8ac6-9552087f34da', - 'x-ms-correlation-request-id', - '36d3fc96-e6c8-4a30-8ac6-9552087f34da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030023Z:36d3fc96-e6c8-4a30-8ac6-9552087f34da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '1d0f6f70-d7f4-4927-a508-ea61581630d5', - 'x-ms-correlation-request-id', - '1d0f6f70-d7f4-4927-a508-ea61581630d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030025Z:1d0f6f70-d7f4-4927-a508-ea61581630d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'eabb1c74-6019-43ce-af17-76523fc2e6b4', - 'x-ms-correlation-request-id', - 'eabb1c74-6019-43ce-af17-76523fc2e6b4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030026Z:eabb1c74-6019-43ce-af17-76523fc2e6b4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a13ce32e-3178-4582-a9eb-771f3b40d9a8', - 'x-ms-correlation-request-id', - 'a13ce32e-3178-4582-a9eb-771f3b40d9a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030027Z:a13ce32e-3178-4582-a9eb-771f3b40d9a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2ad684aa-d4cf-460b-9f10-fd78f55572d0', - 'x-ms-correlation-request-id', - '2ad684aa-d4cf-460b-9f10-fd78f55572d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030028Z:2ad684aa-d4cf-460b-9f10-fd78f55572d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:28 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f81f615b-4b41-414e-98ab-124bbc9b37e0', - 'x-ms-correlation-request-id', - 'f81f615b-4b41-414e-98ab-124bbc9b37e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030030Z:f81f615b-4b41-414e-98ab-124bbc9b37e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9088857f-b659-4786-9273-2203ac77a43b', - 'x-ms-correlation-request-id', - '9088857f-b659-4786-9273-2203ac77a43b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030030Z:9088857f-b659-4786-9273-2203ac77a43b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5591ec04-8774-42b0-a4a6-c7dd5699d8e3', - 'x-ms-correlation-request-id', - '5591ec04-8774-42b0-a4a6-c7dd5699d8e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030032Z:5591ec04-8774-42b0-a4a6-c7dd5699d8e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bd12855a-fc9a-4679-94bc-36f8262d93c3', - 'x-ms-correlation-request-id', - 'bd12855a-fc9a-4679-94bc-36f8262d93c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030033Z:bd12855a-fc9a-4679-94bc-36f8262d93c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0badb672-b0ce-430f-aaaf-61c319510dd1', - 'x-ms-correlation-request-id', - '0badb672-b0ce-430f-aaaf-61c319510dd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030034Z:0badb672-b0ce-430f-aaaf-61c319510dd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '7eb4c03e-9037-4847-8bb5-c4c92996ff30', - 'x-ms-correlation-request-id', - '7eb4c03e-9037-4847-8bb5-c4c92996ff30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030035Z:7eb4c03e-9037-4847-8bb5-c4c92996ff30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:35 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e30b92ad-03ed-44e9-a54b-f65551433653', - 'x-ms-correlation-request-id', - 'e30b92ad-03ed-44e9-a54b-f65551433653', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030037Z:e30b92ad-03ed-44e9-a54b-f65551433653', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0c4b4dcf-74e5-4b5f-bf61-53cac7775ba4', - 'x-ms-correlation-request-id', - '0c4b4dcf-74e5-4b5f-bf61-53cac7775ba4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030038Z:0c4b4dcf-74e5-4b5f-bf61-53cac7775ba4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'cfed23f9-98a3-4678-bb87-548d17e4193a', - 'x-ms-correlation-request-id', - 'cfed23f9-98a3-4678-bb87-548d17e4193a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030039Z:cfed23f9-98a3-4678-bb87-548d17e4193a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3fa7aef1-a1e0-4015-81f5-e76a89b36a57', - 'x-ms-correlation-request-id', - '3fa7aef1-a1e0-4015-81f5-e76a89b36a57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030040Z:3fa7aef1-a1e0-4015-81f5-e76a89b36a57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f6c4b12a-4ef7-433e-8a12-801f6e6d8ad3', - 'x-ms-correlation-request-id', - 'f6c4b12a-4ef7-433e-8a12-801f6e6d8ad3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030041Z:f6c4b12a-4ef7-433e-8a12-801f6e6d8ad3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9da30141-c3f4-4ea9-ac73-7e1fa3899981', - 'x-ms-correlation-request-id', - '9da30141-c3f4-4ea9-ac73-7e1fa3899981', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030042Z:9da30141-c3f4-4ea9-ac73-7e1fa3899981', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ba7dda41-d24f-48f4-99d0-f8c2a9c9e173', - 'x-ms-correlation-request-id', - 'ba7dda41-d24f-48f4-99d0-f8c2a9c9e173', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030044Z:ba7dda41-d24f-48f4-99d0-f8c2a9c9e173', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'aebba170-b578-4612-943b-e65eea93c3f3', - 'x-ms-correlation-request-id', - 'aebba170-b578-4612-943b-e65eea93c3f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030045Z:aebba170-b578-4612-943b-e65eea93c3f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '70c550a9-e422-4da7-babb-8901e9860fc7', - 'x-ms-correlation-request-id', - '70c550a9-e422-4da7-babb-8901e9860fc7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030047Z:70c550a9-e422-4da7-babb-8901e9860fc7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '793d1512-5116-4964-a9d4-5b353577bc6f', - 'x-ms-correlation-request-id', - '793d1512-5116-4964-a9d4-5b353577bc6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030047Z:793d1512-5116-4964-a9d4-5b353577bc6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'cb78eae3-46cc-4274-8217-6b013824a1d3', - 'x-ms-correlation-request-id', - 'cb78eae3-46cc-4274-8217-6b013824a1d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030049Z:cb78eae3-46cc-4274-8217-6b013824a1d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b183a178-65f8-4513-b839-d95ed41f97c0', - 'x-ms-correlation-request-id', - 'b183a178-65f8-4513-b839-d95ed41f97c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030049Z:b183a178-65f8-4513-b839-d95ed41f97c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '762fc10d-35ae-4db9-a619-38b6eb6e7c15', - 'x-ms-correlation-request-id', - '762fc10d-35ae-4db9-a619-38b6eb6e7c15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030051Z:762fc10d-35ae-4db9-a619-38b6eb6e7c15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:51 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9fc5efab-a647-4685-9da3-79c2000071bc', - 'x-ms-correlation-request-id', - '9fc5efab-a647-4685-9da3-79c2000071bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030052Z:9fc5efab-a647-4685-9da3-79c2000071bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:51 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd8be4c32-8d92-411c-b078-719032c71640', - 'x-ms-correlation-request-id', - 'd8be4c32-8d92-411c-b078-719032c71640', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030054Z:d8be4c32-8d92-411c-b078-719032c71640', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f5840958-5a0e-4598-88e3-b516f333f74e', - 'x-ms-correlation-request-id', - 'f5840958-5a0e-4598-88e3-b516f333f74e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030054Z:f5840958-5a0e-4598-88e3-b516f333f74e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '64470a8d-4a3a-4c56-b219-f2b7936de35b', - 'x-ms-correlation-request-id', - '64470a8d-4a3a-4c56-b219-f2b7936de35b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030056Z:64470a8d-4a3a-4c56-b219-f2b7936de35b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4fd0820a-9f14-4a03-a65a-1100d63dc05f', - 'x-ms-correlation-request-id', - '4fd0820a-9f14-4a03-a65a-1100d63dc05f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030056Z:4fd0820a-9f14-4a03-a65a-1100d63dc05f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '35e821f2-26e7-46ef-90ec-743227570bcf', - 'x-ms-correlation-request-id', - '35e821f2-26e7-46ef-90ec-743227570bcf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030058Z:35e821f2-26e7-46ef-90ec-743227570bcf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6171e637-2cb0-4e9c-8cb5-02049f9a8878', - 'x-ms-correlation-request-id', - '6171e637-2cb0-4e9c-8cb5-02049f9a8878', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030058Z:6171e637-2cb0-4e9c-8cb5-02049f9a8878', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:00:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '69db9539-7e02-41ce-b190-d5ddea2beae0', - 'x-ms-correlation-request-id', - '69db9539-7e02-41ce-b190-d5ddea2beae0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030101Z:69db9539-7e02-41ce-b190-d5ddea2beae0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b56b4afe-bdbf-4a9a-a784-a03c30b79d3c', - 'x-ms-correlation-request-id', - 'b56b4afe-bdbf-4a9a-a784-a03c30b79d3c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030101Z:b56b4afe-bdbf-4a9a-a784-a03c30b79d3c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '53e1ef6e-b623-4ded-8c30-87e3d7fa6acc', - 'x-ms-correlation-request-id', - '53e1ef6e-b623-4ded-8c30-87e3d7fa6acc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030103Z:53e1ef6e-b623-4ded-8c30-87e3d7fa6acc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '416a6847-80de-4915-8698-35dc5d0f3940', - 'x-ms-correlation-request-id', - '416a6847-80de-4915-8698-35dc5d0f3940', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030103Z:416a6847-80de-4915-8698-35dc5d0f3940', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5ce64ef4-8ed2-43a4-9f0d-a6e28fbd1b2b', - 'x-ms-correlation-request-id', - '5ce64ef4-8ed2-43a4-9f0d-a6e28fbd1b2b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030105Z:5ce64ef4-8ed2-43a4-9f0d-a6e28fbd1b2b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:05 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3dfc8afd-d3be-4fb9-af4d-21d094cf8d5b', - 'x-ms-correlation-request-id', - '3dfc8afd-d3be-4fb9-af4d-21d094cf8d5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030105Z:3dfc8afd-d3be-4fb9-af4d-21d094cf8d5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:05 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4c010996-0253-487e-8406-11740242da27', - 'x-ms-correlation-request-id', - '4c010996-0253-487e-8406-11740242da27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030108Z:4c010996-0253-487e-8406-11740242da27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:07 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '34c060d6-6643-4bbe-a60b-83354f0d6c42', - 'x-ms-correlation-request-id', - '34c060d6-6643-4bbe-a60b-83354f0d6c42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030108Z:34c060d6-6643-4bbe-a60b-83354f0d6c42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bafaed9b-9a13-4438-bf1a-61f0c3a0c86e', - 'x-ms-correlation-request-id', - 'bafaed9b-9a13-4438-bf1a-61f0c3a0c86e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030110Z:bafaed9b-9a13-4438-bf1a-61f0c3a0c86e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b96035e2-2a84-473f-978e-03729a514998', - 'x-ms-correlation-request-id', - 'b96035e2-2a84-473f-978e-03729a514998', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030111Z:b96035e2-2a84-473f-978e-03729a514998', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '21dab1bd-c92d-4595-88c0-078f4389b8b7', - 'x-ms-correlation-request-id', - '21dab1bd-c92d-4595-88c0-078f4389b8b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030112Z:21dab1bd-c92d-4595-88c0-078f4389b8b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '54415b49-3eaa-416d-9ca3-b79db93acc78', - 'x-ms-correlation-request-id', - '54415b49-3eaa-416d-9ca3-b79db93acc78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030113Z:54415b49-3eaa-416d-9ca3-b79db93acc78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9cdfb7ec-68e8-4840-8653-de46e31a25d4', - 'x-ms-correlation-request-id', - '9cdfb7ec-68e8-4840-8653-de46e31a25d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030115Z:9cdfb7ec-68e8-4840-8653-de46e31a25d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ab08a560-e402-41e4-ad6a-31f3a5edf709', - 'x-ms-correlation-request-id', - 'ab08a560-e402-41e4-ad6a-31f3a5edf709', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030115Z:ab08a560-e402-41e4-ad6a-31f3a5edf709', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '86c241ea-e52b-4c2f-bf1a-dc685b8e2245', - 'x-ms-correlation-request-id', - '86c241ea-e52b-4c2f-bf1a-dc685b8e2245', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030117Z:86c241ea-e52b-4c2f-bf1a-dc685b8e2245', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd3621a89-0fad-4ccd-b34d-e358da3f7131', - 'x-ms-correlation-request-id', - 'd3621a89-0fad-4ccd-b34d-e358da3f7131', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030118Z:d3621a89-0fad-4ccd-b34d-e358da3f7131', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd648c4f9-d2b2-4807-bf9e-c1db3f6967c6', - 'x-ms-correlation-request-id', - 'd648c4f9-d2b2-4807-bf9e-c1db3f6967c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030119Z:d648c4f9-d2b2-4807-bf9e-c1db3f6967c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dd598ee1-66ad-408a-bc03-d514cd09f6ce', - 'x-ms-correlation-request-id', - 'dd598ee1-66ad-408a-bc03-d514cd09f6ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030120Z:dd598ee1-66ad-408a-bc03-d514cd09f6ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b5b66188-ee0d-44a4-abde-51d79ebcc057', - 'x-ms-correlation-request-id', - 'b5b66188-ee0d-44a4-abde-51d79ebcc057', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030122Z:b5b66188-ee0d-44a4-abde-51d79ebcc057', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '7ade066b-ed28-41d3-8e56-a9199bc23fab', - 'x-ms-correlation-request-id', - '7ade066b-ed28-41d3-8e56-a9199bc23fab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030122Z:7ade066b-ed28-41d3-8e56-a9199bc23fab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8fa043a9-4661-4796-a035-dbed6421df01', - 'x-ms-correlation-request-id', - '8fa043a9-4661-4796-a035-dbed6421df01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030124Z:8fa043a9-4661-4796-a035-dbed6421df01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'affd33ff-524d-4b4d-9339-d12fcbde7715', - 'x-ms-correlation-request-id', - 'affd33ff-524d-4b4d-9339-d12fcbde7715', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030125Z:affd33ff-524d-4b4d-9339-d12fcbde7715', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '052a5018-cb09-4e11-99d0-32cb3a11d0b4', - 'x-ms-correlation-request-id', - '052a5018-cb09-4e11-99d0-32cb3a11d0b4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030126Z:052a5018-cb09-4e11-99d0-32cb3a11d0b4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b81022c2-8bd9-4ef8-bfdd-11f4fa1d430b', - 'x-ms-correlation-request-id', - 'b81022c2-8bd9-4ef8-bfdd-11f4fa1d430b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030127Z:b81022c2-8bd9-4ef8-bfdd-11f4fa1d430b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8f96a7a5-1079-44df-a098-14642eb9a6f0', - 'x-ms-correlation-request-id', - '8f96a7a5-1079-44df-a098-14642eb9a6f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030129Z:8f96a7a5-1079-44df-a098-14642eb9a6f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:28 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8507545a-65ec-4cef-a894-cf6a9a38244b', - 'x-ms-correlation-request-id', - '8507545a-65ec-4cef-a894-cf6a9a38244b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030129Z:8507545a-65ec-4cef-a894-cf6a9a38244b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '28c72d72-e012-4164-bfbd-e3bb546d46a4', - 'x-ms-correlation-request-id', - '28c72d72-e012-4164-bfbd-e3bb546d46a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030131Z:28c72d72-e012-4164-bfbd-e3bb546d46a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '40503fca-2f2d-479a-8d9b-6d9c77e0f565', - 'x-ms-correlation-request-id', - '40503fca-2f2d-479a-8d9b-6d9c77e0f565', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030132Z:40503fca-2f2d-479a-8d9b-6d9c77e0f565', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '69e4f0ee-6824-40a1-92dd-b09669811b26', - 'x-ms-correlation-request-id', - '69e4f0ee-6824-40a1-92dd-b09669811b26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030133Z:69e4f0ee-6824-40a1-92dd-b09669811b26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8985469e-e293-4a6e-a6c3-57bd29293956', - 'x-ms-correlation-request-id', - '8985469e-e293-4a6e-a6c3-57bd29293956', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030134Z:8985469e-e293-4a6e-a6c3-57bd29293956', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6830b3f3-aa55-4bc6-b32e-e7da4a31f228', - 'x-ms-correlation-request-id', - '6830b3f3-aa55-4bc6-b32e-e7da4a31f228', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030136Z:6830b3f3-aa55-4bc6-b32e-e7da4a31f228', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:35 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd9c520aa-6c10-4702-9c9d-43f3f89df0fa', - 'x-ms-correlation-request-id', - 'd9c520aa-6c10-4702-9c9d-43f3f89df0fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030136Z:d9c520aa-6c10-4702-9c9d-43f3f89df0fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '73012180-6e09-4335-93e7-59a41f9befad', - 'x-ms-correlation-request-id', - '73012180-6e09-4335-93e7-59a41f9befad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030138Z:73012180-6e09-4335-93e7-59a41f9befad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '810799b1-1cc1-458c-ae95-4c4fc5167ec2', - 'x-ms-correlation-request-id', - '810799b1-1cc1-458c-ae95-4c4fc5167ec2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030139Z:810799b1-1cc1-458c-ae95-4c4fc5167ec2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'bf0caf7d-db52-4889-ae26-60607340525f', - 'x-ms-correlation-request-id', - 'bf0caf7d-db52-4889-ae26-60607340525f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030140Z:bf0caf7d-db52-4889-ae26-60607340525f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8b07af83-dd2f-47c8-92e1-b1d576831d4b', - 'x-ms-correlation-request-id', - '8b07af83-dd2f-47c8-92e1-b1d576831d4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030141Z:8b07af83-dd2f-47c8-92e1-b1d576831d4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b5aaa728-55cb-4e4d-8554-459ff2705086', - 'x-ms-correlation-request-id', - 'b5aaa728-55cb-4e4d-8554-459ff2705086', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030142Z:b5aaa728-55cb-4e4d-8554-459ff2705086', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '7c304d16-3c18-4f0e-9785-55b048183dd6', - 'x-ms-correlation-request-id', - '7c304d16-3c18-4f0e-9785-55b048183dd6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030143Z:7c304d16-3c18-4f0e-9785-55b048183dd6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2e166e0d-7192-406e-a6b8-ded8be2a3bbe', - 'x-ms-correlation-request-id', - '2e166e0d-7192-406e-a6b8-ded8be2a3bbe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030146Z:2e166e0d-7192-406e-a6b8-ded8be2a3bbe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd9ae995c-d99a-4c9f-bd03-24a56306cd2c', - 'x-ms-correlation-request-id', - 'd9ae995c-d99a-4c9f-bd03-24a56306cd2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030146Z:d9ae995c-d99a-4c9f-bd03-24a56306cd2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3fb41b61-3d5c-44a9-9059-a7c3aca7e8b0', - 'x-ms-correlation-request-id', - '3fb41b61-3d5c-44a9-9059-a7c3aca7e8b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030148Z:3fb41b61-3d5c-44a9-9059-a7c3aca7e8b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2ae6607f-f63c-4d58-a78e-280f51f7c1ba', - 'x-ms-correlation-request-id', - '2ae6607f-f63c-4d58-a78e-280f51f7c1ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030148Z:2ae6607f-f63c-4d58-a78e-280f51f7c1ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '242edcf8-6aa6-4db6-9b94-69c197118c0d', - 'x-ms-correlation-request-id', - '242edcf8-6aa6-4db6-9b94-69c197118c0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030150Z:242edcf8-6aa6-4db6-9b94-69c197118c0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:50 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ec2be3c3-9834-4089-9c14-7a70b8115c01', - 'x-ms-correlation-request-id', - 'ec2be3c3-9834-4089-9c14-7a70b8115c01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030150Z:ec2be3c3-9834-4089-9c14-7a70b8115c01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:50 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a89c2c00-57cd-48a2-b0ad-ae4409ffab1a', - 'x-ms-correlation-request-id', - 'a89c2c00-57cd-48a2-b0ad-ae4409ffab1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030152Z:a89c2c00-57cd-48a2-b0ad-ae4409ffab1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'c4f98ffc-bdd7-46a7-8748-fa6edf04efd7', - 'x-ms-correlation-request-id', - 'c4f98ffc-bdd7-46a7-8748-fa6edf04efd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030153Z:c4f98ffc-bdd7-46a7-8748-fa6edf04efd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2acb94bf-c8a6-4651-bcb2-23ac0ca44905', - 'x-ms-correlation-request-id', - '2acb94bf-c8a6-4651-bcb2-23ac0ca44905', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030155Z:2acb94bf-c8a6-4651-bcb2-23ac0ca44905', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'fbf9bd08-bbb7-4d1d-aa5c-dd6494d1e92d', - 'x-ms-correlation-request-id', - 'fbf9bd08-bbb7-4d1d-aa5c-dd6494d1e92d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030155Z:fbf9bd08-bbb7-4d1d-aa5c-dd6494d1e92d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4b2a0ec8-4794-40c1-b60f-9c36074aa6ba', - 'x-ms-correlation-request-id', - '4b2a0ec8-4794-40c1-b60f-9c36074aa6ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030157Z:4b2a0ec8-4794-40c1-b60f-9c36074aa6ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0308f04a-784b-451d-9973-e9b63dcf1d75', - 'x-ms-correlation-request-id', - '0308f04a-784b-451d-9973-e9b63dcf1d75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030157Z:0308f04a-784b-451d-9973-e9b63dcf1d75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b78909b8-35c8-4bf9-8226-f46eab6ee6e4', - 'x-ms-correlation-request-id', - 'b78909b8-35c8-4bf9-8226-f46eab6ee6e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030159Z:b78909b8-35c8-4bf9-8226-f46eab6ee6e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '901ee89d-d5f2-4b7d-9bd9-1373d85c0b17', - 'x-ms-correlation-request-id', - '901ee89d-d5f2-4b7d-9bd9-1373d85c0b17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030200Z:901ee89d-d5f2-4b7d-9bd9-1373d85c0b17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:01:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd08aa73b-2596-4566-8e13-a106353a010d', - 'x-ms-correlation-request-id', - 'd08aa73b-2596-4566-8e13-a106353a010d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030202Z:d08aa73b-2596-4566-8e13-a106353a010d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8170ac75-adb8-41b1-9ad5-dbc7ae4e4fed', - 'x-ms-correlation-request-id', - '8170ac75-adb8-41b1-9ad5-dbc7ae4e4fed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030202Z:8170ac75-adb8-41b1-9ad5-dbc7ae4e4fed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2736b64e-80ee-47d9-b5b2-ddabcbb2e033', - 'x-ms-correlation-request-id', - '2736b64e-80ee-47d9-b5b2-ddabcbb2e033', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030204Z:2736b64e-80ee-47d9-b5b2-ddabcbb2e033', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e713a46e-5a89-4550-aa11-2660230b77ef', - 'x-ms-correlation-request-id', - 'e713a46e-5a89-4550-aa11-2660230b77ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030204Z:e713a46e-5a89-4550-aa11-2660230b77ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '113177e0-efbf-4c4c-a0f9-f0093348e299', - 'x-ms-correlation-request-id', - '113177e0-efbf-4c4c-a0f9-f0093348e299', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030206Z:113177e0-efbf-4c4c-a0f9-f0093348e299', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '094e45c4-6d68-4c52-8c9c-398582dbe179', - 'x-ms-correlation-request-id', - '094e45c4-6d68-4c52-8c9c-398582dbe179', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030207Z:094e45c4-6d68-4c52-8c9c-398582dbe179', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:07 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '26ff5607-8865-4988-80ff-429fa92ff306', - 'x-ms-correlation-request-id', - '26ff5607-8865-4988-80ff-429fa92ff306', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030209Z:26ff5607-8865-4988-80ff-429fa92ff306', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '8d6f513d-f6f3-486f-8d60-7fc9acbe7ad8', - 'x-ms-correlation-request-id', - '8d6f513d-f6f3-486f-8d60-7fc9acbe7ad8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030210Z:8d6f513d-f6f3-486f-8d60-7fc9acbe7ad8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '6f366a9e-2aae-4d4f-bfc9-9239e486c78c', - 'x-ms-correlation-request-id', - '6f366a9e-2aae-4d4f-bfc9-9239e486c78c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030211Z:6f366a9e-2aae-4d4f-bfc9-9239e486c78c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5f69ebdc-525d-49ca-9105-1a3a86c76d41', - 'x-ms-correlation-request-id', - '5f69ebdc-525d-49ca-9105-1a3a86c76d41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030212Z:5f69ebdc-525d-49ca-9105-1a3a86c76d41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0bb0b94c-228a-4d90-b0d5-61fbe9994020', - 'x-ms-correlation-request-id', - '0bb0b94c-228a-4d90-b0d5-61fbe9994020', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030213Z:0bb0b94c-228a-4d90-b0d5-61fbe9994020', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '7de47b52-5737-4e8c-a8ce-3d089d2e100e', - 'x-ms-correlation-request-id', - '7de47b52-5737-4e8c-a8ce-3d089d2e100e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030214Z:7de47b52-5737-4e8c-a8ce-3d089d2e100e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'c1f3a482-dc2b-44b4-9cd6-0a8f2b95dc4b', - 'x-ms-correlation-request-id', - 'c1f3a482-dc2b-44b4-9cd6-0a8f2b95dc4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030216Z:c1f3a482-dc2b-44b4-9cd6-0a8f2b95dc4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'edfbb2e7-22d2-4ff3-8fbe-c9f3951eab4d', - 'x-ms-correlation-request-id', - 'edfbb2e7-22d2-4ff3-8fbe-c9f3951eab4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030217Z:edfbb2e7-22d2-4ff3-8fbe-c9f3951eab4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4872626a-df90-49cd-ae41-0756836b1bc6', - 'x-ms-correlation-request-id', - '4872626a-df90-49cd-ae41-0756836b1bc6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030218Z:4872626a-df90-49cd-ae41-0756836b1bc6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e4a3e317-ef88-4d1b-b0b8-75fd40aab5c8', - 'x-ms-correlation-request-id', - 'e4a3e317-ef88-4d1b-b0b8-75fd40aab5c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030219Z:e4a3e317-ef88-4d1b-b0b8-75fd40aab5c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dd9f1da3-988c-4569-aae2-f6ab4708538c', - 'x-ms-correlation-request-id', - 'dd9f1da3-988c-4569-aae2-f6ab4708538c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030220Z:dd9f1da3-988c-4569-aae2-f6ab4708538c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '69f40d77-1cd4-4414-b20c-90974bd43962', - 'x-ms-correlation-request-id', - '69f40d77-1cd4-4414-b20c-90974bd43962', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030221Z:69f40d77-1cd4-4414-b20c-90974bd43962', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '4161addd-bc5f-4236-bf29-aefea40a6905', - 'x-ms-correlation-request-id', - '4161addd-bc5f-4236-bf29-aefea40a6905', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030223Z:4161addd-bc5f-4236-bf29-aefea40a6905', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ff62ca67-0d26-4fc2-ba8a-d822340e39b7', - 'x-ms-correlation-request-id', - 'ff62ca67-0d26-4fc2-ba8a-d822340e39b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030224Z:ff62ca67-0d26-4fc2-ba8a-d822340e39b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '081be860-f3b5-4760-b70c-19e048ca84f5', - 'x-ms-correlation-request-id', - '081be860-f3b5-4760-b70c-19e048ca84f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030225Z:081be860-f3b5-4760-b70c-19e048ca84f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'dd2dadee-4bbd-4afe-b428-23ef3fe4c7ad', - 'x-ms-correlation-request-id', - 'dd2dadee-4bbd-4afe-b428-23ef3fe4c7ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030226Z:dd2dadee-4bbd-4afe-b428-23ef3fe4c7ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '3ed0de3c-c6cf-4584-a17e-2da2d085f54a', - 'x-ms-correlation-request-id', - '3ed0de3c-c6cf-4584-a17e-2da2d085f54a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030227Z:3ed0de3c-c6cf-4584-a17e-2da2d085f54a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2ea7ae42-cb8c-46f9-9b24-91f0bfbdfba1', - 'x-ms-correlation-request-id', - '2ea7ae42-cb8c-46f9-9b24-91f0bfbdfba1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030228Z:2ea7ae42-cb8c-46f9-9b24-91f0bfbdfba1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '014b420c-1571-422e-bac5-d8b0c1ee37fc', - 'x-ms-correlation-request-id', - '014b420c-1571-422e-bac5-d8b0c1ee37fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030230Z:014b420c-1571-422e-bac5-d8b0c1ee37fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'be808d1d-cdf6-400c-a4ba-20b14d45ba6f', - 'x-ms-correlation-request-id', - 'be808d1d-cdf6-400c-a4ba-20b14d45ba6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030230Z:be808d1d-cdf6-400c-a4ba-20b14d45ba6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd029497a-d200-4b49-b0c4-f863054fb805', - 'x-ms-correlation-request-id', - 'd029497a-d200-4b49-b0c4-f863054fb805', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030232Z:d029497a-d200-4b49-b0c4-f863054fb805', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '5b7897d4-52f8-4da3-ab5e-a8f78f3fc204', - 'x-ms-correlation-request-id', - '5b7897d4-52f8-4da3-ab5e-a8f78f3fc204', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030233Z:5b7897d4-52f8-4da3-ab5e-a8f78f3fc204', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'f92c0bad-0b14-40c4-9dba-fa257941a481', - 'x-ms-correlation-request-id', - 'f92c0bad-0b14-40c4-9dba-fa257941a481', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030234Z:f92c0bad-0b14-40c4-9dba-fa257941a481', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0d6605e1-a111-4598-8acd-4ef9bb2f4f72', - 'x-ms-correlation-request-id', - '0d6605e1-a111-4598-8acd-4ef9bb2f4f72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030235Z:0d6605e1-a111-4598-8acd-4ef9bb2f4f72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'b3750ea6-04ab-4683-aee3-ebeb08592ed2', - 'x-ms-correlation-request-id', - 'b3750ea6-04ab-4683-aee3-ebeb08592ed2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030237Z:b3750ea6-04ab-4683-aee3-ebeb08592ed2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '1aeda521-d08e-4a33-8fef-8d2687bb27a2', - 'x-ms-correlation-request-id', - '1aeda521-d08e-4a33-8fef-8d2687bb27a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030237Z:1aeda521-d08e-4a33-8fef-8d2687bb27a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd5750665-7a39-467c-9e3d-3286a21f5bcb', - 'x-ms-correlation-request-id', - 'd5750665-7a39-467c-9e3d-3286a21f5bcb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030239Z:d5750665-7a39-467c-9e3d-3286a21f5bcb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'ebda5979-2951-49d5-8f80-41a6d001e713', - 'x-ms-correlation-request-id', - 'ebda5979-2951-49d5-8f80-41a6d001e713', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030240Z:ebda5979-2951-49d5-8f80-41a6d001e713', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '9c0ed63e-c689-45c3-b61f-114e2fe2b74d', - 'x-ms-correlation-request-id', - '9c0ed63e-c689-45c3-b61f-114e2fe2b74d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030241Z:9c0ed63e-c689-45c3-b61f-114e2fe2b74d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'a8aa5d3b-cb6e-45d7-91c6-f27058ca44e2', - 'x-ms-correlation-request-id', - 'a8aa5d3b-cb6e-45d7-91c6-f27058ca44e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030242Z:a8aa5d3b-cb6e-45d7-91c6-f27058ca44e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '1d21bb0b-082d-4ad0-8484-c8c5dc959bfd', - 'x-ms-correlation-request-id', - '1d21bb0b-082d-4ad0-8484-c8c5dc959bfd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030244Z:1d21bb0b-082d-4ad0-8484-c8c5dc959bfd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '45591b86-8f8a-406f-b9a0-35f7143b42dd', - 'x-ms-correlation-request-id', - '45591b86-8f8a-406f-b9a0-35f7143b42dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030244Z:45591b86-8f8a-406f-b9a0-35f7143b42dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '20b425b7-db71-4170-8f82-04cc08c0af53', - 'x-ms-correlation-request-id', - '20b425b7-db71-4170-8f82-04cc08c0af53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030246Z:20b425b7-db71-4170-8f82-04cc08c0af53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:46 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '49ec717d-48f4-4316-857d-aae15a145ef8', - 'x-ms-correlation-request-id', - '49ec717d-48f4-4316-857d-aae15a145ef8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030247Z:49ec717d-48f4-4316-857d-aae15a145ef8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:46 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'e6c20308-273f-47da-a59c-3b502808b646', - 'x-ms-correlation-request-id', - 'e6c20308-273f-47da-a59c-3b502808b646', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030249Z:e6c20308-273f-47da-a59c-3b502808b646', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'af7ae401-680b-4e4f-bec8-eb3a59ef195d', - 'x-ms-correlation-request-id', - 'af7ae401-680b-4e4f-bec8-eb3a59ef195d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030249Z:af7ae401-680b-4e4f-bec8-eb3a59ef195d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '0a0ddd00-6719-45e1-8f95-61fe85aa29b0', - 'x-ms-correlation-request-id', - '0a0ddd00-6719-45e1-8f95-61fe85aa29b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030251Z:0a0ddd00-6719-45e1-8f95-61fe85aa29b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:50 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/32f742a5-7f71-4f19-8e8b-ed314ed28f6b') - .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', - '11919', - 'x-ms-request-id', - '63d068c9-281b-4d04-952c-004a24b35433', - 'x-ms-correlation-request-id', - '63d068c9-281b-4d04-952c-004a24b35433', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030252Z:63d068c9-281b-4d04-952c-004a24b35433', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:51 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3c9c8253-77de-46c3-9bb5-bf5c9badcdce') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'd0826097-b307-475b-b1c0-e7114d61ef9c', - 'x-ms-correlation-request-id', - 'd0826097-b307-475b-b1c0-e7114d61ef9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030254Z:d0826097-b307-475b-b1c0-e7114d61ef9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3e1a7db4cc163961d4f9b4aca61970a36f4eb3a64dbf7a4d1fb6d72b34bd5537d4fc6db1c458bfa89617d5d327f4419b5d341f3dfac5bf64f451734db82f9ed23bf4f747d33acfda7c76dc52ebbd9dbddded9d87dbbb076f76ee3ddad97bb4fb70bcffe0d3fbfb0f7eea237a9106bbcaebb6c801087f5d160da1592c2f5eb7048300bc5e4fa7793ecb67d4e14cf13b5dce5655b104fc79dbae9a4777032a8c4dbb669cfd605de7e369b578b4bf7fef2e815800fb9bdee746f456b3a8222056eb49594c5fe4ed5555bf25fae40d21ffd1e9329b948c65cebf1dafdb6a41349f3ecb8ab2bacceb8f1e9d6765939befbf58976db12af3efd6459b3fd7e9214041a39719d1065ffc5ef935d1bd682b07a6687eb2a8db75562a26cf8ab2cd6b8386697519b479b52e41e9ef7d7f64f03d5e156f880de8436f626745832fa9d327c402b32ff236033f30aa66c00a5ff07c56e7f99ba237c6e365565e1309b2f235619e5dd07ceaf759f79b936a795e5cac6b260378a199cef34506dc08b567ebb27c46425116ed35d8a658366db69ce66734d08fce770ef6a71312afec4146d2762fdfdb9e1cec65dbf7ee4d270f76f3070f1f1eec635034028fa3bf3c3fcf6b054fbcb69c6535266f969f6734336733621f74467d1775d36222aeed87246542cfe369f9e47a95811e1fbda896397da3b4c38c96c403733be4294d6f4162b29c5ebfac888108f62f36ddd1e8cd77cff3cbbc2470af89ca2005b16cf6ee6c49537b999567cbd739c199517ff7f90bc2bccc97d4f4659d9f17ef3e7ab4bbb343f4c956c5cb40b21a7a3daf7f92b40a603efae8def853d0916039aa7f492d6a2232bf20ecf1a4a996af7922e89d37f53ac74b5760038c0f2f51e3efa912f445683bcf9a760dad6134cf0bd14b4efb1821bd411815d22699be496d9cab04beac8b8a7027c2ef100b353f4513f62a9fad69ead13b4fd32f21c920ed35fbfff1f00cc6ff3f1c9a6d0ef962ceff9a23b4805cbf803fad6ac0c46fd92a9b14a48e4c2f6a76456c58937e84378a95a77227d9f4ed7ac5c811c45f6cecefcb9c7a991553ea9724967ffda29ae5a100cbbb4e0f7c512cd7e42e7cf4686f9f4822dfbeca4983603caed9b7c9c5a04607a6896a5b433ce0f1d1e739e14a72ddd569afd4413983ba01feb322bb58560da9ede7d5c5ebbc6d69d6e8ab5facda1e4afa4dfeaefd89755e032e2b4400269d4268818a76ccfa","ddff03b4b702dd3f090000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - '2bfddb3b-6059-415b-a22d-22312d42cd0a', - 'x-ms-correlation-request-id', - '2bfddb3b-6059-415b-a22d-22312d42cd0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210918T030254Z:2bfddb3b-6059-415b-a22d-22312d42cd0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Sat, 18 Sep 2021 03:02:53 GMT' -]); diff --git a/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_cassandra_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts similarity index 95% rename from sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_cassandra_examples.ts rename to sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts index d9c4ad17b22f..5838e01db0e6 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_cassandra_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts @@ -13,7 +13,7 @@ import { Recorder } from "@azure-tools/test-recorder"; import * as assert from "assert"; -import { CosmosDBManagementClient } from "../../src/cosmosDBManagementClient"; +import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; import { ClientSecretCredential } from "@azure/identity"; @@ -34,7 +34,7 @@ const recorderEnvSetup: RecorderEnvironmentSetup = { queryParametersToSkip: [] }; -describe("Cosmosdb cassandra test", () => { +describe("Cosmosdb test", () => { let recorder: Recorder; let client: CosmosDBManagementClient; let subscriptionId: string; @@ -55,7 +55,7 @@ describe("Cosmosdb cassandra test", () => { client = new CosmosDBManagementClient(credential, subscriptionId); location = "eastus"; resourceGroupName = "myjstest"; - accountName = "myaccountxxx1"; + accountName = "myaccountxxx4"; keyspaceName = "mykeyspacexxx"; }); @@ -110,7 +110,7 @@ describe("Cosmosdb cassandra test", () => { }); it("cassandraResources get test", async function() { - const res = await client.cassandraResources.getCassandraKeyspaceThroughput(resourceGroupName,accountName,keyspaceName); + const res = await client.cassandraResources.getCassandraKeyspace(resourceGroupName,accountName,keyspaceName); assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces"); }); diff --git a/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts similarity index 96% rename from sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_examples.ts rename to sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts index 6b3c354e5306..c7237fddfbcb 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts @@ -13,7 +13,7 @@ import { Recorder } from "@azure-tools/test-recorder"; import * as assert from "assert"; -import { CosmosDBManagementClient } from "../../src/cosmosDBManagementClient"; +import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; import { ClientSecretCredential } from "@azure/identity"; @@ -54,7 +54,7 @@ describe("Cosmosdb test", () => { client = new CosmosDBManagementClient(credential, subscriptionId); location = "eastus"; resourceGroupName = "myjstest"; - accountName = "myaccountxxx2"; + accountName = "myaccountxxx5"; }); afterEach(async function() { @@ -110,5 +110,5 @@ describe("Cosmosdb test", () => { resArray.push(item); } assert.equal(resArray.length,0); - }); + }).timeout(3600000); }); diff --git a/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_mongodb_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts similarity index 95% rename from sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_mongodb_examples.ts rename to sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts index 29f4d4a09843..c18e2968dbfe 100644 --- a/sdk/cosmosdb/arm-cosmosdb/test/public/cosmosdb_mongodb_examples.ts +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts @@ -13,7 +13,7 @@ import { Recorder } from "@azure-tools/test-recorder"; import * as assert from "assert"; -import { CosmosDBManagementClient } from "../../src/cosmosDBManagementClient"; +import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; import { ClientSecretCredential } from "@azure/identity"; @@ -34,7 +34,7 @@ const recorderEnvSetup: RecorderEnvironmentSetup = { queryParametersToSkip: [] }; -describe("Cosmosdb mongodb test", () => { +describe("Cosmosdb test", () => { let recorder: Recorder; let client: CosmosDBManagementClient; let subscriptionId: string; @@ -55,7 +55,7 @@ describe("Cosmosdb mongodb test", () => { client = new CosmosDBManagementClient(credential, subscriptionId); location = "eastus"; resourceGroupName = "myjstest"; - accountName = "myaccountxxx3"; + accountName = "myaccountxxx6"; databaseName = "mydatabasexxxx"; }); @@ -79,7 +79,6 @@ describe("Cosmosdb mongodb test", () => { createMode: "Default" }); assert.equal(res.name, accountName); - assert.equal(res.location, location); }); it("mongoDBResources create test", async function() { diff --git a/sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts b/sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts deleted file mode 100644 index c1c16047ac66..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/test/sampleTest.ts +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -import { - env, - record, - RecorderEnvironmentSetup, - Recorder -} from "@azure-tools/test-recorder"; -import * as assert from "assert"; -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: [] -}; - -describe("My test", () => { - let recorder: Recorder; - let subscriptionId: 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 - ); - }); - - afterEach(async function() { - await recorder.stop(); - }); - - it("sample test", async function() { - console.log("Hi, I'm a test!"); - }); -}); From 61c3789ed76555ac7cae5f9ca5beb234b081c693 Mon Sep 17 00:00:00 2001 From: colawwj Date: Thu, 11 Nov 2021 17:46:40 +0800 Subject: [PATCH 9/9] update --- common/config/rush/pnpm-lock.yaml | 73 +- sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md | 2 +- sdk/cosmosdb/arm-cosmosdb/_meta.json | 6 +- sdk/cosmosdb/arm-cosmosdb/package.json | 27 +- ...ecording_cassandraresources_create_test.js | 158 +- ...ecording_cassandraresources_delete_test.js | 90 +- .../recording_cassandraresources_get_test.js | 40 +- .../recording_cassandraresources_list_test.js | 40 +- ...assandraresources_migratecassandra_test.js | 98 +- ...ecording_cassandraresources_update_test.js | 98 +- ...g_databaseaccounts_checknameexists_test.js | 34 +- ...unts_create_for_cassandraresources_test.js | 874 +- ...counts_create_for_mongodbresources_test.js | 1258 +- .../recording_databaseaccounts_create_test.js | 1944 +- ...unts_delete_for_cassandraresources_test.js | 6702 +++++-- ...counts_delete_for_mongodbresources_test.js | 6592 ++++--- .../recording_databaseaccounts_delete_test.js | 14996 ++++++++++------ .../recording_databaseaccounts_get_test.js | 42 +- .../recording_databaseaccounts_list_test.js | 46 +- .../recording_mongodbresources_create_test.js | 102 +- .../recording_mongodbresources_delete_test.js | 124 +- .../recording_mongodbresources_get_test.js | 40 +- .../recording_mongodbresources_list_test.js | 44 +- ...recording_mongodbresources_migrate_test.js | 104 +- .../recording_mongodbresources_update_test.js | 104 +- .../arm-cosmosdb/review/arm-cosmosdb.api.md | 685 +- .../src/cosmosDBManagementClient.ts | 132 +- .../src/cosmosDBManagementClientContext.ts | 4 +- sdk/cosmosdb/arm-cosmosdb/src/models/index.ts | 879 +- .../arm-cosmosdb/src/models/mappers.ts | 1425 +- .../arm-cosmosdb/src/models/parameters.ts | 84 +- .../src/operations/cassandraClusters.ts | 297 +- .../src/operations/cassandraResources.ts | 865 +- .../src/operations/graphResources.ts | 411 - .../src/operations/gremlinResources.ts | 28 +- .../arm-cosmosdb/src/operations/index.ts | 3 +- .../arm-cosmosdb/src/operations/locations.ts | 137 + .../src/operations/mongoDBResources.ts | 150 +- .../arm-cosmosdb/src/operations/service.ts | 414 - .../operationsInterfaces/cassandraClusters.ts | 112 +- .../cassandraResources.ts | 248 +- .../operationsInterfaces/graphResources.ts | 110 - .../src/operationsInterfaces/index.ts | 3 +- .../src/operationsInterfaces/locations.ts | 36 + .../operationsInterfaces/mongoDBResources.ts | 46 +- .../src/operationsInterfaces/service.ts | 107 - 46 files changed, 23126 insertions(+), 16688 deletions(-) delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operations/graphResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operations/locations.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operations/service.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/graphResources.ts create mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/locations.ts delete mode 100644 sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/service.ts diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 8d4fbabc7d2c..76065b8e18c0 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -1260,6 +1260,14 @@ packages: '@rushstack/node-core-library': 3.36.0 dev: false + /@microsoft/api-extractor-model/7.13.16: + resolution: {integrity: sha512-ttdxVXsTWL5dd26W1YNLe3LgDsE0EE273aZlcLe58W0opymBybCYU1Mn+OHQM8BuErrdvdN8LdpWAAbkiOEN/Q==} + dependencies: + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.43.2 + dev: false + /@microsoft/api-extractor-model/7.13.5: resolution: {integrity: sha512-il6AebNltYo5hEtqXZw4DMvrwBPn6+F58TxwqmsLY+U+sSJNxaYn2jYksArrjErXVPR3gUgRMqD6zsdIkg+WEQ==} dependencies: @@ -1292,6 +1300,24 @@ packages: typescript: 4.1.6 dev: false + /@microsoft/api-extractor/7.18.19: + resolution: {integrity: sha512-aY+/XR7PtQXtnqNPFRs3/+iVRlQJpo6uLTjO2g7PqmnMywl3GBU3bCgAlV/khZtAQbIs6Le57XxmSE6rOqbcfg==} + hasBin: true + dependencies: + '@microsoft/api-extractor-model': 7.13.16 + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.43.2 + '@rushstack/rig-package': 0.3.5 + '@rushstack/ts-command-line': 4.10.4 + colors: 1.2.5 + lodash: 4.17.21 + resolve: 1.17.0 + semver: 7.3.5 + source-map: 0.6.1 + typescript: 4.4.4 + dev: false + /@microsoft/api-extractor/7.18.7: resolution: {integrity: sha512-JhtV8LoyLuIecbgCPyZQg08G1kngIRWpai2UzwNil9mGVGYiDZVeeKx8c2phmlPcogmMDm4oQROxyuiYt5sJiw==} hasBin: true @@ -1511,6 +1537,7 @@ packages: /@opentelemetry/tracing/0.22.0_@opentelemetry+api@1.0.3: resolution: {integrity: sha512-EFrKTFndiEdh/KnzwDgo/EcphG/5z/NyLck8oiUUY+YMP7hskXNYHjTWSAv9UxtYe1MzgLbjmAateTuMmFIVNw==} engines: {node: '>=8.0.0'} + deprecated: Package renamed to @opentelemetry/sdk-trace-base peerDependencies: '@opentelemetry/api': ^1.0.0 dependencies: @@ -1642,6 +1669,20 @@ packages: z-schema: 3.18.4 dev: false + /@rushstack/node-core-library/3.43.2: + resolution: {integrity: sha512-b7AEhSf6CvZgvuDcWMFDeKx2mQSn9AVnMQVyxNxFeHCtLz3gJicqCOlw2GOXM8HKh6PInLdil/NVCDcstwSrIw==} + dependencies: + '@types/node': 12.20.24 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.17.0 + semver: 7.3.5 + timsort: 0.3.0 + z-schema: 3.18.4 + dev: false + /@rushstack/rig-package/0.2.10: resolution: {integrity: sha512-WXYerEJEPf8bS3ruqfM57NnwXtA7ehn8VJjLjrjls6eSduE5CRydcob/oBTzlHKsQ7N196XKlqQl9P6qIyYG2A==} dependencies: @@ -1656,6 +1697,22 @@ packages: strip-json-comments: 3.1.1 dev: false + /@rushstack/rig-package/0.3.5: + resolution: {integrity: sha512-CvqWw+E81U5lRBN/lUj7Ngr/XQa/PPb2jAS5QcLP7WL+IMUl+3+Cc2qYrsDoB4zke81kz+usWGmBQpBzGMLmAA==} + dependencies: + resolve: 1.17.0 + strip-json-comments: 3.1.1 + dev: false + + /@rushstack/ts-command-line/4.10.4: + resolution: {integrity: sha512-4T5ao4UgDb6LmiRj4GumvG3VT/p6RSMgl7TN7S58ifaAGN2GeTNBajFCDdJs9QQP0d/4tA5p0SFzT7Ps5Byirg==} + dependencies: + '@types/argparse': 1.0.38 + argparse: 1.0.10 + colors: 1.2.5 + string-argv: 0.3.1 + dev: false + /@rushstack/ts-command-line/4.3.13: resolution: {integrity: sha512-BUBbjYu67NJGQkpHu8aYm7kDoMFizL1qx78+72XE3mX/vDdXYJzw/FWS7TPcMJmY4kNlYs979v2B0Q0qa2wRiw==} dependencies: @@ -7546,6 +7603,12 @@ packages: hasBin: true dev: false + /typescript/4.4.4: + resolution: {integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: false + /ua-parser-js/0.7.28: resolution: {integrity: sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==} dev: false @@ -8431,12 +8494,12 @@ packages: dev: false file:projects/arm-cosmosdb.tgz: - resolution: {integrity: sha512-nVm5hbmqceMerSf4IExsdhq8K/4860Xa2tKvebwzdlVN4GGAkxZhScDtxwiBTpfvA7uVQZDzCSVrZ594FEX2RQ==, tarball: 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.7.11 + '@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 @@ -10164,7 +10227,7 @@ packages: dependencies: '@azure/core-tracing': 1.0.0-preview.13 '@azure/identity': 2.0.0-beta.6_debug@4.3.2 - '@microsoft/api-extractor': 7.18.7 + '@microsoft/api-extractor': 7.18.19 '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1 '@rollup/plugin-inject': 4.0.2_rollup@1.32.1 '@rollup/plugin-json': 4.1.0_rollup@1.32.1 @@ -11753,7 +11816,7 @@ packages: version: 0.0.0 dependencies: '@azure/identity': 2.0.0-beta.6 - '@microsoft/api-extractor': 7.18.7 + '@microsoft/api-extractor': 7.18.19 '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1 '@rollup/plugin-inject': 4.0.2_rollup@1.32.1 '@rollup/plugin-replace': 2.4.2_rollup@1.32.1 @@ -11807,7 +11870,7 @@ packages: dependencies: '@azure/core-tracing': 1.0.0-preview.13 '@azure/identity': 2.0.0-beta.6 - '@microsoft/api-extractor': 7.18.7 + '@microsoft/api-extractor': 7.18.19 '@types/chai': 4.2.21 '@types/chai-as-promised': 7.1.4 '@types/mocha': 7.0.2 diff --git a/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md b/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md index 2b3beab8568a..6c7e5b1daca9 100644 --- a/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md +++ b/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md @@ -1,4 +1,4 @@ -## 30.0.0-beta.1 (2021-09-17) +## 15.0.0-beta.1 (2021-11-11) 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. diff --git a/sdk/cosmosdb/arm-cosmosdb/_meta.json b/sdk/cosmosdb/arm-cosmosdb/_meta.json index f8f2dfccd261..979f61794969 100644 --- a/sdk/cosmosdb/arm-cosmosdb/_meta.json +++ b/sdk/cosmosdb/arm-cosmosdb/_meta.json @@ -1,7 +1,7 @@ { - "commit": "e07d7900e7e02c9bb6caba0ee15f0e280e97b8f5", + "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.13", + "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.13" + "use": "@autorest/typescript@6.0.0-beta.14" } \ No newline at end of file diff --git a/sdk/cosmosdb/arm-cosmosdb/package.json b/sdk/cosmosdb/arm-cosmosdb/package.json index 68966e154abc..8410f5af7465 100644 --- a/sdk/cosmosdb/arm-cosmosdb/package.json +++ b/sdk/cosmosdb/arm-cosmosdb/package.json @@ -3,32 +3,24 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for CosmosDBManagementClient.", - "version": "30.0.0-beta.1", - "engines": { - "node": ">=12.0.0" - }, + "version": "15.0.0-beta.1", + "engines": { "node": ">=12.0.0" }, "dependencies": { "@azure/core-lro": "^2.2.0", "@azure/abort-controller": "^1.0.0", - "@azure/core-paging": "^1.1.1", + "@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/index.js", "module": "./dist-esm/src/index.js", "types": "./types/arm-cosmosdb.d.ts", "devDependencies": { - "@microsoft/api-extractor": "7.7.11", + "@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", @@ -38,7 +30,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "typescript": "~4.2.0", "uglify-js": "^3.4.9", - "@azure/identity": "2.0.0-beta.6", + "@azure/identity": "^2.0.1", "@azure-tools/test-recorder": "^1.0.0", "mocha": "^7.1.1", "cross-env": "^7.0.2" @@ -48,9 +40,7 @@ "type": "git", "url": "https://github.com/Azure/azure-sdk-for-js.git" }, - "bugs": { - "url": "https://github.com/Azure/azure-sdk-for-js/issues" - }, + "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "files": [ "dist/**/*.js", "dist/**/*.js.map", @@ -70,7 +60,7 @@ "types/*" ], "scripts": { - "build": "tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api", + "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", @@ -86,7 +76,6 @@ "execute:samples": "echo skipped", "format": "echo skipped", "test": "npm run integration-test", - "prebuild": "echo skipped", "test:node": "echo skipped", "test:browser": "echo skipped", "unit-test": "npm run unit-test:node && npm run unit-test:browser", 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 index cfb4f6803608..28f01dc9560b 100644 --- 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 @@ -10,8 +10,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":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-Length', - '980', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -25,19 +23,21 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'bd5aff6c-73c3-4fd6-99db-df0af4660600', + 'd03127da-446a-4706-9c1f-ece8bbfc1400', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AtAN4DDbAHpJnxXmkiBUMv4; expires=Sun, 24-Oct-2021 03:22:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AjLGeSnyrGlIuxmOXItpw-M; expires=Sat, 11-Dec-2021 08:18:54 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrst-exxIlnKh6yL8XS9Ps9jtUMTOkgFmfT4BSlug-XpKWsiFHiacJihtYmAdRLZz1YFAuu0Av8U5GOUfglW-4sfP9hyt9u1y_uqk4XTDWB-ksJapmpvwIeHYPRt9caSIKUkMCxJZzl1-be4hEqSoX7sitDV3o3NLQ5IGK9IrvqGQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrZWUVPDZFem6xe_ldVkP7UPf6zFBjh2RKq95LajlkNIx0JdB1iac3PXXKZTX9Yi9_hhM8KkAvH3jY5UZRR-9hdfsxg7oBcOooJwDQlVkptgdgLt8Tq6szj4BXBPizjxXyDHGmRg98oY-91xI4bnuX5W-ihpn8WTuStEAcE9EUZ4wgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:22:54 GMT' + 'Thu, 11 Nov 2021 08:18:53 GMT', + 'Content-Length', + '980' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) @@ -45,8 +45,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', - '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -60,23 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '09c7c134-209b-4f49-a498-38d444850700', + 'd36e7f81-dbd2-4076-bcac-29aafdbb1100', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AnR-sbMaV5pLnlBn9tKl-1Q; expires=Sun, 24-Oct-2021 03:22:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AuIjec0iu7FAust0OgvfUbU; expires=Sat, 11-Dec-2021 08:18:54 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtUt_uOeGKjOvp0__FLWmSRwG5NGDal_TUVA3ufh977EPPCv1AyCmkAbYTW0fJI1_eqsj-gzGs_J1_Lmc9SPsmeAYaVD3CJkXN8eKnZ9BY_uLllZem5crm2_hRR8g70tUHX39k6Psw1k1Xal47DAJ-kVDY6Q4QhRzcjOVM53zDrsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrJtm8KT10VPgn3ZudoR8Rp4mf90oIgCruDJd7lqSgpiHjTg03dKXSMjrMECD0hWhkeKl3Ttff_6RIGEUg-hAq-JQhQd2IT_PRzzMwwLg9cXM36EMF2L6oiyYjFetXL_CxXBV4SLxjYz4ZbuxTs0RgSR_5NKvlxEV6BMge97BrcFcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:22:55 GMT' + 'Thu, 11 Nov 2021 08:18:54 GMT', + 'Content-Length', + '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=c9dc30fb-a008-4f50-ac57-8e4240b94b35&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") + .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.1&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=10602c9c-07d7-4b87-9144-83f1b128e51a&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '09c7c134-209b-4f49-a498-38d445850700', + '92d93328-dfb9-47fd-8666-6d886c1e0800', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Aj2pQLcQl-ZCmTnwe1Mv8q8WPr5BAQAAAI8739gOAAAA; expires=Sun, 24-Oct-2021 03:22:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AoIojI0_O-hLjnBc3RaUoboWPr5BAQAAAO7IHtkOAAAA; expires=Sat, 11-Dec-2021 08:18:54 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:22:55 GMT', + 'Thu, 11 Nov 2021 08:18:54 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/05a21cd6-47d7-4f28-bf26-5255c5d7e289?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/6009d482-0ffc-4cad-8f19-5201b96f5348?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348?api-version=2021-10-15', 'x-ms-request-id', - '05a21cd6-47d7-4f28-bf26-5255c5d7e289', + '6009d482-0ffc-4cad-8f19-5201b96f5348', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1198', 'x-ms-correlation-request-id', - 'c0738f61-2a67-436b-aec0-68cdad41f39e', + '051ca1a4-4d36-4465-8724-7224fb255ddc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032256Z:c0738f61-2a67-436b-aec0-68cdad41f39e', + 'SOUTHEASTASIA:20211111T081855Z:051ca1a4-4d36-4465-8724-7224fb255ddc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:55 GMT' + 'Thu, 11 Nov 2021 08:18:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11919', + '11920', 'x-ms-request-id', - 'a67cc3c5-f7a8-4448-beca-ac3b0a3a0429', + '926a35a7-c357-49ad-9056-41336088b2c3', 'x-ms-correlation-request-id', - 'a67cc3c5-f7a8-4448-beca-ac3b0a3a0429', + '926a35a7-c357-49ad-9056-41336088b2c3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032256Z:a67cc3c5-f7a8-4448-beca-ac3b0a3a0429', + 'SOUTHEASTASIA:20211111T081855Z:926a35a7-c357-49ad-9056-41336088b2c3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:55 GMT' + 'Thu, 11 Nov 2021 08:18:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,57 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', + '11919', + 'x-ms-request-id', + 'f51cae89-5b59-4bde-8fef-23cb4dd2e653', + 'x-ms-correlation-request-id', + 'f51cae89-5b59-4bde-8fef-23cb4dd2e653', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T081857Z:f51cae89-5b59-4bde-8fef-23cb4dd2e653', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:18:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', - '92b6ccbe-2366-48ee-91ad-46a270340560', + '12261a85-5abb-4653-9502-e2b3904c2195', 'x-ms-correlation-request-id', - '92b6ccbe-2366-48ee-91ad-46a270340560', + '12261a85-5abb-4653-9502-e2b3904c2195', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032259Z:92b6ccbe-2366-48ee-91ad-46a270340560', + 'SOUTHEASTASIA:20211111T081900Z:12261a85-5abb-4653-9502-e2b3904c2195', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:59 GMT' + 'Thu, 11 Nov 2021 08:19:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -243,19 +279,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11917', 'x-ms-request-id', - 'b6e6f4fd-9427-4032-820d-8393e9342b4e', + '9e4bbb57-1d51-4091-b3be-fdd232ee86c0', 'x-ms-correlation-request-id', - 'b6e6f4fd-9427-4032-820d-8393e9342b4e', + '9e4bbb57-1d51-4091-b3be-fdd232ee86c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032301Z:b6e6f4fd-9427-4032-820d-8393e9342b4e', + 'SOUTHEASTASIA:20211111T081902Z:9e4bbb57-1d51-4091-b3be-fdd232ee86c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:01 GMT' + 'Thu, 11 Nov 2021 08:19:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -279,19 +315,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11916', 'x-ms-request-id', - '722ae750-3557-406e-9dcb-4d6cbf55c30f', + '68f4e2f2-4c73-4299-ace3-c2cab67d924b', 'x-ms-correlation-request-id', - '722ae750-3557-406e-9dcb-4d6cbf55c30f', + '68f4e2f2-4c73-4299-ace3-c2cab67d924b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032303Z:722ae750-3557-406e-9dcb-4d6cbf55c30f', + 'SOUTHEASTASIA:20211111T081904Z:68f4e2f2-4c73-4299-ace3-c2cab67d924b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:03 GMT' + 'Thu, 11 Nov 2021 08:19:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -315,19 +351,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11915', 'x-ms-request-id', - '0d1628e1-a26f-484b-b0c6-13240044706d', + '3f294b24-b3ea-41cf-a4cb-8dfe3d0872aa', 'x-ms-correlation-request-id', - '0d1628e1-a26f-484b-b0c6-13240044706d', + '3f294b24-b3ea-41cf-a4cb-8dfe3d0872aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032306Z:0d1628e1-a26f-484b-b0c6-13240044706d', + 'SOUTHEASTASIA:20211111T081907Z:3f294b24-b3ea-41cf-a4cb-8dfe3d0872aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:06 GMT' + 'Thu, 11 Nov 2021 08:19:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/05a21cd6-47d7-4f28-bf26-5255c5d7e289') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6009d482-0ffc-4cad-8f19-5201b96f5348') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -351,21 +387,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11914', 'x-ms-request-id', - '6ac518f6-d972-46ab-8f6f-5469cc0a59a1', + '47aba867-2d03-4c55-98aa-4cfebc928f6d', 'x-ms-correlation-request-id', - '6ac518f6-d972-46ab-8f6f-5469cc0a59a1', + '47aba867-2d03-4c55-98aa-4cfebc928f6d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032308Z:6ac518f6-d972-46ab-8f6f-5469cc0a59a1', + 'SOUTHEASTASIA:20211111T081909Z:47aba867-2d03-4c55-98aa-4cfebc928f6d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:08 GMT' + 'Thu, 11 Nov 2021 08:19:09 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357ffcd5aafca9e3e3cf3ec327799b5dd047bfef473bf41c643bfbdbf473677b6717ffd0b3fde9eefe6c7fffe103fa7de7f7fd08afb4d4d9eea7f7f6f6efdf7b7070ef97fc925f","f2ff000a45237093010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffeb57c3cbfffd5f1f1679fe193bccd2ee8a3dff7a31d7af27ce7e136fddcd9ded9c53ff46c7fba7b309ded9e3fa4df777edf8ff04a4b9ded7e7aef53fae6c1fefd5ff24b","7ec9ff03cf90eaeb93010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -387,13 +423,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11913', 'x-ms-request-id', - '23b10425-4eb7-4548-af29-77973d1ed94d', + '777728aa-221c-4a81-b6cc-066f953d7cde', 'x-ms-correlation-request-id', - '23b10425-4eb7-4548-af29-77973d1ed94d', + '777728aa-221c-4a81-b6cc-066f953d7cde', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032310Z:23b10425-4eb7-4548-af29-77973d1ed94d', + 'SOUTHEASTASIA:20211111T081912Z:777728aa-221c-4a81-b6cc-066f953d7cde', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:10 GMT' + 'Thu, 11 Nov 2021 08:19: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 index c8c63c806ab6..5f04bea7906d 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '7057d2ba-23e6-4eb4-a975-2e8c8c3b0700', + '73166055-61f7-435a-9ed6-96b3419a1900', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AkoZuW73yzZLqTnD3J5S7Tg; expires=Sun, 24-Oct-2021 03:23:34 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AiXVOnh4TftGgp1j9-4qNgA; expires=Sat, 11-Dec-2021 08:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrR6CA5d9nG3Rp_zKqSQdqFeXzRSirmBNEzOuBEuJiAU_PyAfmnsdUYXhhJyNBCAryGY9ohVtagwtqhmFko-C-Fh4DIBeve0Jn2YxOXxeFPZesUNH2UbQKrU-Z4MIquDU5CSB98H0Dy4QA1q6_a7_gyYidZMKbBaYPvyAc9FBoACcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7iaQfC-fQ3M93u4hUFXxRM-tlE3ccR4a95kWCbdSFrM2JsRgCAtNKy3mqgAOjGTl6emhbHpoLo89Td63YUOf_9wuR0C1oN1QOm-XT8-_vLlPUuVFq0VL1qL3SZroK6H_fMrabR7OIOn4PzN-7wLG6Clos3QJAGlU-5_kRBRi-i4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:33 GMT', + 'Thu, 11 Nov 2021 08:19:35 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f197bc17-9258-4a73-9394-6044c9250700', + 'd36e7f81-dbd2-4076-bcac-29aa29bd1100', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AhDWHYAZpu1NrnzuSuhqIFo; expires=Sun, 24-Oct-2021 03:23:34 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AtO8V0Ls82hEr7uuKzRTR-U; expires=Sat, 11-Dec-2021 08:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUeOmUkmf0gPA0PdFUOd461nTQFPZqj9h34DS-kn4cNq8ylRj8f2_yd6XMXJyahpCcJ18k5oqb1_Oj6h2DfRDQmukacOpYfBQcblzDEbLW3O1wbZmDXdtx4OuucM-P4tFo0gF13hVdul2CTGCEJfbV6jgqR_S09p1xlBXmfiM94sgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7OP7c4N1PT3TX8J4HCAkqgHwDLzgqhMS-zpTKk2F_VJFbbKYLLz3ffIUVcGLBd3nVVaib7Ik9UChfi_17hXJVw0Y67bIqv16jSmrecMtrdWaCFQB7-NWTTAe1faYe3M1UYjOdh8gwb06F0wiDp9t2byPrINZf2mxcUE_bZQOoKUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:33 GMT', + 'Thu, 11 Nov 2021 08:19: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.1&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=dabce04f-fa4e-43fe-a9d0-5187988d3391&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") + .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.1&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=1b362c6f-f782-4f2c-8472-05f9735beade&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f197bc17-9258-4a73-9394-6044ca250700', + '73166055-61f7-435a-9ed6-96b3449a1900', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AkyjXgvcAqRHjhcsQeoA1sEWPr5BAQAAALU739gOAAAA; expires=Sun, 24-Oct-2021 03:23:34 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AocUYD_X4H1ElW_yeu8KtZcWPr5BAQAAABjJHtkOAAAA; expires=Sat, 11-Dec-2021 08:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:33 GMT', + 'Thu, 11 Nov 2021 08:19:36 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/ef98fb9f-a6f4-4884-85c5-37da6bee02ad?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/0e4a8312-e710-4485-b62f-3068c9e025f0?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0e4a8312-e710-4485-b62f-3068c9e025f0?api-version=2021-10-15', 'x-ms-request-id', - 'ef98fb9f-a6f4-4884-85c5-37da6bee02ad', + '0e4a8312-e710-4485-b62f-3068c9e025f0', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-deletes', '14999', 'x-ms-correlation-request-id', - 'b1b15de4-7ebd-4c2c-b952-2fc70dbf37a4', + '32d9002f-5101-4c47-af96-8316df619084', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032334Z:b1b15de4-7ebd-4c2c-b952-2fc70dbf37a4', + 'SOUTHEASTASIA:20211111T081937Z:32d9002f-5101-4c47-af96-8316df619084', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:34 GMT' + 'Thu, 11 Nov 2021 08:19:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0e4a8312-e710-4485-b62f-3068c9e025f0') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -171,19 +171,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11900', 'x-ms-request-id', - '6e2f088a-b7ca-4d38-a33b-b42bcc5c2130', + '01feed9d-2a91-4222-9e1e-673f3e170c44', 'x-ms-correlation-request-id', - '6e2f088a-b7ca-4d38-a33b-b42bcc5c2130', + '01feed9d-2a91-4222-9e1e-673f3e170c44', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032335Z:6e2f088a-b7ca-4d38-a33b-b42bcc5c2130', + 'SOUTHEASTASIA:20211111T081938Z:01feed9d-2a91-4222-9e1e-673f3e170c44', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:34 GMT' + 'Thu, 11 Nov 2021 08:19:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0e4a8312-e710-4485-b62f-3068c9e025f0') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -207,19 +207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11899', 'x-ms-request-id', - '5ceb3a66-a8df-4846-a91f-71ae0fc9aeaa', + '0e2456d9-24bb-46cc-9e50-fa42c0316e25', 'x-ms-correlation-request-id', - '5ceb3a66-a8df-4846-a91f-71ae0fc9aeaa', + '0e2456d9-24bb-46cc-9e50-fa42c0316e25', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032337Z:5ceb3a66-a8df-4846-a91f-71ae0fc9aeaa', + 'SOUTHEASTASIA:20211111T081940Z:0e2456d9-24bb-46cc-9e50-fa42c0316e25', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:37 GMT' + 'Thu, 11 Nov 2021 08:19:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0e4a8312-e710-4485-b62f-3068c9e025f0') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -243,19 +243,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11898', 'x-ms-request-id', - '18d46de5-da91-428b-bc03-a9029f7e2344', + 'fb79a13f-2e14-439b-ab9a-dc7bfa1ed3c8', 'x-ms-correlation-request-id', - '18d46de5-da91-428b-bc03-a9029f7e2344', + 'fb79a13f-2e14-439b-ab9a-dc7bfa1ed3c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032339Z:18d46de5-da91-428b-bc03-a9029f7e2344', + 'SOUTHEASTASIA:20211111T081942Z:fb79a13f-2e14-439b-ab9a-dc7bfa1ed3c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:39 GMT' + 'Thu, 11 Nov 2021 08:19:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ef98fb9f-a6f4-4884-85c5-37da6bee02ad') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0e4a8312-e710-4485-b62f-3068c9e025f0') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -279,15 +279,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11897', 'x-ms-request-id', - '4bcca710-00d8-4ae8-b020-2284b1a8aef9', + '35e38888-6c5f-41d6-8bff-4fdb0f8fe43f', 'x-ms-correlation-request-id', - '4bcca710-00d8-4ae8-b020-2284b1a8aef9', + '35e38888-6c5f-41d6-8bff-4fdb0f8fe43f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032342Z:4bcca710-00d8-4ae8-b020-2284b1a8aef9', + 'SOUTHEASTASIA:20211111T081944Z:35e38888-6c5f-41d6-8bff-4fdb0f8fe43f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:41 GMT' + 'Thu, 11 Nov 2021 08:19:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) @@ -315,13 +315,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11896', 'x-ms-request-id', - 'f29d5fb8-6175-4896-bdfb-a9931fa7f185', + 'db89f7f2-10a4-402d-93d3-d24f28c18c56', 'x-ms-correlation-request-id', - 'f29d5fb8-6175-4896-bdfb-a9931fa7f185', + 'db89f7f2-10a4-402d-93d3-d24f28c18c56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032342Z:f29d5fb8-6175-4896-bdfb-a9931fa7f185', + 'SOUTHEASTASIA:20211111T081945Z:db89f7f2-10a4-402d-93d3-d24f28c18c56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:42 GMT' + 'Thu, 11 Nov 2021 08:19: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 index 5d8bf81e46c7..53c1e7cb4ced 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '68e15cff-4626-431b-a07f-0db42cf90700', + '7636402c-909b-402c-abdd-a677c9be0900', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AstjDrncxTBCuSyuxCBWZ-o; expires=Sun, 24-Oct-2021 03:23:21 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AjZHC6OE0plKq_Lh7NG33-Q; expires=Sat, 11-Dec-2021 08:19:23 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYWKnwGP3nWBKt_UemH7GLSiudkSZY8vZrzUwefxwjftXI63QlrAwTWE6dpUbbrQ2IgRBtMaEQ8RLtkvwQ2HUHFeh8xK0VjJUyUjxDjCF2kVnS-7LVlTxBGc40x-r6KOulFZaVwJAIbW9uPEq_WiVrXJTlvLBQIJyCVXqRlGN4ywgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrKXPLfvd4OOefNL0YPuaHRhHwEqI9QjT5fTZ20fbv3H962iHloWyOp7aB6fVGkIE9Elt7yIXFJ6g1xzYTqyzR-XZ5CzGhcCkT8-lxnbwpq8hFe9ZuNvrlKYqnwjB_1UmWw6GJ84UwswgvALHqHziNwb9K-4VMWFd7hVpsetnhjN0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:21 GMT', + 'Thu, 11 Nov 2021 08:19:23 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e01648aa-8c6a-4621-b976-40aa83200700', + 'b01f6253-c871-4112-8788-927e2ac21800', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=ApdGTgMiDQtGtzY-PZexryk; expires=Sun, 24-Oct-2021 03:23:21 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ar_xB82JJVNIp195thYIwe8; expires=Sat, 11-Dec-2021 08:19:23 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYoZaLUWBGU_b6FP2gpvyy7qoOY1VKTRCYdcmclN3Uzu59iFrUpwWFgxVr-5zfAlcL8uWcN0E7IVENCjIA48lH6x3FzvJi2YHIcAIiqyZa5-W5zjqSEm4GwyWjcgu1awJcS33pyO6-OwkmE1R-eFt4Uks6R-swvfzD6Eua0LfMM8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrR-tQffRpo5zS9UrBNjWaXc7Fw4cpfozFoUkCPX0F35mXnEORpkuQfw4ZiKpZgkURCYC3nFokVVtViIWsWlVoXcsdQe08fgqYFoo8LaYER9_BC3SkG--iSibx9UNmI2FocSLoDClEPBOP9esDASDwcvvE3yTIL-GdD5UngD66_ycgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:21 GMT', + 'Thu, 11 Nov 2021 08:19: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.1&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=1a511c26-5bc3-429d-8635-521126e7aefa&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") + .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.1&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=bc6c89e3-6f97-49a0-9cf4-313effe06afa&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '4cfec690-23d5-4312-8d86-372088fe0600', + 'd03127da-446a-4706-9c1f-ece8d7fd1400', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Alsguzr86RxHve694XInk9QWPr5BAQAAAKk739gOAAAA; expires=Sun, 24-Oct-2021 03:23:22 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ah_g67RPaWNDj6lVRdxu12QWPr5BAQAAAAvJHtkOAAAA; expires=Sat, 11-Dec-2021 08:19: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', - 'Fri, 24 Sep 2021 03:23:21 GMT', + 'Thu, 11 Nov 2021 08:19:23 GMT', 'Content-Length', '1351' ]); @@ -113,7 +113,7 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357ffcd5aafca9e3e3cf3ec327799b5dd047bfef473bf41c643bfbdbf473677b6717ffd0b3fde9eefe6c7fffe103fa7de7f7fd08afb4d4d9eea7f7f6f6efdf7b7070ef97fc925f","f2ff000a45237093010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffeb57c3cbfffd5f1f1679fe193bccd2ee8a3dff7a31d7af27ce7e136fddcd9ded9c53ff46c7fba7b309ded9e3fa4df777edf8ff04a4b9ded7e7aef53fae6c1fefd5ff24b","7ec9ff03cf90eaeb93010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -135,13 +135,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11907', 'x-ms-request-id', - '342e9fed-50bd-4e1d-b1d9-cd52ee2e46ee', + 'f82b3a42-c3b3-418b-97c8-8e55f9cae31d', 'x-ms-correlation-request-id', - '342e9fed-50bd-4e1d-b1d9-cd52ee2e46ee', + 'f82b3a42-c3b3-418b-97c8-8e55f9cae31d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032322Z:342e9fed-50bd-4e1d-b1d9-cd52ee2e46ee', + 'SOUTHEASTASIA:20211111T081924Z:f82b3a42-c3b3-418b-97c8-8e55f9cae31d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:22 GMT' + 'Thu, 11 Nov 2021 08:19:24 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 index e1b6b2ae445f..2c7481ccb507 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e01648aa-8c6a-4621-b976-40aa86200700', + '92d93328-dfb9-47fd-8666-6d88481f0800', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Apo5EbsUyYNFsAcW9BXUTpA; expires=Sun, 24-Oct-2021 03:23:22 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AibkFsWq3zZKl5T-cz-1xgQ; expires=Sat, 11-Dec-2021 08:19:24 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrdYXrWvJfg_N7-XUHeCc8pimoCIIRyHozHEx-Us9qNWUmxxcF9-S57tOzOTi9LF0N0EnG1NSWT8pEx7GewPJ_A_KdOmvDG1fUF75Pl2u4oJIGcEC9ynQnSEOoihdKredhS9E-pI0S08wpDc15MslI1D5vvNonqyDiVUWb4Hs054cgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrfpxRegLtkiQ0zxbkkJVHo25Nwj1cGcFV12HeubbqQC1VeV1kzHeCPR-lq50bezgLVS4N70xBjnj_BEsOG05Qdk4e2su4ll4_kUfs3oDCfVIHm6jn95m2h5w4BqFioJfbKYiKWe2mBx8MxhhaTlVKP-y_wCdqeq7lI7rXRdHiD7kgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:22 GMT', + 'Thu, 11 Nov 2021 08:19:24 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f197bc17-9258-4a73-9394-60446d250700', + '11b23393-c8b9-44d2-9946-301fe6311900', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=Al-HGdCytyJGurPGi6uVw4o; expires=Sun, 24-Oct-2021 03:23:22 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AkruvTPymr1Dku_2uuNjw8o; expires=Sat, 11-Dec-2021 08:19:24 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrm_X6U1TJ18Ybyg8d8graKGxRJ4v_xSbKDb7ucWcUqUyHHoUFwj89EHz9McneqekM6kzLUSlj909UYhWqAUgHozbyMgn4Dh06YdgOyjOUlARjmT37mwMQJRH58cboJTG9CL57NHE4bjYm4P8pjouxcZKRgU6rtUjpn_fXTg6E5sYgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr-Q2nLgN8p9bNjEijlIOlqhxgkUeHO8VWr_966ytTR0M_jhFfDN4fAF2XEizteATWPPM568qPjGkuq8GBEZHcWjd-Gltd0GrKh9LiH7DEmZH2I0juLPy9nz8zFQ_4zBSw3pFXEWgTMo71IoGQhANxDhbSZ6ScVxgvMVNMqxrwdjogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:22 GMT', + 'Thu, 11 Nov 2021 08:19: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.1&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=727f46a8-b525-426a-8373-ec8116ccaf9d&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") + .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.1&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=a9811a2a-7bc4-4574-89d8-6019d6202bcf&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e01648aa-8c6a-4621-b976-40aa88200700', + '92d93328-dfb9-47fd-8666-6d884a1f0800', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=As_BL39C-EdKv-C20zXILQ0WPr5BAQAAAKo739gOAAAA; expires=Sun, 24-Oct-2021 03:23:22 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArWzz2-CZolDsbpVVoEZUbMWPr5BAQAAAAzJHtkOAAAA; expires=Sat, 11-Dec-2021 08:19: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', - 'Fri, 24 Sep 2021 03:23:22 GMT', + 'Thu, 11 Nov 2021 08:19:24 GMT', 'Content-Length', '1351' ]); @@ -113,7 +113,7 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfdbbd3ac69b2e5acce7eaffcba5965d31c0ddeeaefd4e2a3d147edf58a50ffe876d0fbf008c2325b0042173061becaebb6a0368f7ef147667cf89d89d46dfefbd7fcf157abf2a78e8f3ffb0c9fe46d76411ffdbe1fedd07390edec6fd3cf9ded9d5dfc43cff6a7bbfbb3fdfd870fe8f79ddff723bcd25267bb9fdedbdbbf7fefc1c1bd5ff24b7ec9f77f","c9ff0368fa09079f010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfdbbd3ac69b2e5acce7eaffcba5965d31c0ddeeaefd4e2a3d147edf58a50ffe876d0fbf008c2325b0042173061becaebb6a0368f7ef147667cf89d89d46dfefbd7f2f1fcfe57c7c79f7d864ff236bba08f7edf8f76e8c9f39d87dbf473677b6717ffd0b3fde9eec174b67bfe907edff97d3fc22b2d75b6fbe9bd4fe99b07fbf77fc92ff925dfff25","ff0ff1643d479f010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -135,13 +135,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11906', 'x-ms-request-id', - '59ffd46a-0689-442f-bd2c-2ede9294ee6d', + '06a2cd2b-6e24-465d-9018-be869af6d2fa', 'x-ms-correlation-request-id', - '59ffd46a-0689-442f-bd2c-2ede9294ee6d', + '06a2cd2b-6e24-465d-9018-be869af6d2fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032323Z:59ffd46a-0689-442f-bd2c-2ede9294ee6d', + 'SOUTHEASTASIA:20211111T081925Z:06a2cd2b-6e24-465d-9018-be869af6d2fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:22 GMT' + 'Thu, 11 Nov 2021 08:19:25 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 index bee97bbf222b..200c3ec62f6b 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f197bc17-9258-4a73-9394-604473250700', + 'd03127da-446a-4706-9c1f-ece8e8fd1400', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AnmbKf0a8fpLqKmENd-CDfw; expires=Sun, 24-Oct-2021 03:23:23 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AiTeBiOQJ09PmvCKJdbZYFw; expires=Sat, 11-Dec-2021 08:19:25 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevreHqttvLWHdrBnIp0mp7dXx9AP5lgipsKq8X9C4yjtHqCkztd_SLQbtf9EfJ0p69exluzfJu8VxwIUQixKfoZ-nVu5DkCTKAlQ_NO83lX44AVHd-Mnlk931WULi-0Qu9rF2ikBkCTnqiKIZzkM7gVVA32_mRlZTJw_DYWkEYlDw0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrNCGoPTUZV8tSKe4kVbJuFSf8qoDEZxp7G-NN-yxIH3-ka5IlELgO_mjs-r6C7ve4SwxwLfmGcvCu4kHe_ggr8i9zIR-6ehJLwZgvrTIaAAxMSWakUZjYJnAntsb_wKrW8nrl85-pf0_nBWsszAqUMMJHv8SPgOgr9eNSfmUs_EogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:23 GMT', + 'Thu, 11 Nov 2021 08:19:25 GMT', 'Content-Length', '980' ]); @@ -45,8 +45,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', - '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -60,23 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '68e15cff-4626-431b-a07f-0db43df90700', + 'd36e7f81-dbd2-4076-bcac-29aadbbc1100', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Ai0ZFx1wF9pNmPYvUxyme4w; expires=Sun, 24-Oct-2021 03:23:23 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArpaPoTXR-RLnCJIGFuof3s; expires=Sat, 11-Dec-2021 08:19:25 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrgkv9wEmPgY82XUgolu5Dk_GzGFefB8WXK3EDjY5YWfU5UqX0wc5ww-N4IV1hZ1yiKAx80cbtjjE38VhHe3cSV8RZqCl0nTvEuEqMh1qpumADiV8IrqqsUPDupM_K3KnxZE8flvshOr28ZlCXcisfMviOSEFmoWLaVb2VMGVhMlUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8qu3FCJ53Ov5JW1BCHYTkfcoc58Qqlif-vmlNZQAPS9DnEQSE2o7AxlrGavsgp3Hw-MIEe12XiBGYLegB0uI54k1Z0oXkCHyKmrB7Eilxx9QjaufzbAeknN8xKoKfxtJELcXrH4qQJjLvM-1JCpLneJDMA4wPfMn3WQsNZj9uzIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:23 GMT' + 'Thu, 11 Nov 2021 08:19: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.1&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=44531743-356d-443a-9ba8-0d58a7fdf3f2&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") + .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.1&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=322f51a4-db39-4ebb-ba0c-5f5741dcbd71&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '147f2c6e-e523-4ab0-97dd-30b102940600', + '83a16a01-243e-405e-8094-974a1ebe1600', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AnVAlJl-4RhHqaPJ5EqVwwwWPr5BAQAAAKo739gOAAAA; expires=Sun, 24-Oct-2021 03:23:23 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AkO0S0yrWRRPmw4w5DT7Nl8WPr5BAQAAAA3JHtkOAAAA; expires=Sat, 11-Dec-2021 08:19: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', - 'Fri, 24 Sep 2021 03:23:23 GMT', + 'Thu, 11 Nov 2021 08:19:25 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) '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/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/e5d2ea58-96ba-4073-9a24-68e0cb078f36?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e5d2ea58-96ba-4073-9a24-68e0cb078f36?api-version=2021-10-15', 'x-ms-request-id', - '9c2ed4ec-014d-43ca-81a7-11b6973ef3e7', + 'e5d2ea58-96ba-4073-9a24-68e0cb078f36', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1199', 'x-ms-correlation-request-id', - '42600751-e06c-483a-92cc-80d6ddc793fa', + '326f58d7-1693-4576-82f7-d141d06d38ac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032324Z:42600751-e06c-483a-92cc-80d6ddc793fa', + 'SOUTHEASTASIA:20211111T081926Z:326f58d7-1693-4576-82f7-d141d06d38ac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:23 GMT' + 'Thu, 11 Nov 2021 08:19:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e5d2ea58-96ba-4073-9a24-68e0cb078f36') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -171,19 +171,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11905', 'x-ms-request-id', - 'd62ecceb-3d2d-4ddc-8099-4c292089e7c2', + '359cb026-6735-41f8-ad8f-6bb26d1b19f9', 'x-ms-correlation-request-id', - 'd62ecceb-3d2d-4ddc-8099-4c292089e7c2', + '359cb026-6735-41f8-ad8f-6bb26d1b19f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032324Z:d62ecceb-3d2d-4ddc-8099-4c292089e7c2', + 'SOUTHEASTASIA:20211111T081927Z:359cb026-6735-41f8-ad8f-6bb26d1b19f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:24 GMT' + 'Thu, 11 Nov 2021 08:19:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e5d2ea58-96ba-4073-9a24-68e0cb078f36') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -207,19 +207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11904', 'x-ms-request-id', - '3fde1a5a-a7d4-4c05-b9e6-1ff837ca9afa', + '759652f0-46de-4ebd-a383-3b493ab14097', 'x-ms-correlation-request-id', - '3fde1a5a-a7d4-4c05-b9e6-1ff837ca9afa', + '759652f0-46de-4ebd-a383-3b493ab14097', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032326Z:3fde1a5a-a7d4-4c05-b9e6-1ff837ca9afa', + 'SOUTHEASTASIA:20211111T081929Z:759652f0-46de-4ebd-a383-3b493ab14097', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:26 GMT' + 'Thu, 11 Nov 2021 08:19:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e5d2ea58-96ba-4073-9a24-68e0cb078f36') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -243,19 +243,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11903', 'x-ms-request-id', - 'ef29a7c5-8d74-416b-a73f-adf08186ca48', + '2be26530-58d1-48cf-9733-9d5716652bf0', 'x-ms-correlation-request-id', - 'ef29a7c5-8d74-416b-a73f-adf08186ca48', + '2be26530-58d1-48cf-9733-9d5716652bf0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032329Z:ef29a7c5-8d74-416b-a73f-adf08186ca48', + 'SOUTHEASTASIA:20211111T081931Z:2be26530-58d1-48cf-9733-9d5716652bf0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:28 GMT' + 'Thu, 11 Nov 2021 08:19:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e5d2ea58-96ba-4073-9a24-68e0cb078f36') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -279,21 +279,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11902', 'x-ms-request-id', - 'c3c9612b-1b5e-44af-914b-68466e66cf63', + '18ab3c61-9578-407b-a44b-79b2adb56cc3', 'x-ms-correlation-request-id', - 'c3c9612b-1b5e-44af-914b-68466e66cf63', + '18ab3c61-9578-407b-a44b-79b2adb56cc3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032331Z:c3c9612b-1b5e-44af-914b-68466e66cf63', + 'SOUTHEASTASIA:20211111T081933Z:18ab3c61-9578-407b-a44b-79b2adb56cc3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:31 GMT' + 'Thu, 11 Nov 2021 08:19: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/9c2ed4ec-014d-43ca-81a7-11b6973ef3e7') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/e5d2ea58-96ba-4073-9a24-68e0cb078f36') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2bdbb282eeaaccddf54c7ebb66aa659997f34faa8bd5ee534c2dbe112e93dd25fb49f65b6403f7be73f3da3bf8808abbc6e8bbcf9e8d12ffec8900abf3b781f3ddadfd9197d941920063e5a2db2776fc2863bbf64f4d1a258168bf5c2ffe6237cf5d12ff925bf","e4ff0162a3268cca010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2bdbb282eeaaccddf54c7ebb66aa659997f34faa8bd5ee534c2dbe112e93dd25fb49f65b6403f6f5e7f5ad35f4484555eb745de7cf4e8177f644885df1dbc8f1eedefec8c3eca0c10031fad16d9bb3761c39d5f32fa68512c8bc57ae17ff311befae897fc925f","f2ff000c859cb3ca010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -315,13 +315,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11901', 'x-ms-request-id', - '9f97cfdc-1698-4209-9b4b-ab84cddc1920', + '1761b300-0c50-4a7e-941a-e0180159de53', 'x-ms-correlation-request-id', - '9f97cfdc-1698-4209-9b4b-ab84cddc1920', + '1761b300-0c50-4a7e-941a-e0180159de53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032333Z:9f97cfdc-1698-4209-9b4b-ab84cddc1920', + 'SOUTHEASTASIA:20211111T081936Z:1761b300-0c50-4a7e-941a-e0180159de53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:33 GMT' + 'Thu, 11 Nov 2021 08:19: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 index 9ec983067746..24c41a0065a6 100644 --- 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 @@ -10,8 +10,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":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-Length', - '980', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -25,19 +23,21 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '68e15cff-4626-431b-a07f-0db4d1f80700', + '83a16a01-243e-405e-8094-974a93bd1600', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=Avbi6YZGyOdDvV4iNqCsyLU; expires=Sun, 24-Oct-2021 03:23:11 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AqIFB-EwuWNAn8xNbHpCbhQ; expires=Sat, 11-Dec-2021 08:19:12 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7HrC_iqyqou60GmlDqfAvmZFb_EHFIdsTc2EcSEudoZTiXQp5BZJFND38PWcs89okmLsytlwAJ-nHd6PpxySPX-1zgRWRD_6p5S9X1ZQS-1k0-NLMvRsnMJQN3_Jg89VHP9W2Xyj2BXp1HlgRhiQpln3oRjkdR4WJ2GWmnODJ-4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr774GURMRohMe7uNIZOnDn8cR9R1WvPo_0HgteflNjeOXpPPs-n6UAj2n1KfdOb_rc4mg4FSVJGjnJKNwt1Y0F20-Sw62-bSqp5n-qYR5Pv5qTicq1vCfcJiblnqho2Txf5fZ6_y4DP8t2BFtbfnHUN5gpQcR3zfdrs0aTAmQ4DcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:10 GMT' + 'Thu, 11 Nov 2021 08:19:11 GMT', + 'Content-Length', + '980' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e01648aa-8c6a-4621-b976-40aa2b200700', + '83a16a01-243e-405e-8094-974a94bd1600', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=ArHHSmojXxJGrU7uh_XNPYQ; expires=Sun, 24-Oct-2021 03:23:11 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AroZvXGCmadMmEi-3Wf1eKQ; expires=Sat, 11-Dec-2021 08:19:12 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrr00qeuodDHwhFdmzrwDZS5uWwy82rTD3ua0jM2JvgQioxLXJot8LKrrgPiCijX76Qo2dFXxU0RkBHksrUZ2KTdHi3CjVs9ArAsUp_wKn0rG-ox9Dz-jE-wTWQfXK9yfoV1DUVumVStA8FD6KeKVl8vXvK21Tc8m-OmVdkdToMdkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrk3LU9kf4EQL4Rs6ndqk6EENxUsFxklrsSyhyrQhBkE0rUnVLFZjr8TWHErekDkYtIkLosx3f3mO2Abd2JbMu8QXrcrw38pX0vKqp64e0n66v7z3qPy0CIGBzHKtTTV2KJfi63MaDet6wmQLJV46oueemWFx9o6WwRmtJ04bKGG0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:10 GMT', + 'Thu, 11 Nov 2021 08:19: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.1&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=28cc5da2-81a7-439a-9d16-d135259a2c75&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") + .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.1&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=2e389bfe-c8b4-44bf-9b0d-98d02448e738&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f197bc17-9258-4a73-9394-604413250700', + 'b01f6253-c871-4112-8788-927ec2c11800', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Ah2NKyvo9ClMqwet9Si6vQ4WPr5BAQAAAJ4739gOAAAA; expires=Sun, 24-Oct-2021 03:23:11 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AjtLRHwLYjVMp2SoDtt-UqQWPr5BAQAAAADJHtkOAAAA; expires=Sat, 11-Dec-2021 08:19: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', - 'Fri, 24 Sep 2021 03:23:11 GMT', + 'Thu, 11 Nov 2021 08:19:12 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) '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/d651e89f-778e-4a72-a1b6-bc79800394ff?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/operationResults/fc452ba7-c698-44db-a2dd-6c17713983a4?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fc452ba7-c698-44db-a2dd-6c17713983a4?api-version=2021-10-15', 'x-ms-request-id', - 'd651e89f-778e-4a72-a1b6-bc79800394ff', + 'fc452ba7-c698-44db-a2dd-6c17713983a4', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1197', 'x-ms-correlation-request-id', - '2b67c30b-eba8-4f8d-94c5-2768c035faaf', + '87127a3e-2c79-42c5-ad3f-b92a68bae5db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032312Z:2b67c30b-eba8-4f8d-94c5-2768c035faaf', + 'SOUTHEASTASIA:20211111T081913Z:87127a3e-2c79-42c5-ad3f-b92a68bae5db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:11 GMT' + 'Thu, 11 Nov 2021 08:19:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fc452ba7-c698-44db-a2dd-6c17713983a4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -171,21 +171,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11912', 'x-ms-request-id', - '85da5f6c-4383-418d-b010-d7a8f1dd58d0', + '2c46c43a-81fd-4360-8b7d-f96938999fe9', 'x-ms-correlation-request-id', - '85da5f6c-4383-418d-b010-d7a8f1dd58d0', + '2c46c43a-81fd-4360-8b7d-f96938999fe9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032312Z:85da5f6c-4383-418d-b010-d7a8f1dd58d0', + 'SOUTHEASTASIA:20211111T081913Z:2c46c43a-81fd-4360-8b7d-f96938999fe9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:12 GMT' + 'Thu, 11 Nov 2021 08:19:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fc452ba7-c698-44db-a2dd-6c17713983a4') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -207,19 +207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11911', 'x-ms-request-id', - 'c39d0349-7284-412e-8674-f660c8067b59', + '1af4f1d1-c9a4-4349-afd4-0ca59e3cf649', 'x-ms-correlation-request-id', - 'c39d0349-7284-412e-8674-f660c8067b59', + '1af4f1d1-c9a4-4349-afd4-0ca59e3cf649', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032314Z:c39d0349-7284-412e-8674-f660c8067b59', + 'SOUTHEASTASIA:20211111T081916Z:1af4f1d1-c9a4-4349-afd4-0ca59e3cf649', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:14 GMT' + 'Thu, 11 Nov 2021 08:19:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fc452ba7-c698-44db-a2dd-6c17713983a4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -243,19 +243,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11910', 'x-ms-request-id', - 'cfeed434-1c2a-4380-88a1-20c3aee1e384', + '44021b93-a38b-42f9-be1b-5c1158d8b9d0', 'x-ms-correlation-request-id', - 'cfeed434-1c2a-4380-88a1-20c3aee1e384', + '44021b93-a38b-42f9-be1b-5c1158d8b9d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032316Z:cfeed434-1c2a-4380-88a1-20c3aee1e384', + 'SOUTHEASTASIA:20211111T081918Z:44021b93-a38b-42f9-be1b-5c1158d8b9d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:16 GMT' + 'Thu, 11 Nov 2021 08:19:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d651e89f-778e-4a72-a1b6-bc79800394ff') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fc452ba7-c698-44db-a2dd-6c17713983a4') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -279,21 +279,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11909', 'x-ms-request-id', - 'd3a49271-5554-4f60-932f-6a8cbe6ecde9', + '906a6fb6-5701-4336-b8aa-d267d52c42a5', 'x-ms-correlation-request-id', - 'd3a49271-5554-4f60-932f-6a8cbe6ecde9', + '906a6fb6-5701-4336-b8aa-d267d52c42a5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032319Z:d3a49271-5554-4f60-932f-6a8cbe6ecde9', + 'SOUTHEASTASIA:20211111T081921Z:906a6fb6-5701-4336-b8aa-d267d52c42a5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:19 GMT' + 'Thu, 11 Nov 2021 08:19: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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b00dd3bffe919fd45c35be5755be4cd478f7ef1478608f8ddbdfcd1a3fd9d9dd1478b62592cd68b37dee71fd1171ffd925ff2","4bfe1ff8e7ee3678010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b007df3fad39afea2e1adf2ba2df2e6a347bff8234304fcee5efee8d1fececee8a345b12c16ebc51beff38fe88b8f7ec92ff9","25ff0fe884463f78010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -315,13 +315,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11908', 'x-ms-request-id', - '5759bc7b-1ca1-400f-9e40-d31ec4b5ff87', + '8cfc6e8b-591f-4e79-be56-8e548ab39457', 'x-ms-correlation-request-id', - '5759bc7b-1ca1-400f-9e40-d31ec4b5ff87', + '8cfc6e8b-591f-4e79-be56-8e548ab39457', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032321Z:5759bc7b-1ca1-400f-9e40-d31ec4b5ff87', + 'SOUTHEASTASIA:20211111T081923Z:8cfc6e8b-591f-4e79-be56-8e548ab39457', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:21 GMT' + 'Thu, 11 Nov 2021 08:19:23 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_checknameexists_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_checknameexists_test.js index deb96fa58d76..39c239e6da64 100644 --- a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_checknameexists_test.js +++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_checknameexists_test.js @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e1390ef0600', + 'af479aa7-2da5-4dfb-aaf6-8cc311ea1400', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AlEjtB0WFZREuJPsmjYs7c0; expires=Sun, 24-Oct-2021 03:42:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AoW7vW0sfgFDhA2MEL3iNWc; expires=Sat, 11-Dec-2021 08:42:49 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrufI44-YuYCT7bOF9IkgmjQf_u0T5Es0wO2AtLT6eCpqU2j-uQsW-kEQF9VJ0ZTjySO3yYE3z9Gq3P3IIueILW50yKvebP9SzeGvhBUpOzQdJaWd-iuxyD4LPBQA9kK2G5JtDWXf_T1-BQiZFvIzRzalcWrJbQ1Ek7IH5Qn667zUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrLqpdoCn9RUdJErlPSEX1Q9J58Ad9wFrAIiOF1aL3fUFZMK8o-p6C1UXdpyhcPmzJD1X-g1Cd3L30KowDpxvu5veKn2gBBszotoXdk2H8Jo8scBOOUR8PiclJBl7LjNc6UZ8rkQ7JU-12kXh9AISV4tH4XvWM38j3zwF5asZX7lUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:56 GMT', + 'Thu, 11 Nov 2021 08:42:48 GMT', 'Content-Length', '980' ]); @@ -45,8 +45,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', - '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -60,23 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e01648aa-8c6a-4621-b976-40aa973f0700', + '428c2df3-e54a-4b33-a537-d9d8ca9f1600', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AkncF66SlO5GvkKXvy0Qpio; expires=Sun, 24-Oct-2021 03:42:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AopGOQ3H8kJCoxFaBc9GdAk; expires=Sat, 11-Dec-2021 08:42:49 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrU3cqNZtl71s2HjRoCMPg3Hpb7V6bCUXkcn7K367I11-4wRAjQ-BVSX6VV8vfYFydNqkt1y79jW4vDIptYA0qzUFNIjoXLHxUJJ6fp6TqIGHCjhib1zbNcrJ58r1oJ6kFPzcIiK5MT0Xfzts3q7ldSvh4gsIVUireKfs008Y_pn8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevry_YNmCSc8-Bt5xzF2yPFNyQqWt_mT6DKRgWSpSLW2VkzpOsQAy4rZf-tDqu_w8g69zSaPbvPN7gnMnP44XUSKH3nKfbi6pgWunfTPaHgww5R8QZUjklWBafuk73raUJ50tl30V4MnnwGy5FZ2goY0qnLosqYHXoMBj81e0ULZ1ogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:56 GMT' + 'Thu, 11 Nov 2021 08:42:48 GMT', + 'Content-Length', + '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=33478240-9389-49bd-8350-ba80d3bedff8&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") + .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.1&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=e4e16143-a74e-4361-b41d-b2973a253547&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6332f45a-4a68-47f2-bf85-b9e358f60700', + 'af479aa7-2da5-4dfb-aaf6-8cc312ea1400', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AnlWJf4CJfBIk8oo-z5hk-wWPr5BAQAAAD9A39gOAAAA; expires=Sun, 24-Oct-2021 03:42:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AgrMXON-Eu9IsL_EO1TpTfoWPr5BAQAAAInOHtkOAAAA; expires=Sat, 11-Dec-2021 08:42:49 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:56 GMT', + 'Thu, 11 Nov 2021 08:42:48 GMT', 'Content-Length', '1351' ]); 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 index 5614430691b7..127352614d30 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '72671ae7-3b91-4b2e-afcc-79039ea60600', + 'bb8d8517-e626-4de0-9135-c8267d431100', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Aq_L_PlreqpImwhbXbWGB2g; expires=Sun, 24-Oct-2021 03:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=At8oxa4Y5uNMjMY-a6VKXNM; expires=Sat, 11-Dec-2021 08:15:36 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr2a7xFbZey3LRfBNXUZb-6FKpgyEOROvF6NE1wYu8wnvY8m5iO23lwdOyl2aCGosMWLMRnZ-6nqtn_eO74oyiUAzY1zDdEKRJRJ-t8AOa2qM3XyGwjQQnLGOIGoasTBbdYPQ39plm6oPPwyB-KUrU-jG6VDlS3Bcx_jU9RFc4nxQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr31Bqe9ja5OIvalZ4MXN4byXkYJ8VEEyhjkEwvqA-MiaTbllo7TKBBK3rG1qC4v0CZJgxVZJrYJUBKc9qDMSrfMnvbWwi1Q77mchGg1rtoO6UfKQboXHQWK_IR5-kBg7nC2GzzZdgzUdowpki3t14p0xhIPFfC_lhLk-v7C7YyqMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:19:35 GMT', + 'Thu, 11 Nov 2021 08:15:36 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '4ba0269c-2673-4818-a3cc-7482fbc50600', + '7636402c-909b-402c-abdd-a6770eb70900', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=Ap7i6UNp9SBIno5biR-4cLg; expires=Sun, 24-Oct-2021 03:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AvoKP353GfNIqEMXaAALcH4; expires=Sat, 11-Dec-2021 08:15:37 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrG7UsDNlb5hwd-JEKQBT6Ii2RmZ5v2DvcnpQWk5o8m8SeNa2er1dlgV61ZECe4B9uV5R7SzrUecGa__HuuPrEOB4syjZQnEEcemt2rjmjOL7fmfldc3K-7lBMEqGDpaL7DXmy_a1uXXhyMNPLMf9uEXRUMT2WpZ21L5DVXNLMDcwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevreErYBhEcDzjPNO_YAJDW88IqNLglHt3OIMvNhnc_19YOKEwohQXs5zufyP0vya7rQowN_WQQ5QIZU7zk-OmGQm7iWX0MTNZNXpfC_LSAgzz6YReEU8f_B-8zmV2P8Y0sji7IepeJy5GAo21lNzcmMbSUkj4PvmMxQfsnkGCQlFIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:19:35 GMT', + 'Thu, 11 Nov 2021 08: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.1&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=ff82bc62-9d5c-41c7-8c79-207da179abd7&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") + .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.1&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=a301f620-9754-4909-a4bc-09cb13a2e5a9&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '4ba0269c-2673-4818-a3cc-7482fdc50600', + 'd0df041e-9aad-4003-b51d-51eb98f50a00', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=ApFNY9Tbkk5IgkdVA1SFyT8WPr5BAQAAAMg639gOAAAA; expires=Sun, 24-Oct-2021 03:19:36 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Av5ls0WaLg1Gvk5YfnlgI60WPr5BAQAAACnIHtkOAAAA; expires=Sat, 11-Dec-2021 08: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', - 'Fri, 24 Sep 2021 03:19:35 GMT', + 'Thu, 11 Nov 2021 08:15:37 GMT', 'Content-Length', '1351' ]); @@ -113,7 +113,7 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eefedbfd9b9f768f7e1a3fdfbe3dddddd4ff7ee3ff8a98fe84d1af82aafdb220724fc7559348470b1bc78dd121082700268f43775b85a4fca62fa226fafaafa2da19837f4d647a7cb6c52e633fa3ee7df8ed76db5a057a6cfb2a2ac2ef3faa347e759d9e4e6fb2fd6655baccafcbb75d1e6cf9542042868f43223a4f0c5ef955f7f41f8b4950353343f59d4ed3a2b15936745d9e6b541c3b4ba0cdabc5a9718e2f7be3f32f81eaf8a373413f4e1472759d364cb599dd118664583afa9db27340fb32ff236c3a430b266c8da8360faaccef337456f94c7cbacbc262264e56bc23dbb2052eaf759f79b936a795e5cac6b2604a6a199cef34506ec08b9efe665f9343f2f9634369ab062d9b4d9729a9fd1483f3adf7b7070b093dfdbdeb9776fb6bd7f9e4fb7270ff726dbd96476b0737eff607f27cb31261a80c7555f9e9fe7b542a7595eceb21ab337cbcf339a9ab359be24d25fd397f4e152c8773c2d9f5caf884cf4e98b6ac940855098c092a67c6ec737a5d92c881f97d3eb9715f10b41fac506380dd57cf73cbfcc4b02f79a488a718f3e5a64efce963493975979b67c9d139c19f5779fbf203ccb7c494d5fd6448b771f3ddaddd9216a501b47ba2f89d76a92627a0942718529037af88e3efb9eea8d4048b7f3ac69d7903323ab2f44949dbcde2014e7cae52feba2a21e69b43b344bcd4f11955ee5b33551774982c8b4f925c47df4e2ecff7548996efe5f83906d0e0662e5f475f1b2905cc7e8605ad5008adfb25536294a5236da8dea7251134e35e0ad62e5e99149367dbb5e318604f5171bbdfe32a79e66c594fa26cdcabf7e51cdf29781a295771db77f512cd764883e7ab4b74f74916f5fe5242718936bf66d325ed4e8c03451056228083c3e3a5b525322d52f2111e84aef2b357f67102c8c61566417cbaa216df4bcba789db7982dfaea17ab127bb62ecb37f9bbf627d6790dd82cfa004c5246a8819a76dcfa","ddff036f7467179d070000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b777f1bf373b078f76ef3fdabf3f7eb8ffe9cec1dede4f7d446fd2c05779dd163920e1afcba221848be5c5eb968010841340a3bfa9c3d57a5216d317797b55d56f09c5bca1b73e3a5d6693329fd1f739ff76bc6eab05bd327d9615657599d71f3d3acfca2637df7fb12edb6255e6dfad8b367fae14224041a3971921852f7eaffcfa0bc2a7ad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5bac410bff7fd91c1f77855bca199a00f3f3ac99a265bceea8cc6302b1a7c4ddd3ea179987d91b7192685913543d61e04d367759ebf297aa33c5e66e53511212b5f13eed9059152bfcfbadf9c54cbf3e2625d3321300dcd749e2f326047c87d372fcba7f979b1a4b1d18415cba6cd96d3fc8c46fad1bd4fef9d9f7f7a7fb27df0606fbabdbf373dd89e4ca793ed49b69b650fee7ffa60e7fc3ec64403f0b8eacbf3f3bc56e834cbcb595663f666f97946537336cb9744fa6bfa923e5c0af98ea7e593eb1591893e7d512d73fa460985092c69cae7767c539acd82f87139bd7e5911bf10a45f6c80d350cd77cff3cbbc2470af89a418f7e8a345f6ee6c493379999567cbd739c199517ff7f90bc2b3cc97d4f4654db478f7d1a3dd9d1da206b571a4fb9278ad2629a6972014579832a087efe8b3efa9de0884743bcf9a760d3933b2fa4244d9c9eb0d4271ae5cfeb22e2aea9146bb43b3d4fc1451e9553e5b13759724884c9b5f42dc472fcefe5f8794e9e6ff3508d9e66020564e5f172f0bc9758c0ea6550da0f82d5b6593a22465a3dda82e1735e15403de2a569e1e9964d3b7eb156348507fb1d1eb2f73ea69564ca96fd2acfceb17d52c7f19285a79d771fb17c5724d86e8a3477bfb4417f9f6554e728231b966df26e3458d0e4c1355208682c0e3a3b325352552fd121281aef4be52f37706c1fadef7a905890bf501b2d801b07cff92","5ff2ff003e013a2f66070000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -125,13 +125,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Encoding', 'gzip', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/operationResults/92a22a5a-b36f-4b63-b622-bf34f2db499c?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/operationResults/9bc04107-3161-4024-8c4c-e011bc6e824f?api-version=2021-10-15', 'Vary', 'Accept-Encoding', 'x-ms-request-id', - '92a22a5a-b36f-4b63-b622-bf34f2db499c', + '9bc04107-3161-4024-8c4c-e011bc6e824f', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f?api-version=2021-10-15', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -141,17 +141,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1199', 'x-ms-correlation-request-id', - '4fdb93dd-b12e-49e1-9284-0d2467ed0ddf', + '59c956d3-c7bb-47f4-a5c7-3982ae7df06d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T031947Z:4fdb93dd-b12e-49e1-9284-0d2467ed0ddf', + 'SOUTHEASTASIA:20211111T081548Z:59c956d3-c7bb-47f4-a5c7-3982ae7df06d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:19:46 GMT' + 'Thu, 11 Nov 2021 08:15:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -175,19 +175,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11999', 'x-ms-request-id', - 'b3d10731-7e76-4ac1-9009-50e51c272612', + '0fd1fa4c-223b-4773-b0c0-bc6ad2fdd90f', 'x-ms-correlation-request-id', - 'b3d10731-7e76-4ac1-9009-50e51c272612', + '0fd1fa4c-223b-4773-b0c0-bc6ad2fdd90f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T031948Z:b3d10731-7e76-4ac1-9009-50e51c272612', + 'SOUTHEASTASIA:20211111T081549Z:0fd1fa4c-223b-4773-b0c0-bc6ad2fdd90f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:19:48 GMT' + 'Thu, 11 Nov 2021 08:15:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -211,19 +211,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11998', 'x-ms-request-id', - 'fb7f560b-dcd4-4179-8143-139efd1cb557', + 'cd6fe832-5439-4a8f-a71a-ac19bf1f7bed', 'x-ms-correlation-request-id', - 'fb7f560b-dcd4-4179-8143-139efd1cb557', + 'cd6fe832-5439-4a8f-a71a-ac19bf1f7bed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T031950Z:fb7f560b-dcd4-4179-8143-139efd1cb557', + 'SOUTHEASTASIA:20211111T081551Z:cd6fe832-5439-4a8f-a71a-ac19bf1f7bed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:19:50 GMT' + 'Thu, 11 Nov 2021 08:15:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -247,19 +247,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11997', 'x-ms-request-id', - 'f0daaf98-2d97-4b1a-a5a6-b01b2248d5e7', + '72a349ef-15c7-4ba1-b65c-1f207835d157', 'x-ms-correlation-request-id', - 'f0daaf98-2d97-4b1a-a5a6-b01b2248d5e7', + '72a349ef-15c7-4ba1-b65c-1f207835d157', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T031953Z:f0daaf98-2d97-4b1a-a5a6-b01b2248d5e7', + 'SOUTHEASTASIA:20211111T081554Z:72a349ef-15c7-4ba1-b65c-1f207835d157', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:19:53 GMT' + 'Thu, 11 Nov 2021 08:15:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -283,19 +283,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11996', 'x-ms-request-id', - '3d45c5b9-482f-45c4-b159-f71effa722e5', + '912e7586-da50-448a-96ce-3f756f6e27f3', 'x-ms-correlation-request-id', - '3d45c5b9-482f-45c4-b159-f71effa722e5', + '912e7586-da50-448a-96ce-3f756f6e27f3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T031955Z:3d45c5b9-482f-45c4-b159-f71effa722e5', + 'SOUTHEASTASIA:20211111T081556Z:912e7586-da50-448a-96ce-3f756f6e27f3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:19:55 GMT' + 'Thu, 11 Nov 2021 08:15:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -319,19 +319,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11995', 'x-ms-request-id', - 'ac651586-63b9-440c-83c5-0794d4596b80', + '3437f4a3-6946-4638-88c3-84cef82b93c4', 'x-ms-correlation-request-id', - 'ac651586-63b9-440c-83c5-0794d4596b80', + '3437f4a3-6946-4638-88c3-84cef82b93c4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T031958Z:ac651586-63b9-440c-83c5-0794d4596b80', + 'SOUTHEASTASIA:20211111T081558Z:3437f4a3-6946-4638-88c3-84cef82b93c4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:19:58 GMT' + 'Thu, 11 Nov 2021 08:15:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -355,19 +355,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11994', 'x-ms-request-id', - '0ed6bc16-e134-4e5a-bcf2-959942e8cbcd', + 'a20dabe6-7733-415c-96fd-0520b5d1007f', 'x-ms-correlation-request-id', - '0ed6bc16-e134-4e5a-bcf2-959942e8cbcd', + 'a20dabe6-7733-415c-96fd-0520b5d1007f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032000Z:0ed6bc16-e134-4e5a-bcf2-959942e8cbcd', + 'SOUTHEASTASIA:20211111T081601Z:a20dabe6-7733-415c-96fd-0520b5d1007f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:00 GMT' + 'Thu, 11 Nov 2021 08:16:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -391,19 +391,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11993', 'x-ms-request-id', - '6ed4386c-ff01-484f-8de0-be6da57c7e18', + 'e4a52cbe-cbc3-4da6-bf96-0b60be2e8945', 'x-ms-correlation-request-id', - '6ed4386c-ff01-484f-8de0-be6da57c7e18', + 'e4a52cbe-cbc3-4da6-bf96-0b60be2e8945', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032002Z:6ed4386c-ff01-484f-8de0-be6da57c7e18', + 'SOUTHEASTASIA:20211111T081603Z:e4a52cbe-cbc3-4da6-bf96-0b60be2e8945', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:02 GMT' + 'Thu, 11 Nov 2021 08:16:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -427,19 +427,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11992', 'x-ms-request-id', - 'f39dd449-e986-4ad3-95f6-429161350c23', + '4bbf49ac-ddfd-4f6a-8e64-870a3737ffdd', 'x-ms-correlation-request-id', - 'f39dd449-e986-4ad3-95f6-429161350c23', + '4bbf49ac-ddfd-4f6a-8e64-870a3737ffdd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032005Z:f39dd449-e986-4ad3-95f6-429161350c23', + 'SOUTHEASTASIA:20211111T081605Z:4bbf49ac-ddfd-4f6a-8e64-870a3737ffdd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:05 GMT' + 'Thu, 11 Nov 2021 08:16:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -463,19 +463,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11991', 'x-ms-request-id', - 'd17c7a13-3074-41a2-b4f3-ab750d7fcd04', + 'd0867a24-d932-47f8-97e5-32da664919e4', 'x-ms-correlation-request-id', - 'd17c7a13-3074-41a2-b4f3-ab750d7fcd04', + 'd0867a24-d932-47f8-97e5-32da664919e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032007Z:d17c7a13-3074-41a2-b4f3-ab750d7fcd04', + 'SOUTHEASTASIA:20211111T081608Z:d0867a24-d932-47f8-97e5-32da664919e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:07 GMT' + 'Thu, 11 Nov 2021 08:16:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -499,19 +499,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11990', 'x-ms-request-id', - '8a10b082-e6b9-437d-8b78-99f12014a695', + 'c43f9574-e36c-4518-bef9-381fb553c082', 'x-ms-correlation-request-id', - '8a10b082-e6b9-437d-8b78-99f12014a695', + 'c43f9574-e36c-4518-bef9-381fb553c082', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032009Z:8a10b082-e6b9-437d-8b78-99f12014a695', + 'SOUTHEASTASIA:20211111T081610Z:c43f9574-e36c-4518-bef9-381fb553c082', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:09 GMT' + 'Thu, 11 Nov 2021 08:16:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -535,19 +535,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11989', 'x-ms-request-id', - '64fac847-d32f-47a9-bc33-ca89e0e61fc5', + '80e653fe-7745-41f8-a3c1-67c884b529e5', 'x-ms-correlation-request-id', - '64fac847-d32f-47a9-bc33-ca89e0e61fc5', + '80e653fe-7745-41f8-a3c1-67c884b529e5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032012Z:64fac847-d32f-47a9-bc33-ca89e0e61fc5', + 'SOUTHEASTASIA:20211111T081612Z:80e653fe-7745-41f8-a3c1-67c884b529e5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:11 GMT' + 'Thu, 11 Nov 2021 08:16:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -571,19 +571,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11988', 'x-ms-request-id', - '651642cd-f769-45a6-8f39-c1e1bb25e7d2', + '3d74e04f-0ff5-4e66-ab0f-33889a21ca50', 'x-ms-correlation-request-id', - '651642cd-f769-45a6-8f39-c1e1bb25e7d2', + '3d74e04f-0ff5-4e66-ab0f-33889a21ca50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032014Z:651642cd-f769-45a6-8f39-c1e1bb25e7d2', + 'SOUTHEASTASIA:20211111T081615Z:3d74e04f-0ff5-4e66-ab0f-33889a21ca50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:14 GMT' + 'Thu, 11 Nov 2021 08:16:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -607,19 +607,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11987', 'x-ms-request-id', - '4f038568-5602-4d9b-a4a3-675d6ff592df', + 'c9917c1f-74c0-41d2-96ad-76b7ca6cee24', 'x-ms-correlation-request-id', - '4f038568-5602-4d9b-a4a3-675d6ff592df', + 'c9917c1f-74c0-41d2-96ad-76b7ca6cee24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032016Z:4f038568-5602-4d9b-a4a3-675d6ff592df', + 'SOUTHEASTASIA:20211111T081618Z:c9917c1f-74c0-41d2-96ad-76b7ca6cee24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:16 GMT' + 'Thu, 11 Nov 2021 08:16:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -643,19 +643,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11986', 'x-ms-request-id', - '99762476-e761-4969-8c80-58d600660843', + '097dec66-8f3c-4860-8b62-3171cb1ec24f', 'x-ms-correlation-request-id', - '99762476-e761-4969-8c80-58d600660843', + '097dec66-8f3c-4860-8b62-3171cb1ec24f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032019Z:99762476-e761-4969-8c80-58d600660843', + 'SOUTHEASTASIA:20211111T081620Z:097dec66-8f3c-4860-8b62-3171cb1ec24f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:18 GMT' + 'Thu, 11 Nov 2021 08:16:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -679,19 +679,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11985', 'x-ms-request-id', - 'de67914e-0998-4a2f-9134-a9333b61134f', + '798c4ece-cd23-4e93-8442-aa83cff39216', 'x-ms-correlation-request-id', - 'de67914e-0998-4a2f-9134-a9333b61134f', + '798c4ece-cd23-4e93-8442-aa83cff39216', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032021Z:de67914e-0998-4a2f-9134-a9333b61134f', + 'SOUTHEASTASIA:20211111T081622Z:798c4ece-cd23-4e93-8442-aa83cff39216', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:21 GMT' + 'Thu, 11 Nov 2021 08:16:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -715,19 +715,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11984', 'x-ms-request-id', - 'fd119cb8-0c19-49ba-bd5b-3a6c729eb869', + '64c7debd-79bc-482a-816c-62825d2bd4e4', 'x-ms-correlation-request-id', - 'fd119cb8-0c19-49ba-bd5b-3a6c729eb869', + '64c7debd-79bc-482a-816c-62825d2bd4e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032023Z:fd119cb8-0c19-49ba-bd5b-3a6c729eb869', + 'SOUTHEASTASIA:20211111T081625Z:64c7debd-79bc-482a-816c-62825d2bd4e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:23 GMT' + 'Thu, 11 Nov 2021 08:16:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -751,19 +751,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11983', 'x-ms-request-id', - '0b79f0c1-1035-4015-aedb-f17c14d01ce4', + '9b519f64-3f28-46e0-93a2-be24fa98fc18', 'x-ms-correlation-request-id', - '0b79f0c1-1035-4015-aedb-f17c14d01ce4', + '9b519f64-3f28-46e0-93a2-be24fa98fc18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032026Z:0b79f0c1-1035-4015-aedb-f17c14d01ce4', + 'SOUTHEASTASIA:20211111T081627Z:9b519f64-3f28-46e0-93a2-be24fa98fc18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:25 GMT' + 'Thu, 11 Nov 2021 08:16:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -787,19 +787,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11982', 'x-ms-request-id', - '1f15ee13-323e-4163-bce0-bf9205655671', + '0a99c8cd-ea84-4871-8959-83c376f930eb', 'x-ms-correlation-request-id', - '1f15ee13-323e-4163-bce0-bf9205655671', + '0a99c8cd-ea84-4871-8959-83c376f930eb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032028Z:1f15ee13-323e-4163-bce0-bf9205655671', + 'SOUTHEASTASIA:20211111T081629Z:0a99c8cd-ea84-4871-8959-83c376f930eb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:28 GMT' + 'Thu, 11 Nov 2021 08:16:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -823,19 +823,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11981', 'x-ms-request-id', - 'eb3c1395-17f2-4da0-93c8-17f3979ac483', + '76a0b3af-d1da-41c0-8414-277442a603b8', 'x-ms-correlation-request-id', - 'eb3c1395-17f2-4da0-93c8-17f3979ac483', + '76a0b3af-d1da-41c0-8414-277442a603b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032030Z:eb3c1395-17f2-4da0-93c8-17f3979ac483', + 'SOUTHEASTASIA:20211111T081632Z:76a0b3af-d1da-41c0-8414-277442a603b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:30 GMT' + 'Thu, 11 Nov 2021 08:16:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -859,19 +859,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11980', 'x-ms-request-id', - 'd0dc6cbc-6efa-4035-ba9c-fc669f5720f9', + '69d08e13-a696-4f27-9100-57c2608b5094', 'x-ms-correlation-request-id', - 'd0dc6cbc-6efa-4035-ba9c-fc669f5720f9', + '69d08e13-a696-4f27-9100-57c2608b5094', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032033Z:d0dc6cbc-6efa-4035-ba9c-fc669f5720f9', + 'SOUTHEASTASIA:20211111T081634Z:69d08e13-a696-4f27-9100-57c2608b5094', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:32 GMT' + 'Thu, 11 Nov 2021 08:16:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -895,19 +895,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11979', 'x-ms-request-id', - '13bed078-7626-48b0-a7a0-506d3a34483c', + '08bee1d9-e40f-4a74-81c6-59527b59f911', 'x-ms-correlation-request-id', - '13bed078-7626-48b0-a7a0-506d3a34483c', + '08bee1d9-e40f-4a74-81c6-59527b59f911', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032035Z:13bed078-7626-48b0-a7a0-506d3a34483c', + 'SOUTHEASTASIA:20211111T081636Z:08bee1d9-e40f-4a74-81c6-59527b59f911', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:35 GMT' + 'Thu, 11 Nov 2021 08:16:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -931,19 +931,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11978', 'x-ms-request-id', - '176f76db-20a7-4585-be01-a6d65d16e66b', + '2576e886-9b97-46d9-a6ad-a229db7b43ae', 'x-ms-correlation-request-id', - '176f76db-20a7-4585-be01-a6d65d16e66b', + '2576e886-9b97-46d9-a6ad-a229db7b43ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032037Z:176f76db-20a7-4585-be01-a6d65d16e66b', + 'SOUTHEASTASIA:20211111T081639Z:2576e886-9b97-46d9-a6ad-a229db7b43ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:37 GMT' + 'Thu, 11 Nov 2021 08:16:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -967,19 +967,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11977', 'x-ms-request-id', - 'c9e699c8-2000-4d3a-a49b-60d40a9c68c6', + '96a60cf9-c9ac-4f5b-aa90-3f051102b1dd', 'x-ms-correlation-request-id', - 'c9e699c8-2000-4d3a-a49b-60d40a9c68c6', + '96a60cf9-c9ac-4f5b-aa90-3f051102b1dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032040Z:c9e699c8-2000-4d3a-a49b-60d40a9c68c6', + 'SOUTHEASTASIA:20211111T081641Z:96a60cf9-c9ac-4f5b-aa90-3f051102b1dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:39 GMT' + 'Thu, 11 Nov 2021 08:16:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1003,19 +1003,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11976', 'x-ms-request-id', - 'd574168d-9494-4e17-86f3-42e317fb2372', + 'c6de1804-f7d7-4fbf-98ae-60b3796273b4', 'x-ms-correlation-request-id', - 'd574168d-9494-4e17-86f3-42e317fb2372', + 'c6de1804-f7d7-4fbf-98ae-60b3796273b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032042Z:d574168d-9494-4e17-86f3-42e317fb2372', + 'SOUTHEASTASIA:20211111T081643Z:c6de1804-f7d7-4fbf-98ae-60b3796273b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:42 GMT' + 'Thu, 11 Nov 2021 08:16:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1039,19 +1039,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11975', 'x-ms-request-id', - '7e42fcd6-6acc-418e-936b-30d852abafb6', + 'a35110ac-d475-4875-9ea6-36b3be43a582', 'x-ms-correlation-request-id', - '7e42fcd6-6acc-418e-936b-30d852abafb6', + 'a35110ac-d475-4875-9ea6-36b3be43a582', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032044Z:7e42fcd6-6acc-418e-936b-30d852abafb6', + 'SOUTHEASTASIA:20211111T081646Z:a35110ac-d475-4875-9ea6-36b3be43a582', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:44 GMT' + 'Thu, 11 Nov 2021 08:16:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1075,19 +1075,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11974', 'x-ms-request-id', - '788136af-a1d9-4634-b5bb-d9b94d995ad9', + '34db7103-bfe9-4989-a9fc-07e18204c781', 'x-ms-correlation-request-id', - '788136af-a1d9-4634-b5bb-d9b94d995ad9', + '34db7103-bfe9-4989-a9fc-07e18204c781', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032046Z:788136af-a1d9-4634-b5bb-d9b94d995ad9', + 'SOUTHEASTASIA:20211111T081648Z:34db7103-bfe9-4989-a9fc-07e18204c781', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:46 GMT' + 'Thu, 11 Nov 2021 08:16:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1111,19 +1111,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11973', 'x-ms-request-id', - 'a0f1e103-1314-4e33-b3ba-b8114b56a001', + '0c82ea0b-a60b-4050-94e3-f02b75f30d2d', 'x-ms-correlation-request-id', - 'a0f1e103-1314-4e33-b3ba-b8114b56a001', + '0c82ea0b-a60b-4050-94e3-f02b75f30d2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032049Z:a0f1e103-1314-4e33-b3ba-b8114b56a001', + 'SOUTHEASTASIA:20211111T081650Z:0c82ea0b-a60b-4050-94e3-f02b75f30d2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:48 GMT' + 'Thu, 11 Nov 2021 08:16:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1147,19 +1147,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11972', 'x-ms-request-id', - '4368dfca-ed2d-43b3-ad89-2321807dc386', + '7c31d5fa-76fb-4ee8-a0d0-da6f9ead691a', 'x-ms-correlation-request-id', - '4368dfca-ed2d-43b3-ad89-2321807dc386', + '7c31d5fa-76fb-4ee8-a0d0-da6f9ead691a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032051Z:4368dfca-ed2d-43b3-ad89-2321807dc386', + 'SOUTHEASTASIA:20211111T081652Z:7c31d5fa-76fb-4ee8-a0d0-da6f9ead691a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:51 GMT' + 'Thu, 11 Nov 2021 08:16:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1183,19 +1183,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11971', 'x-ms-request-id', - '3a921772-9b22-4f28-a02c-7659f4c884ec', + 'ad99b3e1-6830-4156-82e8-d1f2e2a103e7', 'x-ms-correlation-request-id', - '3a921772-9b22-4f28-a02c-7659f4c884ec', + 'ad99b3e1-6830-4156-82e8-d1f2e2a103e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032054Z:3a921772-9b22-4f28-a02c-7659f4c884ec', + 'SOUTHEASTASIA:20211111T081655Z:ad99b3e1-6830-4156-82e8-d1f2e2a103e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:54 GMT' + 'Thu, 11 Nov 2021 08:16:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1219,19 +1219,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11970', 'x-ms-request-id', - 'd81d4d47-2d1b-4dff-86d7-be3e3ba4ff83', + '7b6b54ed-6f70-4195-b0de-9edfb18a1b6a', 'x-ms-correlation-request-id', - 'd81d4d47-2d1b-4dff-86d7-be3e3ba4ff83', + '7b6b54ed-6f70-4195-b0de-9edfb18a1b6a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032056Z:d81d4d47-2d1b-4dff-86d7-be3e3ba4ff83', + 'SOUTHEASTASIA:20211111T081657Z:7b6b54ed-6f70-4195-b0de-9edfb18a1b6a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:56 GMT' + 'Thu, 11 Nov 2021 08:16:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1255,19 +1255,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11969', 'x-ms-request-id', - 'f7f9d794-8219-440b-9504-691739b96d52', + '9f06e751-9d84-417a-9238-166bfbe053f5', 'x-ms-correlation-request-id', - 'f7f9d794-8219-440b-9504-691739b96d52', + '9f06e751-9d84-417a-9238-166bfbe053f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032059Z:f7f9d794-8219-440b-9504-691739b96d52', + 'SOUTHEASTASIA:20211111T081659Z:9f06e751-9d84-417a-9238-166bfbe053f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:20:58 GMT' + 'Thu, 11 Nov 2021 08:16:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1291,19 +1291,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11968', 'x-ms-request-id', - 'e0b6f5e9-2fc2-46ec-b9f8-671b7595e9ad', + '6c971790-eb97-4dea-85ff-460c13a15e2b', 'x-ms-correlation-request-id', - 'e0b6f5e9-2fc2-46ec-b9f8-671b7595e9ad', + '6c971790-eb97-4dea-85ff-460c13a15e2b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032101Z:e0b6f5e9-2fc2-46ec-b9f8-671b7595e9ad', + 'SOUTHEASTASIA:20211111T081702Z:6c971790-eb97-4dea-85ff-460c13a15e2b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:01 GMT' + 'Thu, 11 Nov 2021 08:17:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1327,19 +1327,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11967', 'x-ms-request-id', - 'abaf0973-3acd-4eb0-9ca3-f501fd2f4a7b', + '145a7b95-8895-4636-85ea-0144937a7dff', 'x-ms-correlation-request-id', - 'abaf0973-3acd-4eb0-9ca3-f501fd2f4a7b', + '145a7b95-8895-4636-85ea-0144937a7dff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032103Z:abaf0973-3acd-4eb0-9ca3-f501fd2f4a7b', + 'SOUTHEASTASIA:20211111T081704Z:145a7b95-8895-4636-85ea-0144937a7dff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:03 GMT' + 'Thu, 11 Nov 2021 08:17:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1363,19 +1363,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11966', 'x-ms-request-id', - '35345b9c-5342-430f-b1b1-59fee0bc59df', + '80323cff-7838-4cca-8dae-16eebb8acdd2', 'x-ms-correlation-request-id', - '35345b9c-5342-430f-b1b1-59fee0bc59df', + '80323cff-7838-4cca-8dae-16eebb8acdd2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032106Z:35345b9c-5342-430f-b1b1-59fee0bc59df', + 'SOUTHEASTASIA:20211111T081707Z:80323cff-7838-4cca-8dae-16eebb8acdd2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:05 GMT' + 'Thu, 11 Nov 2021 08:17:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1399,19 +1399,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11965', 'x-ms-request-id', - 'c644ff70-afb4-461f-8338-9d4a553545a8', + '4177a094-fe02-4313-8af9-23e88fd7e110', 'x-ms-correlation-request-id', - 'c644ff70-afb4-461f-8338-9d4a553545a8', + '4177a094-fe02-4313-8af9-23e88fd7e110', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032108Z:c644ff70-afb4-461f-8338-9d4a553545a8', + 'SOUTHEASTASIA:20211111T081709Z:4177a094-fe02-4313-8af9-23e88fd7e110', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:08 GMT' + 'Thu, 11 Nov 2021 08:17:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1435,19 +1435,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11964', 'x-ms-request-id', - 'cde05ee7-113d-4ed7-ad0b-4b2b88bc4336', + 'dbeb1174-ae49-4cd7-93de-57748996f6a9', 'x-ms-correlation-request-id', - 'cde05ee7-113d-4ed7-ad0b-4b2b88bc4336', + 'dbeb1174-ae49-4cd7-93de-57748996f6a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032110Z:cde05ee7-113d-4ed7-ad0b-4b2b88bc4336', + 'SOUTHEASTASIA:20211111T081711Z:dbeb1174-ae49-4cd7-93de-57748996f6a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:10 GMT' + 'Thu, 11 Nov 2021 08:17:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1471,19 +1471,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11963', 'x-ms-request-id', - '2a600f3b-e57b-4bd3-aad7-03ba1a97290c', + '2b4e24f8-e2c4-42bf-91c5-4d743c123976', 'x-ms-correlation-request-id', - '2a600f3b-e57b-4bd3-aad7-03ba1a97290c', + '2b4e24f8-e2c4-42bf-91c5-4d743c123976', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032113Z:2a600f3b-e57b-4bd3-aad7-03ba1a97290c', + 'SOUTHEASTASIA:20211111T081714Z:2b4e24f8-e2c4-42bf-91c5-4d743c123976', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:12 GMT' + 'Thu, 11 Nov 2021 08:17:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1507,19 +1507,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11962', 'x-ms-request-id', - 'f0eb7908-3626-4849-b7ec-af3f7d93e122', + '6137a0c5-644a-4638-839e-20eb6a7c7bd7', 'x-ms-correlation-request-id', - 'f0eb7908-3626-4849-b7ec-af3f7d93e122', + '6137a0c5-644a-4638-839e-20eb6a7c7bd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032115Z:f0eb7908-3626-4849-b7ec-af3f7d93e122', + 'SOUTHEASTASIA:20211111T081717Z:6137a0c5-644a-4638-839e-20eb6a7c7bd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:14 GMT' + 'Thu, 11 Nov 2021 08:17:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1543,19 +1543,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11961', 'x-ms-request-id', - 'ff7708f9-c996-49df-8d8e-823cd46d00a4', + '2cb8a6f2-6922-4f9b-bce9-58b29139219d', 'x-ms-correlation-request-id', - 'ff7708f9-c996-49df-8d8e-823cd46d00a4', + '2cb8a6f2-6922-4f9b-bce9-58b29139219d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032117Z:ff7708f9-c996-49df-8d8e-823cd46d00a4', + 'SOUTHEASTASIA:20211111T081719Z:2cb8a6f2-6922-4f9b-bce9-58b29139219d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:17 GMT' + 'Thu, 11 Nov 2021 08:17:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1579,19 +1579,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11960', 'x-ms-request-id', - '2ee44e3d-fe40-4f80-80a4-f71c0055655b', + 'c53a1210-e342-428c-b28f-7853b76dcc45', 'x-ms-correlation-request-id', - '2ee44e3d-fe40-4f80-80a4-f71c0055655b', + 'c53a1210-e342-428c-b28f-7853b76dcc45', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032120Z:2ee44e3d-fe40-4f80-80a4-f71c0055655b', + 'SOUTHEASTASIA:20211111T081721Z:c53a1210-e342-428c-b28f-7853b76dcc45', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:19 GMT' + 'Thu, 11 Nov 2021 08:17:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1615,19 +1615,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11959', 'x-ms-request-id', - '6854d30e-1239-4da2-9e93-d5ef8d7f32d8', + '058e5616-1f06-4c86-9a21-b7f6b31e476d', 'x-ms-correlation-request-id', - '6854d30e-1239-4da2-9e93-d5ef8d7f32d8', + '058e5616-1f06-4c86-9a21-b7f6b31e476d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032122Z:6854d30e-1239-4da2-9e93-d5ef8d7f32d8', + 'SOUTHEASTASIA:20211111T081723Z:058e5616-1f06-4c86-9a21-b7f6b31e476d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:21 GMT' + 'Thu, 11 Nov 2021 08:17:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1651,19 +1651,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11958', 'x-ms-request-id', - '9af83d49-bb94-4e7c-8393-66ed7ec4edc1', + '1fb0872d-0fbc-441a-a934-0b9eab2387c3', 'x-ms-correlation-request-id', - '9af83d49-bb94-4e7c-8393-66ed7ec4edc1', + '1fb0872d-0fbc-441a-a934-0b9eab2387c3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032124Z:9af83d49-bb94-4e7c-8393-66ed7ec4edc1', + 'SOUTHEASTASIA:20211111T081726Z:1fb0872d-0fbc-441a-a934-0b9eab2387c3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:24 GMT' + 'Thu, 11 Nov 2021 08:17:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1687,19 +1687,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11957', 'x-ms-request-id', - '311b8a58-956a-4039-99c0-99e97e833c82', + 'b9b2f4f8-16bf-4336-bfb0-ed68b57d6e12', 'x-ms-correlation-request-id', - '311b8a58-956a-4039-99c0-99e97e833c82', + 'b9b2f4f8-16bf-4336-bfb0-ed68b57d6e12', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032127Z:311b8a58-956a-4039-99c0-99e97e833c82', + 'SOUTHEASTASIA:20211111T081728Z:b9b2f4f8-16bf-4336-bfb0-ed68b57d6e12', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:26 GMT' + 'Thu, 11 Nov 2021 08:17:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1723,19 +1723,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11956', 'x-ms-request-id', - 'c0fe8d79-244b-4597-8e1c-2d49f6f7a32c', + '070aa20d-78c5-4baf-8f65-4f000094abe8', 'x-ms-correlation-request-id', - 'c0fe8d79-244b-4597-8e1c-2d49f6f7a32c', + '070aa20d-78c5-4baf-8f65-4f000094abe8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032129Z:c0fe8d79-244b-4597-8e1c-2d49f6f7a32c', + 'SOUTHEASTASIA:20211111T081730Z:070aa20d-78c5-4baf-8f65-4f000094abe8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:28 GMT' + 'Thu, 11 Nov 2021 08:17:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1759,19 +1759,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11955', 'x-ms-request-id', - 'fb3c22bd-be56-4706-b590-d28628d9912b', + '61a2c876-fa1a-4242-b9ab-e9e8e68ecc78', 'x-ms-correlation-request-id', - 'fb3c22bd-be56-4706-b590-d28628d9912b', + '61a2c876-fa1a-4242-b9ab-e9e8e68ecc78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032131Z:fb3c22bd-be56-4706-b590-d28628d9912b', + 'SOUTHEASTASIA:20211111T081733Z:61a2c876-fa1a-4242-b9ab-e9e8e68ecc78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:31 GMT' + 'Thu, 11 Nov 2021 08:17:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1795,19 +1795,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11954', 'x-ms-request-id', - '3f125ede-6075-4156-b965-5610715234ea', + '41e2fd87-2053-4876-ae72-f0b761442e18', 'x-ms-correlation-request-id', - '3f125ede-6075-4156-b965-5610715234ea', + '41e2fd87-2053-4876-ae72-f0b761442e18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032134Z:3f125ede-6075-4156-b965-5610715234ea', + 'SOUTHEASTASIA:20211111T081735Z:41e2fd87-2053-4876-ae72-f0b761442e18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:33 GMT' + 'Thu, 11 Nov 2021 08:17:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1831,19 +1831,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11953', 'x-ms-request-id', - 'f072da9f-6b7f-49cf-8d52-51825bdde127', + 'efde5c01-9d6a-4274-88c4-24821dd8a93d', 'x-ms-correlation-request-id', - 'f072da9f-6b7f-49cf-8d52-51825bdde127', + 'efde5c01-9d6a-4274-88c4-24821dd8a93d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032136Z:f072da9f-6b7f-49cf-8d52-51825bdde127', + 'SOUTHEASTASIA:20211111T081737Z:efde5c01-9d6a-4274-88c4-24821dd8a93d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:35 GMT' + 'Thu, 11 Nov 2021 08:17:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1867,19 +1867,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11952', 'x-ms-request-id', - 'b803a1f5-31f3-44f1-af6b-7e0ec1bbe1a7', + '77914305-6d1e-4232-bdde-145891c096db', 'x-ms-correlation-request-id', - 'b803a1f5-31f3-44f1-af6b-7e0ec1bbe1a7', + '77914305-6d1e-4232-bdde-145891c096db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032138Z:b803a1f5-31f3-44f1-af6b-7e0ec1bbe1a7', + 'SOUTHEASTASIA:20211111T081740Z:77914305-6d1e-4232-bdde-145891c096db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:38 GMT' + 'Thu, 11 Nov 2021 08:17:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1903,19 +1903,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11951', 'x-ms-request-id', - '13d188c1-af80-4651-9e60-99286686de3c', + '913a4e97-c5da-418f-b403-96362c0d08ee', 'x-ms-correlation-request-id', - '13d188c1-af80-4651-9e60-99286686de3c', + '913a4e97-c5da-418f-b403-96362c0d08ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032140Z:13d188c1-af80-4651-9e60-99286686de3c', + 'SOUTHEASTASIA:20211111T081742Z:913a4e97-c5da-418f-b403-96362c0d08ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:40 GMT' + 'Thu, 11 Nov 2021 08:17:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1939,19 +1939,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11950', 'x-ms-request-id', - '5ad292c0-8846-47e5-8cf3-482f7bece170', + 'b47090c1-1b60-4e5b-a156-fc928563f639', 'x-ms-correlation-request-id', - '5ad292c0-8846-47e5-8cf3-482f7bece170', + 'b47090c1-1b60-4e5b-a156-fc928563f639', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032143Z:5ad292c0-8846-47e5-8cf3-482f7bece170', + 'SOUTHEASTASIA:20211111T081744Z:b47090c1-1b60-4e5b-a156-fc928563f639', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:42 GMT' + 'Thu, 11 Nov 2021 08:17:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1975,19 +1975,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11949', 'x-ms-request-id', - 'bd3e60ca-0be0-488d-947c-919d1b439354', + '72dd4b9f-74cc-4c8b-9474-7b4a38b360f0', 'x-ms-correlation-request-id', - 'bd3e60ca-0be0-488d-947c-919d1b439354', + '72dd4b9f-74cc-4c8b-9474-7b4a38b360f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032145Z:bd3e60ca-0be0-488d-947c-919d1b439354', + 'SOUTHEASTASIA:20211111T081747Z:72dd4b9f-74cc-4c8b-9474-7b4a38b360f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:44 GMT' + 'Thu, 11 Nov 2021 08:17:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2011,19 +2011,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11948', 'x-ms-request-id', - '94e9c0ce-99e6-4a57-8d1f-ce24a0b96f7d', + '65bc1292-a047-43f7-8863-8e299a7a42a4', 'x-ms-correlation-request-id', - '94e9c0ce-99e6-4a57-8d1f-ce24a0b96f7d', + '65bc1292-a047-43f7-8863-8e299a7a42a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032147Z:94e9c0ce-99e6-4a57-8d1f-ce24a0b96f7d', + 'SOUTHEASTASIA:20211111T081749Z:65bc1292-a047-43f7-8863-8e299a7a42a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:47 GMT' + 'Thu, 11 Nov 2021 08:17:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2047,19 +2047,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11947', 'x-ms-request-id', - '458700a0-c9e6-4031-911f-efe98a11318d', + 'a4778290-85fc-4bee-8929-58ddcf77b4d1', 'x-ms-correlation-request-id', - '458700a0-c9e6-4031-911f-efe98a11318d', + 'a4778290-85fc-4bee-8929-58ddcf77b4d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032150Z:458700a0-c9e6-4031-911f-efe98a11318d', + 'SOUTHEASTASIA:20211111T081751Z:a4778290-85fc-4bee-8929-58ddcf77b4d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:49 GMT' + 'Thu, 11 Nov 2021 08:17:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2083,19 +2083,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11946', 'x-ms-request-id', - '34ade35b-ce19-4815-883f-aeea5e3a7f70', + '8a8bc470-a9d6-4879-97cd-7a074ac61d80', 'x-ms-correlation-request-id', - '34ade35b-ce19-4815-883f-aeea5e3a7f70', + '8a8bc470-a9d6-4879-97cd-7a074ac61d80', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032152Z:34ade35b-ce19-4815-883f-aeea5e3a7f70', + 'SOUTHEASTASIA:20211111T081754Z:8a8bc470-a9d6-4879-97cd-7a074ac61d80', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:51 GMT' + 'Thu, 11 Nov 2021 08:17:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2119,19 +2119,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11945', 'x-ms-request-id', - '64e1dc0e-c933-4a8a-bf1c-86b5c1fe8726', + '13ac4c56-8708-4b25-9a96-154c75dfb8de', 'x-ms-correlation-request-id', - '64e1dc0e-c933-4a8a-bf1c-86b5c1fe8726', + '13ac4c56-8708-4b25-9a96-154c75dfb8de', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032155Z:64e1dc0e-c933-4a8a-bf1c-86b5c1fe8726', + 'SOUTHEASTASIA:20211111T081756Z:13ac4c56-8708-4b25-9a96-154c75dfb8de', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:54 GMT' + 'Thu, 11 Nov 2021 08:17:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2155,19 +2155,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11944', 'x-ms-request-id', - '07feeb03-0b25-43c6-8731-4c6508dfa35f', + '1813fc83-52e6-4526-b2f6-b8ace62e26d9', 'x-ms-correlation-request-id', - '07feeb03-0b25-43c6-8731-4c6508dfa35f', + '1813fc83-52e6-4526-b2f6-b8ace62e26d9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032157Z:07feeb03-0b25-43c6-8731-4c6508dfa35f', + 'SOUTHEASTASIA:20211111T081758Z:1813fc83-52e6-4526-b2f6-b8ace62e26d9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:57 GMT' + 'Thu, 11 Nov 2021 08:17:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2191,19 +2191,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11943', 'x-ms-request-id', - '3e58b587-cd07-4b63-8f1c-34baa9cd0681', + '36ef3366-b739-4b14-be61-fb7eb7eb2404', 'x-ms-correlation-request-id', - '3e58b587-cd07-4b63-8f1c-34baa9cd0681', + '36ef3366-b739-4b14-be61-fb7eb7eb2404', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032200Z:3e58b587-cd07-4b63-8f1c-34baa9cd0681', + 'SOUTHEASTASIA:20211111T081801Z:36ef3366-b739-4b14-be61-fb7eb7eb2404', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:21:59 GMT' + 'Thu, 11 Nov 2021 08:18:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2227,19 +2227,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11942', 'x-ms-request-id', - '775176e7-dc30-440a-849c-03b146f9b417', + '21c30d84-35b1-42a9-aff7-c0946fb0bc1d', 'x-ms-correlation-request-id', - '775176e7-dc30-440a-849c-03b146f9b417', + '21c30d84-35b1-42a9-aff7-c0946fb0bc1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032202Z:775176e7-dc30-440a-849c-03b146f9b417', + 'SOUTHEASTASIA:20211111T081803Z:21c30d84-35b1-42a9-aff7-c0946fb0bc1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:01 GMT' + 'Thu, 11 Nov 2021 08:18:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2263,19 +2263,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11941', 'x-ms-request-id', - 'c4df81e6-1adc-4f84-bfc9-678499331431', + '5201463c-9591-485b-a64d-746078b6e42f', 'x-ms-correlation-request-id', - 'c4df81e6-1adc-4f84-bfc9-678499331431', + '5201463c-9591-485b-a64d-746078b6e42f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032204Z:c4df81e6-1adc-4f84-bfc9-678499331431', + 'SOUTHEASTASIA:20211111T081805Z:5201463c-9591-485b-a64d-746078b6e42f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:04 GMT' + 'Thu, 11 Nov 2021 08:18:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2299,19 +2299,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11940', 'x-ms-request-id', - '83884907-ecb3-4958-9ff5-a84a446c5354', + '573c3fca-f372-492a-b48b-75d4bef89643', 'x-ms-correlation-request-id', - '83884907-ecb3-4958-9ff5-a84a446c5354', + '573c3fca-f372-492a-b48b-75d4bef89643', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032207Z:83884907-ecb3-4958-9ff5-a84a446c5354', + 'SOUTHEASTASIA:20211111T081808Z:573c3fca-f372-492a-b48b-75d4bef89643', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:06 GMT' + 'Thu, 11 Nov 2021 08:18:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2335,19 +2335,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11939', 'x-ms-request-id', - '25cf218f-df07-4d20-910a-44884e33435e', + 'dedd0879-892c-4b82-ad9f-a5d3e6e7a349', 'x-ms-correlation-request-id', - '25cf218f-df07-4d20-910a-44884e33435e', + 'dedd0879-892c-4b82-ad9f-a5d3e6e7a349', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032209Z:25cf218f-df07-4d20-910a-44884e33435e', + 'SOUTHEASTASIA:20211111T081810Z:dedd0879-892c-4b82-ad9f-a5d3e6e7a349', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:08 GMT' + 'Thu, 11 Nov 2021 08:18:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2371,19 +2371,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11938', 'x-ms-request-id', - 'd1a0467d-0a2a-4ee1-a533-2bab19d5adf9', + '6c0c9964-cb31-4574-a1b8-c2f70bc834c8', 'x-ms-correlation-request-id', - 'd1a0467d-0a2a-4ee1-a533-2bab19d5adf9', + '6c0c9964-cb31-4574-a1b8-c2f70bc834c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032211Z:d1a0467d-0a2a-4ee1-a533-2bab19d5adf9', + 'SOUTHEASTASIA:20211111T081812Z:6c0c9964-cb31-4574-a1b8-c2f70bc834c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:10 GMT' + 'Thu, 11 Nov 2021 08:18:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2407,19 +2407,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11937', 'x-ms-request-id', - '3795c256-5a7c-47e9-94ad-6bf51450124e', + 'c9d0e6a6-84da-4308-9f0c-7d6d21e12440', 'x-ms-correlation-request-id', - '3795c256-5a7c-47e9-94ad-6bf51450124e', + 'c9d0e6a6-84da-4308-9f0c-7d6d21e12440', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032214Z:3795c256-5a7c-47e9-94ad-6bf51450124e', + 'SOUTHEASTASIA:20211111T081815Z:c9d0e6a6-84da-4308-9f0c-7d6d21e12440', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:13 GMT' + 'Thu, 11 Nov 2021 08:18:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2443,19 +2443,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11936', 'x-ms-request-id', - '7f2b1a14-4599-426a-9b44-8d5793f2f7aa', + '7074b1a2-6d21-485e-9e28-f699c3fc3fa3', 'x-ms-correlation-request-id', - '7f2b1a14-4599-426a-9b44-8d5793f2f7aa', + '7074b1a2-6d21-485e-9e28-f699c3fc3fa3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032216Z:7f2b1a14-4599-426a-9b44-8d5793f2f7aa', + 'SOUTHEASTASIA:20211111T081817Z:7074b1a2-6d21-485e-9e28-f699c3fc3fa3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:15 GMT' + 'Thu, 11 Nov 2021 08:18:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2479,19 +2479,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11935', 'x-ms-request-id', - 'c9c95f6a-0e58-433a-80b5-0329eeec0e16', + '5310c303-1883-472f-bd25-6accbfd8b6e6', 'x-ms-correlation-request-id', - 'c9c95f6a-0e58-433a-80b5-0329eeec0e16', + '5310c303-1883-472f-bd25-6accbfd8b6e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032218Z:c9c95f6a-0e58-433a-80b5-0329eeec0e16', + 'SOUTHEASTASIA:20211111T081820Z:5310c303-1883-472f-bd25-6accbfd8b6e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:17 GMT' + 'Thu, 11 Nov 2021 08:18:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2515,19 +2515,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11934', 'x-ms-request-id', - '5b74a5ea-dbad-429d-a2f7-4e94bbbcfe37', + '115109f3-bcb3-4100-9487-d601d51fcb3b', 'x-ms-correlation-request-id', - '5b74a5ea-dbad-429d-a2f7-4e94bbbcfe37', + '115109f3-bcb3-4100-9487-d601d51fcb3b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032221Z:5b74a5ea-dbad-429d-a2f7-4e94bbbcfe37', + 'SOUTHEASTASIA:20211111T081822Z:115109f3-bcb3-4100-9487-d601d51fcb3b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:20 GMT' + 'Thu, 11 Nov 2021 08:18:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2551,19 +2551,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11933', 'x-ms-request-id', - '3f3f5761-c4c3-46e6-9b24-4d5a9d7b64f3', + '20f1856c-e609-4fb6-8c26-ac893134cd96', 'x-ms-correlation-request-id', - '3f3f5761-c4c3-46e6-9b24-4d5a9d7b64f3', + '20f1856c-e609-4fb6-8c26-ac893134cd96', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032223Z:3f3f5761-c4c3-46e6-9b24-4d5a9d7b64f3', + 'SOUTHEASTASIA:20211111T081824Z:20f1856c-e609-4fb6-8c26-ac893134cd96', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:22 GMT' + 'Thu, 11 Nov 2021 08:18:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2587,19 +2587,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11932', 'x-ms-request-id', - '3a886725-92f6-401b-8ef5-5903bc03b475', + '1d56110a-f9fd-4122-b13c-759d43062a52', 'x-ms-correlation-request-id', - '3a886725-92f6-401b-8ef5-5903bc03b475', + '1d56110a-f9fd-4122-b13c-759d43062a52', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032225Z:3a886725-92f6-401b-8ef5-5903bc03b475', + 'SOUTHEASTASIA:20211111T081827Z:1d56110a-f9fd-4122-b13c-759d43062a52', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:24 GMT' + 'Thu, 11 Nov 2021 08:18:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2623,19 +2623,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11931', 'x-ms-request-id', - 'a94c08f4-8cc0-48ae-bc49-527d55b6a44d', + '1027cf03-f3c3-45f9-9481-bc85e76e991a', 'x-ms-correlation-request-id', - 'a94c08f4-8cc0-48ae-bc49-527d55b6a44d', + '1027cf03-f3c3-45f9-9481-bc85e76e991a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032227Z:a94c08f4-8cc0-48ae-bc49-527d55b6a44d', + 'SOUTHEASTASIA:20211111T081829Z:1027cf03-f3c3-45f9-9481-bc85e76e991a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:27 GMT' + 'Thu, 11 Nov 2021 08:18:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2659,19 +2659,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11930', 'x-ms-request-id', - '3a5d511e-e73f-4349-94fb-7e62c017fd5c', + '5bfee531-fc69-4bd0-a04d-5480a4cc47b4', 'x-ms-correlation-request-id', - '3a5d511e-e73f-4349-94fb-7e62c017fd5c', + '5bfee531-fc69-4bd0-a04d-5480a4cc47b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032230Z:3a5d511e-e73f-4349-94fb-7e62c017fd5c', + 'SOUTHEASTASIA:20211111T081831Z:5bfee531-fc69-4bd0-a04d-5480a4cc47b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:29 GMT' + 'Thu, 11 Nov 2021 08:18:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2695,19 +2695,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11929', 'x-ms-request-id', - '96b6be17-3044-47f0-9cb5-fdcf14468913', + 'd61a7f88-231f-4e4b-8a22-6805f6df6e9b', 'x-ms-correlation-request-id', - '96b6be17-3044-47f0-9cb5-fdcf14468913', + 'd61a7f88-231f-4e4b-8a22-6805f6df6e9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032232Z:96b6be17-3044-47f0-9cb5-fdcf14468913', + 'SOUTHEASTASIA:20211111T081834Z:d61a7f88-231f-4e4b-8a22-6805f6df6e9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:31 GMT' + 'Thu, 11 Nov 2021 08:18:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2731,19 +2731,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11928', 'x-ms-request-id', - 'e3bc53ec-0fb5-458f-afe2-ba41f91891da', + '0cd6a19d-c6aa-4182-b935-4601de115cbe', 'x-ms-correlation-request-id', - 'e3bc53ec-0fb5-458f-afe2-ba41f91891da', + '0cd6a19d-c6aa-4182-b935-4601de115cbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032234Z:e3bc53ec-0fb5-458f-afe2-ba41f91891da', + 'SOUTHEASTASIA:20211111T081837Z:0cd6a19d-c6aa-4182-b935-4601de115cbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:34 GMT' + 'Thu, 11 Nov 2021 08:18:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2767,19 +2767,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11927', 'x-ms-request-id', - '68cc98bb-01c7-4a80-9a27-593776642291', + '06697395-49b6-40b8-b0c7-0105312f355c', 'x-ms-correlation-request-id', - '68cc98bb-01c7-4a80-9a27-593776642291', + '06697395-49b6-40b8-b0c7-0105312f355c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032237Z:68cc98bb-01c7-4a80-9a27-593776642291', + 'SOUTHEASTASIA:20211111T081840Z:06697395-49b6-40b8-b0c7-0105312f355c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:36 GMT' + 'Thu, 11 Nov 2021 08:18:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2803,19 +2803,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11926', 'x-ms-request-id', - '38a0c278-98db-43ca-9b85-7cb9588a20a9', + '620f1b6e-68d3-4b02-a9cd-c72111563f94', 'x-ms-correlation-request-id', - '38a0c278-98db-43ca-9b85-7cb9588a20a9', + '620f1b6e-68d3-4b02-a9cd-c72111563f94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032239Z:38a0c278-98db-43ca-9b85-7cb9588a20a9', + 'SOUTHEASTASIA:20211111T081842Z:620f1b6e-68d3-4b02-a9cd-c72111563f94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:38 GMT' + 'Thu, 11 Nov 2021 08:18:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2839,19 +2839,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11925', 'x-ms-request-id', - '301002cb-c935-4f2d-953d-6973d29066c9', + '444e3d5f-2c9b-4481-ab1b-8e1ef56de79a', 'x-ms-correlation-request-id', - '301002cb-c935-4f2d-953d-6973d29066c9', + '444e3d5f-2c9b-4481-ab1b-8e1ef56de79a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032241Z:301002cb-c935-4f2d-953d-6973d29066c9', + 'SOUTHEASTASIA:20211111T081844Z:444e3d5f-2c9b-4481-ab1b-8e1ef56de79a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:40 GMT' + 'Thu, 11 Nov 2021 08:18:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2875,19 +2875,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11924', 'x-ms-request-id', - 'c91e5232-60a0-4afb-aab6-53e8e1d8e53b', + 'e4ef1818-62fa-49eb-b6bc-7169ecfedc0d', 'x-ms-correlation-request-id', - 'c91e5232-60a0-4afb-aab6-53e8e1d8e53b', + 'e4ef1818-62fa-49eb-b6bc-7169ecfedc0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032244Z:c91e5232-60a0-4afb-aab6-53e8e1d8e53b', + 'SOUTHEASTASIA:20211111T081846Z:e4ef1818-62fa-49eb-b6bc-7169ecfedc0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:43 GMT' + 'Thu, 11 Nov 2021 08:18:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2911,55 +2911,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11923', 'x-ms-request-id', - '926a9cb1-72aa-4699-a2f0-89744c9254d7', + '72902623-6004-411b-a86b-770b5e32ca56', 'x-ms-correlation-request-id', - '926a9cb1-72aa-4699-a2f0-89744c9254d7', + '72902623-6004-411b-a86b-770b5e32ca56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032246Z:926a9cb1-72aa-4699-a2f0-89744c9254d7', + 'SOUTHEASTASIA:20211111T081849Z:72902623-6004-411b-a86b-770b5e32ca56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:45 GMT' + 'Thu, 11 Nov 2021 08:18:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json', - 'Content-Encoding', - 'gzip', - 'Vary', - 'Accept-Encoding', - 'Strict-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', - 'fc32e26f-d836-4ca3-9d33-cf64ecfac340', - 'x-ms-correlation-request-id', - 'fc32e26f-d836-4ca3-9d33-cf64ecfac340', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032248Z:fc32e26f-d836-4ca3-9d33-cf64ecfac340', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Fri, 24 Sep 2021 03:22:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/92a22a5a-b36f-4b63-b622-bf34f2db499c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9bc04107-3161-4024-8c4c-e011bc6e824f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -2981,23 +2945,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11921', + '11922', 'x-ms-request-id', - 'ece41008-901d-4de5-8dcd-1d14110c8c73', + '22a237e3-ac92-43e1-95a3-944577a217b8', 'x-ms-correlation-request-id', - 'ece41008-901d-4de5-8dcd-1d14110c8c73', + '22a237e3-ac92-43e1-95a3-944577a217b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032251Z:ece41008-901d-4de5-8dcd-1d14110c8c73', + 'SOUTHEASTASIA:20211111T081851Z:22a237e3-ac92-43e1-95a3-944577a217b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:50 GMT' + 'Thu, 11 Nov 2021 08:18: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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b7771e6eefedbfd9b9f7686fefd1deeef8fefea707070f7fea237a91c6bdcaebb6c801087f5d160de15b2c2f5eb7048300bc5e4fa7793ecb67d4e14c7b3f5dce5655b104fc79dbae9a477743828c4dc3669cfd605de7e369b578b4bf7fef2ec198664d932d6775762310db925e6f165504d66a3d298be98bbcbdaaeab744b2bca1617c74bacc2625e39bf36fc7ebb65ad0344c9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9feb8c11a0a0d1cb8ca8842f7eaffcfa0b22505b393045f39345ddaeb352317956946d5e1b344cabcba0cdab75099a7feffb2383eff1aa78439c411f7e7462464e6398150dbea66e9f105fccbec8db0c4cc2c89a216b0f82e9b33acfdf14bd511e2fb3f29a889095af09f7ec82e656bfcfbadf9c54cbf3e2625d3321c017cd749e2f326047c87d372fcba7f979b1a4b1110715cba6cd96d3fc8c46fad1f9de8383839dfcdef6cebd7bb3edfdf37cba3d79b837d9ce26b3839df3fb07fb3b598e31d1003c2efff2fc3caf153ab1dd7296d598bd597e9ed1d49ccd88918af69abe7c56d44d8b99b8b61f92e809418fa7e593eb15118edabda896dc8d900e535a1213cced88a734bf0549cc727afdb2220e22d8bfd874478337df3dcf2ff392c0bd26228312a38f16d9bbb325cded65569e2d5fe7046746fddde72f08f3325f52d3973551e7dd478f767776883ed4c611f34be2be9af40cbd04b1bdc224023d7c479f7d4f355b2007db79d6b46b6802a34d5e88b2711ac588db4d22a5a03689e74d2ae05c65e8655d54843d516e8778a0f929a2f8ab7cb6a6b943f74ce75f42bc4d9a68f6ffeb011a94ff7f3938db1c42c236e2eb8ed142721da383695503287ecb56d9a42849c56a376a5145393a8588b78a95a73d27d9f4ed7ac51812d45f6cacebcb9c7a9a1553ea9b0c1cfffa4535cb5f06f64ede7512fd45b15c933bf0d1a3bd7da28b7cfb2a275d8031b966df2617821a1d9826aa360d0581c7479fe7d547bf8444bcab9d5ea9037206c501fc674576b1ac1ad2bfcfab8bd779dbd2d4d157bf58d5f6b37559bec9dfb53fb1ce6bc065d506c0a445082d50d28e59","bffb7f00dcef18761f090000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b777f1bf373b078f760f1eddbb3fdebdbff3e0d3dddd9ffa88dea481aff2ba2d7240c25f9745430817cb8bd72d012108afd7d3699ecff219f538d3ee4f97b355552cd1c1bc6d57cda3bb2145c6a66133ce7eb0aef3f1b45a3cdadfbf7797604cb3a6c996b33abb11886d49af378b2a026bb59e94c5f445de5e55f55ba259ded0303e3a5d669392f1cdf9b7e3755b2d681ea6cfb2a2ac2ef3faa347e759d9e4e6fb2fd6655baccafcbb75d1e6cf75ca0850d0e8654654c217bf577efd0511a8ad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5ba04cdbff7fd91c1f77855bc21d6a00f3f3a3123a731cc8a065f53b74f8831665fe46d062e6164cd90b507c1f4599de76f8ade288f9759794d44c8cad7847b764173abdf67dd6f4eaae57971b1ae9910e08b663acf1719b023e4be9b97e5d3fcbc58d2d888838a65d366cb697e4623fde8dea7f7cecf3fbd3fd93e78b037dddedf9b1e6c4fa6d3c9f624dbcdb207f73f7db0737e1f63a201786cfee5f9795e2b7462bbe52cab317bb3fc3ca3a9399b112315ed357df9aca89b1633716d3f24d913821e4fcb27d72b221cb57b512d73fa464987292d8909e676c4539adf82446639bd7e59110711ec5f6cbaa3c19bef9ee7977949e05e13914189d1478becddd992e6f6322bcf96af738233a3feeef3178479992fa9e9cb9aa8f3eea347bb3b3b441f6ae388f925715f4d8a865e82dc5e6112811ebea3cfbea7aa2d9083ed3c6bda35548151272f44db389562c4ed269152509bc4f3261570ae32f4b22e2ac29e28b7433cd0fc1451fc553e5bd3dca17ba6f32f21de265534fbfff5000dcaffbf1c9c6d0e21611bf175c76821b98ed1c1b4aa0114bf65ab6c5294a462b51b35a9a21c9d42c45bc5cad39e936cfa76bd620c09ea2f36e6f5654e3dcd8a29f54d068e7ffda29ae52f037b27ef3a89fea258aec91ff8e8d1de3ed145be7d95932ec0985cb36f930f418d0e4c13559b8682c0e3a3cff3eaa35f4222ded54eafd4033983e2f8def7a905a903820f9258e4597ffd925f","f2ff00aee78ffae9080000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -3017,15 +2981,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11920', + '11921', 'x-ms-request-id', - '1ea00895-d990-4bf6-be9a-78efe370835b', + 'cfb80b43-1f18-4af7-99d6-cba17341bb72', 'x-ms-correlation-request-id', - '1ea00895-d990-4bf6-be9a-78efe370835b', + 'cfb80b43-1f18-4af7-99d6-cba17341bb72', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032254Z:1ea00895-d990-4bf6-be9a-78efe370835b', + 'SOUTHEASTASIA:20211111T081853Z:cfb80b43-1f18-4af7-99d6-cba17341bb72', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:22:53 GMT' + 'Thu, 11 Nov 2021 08:18:53 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 index bee7dfb8b8a1..45c9ca7688dc 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f197bc17-9258-4a73-9394-6044ae7f0700', + 'af479aa7-2da5-4dfb-aaf6-8cc3d2391500', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=Amc4LTwIEclCkX6RRjLOyAs; expires=Sun, 24-Oct-2021 04:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Asx7Zm3Sg6VHiQTIp1lOZXs; expires=Sat, 11-Dec-2021 09:24:11 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrSvlt_Ei-U1wKi5nUWCAlV89SfZrLUVCS65vKmlX9oOCeU5P_EdekBps0R1EEh-q4dgQUo2XA18fgjUcf8TpVqKWddPOnJzSVFgxuNajJfnLpPj4jyh2wg8hJZnwM6T_MItAwbn8IS3L5dCe8nHk1Nc9W5qZtE7xlXkVaoUjfOKIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_Y37-Zw2-EFYUhPQYS5ji35lLrHrzZEbRfIACv6SckE6nQ4ofDNgBuzG_cZ3nERFF1BOjwVp3MjPk3msOIg8kd8dgiWy_bzNlPDRysURmmP_UlM2Bnj-5RgLNpSGIwQRQK1zi6ZWv6P55aevqYxLabEb40YfSDdl3gw-O0IyR6IgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:19:57 GMT', + 'Thu, 11 Nov 2021 09:24:11 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '38719b22-bb0c-4fad-9308-c2ad6a400700', + '12d41dc2-e0fc-4988-bc4b-da6973f21100', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AnDGFZRGY5FKmpGPdLEy3aI; expires=Sun, 24-Oct-2021 04:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ajz2qP7er7pIkFH0xofwVh0; expires=Sat, 11-Dec-2021 09:24:11 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtVX6fvIyQMc-BDlU7pkN2Bg-qhkbQgMKbMLbD3DzTVnleSoCx5Mo9QhGU3KfrLxBXFzkmrMDZgZhRk-zy8kcWbnxBQfPROuw08hWWJK96VM-JWtyEileuVYjF7YlObT1M5Dr4LxkfJREFPtkA-Cu1Un4MJM5b6Uxmn4Z_-l5QOggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevran4L91n6dot5W3e_ACd38E1fdqgQnWlv_3TgjepdnkvHRuaPvHaAlHL6tqaYuVCD3nHpZFMWeEz4EEmvd5G2Rs80fTcJJS9tdniHV1P54HmSnhvsYo6PrZwAUllISuN6ke79tqnPFDt9nKmbfiOIUMkm1avnpeUso19VpYlCgkEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:19:57 GMT', + 'Thu, 11 Nov 2021 09:24: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.1&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=d6aa4d1d-074b-4da5-a8d1-9b967d14d56d&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") + .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.1&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=c0435881-222b-4cfc-ab55-0b3df97a4fe3&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '4cfec690-23d5-4312-8d86-3720e8580700', + '11b23393-c8b9-44d2-9946-301f0ec11900', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AvcfDh8-e3dLq2da0eEnc6EWPr5BAQAAAO5I39gOAAAA; expires=Sun, 24-Oct-2021 04:19:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AtBetGo9sR9IgVXWyDZdX7YWPr5BAQAAADvYHtkOAAAA; expires=Sat, 11-Dec-2021 09:24: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', - 'Fri, 24 Sep 2021 04:19:57 GMT', + 'Thu, 11 Nov 2021 09:24:11 GMT', 'Content-Length', '1351' ]); @@ -113,7 +113,7 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b7771e6eefedbfd9d97fb4b7f368e7d3f1fefe83bd4ff7eefdd447f4268d7795d76d910312feba2c1ac2b3585ebc6e090841380134fa9b3a5cad2765317d91b75755fd9630cb1b7aeba3d3653629f3197d9ff36fc7ebb65ad02bd3675951569779fdd1a3f3ac6c72f3fd17ebb22d5665feddba68f3e74a180214347a991152f8e2f7caaf69c4455b393045f39345ddaeb352317956946d5e1b344cabcba0cdab7589217eeffb2383eff1aa784313401f7a249d150dbea44e9f10f1675fe46d86996054cd8015bee0f9accef337456f8cc7cbacbc261264e56bc23cbb2042eaf759f79b936a795e5cac6b260326a199cef34506dc08b567ebb27c460c5916ed35e6ab58366db69ce66734d08f76f726bbbbf7f777b677eeefee6fef677b3bdb070f76f6b7ef3f98e507f4f9fec1f9430c8a46e0f1d297e7e779ade0699297b3acc6e4cdf2f38c66e66c962f89f2d7f4257db814ea1d4fcb27d7ab0ca3ffe845b5cce91ba514e6afa4199fdb014e69320b62c7e5f4fa6545ec42907eb1014e6335df3dcf2ff392c0bd269a62e0a38f16d9bbb3254de465569e2d5fe7046746fddde72f08cf325f52d397757e5ebcfbe8d1eece0e51235b152f03066ee8f5bcfe49925fc07cf4d1bdf1a7a01ac17234fe925ad44452bc40df5d616e310c7c479f7d4fb54a20c2db79d6b46b48a191e41722e84e9a6f909d731586977551518f44951d9acde6a7889aaff2d99a666149f2ca34fc25c4a4f4e2ecff7548996efe5f83906d0e466316f8ba785948ae637430ad6a00c56fd92a9b142486a61bd5f4a24d58837c84378a95a76a26d9f4ed7ac5d811c45f6c34fecb9c7a991553ea9778977ffda29ae5212bcbbb4e22be28966b32511f3ddadb279ac8b7af7292258cc735fb3699356a74609aa89631d4031e1f9d2da92991e99710fb7725fc951ac633081fc6302bb28b65d590ca7a5e5dbcce5bcc147df58b55d34141bdc9dfb53fb1ce6bc066f500c02461841a2869c7addf","fd3fc7c3da12b7070000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b777f1bf373b0f1feded3fda7d307eb0f3e9a7f71fecfed447f4268d7795d76d910312feba2c1ac2b3585ebc6e090841380134fa9b3a5cad2765317d91b75755fd9630cb1b7aeba3d3653629f3197d9ff36fc7ebb65ad02bd3675951569779fdd1a3f3ac6c72f3fd17ebb22d5665feddba68f3e74a180214347a991152f8e2f7caaf69c4455b393045f39345ddaeb352317956946d5e1b344cabcba0cdab7589217eeffb2383eff1aa784313401f7a249d150dbea44e9f10f1675fe46d86996054cd8015bee0f9accef337456f8cc7cbacbc261264e56bc23cbb2042eaf759f79b936a795e5cac6b260326a199cef34506dc08b567ebb27c460c5916ed35e6ab58366db69ce66734d08f1eeceeeeddcbee3dd83edfdb234ecf77ee6d677bf7f7b7ef7dfaf07e7ef0e9eec16c3ac1a068041e2f7d797e9ed70a9e267939cb6a4cde2c3fcf6866ce66f992287f4d5fd2874ba1def1b47c72bdca30fa8f5e54cb9cbe514a61fe4a9af1b91de09426b320765c4eaf5f56c42e04e9171be03456f3ddf3fc322f09dc6ba229063efa6891bd3b5bd2445e66e5d9f2754e7066d4df7dfe82f02cf325357d59e7e7c5bb8f1eedeeec1035b255f13260e0865ecfeb9f24f905cc471fdd1b7f0aaa112c47e32fa9454d24c50bf4dd15e616c3c077f4d9f754ab0422bc9d674dbb86141a497e2182eea4f906d939576178591715f54854d9a1d96c7e8aa8f92a9fad69169624af4cc35f424c4a2fcefe5f8794e9e6ff3508d9e660346681af8b9785e43a4607d3aa0650fc96adb249416268ba514d2fda8435c84778a35879aa66924ddfae578c1d41fcc546e3bfcca9975931a57e8977f9d72faa591eb2b2bceb24e28b62b92613f5112971a2897cfb2a2759c2785cb36f9359a34607a6896a19433de0f1d1d9929a12997e09b17f57c25fa9613c83f07deffbd4824485fa0049ec005807fc925f","f2ff002ab1ee2c80070000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -125,13 +125,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Encoding', 'gzip', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/operationResults/8c8d353f-1309-4b7a-97da-044ddc61940f?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/operationResults/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d?api-version=2021-10-15', 'Vary', 'Accept-Encoding', 'x-ms-request-id', - '8c8d353f-1309-4b7a-97da-044ddc61940f', + '0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d?api-version=2021-10-15', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -139,19 +139,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-writes', - '1199', + '1198', 'x-ms-correlation-request-id', - 'cf7fbc06-b8d0-4e86-a3ba-674fcc4805f4', + 'cabb620d-2fb6-45b4-84b4-94042c460c6e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042009Z:cf7fbc06-b8d0-4e86-a3ba-674fcc4805f4', + 'SOUTHEASTASIA:20211111T092420Z:cabb620d-2fb6-45b4-84b4-94042c460c6e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:08 GMT' + 'Thu, 11 Nov 2021 09:24:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -173,21 +173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11047', + '10371', 'x-ms-request-id', - '7118784a-0c06-4ea9-afd1-2bc33a25ee86', + 'd1b23281-7af6-424a-a78e-c5d288841c54', 'x-ms-correlation-request-id', - '7118784a-0c06-4ea9-afd1-2bc33a25ee86', + 'd1b23281-7af6-424a-a78e-c5d288841c54', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042009Z:7118784a-0c06-4ea9-afd1-2bc33a25ee86', + 'SOUTHEASTASIA:20211111T092420Z:d1b23281-7af6-424a-a78e-c5d288841c54', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:08 GMT' + 'Thu, 11 Nov 2021 09:24:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -209,21 +209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11046', + '10370', 'x-ms-request-id', - '417e615a-3abe-4c35-ba78-97f7a029b605', + 'f8a270c1-2caa-4994-9d92-ab0241f3b903', 'x-ms-correlation-request-id', - '417e615a-3abe-4c35-ba78-97f7a029b605', + 'f8a270c1-2caa-4994-9d92-ab0241f3b903', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042011Z:417e615a-3abe-4c35-ba78-97f7a029b605', + 'SOUTHEASTASIA:20211111T092423Z:f8a270c1-2caa-4994-9d92-ab0241f3b903', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:10 GMT' + 'Thu, 11 Nov 2021 09:24:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -245,21 +245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11045', + '10369', 'x-ms-request-id', - '8bfa4acc-2a83-4b7c-871e-b1f0c1d1c373', + '0a60c293-4c0b-4ea7-836c-9981b950070b', 'x-ms-correlation-request-id', - '8bfa4acc-2a83-4b7c-871e-b1f0c1d1c373', + '0a60c293-4c0b-4ea7-836c-9981b950070b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042014Z:8bfa4acc-2a83-4b7c-871e-b1f0c1d1c373', + 'SOUTHEASTASIA:20211111T092425Z:0a60c293-4c0b-4ea7-836c-9981b950070b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:13 GMT' + 'Thu, 11 Nov 2021 09:24:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -281,21 +281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11044', + '10368', 'x-ms-request-id', - '145ade67-2f78-4697-ba46-7d7f62b9995b', + '8710927e-dbf9-4e3d-9287-20c555c4baf6', 'x-ms-correlation-request-id', - '145ade67-2f78-4697-ba46-7d7f62b9995b', + '8710927e-dbf9-4e3d-9287-20c555c4baf6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042016Z:145ade67-2f78-4697-ba46-7d7f62b9995b', + 'SOUTHEASTASIA:20211111T092427Z:8710927e-dbf9-4e3d-9287-20c555c4baf6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:15 GMT' + 'Thu, 11 Nov 2021 09:24:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -317,21 +317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11043', + '10367', 'x-ms-request-id', - 'aa50aad0-3252-446f-af00-656034bff09f', + '820308bf-ed06-45af-b489-830ec0e6c8cc', 'x-ms-correlation-request-id', - 'aa50aad0-3252-446f-af00-656034bff09f', + '820308bf-ed06-45af-b489-830ec0e6c8cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042018Z:aa50aad0-3252-446f-af00-656034bff09f', + 'SOUTHEASTASIA:20211111T092430Z:820308bf-ed06-45af-b489-830ec0e6c8cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:17 GMT' + 'Thu, 11 Nov 2021 09:24:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -353,21 +353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11042', + '10366', 'x-ms-request-id', - '91a561c5-0d2c-453c-99cd-919bbfcc7d18', + 'c3944179-e48a-46f0-96b2-afe8860c1868', 'x-ms-correlation-request-id', - '91a561c5-0d2c-453c-99cd-919bbfcc7d18', + 'c3944179-e48a-46f0-96b2-afe8860c1868', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042021Z:91a561c5-0d2c-453c-99cd-919bbfcc7d18', + 'SOUTHEASTASIA:20211111T092432Z:c3944179-e48a-46f0-96b2-afe8860c1868', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:20 GMT' + 'Thu, 11 Nov 2021 09:24:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -389,21 +389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11041', + '10365', 'x-ms-request-id', - '83716ae0-3d21-4e5d-b07c-abc36fa49698', + '19a9db02-6a7a-4d72-b07f-418c514777d4', 'x-ms-correlation-request-id', - '83716ae0-3d21-4e5d-b07c-abc36fa49698', + '19a9db02-6a7a-4d72-b07f-418c514777d4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042023Z:83716ae0-3d21-4e5d-b07c-abc36fa49698', + 'SOUTHEASTASIA:20211111T092434Z:19a9db02-6a7a-4d72-b07f-418c514777d4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:22 GMT' + 'Thu, 11 Nov 2021 09:24:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -425,21 +425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11040', + '10364', 'x-ms-request-id', - 'a47a0aaf-df77-427e-b4e1-ce4d63a614ff', + 'a8a8731c-91fa-4ea8-bd6e-ccb2636d8732', 'x-ms-correlation-request-id', - 'a47a0aaf-df77-427e-b4e1-ce4d63a614ff', + 'a8a8731c-91fa-4ea8-bd6e-ccb2636d8732', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042025Z:a47a0aaf-df77-427e-b4e1-ce4d63a614ff', + 'SOUTHEASTASIA:20211111T092437Z:a8a8731c-91fa-4ea8-bd6e-ccb2636d8732', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:24 GMT' + 'Thu, 11 Nov 2021 09:24:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -461,21 +461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11039', + '10363', 'x-ms-request-id', - '9bafee64-7879-4d0a-8897-b3a991e2c4f2', + '2b4d1b6a-b388-4568-823f-436589ba80e8', 'x-ms-correlation-request-id', - '9bafee64-7879-4d0a-8897-b3a991e2c4f2', + '2b4d1b6a-b388-4568-823f-436589ba80e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042028Z:9bafee64-7879-4d0a-8897-b3a991e2c4f2', + 'SOUTHEASTASIA:20211111T092439Z:2b4d1b6a-b388-4568-823f-436589ba80e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:27 GMT' + 'Thu, 11 Nov 2021 09:24:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -497,21 +497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11038', + '10362', 'x-ms-request-id', - 'c560b42e-24cb-411d-9467-41fde0fa7b42', + '0cd13d58-d686-4b1b-8c06-5c07d0eb410f', 'x-ms-correlation-request-id', - 'c560b42e-24cb-411d-9467-41fde0fa7b42', + '0cd13d58-d686-4b1b-8c06-5c07d0eb410f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042030Z:c560b42e-24cb-411d-9467-41fde0fa7b42', + 'SOUTHEASTASIA:20211111T092441Z:0cd13d58-d686-4b1b-8c06-5c07d0eb410f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:29 GMT' + 'Thu, 11 Nov 2021 09:24:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -533,21 +533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11037', + '10361', 'x-ms-request-id', - '8e7ad019-b576-402d-b79e-7771be217ddd', + '58485162-c0f4-4bbf-b689-7010370bedd0', 'x-ms-correlation-request-id', - '8e7ad019-b576-402d-b79e-7771be217ddd', + '58485162-c0f4-4bbf-b689-7010370bedd0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042032Z:8e7ad019-b576-402d-b79e-7771be217ddd', + 'SOUTHEASTASIA:20211111T092444Z:58485162-c0f4-4bbf-b689-7010370bedd0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:32 GMT' + 'Thu, 11 Nov 2021 09:24:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -569,21 +569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11036', + '10360', 'x-ms-request-id', - '4096a09e-a0c8-4085-8eac-806a118d9519', + '23d718e5-f4ce-46f5-b9f1-370a7b493f6d', 'x-ms-correlation-request-id', - '4096a09e-a0c8-4085-8eac-806a118d9519', + '23d718e5-f4ce-46f5-b9f1-370a7b493f6d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042035Z:4096a09e-a0c8-4085-8eac-806a118d9519', + 'SOUTHEASTASIA:20211111T092446Z:23d718e5-f4ce-46f5-b9f1-370a7b493f6d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:34 GMT' + 'Thu, 11 Nov 2021 09:24:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -605,21 +605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11035', + '10359', 'x-ms-request-id', - 'f7bb4502-3764-4876-8713-5365423bfd30', + 'b016507d-9413-4fbd-92e6-b632607ded91', 'x-ms-correlation-request-id', - 'f7bb4502-3764-4876-8713-5365423bfd30', + 'b016507d-9413-4fbd-92e6-b632607ded91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042037Z:f7bb4502-3764-4876-8713-5365423bfd30', + 'SOUTHEASTASIA:20211111T092449Z:b016507d-9413-4fbd-92e6-b632607ded91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:37 GMT' + 'Thu, 11 Nov 2021 09:24:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -641,21 +641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11034', + '10358', 'x-ms-request-id', - '9b2b52c8-6b5e-40cf-b747-f2702092075d', + 'a6f4d5c1-e2e5-4ee2-9848-28129ec687c4', 'x-ms-correlation-request-id', - '9b2b52c8-6b5e-40cf-b747-f2702092075d', + 'a6f4d5c1-e2e5-4ee2-9848-28129ec687c4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042039Z:9b2b52c8-6b5e-40cf-b747-f2702092075d', + 'SOUTHEASTASIA:20211111T092451Z:a6f4d5c1-e2e5-4ee2-9848-28129ec687c4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:39 GMT' + 'Thu, 11 Nov 2021 09:24:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -677,21 +677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11033', + '10357', 'x-ms-request-id', - '6baf0fde-419c-4d34-b6b1-4149983d4994', + '0ae4aebe-6fae-4c8f-a052-27a8a74dea9c', 'x-ms-correlation-request-id', - '6baf0fde-419c-4d34-b6b1-4149983d4994', + '0ae4aebe-6fae-4c8f-a052-27a8a74dea9c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042041Z:6baf0fde-419c-4d34-b6b1-4149983d4994', + 'SOUTHEASTASIA:20211111T092454Z:0ae4aebe-6fae-4c8f-a052-27a8a74dea9c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:41 GMT' + 'Thu, 11 Nov 2021 09:24:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -713,21 +713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11032', + '10356', 'x-ms-request-id', - 'fe2d9464-c183-48c2-9480-c4ab856e8928', + '1b66cad7-35a7-4260-b234-85804d37e574', 'x-ms-correlation-request-id', - 'fe2d9464-c183-48c2-9480-c4ab856e8928', + '1b66cad7-35a7-4260-b234-85804d37e574', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042044Z:fe2d9464-c183-48c2-9480-c4ab856e8928', + 'SOUTHEASTASIA:20211111T092456Z:1b66cad7-35a7-4260-b234-85804d37e574', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:44 GMT' + 'Thu, 11 Nov 2021 09:24:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -749,21 +749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11031', + '10355', 'x-ms-request-id', - 'e549868f-d00d-454d-8ed0-99c9beda4f1a', + '4e3fc4c1-fc21-4976-a241-70b5d704854b', 'x-ms-correlation-request-id', - 'e549868f-d00d-454d-8ed0-99c9beda4f1a', + '4e3fc4c1-fc21-4976-a241-70b5d704854b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042046Z:e549868f-d00d-454d-8ed0-99c9beda4f1a', + 'SOUTHEASTASIA:20211111T092458Z:4e3fc4c1-fc21-4976-a241-70b5d704854b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:46 GMT' + 'Thu, 11 Nov 2021 09:24:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -785,21 +785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11030', + '10480', 'x-ms-request-id', - '60b8a384-fcc4-4d6b-8444-e7dff76e343a', + 'b02f9ca1-b524-425d-ad1f-9ccf1aa35cd1', 'x-ms-correlation-request-id', - '60b8a384-fcc4-4d6b-8444-e7dff76e343a', + 'b02f9ca1-b524-425d-ad1f-9ccf1aa35cd1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042048Z:60b8a384-fcc4-4d6b-8444-e7dff76e343a', + 'SOUTHEASTASIA:20211111T092501Z:b02f9ca1-b524-425d-ad1f-9ccf1aa35cd1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:48 GMT' + 'Thu, 11 Nov 2021 09:25:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -821,21 +821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11029', + '10479', 'x-ms-request-id', - 'cc04ba68-2be0-4168-9b6d-f103159e60cb', + 'b5e9e36c-1bc9-49ff-af51-9d62801bb960', 'x-ms-correlation-request-id', - 'cc04ba68-2be0-4168-9b6d-f103159e60cb', + 'b5e9e36c-1bc9-49ff-af51-9d62801bb960', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042051Z:cc04ba68-2be0-4168-9b6d-f103159e60cb', + 'SOUTHEASTASIA:20211111T092503Z:b5e9e36c-1bc9-49ff-af51-9d62801bb960', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:50 GMT' + 'Thu, 11 Nov 2021 09:25:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -857,21 +857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11028', + '10478', 'x-ms-request-id', - 'd4b0d80e-041c-4977-9d4d-f158b8fdbd96', + '0d39afba-0389-4c19-8349-813fcc7260d1', 'x-ms-correlation-request-id', - 'd4b0d80e-041c-4977-9d4d-f158b8fdbd96', + '0d39afba-0389-4c19-8349-813fcc7260d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042053Z:d4b0d80e-041c-4977-9d4d-f158b8fdbd96', + 'SOUTHEASTASIA:20211111T092505Z:0d39afba-0389-4c19-8349-813fcc7260d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:53 GMT' + 'Thu, 11 Nov 2021 09:25:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -893,21 +893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11027', + '10477', 'x-ms-request-id', - '95c68df9-e12f-42c8-90f5-14edebb7264f', + '18630ab9-f753-49cc-b69f-096cebefade7', 'x-ms-correlation-request-id', - '95c68df9-e12f-42c8-90f5-14edebb7264f', + '18630ab9-f753-49cc-b69f-096cebefade7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042055Z:95c68df9-e12f-42c8-90f5-14edebb7264f', + 'SOUTHEASTASIA:20211111T092507Z:18630ab9-f753-49cc-b69f-096cebefade7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:55 GMT' + 'Thu, 11 Nov 2021 09:25:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -929,21 +929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11026', + '10476', 'x-ms-request-id', - 'aa9dedf8-3005-4ef0-8643-ba98021b4c7f', + '2d61953f-2cc7-4ca7-94f4-61fbc037bfe4', 'x-ms-correlation-request-id', - 'aa9dedf8-3005-4ef0-8643-ba98021b4c7f', + '2d61953f-2cc7-4ca7-94f4-61fbc037bfe4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042058Z:aa9dedf8-3005-4ef0-8643-ba98021b4c7f', + 'SOUTHEASTASIA:20211111T092510Z:2d61953f-2cc7-4ca7-94f4-61fbc037bfe4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:20:57 GMT' + 'Thu, 11 Nov 2021 09:25:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -965,21 +965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11025', + '10475', 'x-ms-request-id', - '869e55cd-2421-4197-b7fb-fe8e6ae4fa20', + 'e876bb65-647e-492e-95c1-ccff4b4db75a', 'x-ms-correlation-request-id', - '869e55cd-2421-4197-b7fb-fe8e6ae4fa20', + 'e876bb65-647e-492e-95c1-ccff4b4db75a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042100Z:869e55cd-2421-4197-b7fb-fe8e6ae4fa20', + 'SOUTHEASTASIA:20211111T092512Z:e876bb65-647e-492e-95c1-ccff4b4db75a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:00 GMT' + 'Thu, 11 Nov 2021 09:25:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1001,21 +1001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11024', + '10474', 'x-ms-request-id', - '04a37b8c-4ff8-442e-8fdc-686268f1dc0d', + '17643e1a-2c59-44b2-add8-2c2920d7e97e', 'x-ms-correlation-request-id', - '04a37b8c-4ff8-442e-8fdc-686268f1dc0d', + '17643e1a-2c59-44b2-add8-2c2920d7e97e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042102Z:04a37b8c-4ff8-442e-8fdc-686268f1dc0d', + 'SOUTHEASTASIA:20211111T092515Z:17643e1a-2c59-44b2-add8-2c2920d7e97e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:02 GMT' + 'Thu, 11 Nov 2021 09:25:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1037,21 +1037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11023', + '10473', 'x-ms-request-id', - '0d9bbc19-215d-4ae8-8add-871b8185a778', + '05ef484b-2489-44c0-b21f-d00b32d5dee5', 'x-ms-correlation-request-id', - '0d9bbc19-215d-4ae8-8add-871b8185a778', + '05ef484b-2489-44c0-b21f-d00b32d5dee5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042105Z:0d9bbc19-215d-4ae8-8add-871b8185a778', + 'SOUTHEASTASIA:20211111T092517Z:05ef484b-2489-44c0-b21f-d00b32d5dee5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:04 GMT' + 'Thu, 11 Nov 2021 09:25:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1073,21 +1073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11022', + '10472', 'x-ms-request-id', - 'ce6a0a72-a00b-4bf4-9a4f-ffcebe337d24', + '1fc2f89d-8599-4242-a27a-8017482e7f23', 'x-ms-correlation-request-id', - 'ce6a0a72-a00b-4bf4-9a4f-ffcebe337d24', + '1fc2f89d-8599-4242-a27a-8017482e7f23', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042107Z:ce6a0a72-a00b-4bf4-9a4f-ffcebe337d24', + 'SOUTHEASTASIA:20211111T092519Z:1fc2f89d-8599-4242-a27a-8017482e7f23', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:07 GMT' + 'Thu, 11 Nov 2021 09:25:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1109,21 +1109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11021', + '10471', 'x-ms-request-id', - '5c37c9a1-e504-4b4e-bf76-704f7ec64f3f', + 'a79db36e-e7b1-477e-b728-fb882de7b9dd', 'x-ms-correlation-request-id', - '5c37c9a1-e504-4b4e-bf76-704f7ec64f3f', + 'a79db36e-e7b1-477e-b728-fb882de7b9dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042109Z:5c37c9a1-e504-4b4e-bf76-704f7ec64f3f', + 'SOUTHEASTASIA:20211111T092521Z:a79db36e-e7b1-477e-b728-fb882de7b9dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:09 GMT' + 'Thu, 11 Nov 2021 09:25:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1145,21 +1145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11020', + '10470', 'x-ms-request-id', - 'eb0679d0-ceff-474f-bb00-f0f7808085aa', + '3deaafc5-09ae-4e1d-929a-843a6125e1d3', 'x-ms-correlation-request-id', - 'eb0679d0-ceff-474f-bb00-f0f7808085aa', + '3deaafc5-09ae-4e1d-929a-843a6125e1d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042112Z:eb0679d0-ceff-474f-bb00-f0f7808085aa', + 'SOUTHEASTASIA:20211111T092524Z:3deaafc5-09ae-4e1d-929a-843a6125e1d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:11 GMT' + 'Thu, 11 Nov 2021 09:25:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1181,21 +1181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11019', + '10469', 'x-ms-request-id', - 'fe0b12a8-43e2-40d5-9131-da768558506a', + '7b814ecf-e555-4762-b5ef-c474c0f95ce9', 'x-ms-correlation-request-id', - 'fe0b12a8-43e2-40d5-9131-da768558506a', + '7b814ecf-e555-4762-b5ef-c474c0f95ce9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042114Z:fe0b12a8-43e2-40d5-9131-da768558506a', + 'SOUTHEASTASIA:20211111T092526Z:7b814ecf-e555-4762-b5ef-c474c0f95ce9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:14 GMT' + 'Thu, 11 Nov 2021 09:25:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1217,21 +1217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11018', + '10468', 'x-ms-request-id', - '84c78dbb-1ba1-4978-b7e7-8e1bcb4b7cb0', + '90f8c36a-c3a6-42f6-991d-d272ff0cc8b2', 'x-ms-correlation-request-id', - '84c78dbb-1ba1-4978-b7e7-8e1bcb4b7cb0', + '90f8c36a-c3a6-42f6-991d-d272ff0cc8b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042116Z:84c78dbb-1ba1-4978-b7e7-8e1bcb4b7cb0', + 'SOUTHEASTASIA:20211111T092528Z:90f8c36a-c3a6-42f6-991d-d272ff0cc8b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:16 GMT' + 'Thu, 11 Nov 2021 09:25:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1253,21 +1253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11017', + '10467', 'x-ms-request-id', - '1e8eee4f-2844-4c38-9e10-2b5f74bff90c', + '55711eca-22f0-4460-bd64-6da2a2b6bb2d', 'x-ms-correlation-request-id', - '1e8eee4f-2844-4c38-9e10-2b5f74bff90c', + '55711eca-22f0-4460-bd64-6da2a2b6bb2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042119Z:1e8eee4f-2844-4c38-9e10-2b5f74bff90c', + 'SOUTHEASTASIA:20211111T092531Z:55711eca-22f0-4460-bd64-6da2a2b6bb2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:18 GMT' + 'Thu, 11 Nov 2021 09:25:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1289,21 +1289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11016', + '10466', 'x-ms-request-id', - 'a95412d6-10d6-4b19-bfbf-f93cb2e2a350', + '6e665e0d-0ba3-4829-b701-ba4fca00a862', 'x-ms-correlation-request-id', - 'a95412d6-10d6-4b19-bfbf-f93cb2e2a350', + '6e665e0d-0ba3-4829-b701-ba4fca00a862', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042121Z:a95412d6-10d6-4b19-bfbf-f93cb2e2a350', + 'SOUTHEASTASIA:20211111T092533Z:6e665e0d-0ba3-4829-b701-ba4fca00a862', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:20 GMT' + 'Thu, 11 Nov 2021 09:25:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1325,21 +1325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11015', + '10465', 'x-ms-request-id', - '61a6e52b-129e-4c15-aeda-4696c6f13a7e', + '02216db8-c3f7-47b0-a1a6-b3f7e4d0b9e0', 'x-ms-correlation-request-id', - '61a6e52b-129e-4c15-aeda-4696c6f13a7e', + '02216db8-c3f7-47b0-a1a6-b3f7e4d0b9e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042123Z:61a6e52b-129e-4c15-aeda-4696c6f13a7e', + 'SOUTHEASTASIA:20211111T092536Z:02216db8-c3f7-47b0-a1a6-b3f7e4d0b9e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:23 GMT' + 'Thu, 11 Nov 2021 09:25:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1361,21 +1361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11014', + '10464', 'x-ms-request-id', - '62926129-8176-4e87-b4be-95e522398fd8', + '139c3e45-ab27-4466-9180-8b297db6d76a', 'x-ms-correlation-request-id', - '62926129-8176-4e87-b4be-95e522398fd8', + '139c3e45-ab27-4466-9180-8b297db6d76a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042126Z:62926129-8176-4e87-b4be-95e522398fd8', + 'SOUTHEASTASIA:20211111T092538Z:139c3e45-ab27-4466-9180-8b297db6d76a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:25 GMT' + 'Thu, 11 Nov 2021 09:25:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1397,21 +1397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11013', + '10463', 'x-ms-request-id', - '4d4cce64-dff8-42e4-bebe-c603186d6028', + '5a6b940e-7eca-448d-a94a-5f1074be9840', 'x-ms-correlation-request-id', - '4d4cce64-dff8-42e4-bebe-c603186d6028', + '5a6b940e-7eca-448d-a94a-5f1074be9840', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042128Z:4d4cce64-dff8-42e4-bebe-c603186d6028', + 'SOUTHEASTASIA:20211111T092541Z:5a6b940e-7eca-448d-a94a-5f1074be9840', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:27 GMT' + 'Thu, 11 Nov 2021 09:25:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1433,21 +1433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11012', + '10462', 'x-ms-request-id', - '16d86534-a2c6-4d21-9d18-8ac62aefd8e8', + 'b3196671-3343-4d7b-9cfa-74080e50b09e', 'x-ms-correlation-request-id', - '16d86534-a2c6-4d21-9d18-8ac62aefd8e8', + 'b3196671-3343-4d7b-9cfa-74080e50b09e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042130Z:16d86534-a2c6-4d21-9d18-8ac62aefd8e8', + 'SOUTHEASTASIA:20211111T092543Z:b3196671-3343-4d7b-9cfa-74080e50b09e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:30 GMT' + 'Thu, 11 Nov 2021 09:25:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1469,21 +1469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11011', + '10461', 'x-ms-request-id', - 'ab82f034-3f62-4ad7-920b-b6144ec44ef7', + '301f8700-27ae-4b7f-97f6-f3a267c3f973', 'x-ms-correlation-request-id', - 'ab82f034-3f62-4ad7-920b-b6144ec44ef7', + '301f8700-27ae-4b7f-97f6-f3a267c3f973', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042133Z:ab82f034-3f62-4ad7-920b-b6144ec44ef7', + 'SOUTHEASTASIA:20211111T092545Z:301f8700-27ae-4b7f-97f6-f3a267c3f973', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:32 GMT' + 'Thu, 11 Nov 2021 09:25:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1505,21 +1505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11010', + '10460', 'x-ms-request-id', - '2b845dbb-0225-4eb1-8ab1-1a3b446d1bb6', + '440a449b-f15e-412b-ba02-ee65d175682d', 'x-ms-correlation-request-id', - '2b845dbb-0225-4eb1-8ab1-1a3b446d1bb6', + '440a449b-f15e-412b-ba02-ee65d175682d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042135Z:2b845dbb-0225-4eb1-8ab1-1a3b446d1bb6', + 'SOUTHEASTASIA:20211111T092548Z:440a449b-f15e-412b-ba02-ee65d175682d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:34 GMT' + 'Thu, 11 Nov 2021 09:25:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1541,21 +1541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11009', + '10459', 'x-ms-request-id', - 'e038683e-611f-45e3-8adc-6b26270cbd35', + '594aaf3b-0570-404f-9c75-fe41d357b1b0', 'x-ms-correlation-request-id', - 'e038683e-611f-45e3-8adc-6b26270cbd35', + '594aaf3b-0570-404f-9c75-fe41d357b1b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042137Z:e038683e-611f-45e3-8adc-6b26270cbd35', + 'SOUTHEASTASIA:20211111T092551Z:594aaf3b-0570-404f-9c75-fe41d357b1b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:37 GMT' + 'Thu, 11 Nov 2021 09:25:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1577,21 +1577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11008', + '10458', 'x-ms-request-id', - 'ddf364f5-0523-45fa-bb71-526f2382dee7', + 'f1e99765-e0a9-4333-90a0-ab438136fda5', 'x-ms-correlation-request-id', - 'ddf364f5-0523-45fa-bb71-526f2382dee7', + 'f1e99765-e0a9-4333-90a0-ab438136fda5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042140Z:ddf364f5-0523-45fa-bb71-526f2382dee7', + 'SOUTHEASTASIA:20211111T092553Z:f1e99765-e0a9-4333-90a0-ab438136fda5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:39 GMT' + 'Thu, 11 Nov 2021 09:25:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1613,21 +1613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11007', + '10457', 'x-ms-request-id', - 'ae879d2d-487d-4dc7-8d8e-0581948fb2e1', + '6875a2a9-8aa1-49fa-854f-db01e015affa', 'x-ms-correlation-request-id', - 'ae879d2d-487d-4dc7-8d8e-0581948fb2e1', + '6875a2a9-8aa1-49fa-854f-db01e015affa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042142Z:ae879d2d-487d-4dc7-8d8e-0581948fb2e1', + 'SOUTHEASTASIA:20211111T092555Z:6875a2a9-8aa1-49fa-854f-db01e015affa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:41 GMT' + 'Thu, 11 Nov 2021 09:25:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1649,21 +1649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11006', + '10456', 'x-ms-request-id', - '373b0e09-078f-4478-84ee-2a97f36ae89f', + '539d203d-d9e6-4da6-b40b-e6da4f1ce9cc', 'x-ms-correlation-request-id', - '373b0e09-078f-4478-84ee-2a97f36ae89f', + '539d203d-d9e6-4da6-b40b-e6da4f1ce9cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042144Z:373b0e09-078f-4478-84ee-2a97f36ae89f', + 'SOUTHEASTASIA:20211111T092558Z:539d203d-d9e6-4da6-b40b-e6da4f1ce9cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:43 GMT' + 'Thu, 11 Nov 2021 09:25:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1685,21 +1685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11005', + '10455', 'x-ms-request-id', - 'b7aaa670-cb5c-49eb-9969-204c94f6e0a9', + '47e70a1c-69eb-4e40-a587-91c09a8542ff', 'x-ms-correlation-request-id', - 'b7aaa670-cb5c-49eb-9969-204c94f6e0a9', + '47e70a1c-69eb-4e40-a587-91c09a8542ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042147Z:b7aaa670-cb5c-49eb-9969-204c94f6e0a9', + 'SOUTHEASTASIA:20211111T092600Z:47e70a1c-69eb-4e40-a587-91c09a8542ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:46 GMT' + 'Thu, 11 Nov 2021 09:25:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1721,21 +1721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11004', + '10454', 'x-ms-request-id', - 'a9af5b0b-6e59-4d4b-a28d-2d1517e719b9', + '01691550-bf99-4570-b25b-de7b272dad1e', 'x-ms-correlation-request-id', - 'a9af5b0b-6e59-4d4b-a28d-2d1517e719b9', + '01691550-bf99-4570-b25b-de7b272dad1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042149Z:a9af5b0b-6e59-4d4b-a28d-2d1517e719b9', + 'SOUTHEASTASIA:20211111T092602Z:01691550-bf99-4570-b25b-de7b272dad1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:48 GMT' + 'Thu, 11 Nov 2021 09:26:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1757,21 +1757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11003', + '10453', 'x-ms-request-id', - '484f8d12-c8cf-4cb4-a475-da965806085e', + '70d72f7e-a2f6-44be-a4fd-7ecd8518598d', 'x-ms-correlation-request-id', - '484f8d12-c8cf-4cb4-a475-da965806085e', + '70d72f7e-a2f6-44be-a4fd-7ecd8518598d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042151Z:484f8d12-c8cf-4cb4-a475-da965806085e', + 'SOUTHEASTASIA:20211111T092605Z:70d72f7e-a2f6-44be-a4fd-7ecd8518598d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:50 GMT' + 'Thu, 11 Nov 2021 09:26:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1793,21 +1793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11002', + '10452', 'x-ms-request-id', - '457c2831-cff8-4eb7-9d72-3d0c93019a49', + '7db4092e-1723-4154-8ace-29da166f1341', 'x-ms-correlation-request-id', - '457c2831-cff8-4eb7-9d72-3d0c93019a49', + '7db4092e-1723-4154-8ace-29da166f1341', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042153Z:457c2831-cff8-4eb7-9d72-3d0c93019a49', + 'SOUTHEASTASIA:20211111T092607Z:7db4092e-1723-4154-8ace-29da166f1341', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:53 GMT' + 'Thu, 11 Nov 2021 09:26:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1829,21 +1829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11001', + '10451', 'x-ms-request-id', - '6ae8f638-e15d-4107-a789-3e065642fb09', + '6d402472-4489-44dd-8bbb-57758649a698', 'x-ms-correlation-request-id', - '6ae8f638-e15d-4107-a789-3e065642fb09', + '6d402472-4489-44dd-8bbb-57758649a698', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042156Z:6ae8f638-e15d-4107-a789-3e065642fb09', + 'SOUTHEASTASIA:20211111T092609Z:6d402472-4489-44dd-8bbb-57758649a698', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:55 GMT' + 'Thu, 11 Nov 2021 09:26:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1865,21 +1865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11000', + '10450', 'x-ms-request-id', - '8bbaf340-81ad-43da-8e40-8903fd4229ba', + 'e290159a-e3da-43e5-a5ff-3726455bebfc', 'x-ms-correlation-request-id', - '8bbaf340-81ad-43da-8e40-8903fd4229ba', + 'e290159a-e3da-43e5-a5ff-3726455bebfc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042158Z:8bbaf340-81ad-43da-8e40-8903fd4229ba', + 'SOUTHEASTASIA:20211111T092612Z:e290159a-e3da-43e5-a5ff-3726455bebfc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:21:57 GMT' + 'Thu, 11 Nov 2021 09:26:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1901,21 +1901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10999', + '10449', 'x-ms-request-id', - '385cbe04-68ee-4fcf-b97d-87430c8ce755', + '34696083-733a-4a55-8989-e03016ea1bfd', 'x-ms-correlation-request-id', - '385cbe04-68ee-4fcf-b97d-87430c8ce755', + '34696083-733a-4a55-8989-e03016ea1bfd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042200Z:385cbe04-68ee-4fcf-b97d-87430c8ce755', + 'SOUTHEASTASIA:20211111T092614Z:34696083-733a-4a55-8989-e03016ea1bfd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:00 GMT' + 'Thu, 11 Nov 2021 09:26:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1937,21 +1937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10998', + '10448', 'x-ms-request-id', - 'c8cb46d4-4b45-4702-8797-7f5857ab8d93', + 'f0c6fa23-70f3-40b1-85b9-9312bcf49204', 'x-ms-correlation-request-id', - 'c8cb46d4-4b45-4702-8797-7f5857ab8d93', + 'f0c6fa23-70f3-40b1-85b9-9312bcf49204', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042203Z:c8cb46d4-4b45-4702-8797-7f5857ab8d93', + 'SOUTHEASTASIA:20211111T092616Z:f0c6fa23-70f3-40b1-85b9-9312bcf49204', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:02 GMT' + 'Thu, 11 Nov 2021 09:26:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1973,21 +1973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10997', + '10447', 'x-ms-request-id', - 'e9a14e10-fecd-485d-a714-8249ba67130a', + '22bfa279-91cf-4b20-b4ef-51e80afd1890', 'x-ms-correlation-request-id', - 'e9a14e10-fecd-485d-a714-8249ba67130a', + '22bfa279-91cf-4b20-b4ef-51e80afd1890', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042205Z:e9a14e10-fecd-485d-a714-8249ba67130a', + 'SOUTHEASTASIA:20211111T092620Z:22bfa279-91cf-4b20-b4ef-51e80afd1890', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:04 GMT' + 'Thu, 11 Nov 2021 09:26:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2009,21 +2009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10996', + '10446', 'x-ms-request-id', - '554c3d57-82e9-494e-abb2-c95138a4b50b', + 'dda60032-749f-41a1-b48b-6bd2d33353d7', 'x-ms-correlation-request-id', - '554c3d57-82e9-494e-abb2-c95138a4b50b', + 'dda60032-749f-41a1-b48b-6bd2d33353d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042207Z:554c3d57-82e9-494e-abb2-c95138a4b50b', + 'SOUTHEASTASIA:20211111T092622Z:dda60032-749f-41a1-b48b-6bd2d33353d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:06 GMT' + 'Thu, 11 Nov 2021 09:26:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2045,21 +2045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10995', + '10445', 'x-ms-request-id', - '4abf0784-83ac-463d-b255-ef3e83b8fe4c', + '4c277a51-04df-4eb5-b818-13904f47e469', 'x-ms-correlation-request-id', - '4abf0784-83ac-463d-b255-ef3e83b8fe4c', + '4c277a51-04df-4eb5-b818-13904f47e469', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042210Z:4abf0784-83ac-463d-b255-ef3e83b8fe4c', + 'SOUTHEASTASIA:20211111T092624Z:4c277a51-04df-4eb5-b818-13904f47e469', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:09 GMT' + 'Thu, 11 Nov 2021 09:26:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2081,21 +2081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10994', + '10444', 'x-ms-request-id', - 'f4172caa-38f4-4cd8-be26-ee1f7ce300e0', + '52eafab9-7b6a-419e-b4c8-f92a4b4e689a', 'x-ms-correlation-request-id', - 'f4172caa-38f4-4cd8-be26-ee1f7ce300e0', + '52eafab9-7b6a-419e-b4c8-f92a4b4e689a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042212Z:f4172caa-38f4-4cd8-be26-ee1f7ce300e0', + 'SOUTHEASTASIA:20211111T092627Z:52eafab9-7b6a-419e-b4c8-f92a4b4e689a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:11 GMT' + 'Thu, 11 Nov 2021 09:26:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2117,21 +2117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10993', + '10443', 'x-ms-request-id', - '318b0916-fd8c-4630-bc7e-536615332a7e', + '79ea3676-e2f8-476f-b606-48740ee5c806', 'x-ms-correlation-request-id', - '318b0916-fd8c-4630-bc7e-536615332a7e', + '79ea3676-e2f8-476f-b606-48740ee5c806', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042214Z:318b0916-fd8c-4630-bc7e-536615332a7e', + 'SOUTHEASTASIA:20211111T092629Z:79ea3676-e2f8-476f-b606-48740ee5c806', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:14 GMT' + 'Thu, 11 Nov 2021 09:26:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2153,21 +2153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10992', + '10442', 'x-ms-request-id', - 'bfc97951-9642-44a6-bba4-d377416a898c', + '075c91b2-a3f8-4ba2-81d3-bfbdda756784', 'x-ms-correlation-request-id', - 'bfc97951-9642-44a6-bba4-d377416a898c', + '075c91b2-a3f8-4ba2-81d3-bfbdda756784', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042217Z:bfc97951-9642-44a6-bba4-d377416a898c', + 'SOUTHEASTASIA:20211111T092631Z:075c91b2-a3f8-4ba2-81d3-bfbdda756784', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:17 GMT' + 'Thu, 11 Nov 2021 09:26:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2189,21 +2189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10991', + '10441', 'x-ms-request-id', - '5d98da68-dad3-431a-ae0d-54fc006385ee', + '67b33f8f-17d4-471d-99a2-aa22b27648ec', 'x-ms-correlation-request-id', - '5d98da68-dad3-431a-ae0d-54fc006385ee', + '67b33f8f-17d4-471d-99a2-aa22b27648ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042219Z:5d98da68-dad3-431a-ae0d-54fc006385ee', + 'SOUTHEASTASIA:20211111T092634Z:67b33f8f-17d4-471d-99a2-aa22b27648ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:19 GMT' + 'Thu, 11 Nov 2021 09:26:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2225,21 +2225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10990', + '10440', 'x-ms-request-id', - '5ceb25f7-f0f5-4b9a-b6f5-080afa4c5342', + '37cbcac1-a3ab-4f55-b4c0-97d19af3e4e5', 'x-ms-correlation-request-id', - '5ceb25f7-f0f5-4b9a-b6f5-080afa4c5342', + '37cbcac1-a3ab-4f55-b4c0-97d19af3e4e5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042221Z:5ceb25f7-f0f5-4b9a-b6f5-080afa4c5342', + 'SOUTHEASTASIA:20211111T092636Z:37cbcac1-a3ab-4f55-b4c0-97d19af3e4e5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:21 GMT' + 'Thu, 11 Nov 2021 09:26:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2261,21 +2261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10989', + '10439', 'x-ms-request-id', - '4981ba4d-917c-4afa-bab3-df23be327f93', + '483fd4e6-5511-48d5-b2b3-b721c0ccf441', 'x-ms-correlation-request-id', - '4981ba4d-917c-4afa-bab3-df23be327f93', + '483fd4e6-5511-48d5-b2b3-b721c0ccf441', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042224Z:4981ba4d-917c-4afa-bab3-df23be327f93', + 'SOUTHEASTASIA:20211111T092638Z:483fd4e6-5511-48d5-b2b3-b721c0ccf441', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:24 GMT' + 'Thu, 11 Nov 2021 09:26:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2297,21 +2297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10988', + '10438', 'x-ms-request-id', - 'e91b216c-4dfb-4834-8cbd-6c3499928c02', + '4e2d6c71-3f74-4481-b19e-937b622f3fb7', 'x-ms-correlation-request-id', - 'e91b216c-4dfb-4834-8cbd-6c3499928c02', + '4e2d6c71-3f74-4481-b19e-937b622f3fb7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042226Z:e91b216c-4dfb-4834-8cbd-6c3499928c02', + 'SOUTHEASTASIA:20211111T092640Z:4e2d6c71-3f74-4481-b19e-937b622f3fb7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:26 GMT' + 'Thu, 11 Nov 2021 09:26:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2333,21 +2333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10987', + '10437', 'x-ms-request-id', - '1c809563-c9a2-4414-861e-cb085c22b2cc', + 'fae88cb1-2510-4573-8dec-0497050cf253', 'x-ms-correlation-request-id', - '1c809563-c9a2-4414-861e-cb085c22b2cc', + 'fae88cb1-2510-4573-8dec-0497050cf253', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042228Z:1c809563-c9a2-4414-861e-cb085c22b2cc', + 'SOUTHEASTASIA:20211111T092643Z:fae88cb1-2510-4573-8dec-0497050cf253', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:28 GMT' + 'Thu, 11 Nov 2021 09:26:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2369,21 +2369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10986', + '10436', 'x-ms-request-id', - 'b5c3a0b6-81f6-443c-a41d-eae39c9482dd', + '7e7f3f49-968b-4850-8c79-6caa1651e6ed', 'x-ms-correlation-request-id', - 'b5c3a0b6-81f6-443c-a41d-eae39c9482dd', + '7e7f3f49-968b-4850-8c79-6caa1651e6ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042231Z:b5c3a0b6-81f6-443c-a41d-eae39c9482dd', + 'SOUTHEASTASIA:20211111T092645Z:7e7f3f49-968b-4850-8c79-6caa1651e6ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:31 GMT' + 'Thu, 11 Nov 2021 09:26:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2405,21 +2405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10985', + '10435', 'x-ms-request-id', - '05349f6a-3006-4c36-be56-5b551fc14740', + '6d1cc586-99a5-4170-a10b-f7db6ad6057e', 'x-ms-correlation-request-id', - '05349f6a-3006-4c36-be56-5b551fc14740', + '6d1cc586-99a5-4170-a10b-f7db6ad6057e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042233Z:05349f6a-3006-4c36-be56-5b551fc14740', + 'SOUTHEASTASIA:20211111T092647Z:6d1cc586-99a5-4170-a10b-f7db6ad6057e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:33 GMT' + 'Thu, 11 Nov 2021 09:26:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2441,21 +2441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10984', + '10434', 'x-ms-request-id', - 'e9df4fd1-cb99-4b3c-9fa6-c207c576c036', + '4b86d233-2804-44d6-8265-7cf9941bf4b1', 'x-ms-correlation-request-id', - 'e9df4fd1-cb99-4b3c-9fa6-c207c576c036', + '4b86d233-2804-44d6-8265-7cf9941bf4b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042235Z:e9df4fd1-cb99-4b3c-9fa6-c207c576c036', + 'SOUTHEASTASIA:20211111T092650Z:4b86d233-2804-44d6-8265-7cf9941bf4b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:35 GMT' + 'Thu, 11 Nov 2021 09:26:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2477,21 +2477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10983', + '10433', 'x-ms-request-id', - '3c5ece45-bf7a-4d72-a0ee-b4be9fdb87c7', + '91d7225e-fa88-4c49-9158-a2aad6532325', 'x-ms-correlation-request-id', - '3c5ece45-bf7a-4d72-a0ee-b4be9fdb87c7', + '91d7225e-fa88-4c49-9158-a2aad6532325', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042238Z:3c5ece45-bf7a-4d72-a0ee-b4be9fdb87c7', + 'SOUTHEASTASIA:20211111T092653Z:91d7225e-fa88-4c49-9158-a2aad6532325', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:37 GMT' + 'Thu, 11 Nov 2021 09:26:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2513,21 +2513,417 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10982', + '10432', 'x-ms-request-id', - 'ed171aa6-c74b-4729-9baf-bad6756561fc', + 'f30b9cb1-f6ad-4243-9d5b-c86b474adf50', 'x-ms-correlation-request-id', - 'ed171aa6-c74b-4729-9baf-bad6756561fc', + 'f30b9cb1-f6ad-4243-9d5b-c86b474adf50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042240Z:ed171aa6-c74b-4729-9baf-bad6756561fc', + 'SOUTHEASTASIA:20211111T092655Z:f30b9cb1-f6ad-4243-9d5b-c86b474adf50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:40 GMT' + 'Thu, 11 Nov 2021 09:26:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8c8d353f-1309-4b7a-97da-044ddc61940f') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0cd51245-7f1d-4c3e-8674-ddd1e14debe6', + 'x-ms-correlation-request-id', + '0cd51245-7f1d-4c3e-8674-ddd1e14debe6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092657Z:0cd51245-7f1d-4c3e-8674-ddd1e14debe6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:26:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c797e497-5964-49f4-9bad-21d13552e6d6', + 'x-ms-correlation-request-id', + 'c797e497-5964-49f4-9bad-21d13552e6d6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092700Z:c797e497-5964-49f4-9bad-21d13552e6d6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:26:59 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '39f0907f-7e7a-4ef4-b100-aa81dae219b6', + 'x-ms-correlation-request-id', + '39f0907f-7e7a-4ef4-b100-aa81dae219b6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092702Z:39f0907f-7e7a-4ef4-b100-aa81dae219b6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd400515d-c646-4f25-a584-588ae4fab87f', + 'x-ms-correlation-request-id', + 'd400515d-c646-4f25-a584-588ae4fab87f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092704Z:d400515d-c646-4f25-a584-588ae4fab87f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '87ef5972-7040-4ade-a872-657ec8288b32', + 'x-ms-correlation-request-id', + '87ef5972-7040-4ade-a872-657ec8288b32', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092707Z:87ef5972-7040-4ade-a872-657ec8288b32', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95e155b7-0d5f-4f49-ad36-ba112909bc86', + 'x-ms-correlation-request-id', + '95e155b7-0d5f-4f49-ad36-ba112909bc86', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092709Z:95e155b7-0d5f-4f49-ad36-ba112909bc86', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '01343b47-8f26-4e4a-b1b6-f5b5b76c80df', + 'x-ms-correlation-request-id', + '01343b47-8f26-4e4a-b1b6-f5b5b76c80df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092711Z:01343b47-8f26-4e4a-b1b6-f5b5b76c80df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '24c65d7d-1dfa-4c74-9f32-2ae359ed5380', + 'x-ms-correlation-request-id', + '24c65d7d-1dfa-4c74-9f32-2ae359ed5380', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092714Z:24c65d7d-1dfa-4c74-9f32-2ae359ed5380', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a7d56c10-1286-4643-99a6-e943a20f8a0a', + 'x-ms-correlation-request-id', + 'a7d56c10-1286-4643-99a6-e943a20f8a0a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092716Z:a7d56c10-1286-4643-99a6-e943a20f8a0a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e4a4b9d2-4388-44a7-aa1e-5ef39f922946', + 'x-ms-correlation-request-id', + 'e4a4b9d2-4388-44a7-aa1e-5ef39f922946', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092718Z:e4a4b9d2-4388-44a7-aa1e-5ef39f922946', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '41e31b0a-6474-464c-8e8c-fc6460c6796c', + 'x-ms-correlation-request-id', + '41e31b0a-6474-464c-8e8c-fc6460c6796c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092721Z:41e31b0a-6474-464c-8e8c-fc6460c6796c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:27:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0b2dbc4e-0ee9-4d32-beb6-81d5d020b09d') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -2549,23 +2945,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10981', + '10420', 'x-ms-request-id', - '94a652e9-e634-4e3b-9ab7-02ab401d185c', + '13aed454-779e-4c1d-b1c3-a6081e3484e5', 'x-ms-correlation-request-id', - '94a652e9-e634-4e3b-9ab7-02ab401d185c', + '13aed454-779e-4c1d-b1c3-a6081e3484e5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042242Z:94a652e9-e634-4e3b-9ab7-02ab401d185c', + 'SOUTHEASTASIA:20211111T092723Z:13aed454-779e-4c1d-b1c3-a6081e3484e5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:42 GMT' + 'Thu, 11 Nov 2021 09:27:22 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b7771e6eefedbfd9d97fb4b7f7687767bcf360e7e060f7e0a73ea23769bcabbc6e8b1c90f0d765d1109ec5f2e2754b4008c2ebf5749ae7b37c463dce14c1d3e56c55154b74306fdb55f3e86e4888b169d88cb31faceb7c3cad168ff6f7efdd25180be07f23006e45af358b2a0263b59e94c5f445de5e55f55b2251de10fa1f9d2eb349c978e6fcdbf1baad1644f6e9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f9739d210214347a991175f0c5ef955f13e98bb672608ae6278bba5d67a562f2ac28dbbc3668985697419b57eb12b4fedef74706dfe355f18638813ef4e6765634f8923a7d425c30fb226f33b004a36a06acf005cf67759ebf297a633c5e66e53591202b5f13e6d905cda87e9f75bf39a996e7c5c5ba6632801b9ae93c5f64c08d507bb62ecb67241965d15e83718a65d366cb697e4603fd68776fb2bb7b7f7f677be7feeefef67eb6b7b37df060677ffbfe83597e409fef1f9c3fc4a068041e537f797e9ed70a9eb86d39cb6a4cde2c3fcf6866ce66c43fe88cfa2eeaa6c5445cdb0f49d2849ec7d3f2c9f52a033d3e7a512d73fa466987192d8907e676c8539ade82246539bd7e59110311ec5f6cbaa3d19bef9ee7977949e05e1395410ae2d9ecddd992a6f6322bcf96af738233a3feeef3178479992fa9e9cb3a3f2fde7d4412b643f4c956c5cb40b61a7a3daf7f92540b603efae8def853d0916039aa7f492d6a2232bf20ecf1a4a996af7922e89d37f53ac74b5760038c0f2f51e3efa9260c64683bcf9a760dcd61b4cf0b514e4e031931bd491c15d426b1be49759cab0cbeac8b8ab027d2ef1013353f4553f62a9fad69f2d13d4fd42f21d9201536fbfff5000dcaffbf1c9c6d0e2963feffba63b4905cc7e8605ad5008adfb2553629482b996ed4028bf4b042fd086f142b4ff34eb2e9dbf58ab12388bfd858e29739f5322ba6d42f092efffa4535cb433996779d3af8a258aec975f8e8d1de3ed144be7d959322c1785cb36f93bb418d0e4c1355ba867ac0e3a3cf73c295c4bbabda5ea9b37206ad03fc674576b1ac1ad2decfab8bd779dbd2b4d157bf58953e74f59bfc5dfb13ebbc065cd68b004caa85d00215ed98f5","bbff0706b54eb24b090000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b777f1bf373b0f1fed3d78b4fb60fcf0fecefdddfb9ffed447f4268d7795d76d910312feba2c1ac2b3585ebc6e09084178bd9e4ef37c96cfa8c7992278ba9cadaa62890ee66dbb6a1edd0d0931360d9b71f683759d8fa7d5e2d1fefebdbb046301fc6f04c0ade8b566514560acd693b298bec8dbabaa7e4b24ca1b42ffa3d365362919cf9c7f3b5eb7d582c83e7d9615657599d71f3d3acfca2637df7fb12edb6255e6dfad8b367fae33448082462f33a20ebef8bdf26b227dd1560e4cd1fc6451b7ebac544c9e15659bd7060dd3ea3268f36a5d82d6dffbfec8e07bbc2ade1027d087dedcce8a065f52a74f880b665fe46d06966054cd8015bee0f9accef337456f8cc7cbacbc261264e56bc23cbba019d5efb3ee3727d5f2bcb858d74c067043339de78b0cb8116acfd665f98c24a32cda6b304eb16cda6c39cdcf68a01f3dd8ddddbb97dd7bb07dbeb7472297efdcdbcef6eeef6fdffbf4e1fdfce0d3dd83d9748241d1083ca6fef2fc3caf153c71db7296d598bc597e9ed1cc9ccd887fd019f55dd44d8b89b8b61f92a4093d8fa7e593eb55067a7cf4a25ae6f48dd20e335a120fcced90a734bd0549ca727afdb2220622d8bfd87447a337df3dcf2ff392c0bd262a8314c4b3d9bbb3254ded65569e2d5fe7046746fddde72f08f3325f52d397757e5ebcfbe8d1eece0ed1275b152f03d96ae8f5bcfe49522d80f9e8a37be34f414782e5a8fe25b5a889c8fc82b0c793a65abee689a077ded4eb1c2f5d810d303ebc448dbfa79a3090a1ed3c6bda353487d13e2f4439390d64c4f4267154509bc4fa26d571ae32f8b22e2ac29e48bf434cd4fc144dd9ab7cb6a6c947f73c51bf84648354d8ecffd7033428ffff7270b639a48cf9ffeb8ed142721da383695503287ecb56d9a420ad64ba510b2cd2c30af523bc51ac3ccd3bc9a66fd72bc68e20fe6263895fe6d4cbac9852bf24b8fceb17d52c0fe558de75eae08b62b926d7e1a3477bfb4413f9f6554e8a04e371cdbe4dee06353a304d54e91aea018f8f3ecf095712efae6a7ba5ceca19b4cef7be4f2d4847107c90c322cfcaef97fc","92ff071f7fc3fe14090000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -2585,15 +2981,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10980', + '10419', 'x-ms-request-id', - '7621738e-b3cb-400d-b853-271ed1620ed9', + 'd77200a5-3f3b-470e-b2e1-02dc9a0c3155', 'x-ms-correlation-request-id', - '7621738e-b3cb-400d-b853-271ed1620ed9', + 'd77200a5-3f3b-470e-b2e1-02dc9a0c3155', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042245Z:7621738e-b3cb-400d-b853-271ed1620ed9', + 'SOUTHEASTASIA:20211111T092725Z:d77200a5-3f3b-470e-b2e1-02dc9a0c3155', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:44 GMT' + 'Thu, 11 Nov 2021 09:27:25 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 index 3bf3a99f7b3d..bf6d7e72e412 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6ffa4309-690e-404a-a54a-ed48bc240700', + 'b01f6253-c871-4112-8788-927ef5eb1800', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AqFqsEtdm25PlYkZvJWshjE; expires=Sun, 24-Oct-2021 03:38:09 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AoL6ZFk4N5VEvx5fyGgqlKU; expires=Sat, 11-Dec-2021 08:37:31 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrjf18AF_9IkXhp2uhyxMl_wiau6nMcDjPXMDPypGq4xwJ84A9rIJqpmEpDEK9RVrFbKsRrCkkxQbrFGFVjWS7Eu7xfnZ_KxeZkhE6i3BNDQfgSVQ0Og5SyIbDI2DvKF8qUMhG27vpaiYdsl5PguG-Nxl30sqYAGno_0TV8J7OkF0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrpr9WEy6909cD6EEeF1WazRJxOBQrQtMhf5WgpEgSm6TO2NxjQQ8_QGe1RnDAwxgK75kqs2gQbib1iOMSEZqOf3gp5LDQ26o-324y-R5eKl9BzYClXxu7bzTtWIj7NgSGl5Lw41ePWsCKzuvpuW-tmU3d2NF1QJ2r_o9kUEiGeWogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:38:08 GMT', + 'Thu, 11 Nov 2021 08:37:31 GMT', 'Content-Length', '980' ]); @@ -45,8 +45,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', - '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -60,23 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6f0cf731-0644-432a-96d4-b1cc70890700', + '57cc4eb2-c429-4a79-9328-75fd9eb81500', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AmlqH6UDeOBPiQ9DmH0_JGw; expires=Sun, 24-Oct-2021 03:38:09 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AvQSnpnlf6FJt7CGjADJuaE; expires=Sat, 11-Dec-2021 08:37:31 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrfA0wd-LUfMJdXlbFer33QBt6lRFpGcJmrzk8se1e1Gq8G2A5Y0sRRsR1T8sqdmL7RktijoJeV9MTGpKFPW8KpCr4g6KMigLOzufVM__ptkR8WFOFFwdllSAVeBn9RS00QByGrh_r1jlYJ3rUO_1vcV_ZCzvw4FL74OBxG1LO1pggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrvMpKKwVyuGqkdY4l7RVuxF-GqZCP6ZMlIMY34eRSVTlhybGSaf6UeWSASp416GViKEdDwA-aP24g9cdgvkwNEScNyXy3Vry3F84Pd5Q60-lSBPmsBJC-zg6NaDrRDhf8d4jdrF3y-L4hnEOioBupuTdVa2UKVsDuSxTwNtWb2msgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:38:08 GMT' + 'Thu, 11 Nov 2021 08:37:31 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.1&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=ed3a6eb0-d4f3-455e-affd-deb641d15c44&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") + .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.1&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=9c38ab08-c8b7-424c-8817-2b7d4c5bda26&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6f0cf731-0644-432a-96d4-b1cc71890700', + 'b01f6253-c871-4112-8788-927efbeb1800', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Akxo48lcwAxNv04mPTORnhAWPr5BAQAAACE_39gOAAAA; expires=Sun, 24-Oct-2021 03:38:09 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AorXnoR7dBxFooWt1Q7nDsQWPr5BAQAAAEvNHtkOAAAA; expires=Sat, 11-Dec-2021 08:37:32 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:38:08 GMT', + 'Thu, 11 Nov 2021 08:37:31 GMT', 'Content-Length', '1351' ]); @@ -113,7 +113,7 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eef3cdcdedb7fb373efd1bd8347bbf7c69f3e7cb07ff0e0d39ffa88dea481aff2ba2d7240c25f9745430817cb8bd72d0121082780467f5387abf5a42ca62ff2f6aaaadf128a79436f7d74bacc26653ea3ef73feed78dd560b7a65fa2c2bcaea32af3f7a749e954d6ebeff625db6c5aaccbf5b176dfe5c29448082462f33420a5ffc5ef9f517844f5b393045f39345ddaeb352317956946d5e1b344cabcba0cdab7589217eeffb2383eff1aa784333411f7ef4fa179584fdac68f00575f8846660f645de66980e46d30c56610b8ecfea3c7f53f4c677bcccca6b1a7e56be26acb30b22a27e9f75bf39a996e7c5c5ba661260029ae93c5f64c08bd0fa6e5e964ff3f36249a3a2a92a964d9b2da7f9198df1a37b7b0fceef3f9864dbe7d9c32971fbf47cfb20cbef6dcff2ecc1bdbd7b597effd31d8c8906e0f1d397e7e779add0697e97b3acc6bccdf2f38c26e56c962f89e8d7f4257db814c21d4fcb27d7ab0c83ffe845b5cce91b2514a6aea4c99edbf14d691e0be2c4e5f4fa65459c42907eb1014e4335df3dcf2ff392c0bd269262dca38f16d9bbb325cde165569e2d5fe7046746fddde72f08cf325f52d39735d1e2dd478f767776881ad4c691ee4be2b29ae4975e82385c61ca801ebea3cfbea71a2310cfed2b12fc3524cc48e90b11e2efd2e722a93788c3b9f2f7cbbaa8a8471aed0ecd52f35344a557f96c4dd45d9208326d7e09f11dbd38fb7f1d52a69bffd720649b8381582d7d5dbc2c24d7313a98563580e2b76c954d8a92d40c77439f142b4f4f4cb2e9dbf58af1a0777fb1d1db2f7382372ba6d403694efef58b6a96bf0c14a9bceb78fa8b62b92643f3d1a3bd7d1abd7cfb2a276900e6aed9b7c93851a303d344d584a113f0f8e86c494d8920bf8418bd2ba3afd4bc9d417c308659915d2cab8674cef3eae275de624ee8ab5facaaead9ba2cdfe4efda9f58e73560b3800330c912a1069ad971eb77","ff0f4071ed4f7d070000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eefe27f6f760e1edd7bf0e8dec1f8e0e0fea7f7ef1ffcd447f4260d7c95d76d910312feba2c1a42b8585ebc6e090841380134fa9b3a5cad2765317d91b75755fd9650cc1b7aeba3d3653629f3197d9ff36fc7ebb65ad02bd3675951569779fdd1a3f3ac6c72f3fd17ebb22d5665feddba68f3e74a210214347a991152f8e2f7caafbf207cdaca81299a9f2cea769d958ac9b3a26cf3daa0615a5d066d5ead4b0cf17bdf1f197c8f57c51b9a09faf0a3d7bfa824ec6745832fa8c3273403b32ff236c374309a66b00a5b707c56e7f99ba237bee365565ed3f0b3f235619d5d1011f5fbacfbcd49b53c2f2ed635930013d04ce7f922035e84d677f3b27c9a9f174b1a154d55b16cda6c39cdcf688c1fdddb3f9f7cfa699e6f9f673971fbf9f9747b727e6f6f7bf7c1fec1a7d34ff3d9cefd29c64403f0f8e9cbf3f3bc56e834bfcb595663de66f97946937236cb9744f46bfa923e5c0ae18ea7e593eb5586c17ff4a25ae6f48d120a5357d264cfedf8a6348f0571e2727afdb2224e2148bfd800a7a19aef9ee7977949e05e134931eed1478becddd992e6f0322bcf96af738233a3feeef3178467992fa9e9cb9a68f1eea347bb3b3b440d6ae348f72571594df24b2f411cae3065400fdfd167df538d1188e7f61509fe1a1266a4f48508f177e97391d41bc4e15cf9fb655d54d4238d768766a9f929a2d2ab7cb626ea2e49049936bf84f88e5e9cfdbf0e29d3cdff6b10b2cdc140ac96be2e5e1692eb181d4cab1a40f15bb6ca2645496a86bba14f8a95a72726d9f4ed7ac578d0bbbfd8e8ed9739c19b15902ed29cfceb17d52c7f19285279d7f1f417c5724d86e6a3477bfb347af9f6554ed200cc5db36f9371a24607a689aa094327e0f1d1d9929a12417e09317a57465fa9793b83f87ceffbd4828482fac0e0ed00588a7fc92f","f97f00095682f046070000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -125,13 +125,13 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Encoding', 'gzip', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5/operationResults/d0dafca1-994d-4e44-8e26-b93796e4fd8b?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5/operationResults/751cbc8e-ffc0-4eb7-ab2e-216135680251?api-version=2021-10-15', 'Vary', 'Accept-Encoding', 'x-ms-request-id', - 'd0dafca1-994d-4e44-8e26-b93796e4fd8b', + '751cbc8e-ffc0-4eb7-ab2e-216135680251', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251?api-version=2021-10-15', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -141,17 +141,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1196', 'x-ms-correlation-request-id', - '44bf6c37-6595-41b7-b1f5-d2de72c849e7', + '5d734d2b-307c-46a2-99e0-a3c2a7dc3bb6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033818Z:44bf6c37-6595-41b7-b1f5-d2de72c849e7', + 'SOUTHEASTASIA:20211111T083743Z:5d734d2b-307c-46a2-99e0-a3c2a7dc3bb6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:17 GMT' + 'Thu, 11 Nov 2021 08:37:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -173,21 +173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11525', + '11443', 'x-ms-request-id', - 'f34f7a48-dc0f-4d63-b5cd-9409dbbca0c0', + 'b766825c-9ece-4314-a2d1-92b00481d0f5', 'x-ms-correlation-request-id', - 'f34f7a48-dc0f-4d63-b5cd-9409dbbca0c0', + 'b766825c-9ece-4314-a2d1-92b00481d0f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033818Z:f34f7a48-dc0f-4d63-b5cd-9409dbbca0c0', + 'SOUTHEASTASIA:20211111T083743Z:b766825c-9ece-4314-a2d1-92b00481d0f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:18 GMT' + 'Thu, 11 Nov 2021 08:37:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -209,21 +209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11524', + '11442', 'x-ms-request-id', - 'c89912b0-80fd-4bcd-80f8-e90c93d9cd68', + '87ecd867-576c-48a4-97b5-7315b6ce4582', 'x-ms-correlation-request-id', - 'c89912b0-80fd-4bcd-80f8-e90c93d9cd68', + '87ecd867-576c-48a4-97b5-7315b6ce4582', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033820Z:c89912b0-80fd-4bcd-80f8-e90c93d9cd68', + 'SOUTHEASTASIA:20211111T083745Z:87ecd867-576c-48a4-97b5-7315b6ce4582', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:20 GMT' + 'Thu, 11 Nov 2021 08:37:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -245,21 +245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11523', + '11441', 'x-ms-request-id', - '8b886582-c619-472c-9746-49db673e4b84', + '7615336a-9fff-4f15-ad65-cf0a3b7d070c', 'x-ms-correlation-request-id', - '8b886582-c619-472c-9746-49db673e4b84', + '7615336a-9fff-4f15-ad65-cf0a3b7d070c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033823Z:8b886582-c619-472c-9746-49db673e4b84', + 'SOUTHEASTASIA:20211111T083748Z:7615336a-9fff-4f15-ad65-cf0a3b7d070c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:22 GMT' + 'Thu, 11 Nov 2021 08:37:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -281,21 +281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11522', + '11440', 'x-ms-request-id', - '3348a260-3a00-4b9a-af0b-a486a579bb83', + '2bced773-ea9e-4cdf-bfa1-73cce0732bd1', 'x-ms-correlation-request-id', - '3348a260-3a00-4b9a-af0b-a486a579bb83', + '2bced773-ea9e-4cdf-bfa1-73cce0732bd1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033825Z:3348a260-3a00-4b9a-af0b-a486a579bb83', + 'SOUTHEASTASIA:20211111T083750Z:2bced773-ea9e-4cdf-bfa1-73cce0732bd1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:25 GMT' + 'Thu, 11 Nov 2021 08:37:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -317,21 +317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11521', + '11439', 'x-ms-request-id', - '9a8a1743-afeb-4482-bb31-c280f8654b24', + '154c23e4-9ae1-4af7-a9f4-7919ad567011', 'x-ms-correlation-request-id', - '9a8a1743-afeb-4482-bb31-c280f8654b24', + '154c23e4-9ae1-4af7-a9f4-7919ad567011', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033827Z:9a8a1743-afeb-4482-bb31-c280f8654b24', + 'SOUTHEASTASIA:20211111T083752Z:154c23e4-9ae1-4af7-a9f4-7919ad567011', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:27 GMT' + 'Thu, 11 Nov 2021 08:37:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -353,21 +353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11520', + '11438', 'x-ms-request-id', - '90fee712-51d4-4544-90af-4d06da4436cc', + '95ad5d19-7e12-4eed-a9f1-a1883c35d37d', 'x-ms-correlation-request-id', - '90fee712-51d4-4544-90af-4d06da4436cc', + '95ad5d19-7e12-4eed-a9f1-a1883c35d37d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033829Z:90fee712-51d4-4544-90af-4d06da4436cc', + 'SOUTHEASTASIA:20211111T083755Z:95ad5d19-7e12-4eed-a9f1-a1883c35d37d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:29 GMT' + 'Thu, 11 Nov 2021 08:37:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -389,21 +389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11519', + '11437', 'x-ms-request-id', - 'd38b483b-e9dc-409c-8587-c77bf99f83f2', + '7b702f99-ba4e-479f-ae90-2a3ae3ac1bfa', 'x-ms-correlation-request-id', - 'd38b483b-e9dc-409c-8587-c77bf99f83f2', + '7b702f99-ba4e-479f-ae90-2a3ae3ac1bfa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033832Z:d38b483b-e9dc-409c-8587-c77bf99f83f2', + 'SOUTHEASTASIA:20211111T083757Z:7b702f99-ba4e-479f-ae90-2a3ae3ac1bfa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:31 GMT' + 'Thu, 11 Nov 2021 08:37:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -425,21 +425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11518', + '11436', 'x-ms-request-id', - 'ed3b0175-3342-4880-a04f-f26975e0bca8', + '28d06191-d8c7-42da-afba-8d57bf6445ee', 'x-ms-correlation-request-id', - 'ed3b0175-3342-4880-a04f-f26975e0bca8', + '28d06191-d8c7-42da-afba-8d57bf6445ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033834Z:ed3b0175-3342-4880-a04f-f26975e0bca8', + 'SOUTHEASTASIA:20211111T083759Z:28d06191-d8c7-42da-afba-8d57bf6445ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:34 GMT' + 'Thu, 11 Nov 2021 08:37:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -461,21 +461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11517', + '11435', 'x-ms-request-id', - 'fb0de7a6-4318-4452-b07b-b20dd750cbf6', + '69259a24-1204-45ee-980a-ec82bc49ae13', 'x-ms-correlation-request-id', - 'fb0de7a6-4318-4452-b07b-b20dd750cbf6', + '69259a24-1204-45ee-980a-ec82bc49ae13', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033836Z:fb0de7a6-4318-4452-b07b-b20dd750cbf6', + 'SOUTHEASTASIA:20211111T083802Z:69259a24-1204-45ee-980a-ec82bc49ae13', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:36 GMT' + 'Thu, 11 Nov 2021 08:38:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -497,21 +497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11516', + '11434', 'x-ms-request-id', - 'e63f6d17-53d4-4677-81c3-f44f29ab9fc6', + 'a3065d20-5e14-47bf-8285-18527b82a6b0', 'x-ms-correlation-request-id', - 'e63f6d17-53d4-4677-81c3-f44f29ab9fc6', + 'a3065d20-5e14-47bf-8285-18527b82a6b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033839Z:e63f6d17-53d4-4677-81c3-f44f29ab9fc6', + 'SOUTHEASTASIA:20211111T083804Z:a3065d20-5e14-47bf-8285-18527b82a6b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:38 GMT' + 'Thu, 11 Nov 2021 08:38:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -533,21 +533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11515', + '11433', 'x-ms-request-id', - '587f9812-ed02-419a-9f69-e93981797551', + 'c77e712e-653c-46ba-8cb1-6168c67904b8', 'x-ms-correlation-request-id', - '587f9812-ed02-419a-9f69-e93981797551', + 'c77e712e-653c-46ba-8cb1-6168c67904b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033841Z:587f9812-ed02-419a-9f69-e93981797551', + 'SOUTHEASTASIA:20211111T083806Z:c77e712e-653c-46ba-8cb1-6168c67904b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:41 GMT' + 'Thu, 11 Nov 2021 08:38:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -569,21 +569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11514', + '11432', 'x-ms-request-id', - '84af7ea2-cac5-462f-996f-536e0e301aad', + '64f08fcd-b3c6-4000-93f3-4484ead7f805', 'x-ms-correlation-request-id', - '84af7ea2-cac5-462f-996f-536e0e301aad', + '64f08fcd-b3c6-4000-93f3-4484ead7f805', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033843Z:84af7ea2-cac5-462f-996f-536e0e301aad', + 'SOUTHEASTASIA:20211111T083808Z:64f08fcd-b3c6-4000-93f3-4484ead7f805', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:43 GMT' + 'Thu, 11 Nov 2021 08:38:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -605,21 +605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11513', + '11431', 'x-ms-request-id', - '287c7084-29f5-491e-812d-0aab58a792cc', + '9ab28697-b282-4f15-aeec-082fd4098653', 'x-ms-correlation-request-id', - '287c7084-29f5-491e-812d-0aab58a792cc', + '9ab28697-b282-4f15-aeec-082fd4098653', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033846Z:287c7084-29f5-491e-812d-0aab58a792cc', + 'SOUTHEASTASIA:20211111T083811Z:9ab28697-b282-4f15-aeec-082fd4098653', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:45 GMT' + 'Thu, 11 Nov 2021 08:38:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -641,21 +641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11512', + '11430', 'x-ms-request-id', - '6e0b5e98-1a95-4a25-8dfd-5f3a277471d0', + '590ae1d6-0c11-46ee-9002-7368948bcff4', 'x-ms-correlation-request-id', - '6e0b5e98-1a95-4a25-8dfd-5f3a277471d0', + '590ae1d6-0c11-46ee-9002-7368948bcff4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033848Z:6e0b5e98-1a95-4a25-8dfd-5f3a277471d0', + 'SOUTHEASTASIA:20211111T083813Z:590ae1d6-0c11-46ee-9002-7368948bcff4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:48 GMT' + 'Thu, 11 Nov 2021 08:38:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -677,21 +677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11511', + '11429', 'x-ms-request-id', - '19adaaa8-2f71-413d-8c00-e6496b680e14', + '3d1228ae-01a6-4966-a91c-8ad43459bcbd', 'x-ms-correlation-request-id', - '19adaaa8-2f71-413d-8c00-e6496b680e14', + '3d1228ae-01a6-4966-a91c-8ad43459bcbd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033850Z:19adaaa8-2f71-413d-8c00-e6496b680e14', + 'SOUTHEASTASIA:20211111T083815Z:3d1228ae-01a6-4966-a91c-8ad43459bcbd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:50 GMT' + 'Thu, 11 Nov 2021 08:38:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -713,21 +713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11510', + '11428', 'x-ms-request-id', - '6dcee1af-897c-4523-8c65-062caf9ee7f7', + 'e3568107-43a2-4093-98d1-541c1cc9381a', 'x-ms-correlation-request-id', - '6dcee1af-897c-4523-8c65-062caf9ee7f7', + 'e3568107-43a2-4093-98d1-541c1cc9381a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033853Z:6dcee1af-897c-4523-8c65-062caf9ee7f7', + 'SOUTHEASTASIA:20211111T083818Z:e3568107-43a2-4093-98d1-541c1cc9381a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:52 GMT' + 'Thu, 11 Nov 2021 08:38:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -749,21 +749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11509', + '11427', 'x-ms-request-id', - '6b83dfcd-1376-405d-8087-63297d24e622', + 'ddf1a2dc-7264-4207-a8a9-c002566acf8a', 'x-ms-correlation-request-id', - '6b83dfcd-1376-405d-8087-63297d24e622', + 'ddf1a2dc-7264-4207-a8a9-c002566acf8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033855Z:6b83dfcd-1376-405d-8087-63297d24e622', + 'SOUTHEASTASIA:20211111T083820Z:ddf1a2dc-7264-4207-a8a9-c002566acf8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:55 GMT' + 'Thu, 11 Nov 2021 08:38:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -785,21 +785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11508', + '11426', 'x-ms-request-id', - 'a5e15d94-3a8b-44a1-92c8-07a6639f258c', + 'df85a68a-b656-4f09-adc1-d784e578395e', 'x-ms-correlation-request-id', - 'a5e15d94-3a8b-44a1-92c8-07a6639f258c', + 'df85a68a-b656-4f09-adc1-d784e578395e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033857Z:a5e15d94-3a8b-44a1-92c8-07a6639f258c', + 'SOUTHEASTASIA:20211111T083822Z:df85a68a-b656-4f09-adc1-d784e578395e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:57 GMT' + 'Thu, 11 Nov 2021 08:38:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -821,21 +821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11507', + '11425', 'x-ms-request-id', - '864fd272-35ad-4ed0-a172-0bdc57c7a19f', + '0d3ee107-f50e-41d5-a561-4bc61a8f3c5e', 'x-ms-correlation-request-id', - '864fd272-35ad-4ed0-a172-0bdc57c7a19f', + '0d3ee107-f50e-41d5-a561-4bc61a8f3c5e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033900Z:864fd272-35ad-4ed0-a172-0bdc57c7a19f', + 'SOUTHEASTASIA:20211111T083825Z:0d3ee107-f50e-41d5-a561-4bc61a8f3c5e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:59 GMT' + 'Thu, 11 Nov 2021 08:38:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -857,21 +857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11506', + '11424', 'x-ms-request-id', - '9e86ff24-dc94-417a-862f-b2a6d2e363c3', + '4ff42999-79ff-4262-88e6-d2f56f0cf787', 'x-ms-correlation-request-id', - '9e86ff24-dc94-417a-862f-b2a6d2e363c3', + '4ff42999-79ff-4262-88e6-d2f56f0cf787', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033902Z:9e86ff24-dc94-417a-862f-b2a6d2e363c3', + 'SOUTHEASTASIA:20211111T083828Z:4ff42999-79ff-4262-88e6-d2f56f0cf787', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:01 GMT' + 'Thu, 11 Nov 2021 08:38:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -893,21 +893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11505', + '11423', 'x-ms-request-id', - 'aca9d2ed-8185-4244-b561-4ec8b22bd677', + 'eaffb4d1-88a4-4276-86e4-cdf631698d96', 'x-ms-correlation-request-id', - 'aca9d2ed-8185-4244-b561-4ec8b22bd677', + 'eaffb4d1-88a4-4276-86e4-cdf631698d96', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033904Z:aca9d2ed-8185-4244-b561-4ec8b22bd677', + 'SOUTHEASTASIA:20211111T083830Z:eaffb4d1-88a4-4276-86e4-cdf631698d96', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:04 GMT' + 'Thu, 11 Nov 2021 08:38:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -929,21 +929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11504', + '11422', 'x-ms-request-id', - 'b279c218-cbaa-4ecf-897f-2e8937b51502', + '0d70c979-7ebd-4f20-b020-8f9a87839bd8', 'x-ms-correlation-request-id', - 'b279c218-cbaa-4ecf-897f-2e8937b51502', + '0d70c979-7ebd-4f20-b020-8f9a87839bd8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033907Z:b279c218-cbaa-4ecf-897f-2e8937b51502', + 'SOUTHEASTASIA:20211111T083832Z:0d70c979-7ebd-4f20-b020-8f9a87839bd8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:06 GMT' + 'Thu, 11 Nov 2021 08:38:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -965,21 +965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11503', + '11421', 'x-ms-request-id', - '549081a0-214e-4a99-91c5-488a448694b2', + 'f18a7a37-cbb1-47d0-9e88-15ed5bf3cf1a', 'x-ms-correlation-request-id', - '549081a0-214e-4a99-91c5-488a448694b2', + 'f18a7a37-cbb1-47d0-9e88-15ed5bf3cf1a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033909Z:549081a0-214e-4a99-91c5-488a448694b2', + 'SOUTHEASTASIA:20211111T083835Z:f18a7a37-cbb1-47d0-9e88-15ed5bf3cf1a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:08 GMT' + 'Thu, 11 Nov 2021 08:38:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1001,21 +1001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11502', + '11420', 'x-ms-request-id', - 'af4f47a2-3f04-41de-bfdc-6a0ed0614063', + '3b796ef5-142c-44dd-915d-accd63e21ba1', 'x-ms-correlation-request-id', - 'af4f47a2-3f04-41de-bfdc-6a0ed0614063', + '3b796ef5-142c-44dd-915d-accd63e21ba1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033911Z:af4f47a2-3f04-41de-bfdc-6a0ed0614063', + 'SOUTHEASTASIA:20211111T083837Z:3b796ef5-142c-44dd-915d-accd63e21ba1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:11 GMT' + 'Thu, 11 Nov 2021 08:38:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1037,21 +1037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11501', + '11419', 'x-ms-request-id', - '1400ad2f-3070-4b77-91cb-a8dfd88f8679', + '164e1415-b4ef-4488-b089-a40b07237701', 'x-ms-correlation-request-id', - '1400ad2f-3070-4b77-91cb-a8dfd88f8679', + '164e1415-b4ef-4488-b089-a40b07237701', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033914Z:1400ad2f-3070-4b77-91cb-a8dfd88f8679', + 'SOUTHEASTASIA:20211111T083839Z:164e1415-b4ef-4488-b089-a40b07237701', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:13 GMT' + 'Thu, 11 Nov 2021 08:38:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1073,21 +1073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11500', + '11418', 'x-ms-request-id', - '8d423d1c-f5d6-425f-8049-ab248ee4ab88', + '0a508ee4-6a4f-413b-ad46-cb1f5e412913', 'x-ms-correlation-request-id', - '8d423d1c-f5d6-425f-8049-ab248ee4ab88', + '0a508ee4-6a4f-413b-ad46-cb1f5e412913', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033917Z:8d423d1c-f5d6-425f-8049-ab248ee4ab88', + 'SOUTHEASTASIA:20211111T083842Z:0a508ee4-6a4f-413b-ad46-cb1f5e412913', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:16 GMT' + 'Thu, 11 Nov 2021 08:38:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1109,21 +1109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11499', + '11417', 'x-ms-request-id', - '7763a48f-8ce2-4b9d-989d-da0ac2fd2122', + '002c3716-5b57-4891-9bab-e62fe5289214', 'x-ms-correlation-request-id', - '7763a48f-8ce2-4b9d-989d-da0ac2fd2122', + '002c3716-5b57-4891-9bab-e62fe5289214', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033919Z:7763a48f-8ce2-4b9d-989d-da0ac2fd2122', + 'SOUTHEASTASIA:20211111T083844Z:002c3716-5b57-4891-9bab-e62fe5289214', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:18 GMT' + 'Thu, 11 Nov 2021 08:38:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1145,21 +1145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11498', + '11416', 'x-ms-request-id', - '771d9828-5bb8-47d6-827d-4d080c4d2886', + 'c8794ff1-3ae6-4d5e-8ae5-bd3d70c2ce23', 'x-ms-correlation-request-id', - '771d9828-5bb8-47d6-827d-4d080c4d2886', + 'c8794ff1-3ae6-4d5e-8ae5-bd3d70c2ce23', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033921Z:771d9828-5bb8-47d6-827d-4d080c4d2886', + 'SOUTHEASTASIA:20211111T083846Z:c8794ff1-3ae6-4d5e-8ae5-bd3d70c2ce23', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:21 GMT' + 'Thu, 11 Nov 2021 08:38:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1181,21 +1181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11497', + '11415', 'x-ms-request-id', - 'ae48747e-e1cf-4e1a-bc8b-7c82e5447262', + '42776a60-50ad-4207-8deb-cf40f1d5ebd7', 'x-ms-correlation-request-id', - 'ae48747e-e1cf-4e1a-bc8b-7c82e5447262', + '42776a60-50ad-4207-8deb-cf40f1d5ebd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033924Z:ae48747e-e1cf-4e1a-bc8b-7c82e5447262', + 'SOUTHEASTASIA:20211111T083848Z:42776a60-50ad-4207-8deb-cf40f1d5ebd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:23 GMT' + 'Thu, 11 Nov 2021 08:38:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1217,21 +1217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11496', + '11414', 'x-ms-request-id', - '658c10ab-b3de-41ea-be6e-b99648156bcb', + 'e304a759-d0b2-44a6-832e-e8e304bbdefe', 'x-ms-correlation-request-id', - '658c10ab-b3de-41ea-be6e-b99648156bcb', + 'e304a759-d0b2-44a6-832e-e8e304bbdefe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033926Z:658c10ab-b3de-41ea-be6e-b99648156bcb', + 'SOUTHEASTASIA:20211111T083851Z:e304a759-d0b2-44a6-832e-e8e304bbdefe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:25 GMT' + 'Thu, 11 Nov 2021 08:38:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1253,21 +1253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11495', + '11413', 'x-ms-request-id', - 'cfbedffa-3f45-4c2b-ade6-aad5381658ed', + '3bc1ab82-5e8f-4a69-8790-48d06415b6db', 'x-ms-correlation-request-id', - 'cfbedffa-3f45-4c2b-ade6-aad5381658ed', + '3bc1ab82-5e8f-4a69-8790-48d06415b6db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033928Z:cfbedffa-3f45-4c2b-ade6-aad5381658ed', + 'SOUTHEASTASIA:20211111T083853Z:3bc1ab82-5e8f-4a69-8790-48d06415b6db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:28 GMT' + 'Thu, 11 Nov 2021 08:38:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1289,21 +1289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11494', + '11412', 'x-ms-request-id', - 'fb93c891-b542-45a2-9696-7e842652eb82', + '08240a1a-fe3f-4f9b-919a-364d67c3987d', 'x-ms-correlation-request-id', - 'fb93c891-b542-45a2-9696-7e842652eb82', + '08240a1a-fe3f-4f9b-919a-364d67c3987d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033931Z:fb93c891-b542-45a2-9696-7e842652eb82', + 'SOUTHEASTASIA:20211111T083855Z:08240a1a-fe3f-4f9b-919a-364d67c3987d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:30 GMT' + 'Thu, 11 Nov 2021 08:38:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1325,21 +1325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11493', + '11411', 'x-ms-request-id', - '2a0d67d4-e146-4592-92c5-a7cb8724fe8a', + '4caeafd4-85bd-4e3b-9f14-e0048e9cdb7d', 'x-ms-correlation-request-id', - '2a0d67d4-e146-4592-92c5-a7cb8724fe8a', + '4caeafd4-85bd-4e3b-9f14-e0048e9cdb7d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033933Z:2a0d67d4-e146-4592-92c5-a7cb8724fe8a', + 'SOUTHEASTASIA:20211111T083858Z:4caeafd4-85bd-4e3b-9f14-e0048e9cdb7d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:32 GMT' + 'Thu, 11 Nov 2021 08:38:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1361,21 +1361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11492', + '11410', 'x-ms-request-id', - 'a5d7c05a-fcdb-44c9-993d-3b27547602fc', + '02b367a5-2bb3-498d-8457-36c0943ecf3f', 'x-ms-correlation-request-id', - 'a5d7c05a-fcdb-44c9-993d-3b27547602fc', + '02b367a5-2bb3-498d-8457-36c0943ecf3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033936Z:a5d7c05a-fcdb-44c9-993d-3b27547602fc', + 'SOUTHEASTASIA:20211111T083900Z:02b367a5-2bb3-498d-8457-36c0943ecf3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:35 GMT' + 'Thu, 11 Nov 2021 08:38:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1397,21 +1397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11491', + '11409', 'x-ms-request-id', - 'efb4ea22-2439-43ed-b03b-cf9a97897a94', + '6357a35b-86bb-491d-88b4-e7b06d2450ac', 'x-ms-correlation-request-id', - 'efb4ea22-2439-43ed-b03b-cf9a97897a94', + '6357a35b-86bb-491d-88b4-e7b06d2450ac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033938Z:efb4ea22-2439-43ed-b03b-cf9a97897a94', + 'SOUTHEASTASIA:20211111T083902Z:6357a35b-86bb-491d-88b4-e7b06d2450ac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:37 GMT' + 'Thu, 11 Nov 2021 08:39:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1433,21 +1433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11490', + '11408', 'x-ms-request-id', - '1c262691-8045-439b-adb0-4d2e47ce4b10', + '59a601c5-92a5-40ed-9713-6e7653285581', 'x-ms-correlation-request-id', - '1c262691-8045-439b-adb0-4d2e47ce4b10', + '59a601c5-92a5-40ed-9713-6e7653285581', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033940Z:1c262691-8045-439b-adb0-4d2e47ce4b10', + 'SOUTHEASTASIA:20211111T083905Z:59a601c5-92a5-40ed-9713-6e7653285581', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:40 GMT' + 'Thu, 11 Nov 2021 08:39:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1469,21 +1469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11489', + '11407', 'x-ms-request-id', - '64367f28-09f5-4d3a-9fdd-1fbad18cb8e2', + '06c45e13-7f0e-4a11-833c-5077073875af', 'x-ms-correlation-request-id', - '64367f28-09f5-4d3a-9fdd-1fbad18cb8e2', + '06c45e13-7f0e-4a11-833c-5077073875af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033943Z:64367f28-09f5-4d3a-9fdd-1fbad18cb8e2', + 'SOUTHEASTASIA:20211111T083907Z:06c45e13-7f0e-4a11-833c-5077073875af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:42 GMT' + 'Thu, 11 Nov 2021 08:39:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1505,21 +1505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11488', + '11406', 'x-ms-request-id', - 'c66263cb-33b8-473c-85a1-59519f5e1353', + '85e19775-5294-42f2-8ba2-54b414cc14a3', 'x-ms-correlation-request-id', - 'c66263cb-33b8-473c-85a1-59519f5e1353', + '85e19775-5294-42f2-8ba2-54b414cc14a3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033945Z:c66263cb-33b8-473c-85a1-59519f5e1353', + 'SOUTHEASTASIA:20211111T083909Z:85e19775-5294-42f2-8ba2-54b414cc14a3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:44 GMT' + 'Thu, 11 Nov 2021 08:39:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1541,21 +1541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11487', + '11405', 'x-ms-request-id', - '98601115-5637-4303-a0d1-b082c488ec5e', + '64ab3ab2-c006-4a7f-b842-45da91ff81fb', 'x-ms-correlation-request-id', - '98601115-5637-4303-a0d1-b082c488ec5e', + '64ab3ab2-c006-4a7f-b842-45da91ff81fb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033947Z:98601115-5637-4303-a0d1-b082c488ec5e', + 'SOUTHEASTASIA:20211111T083912Z:64ab3ab2-c006-4a7f-b842-45da91ff81fb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:47 GMT' + 'Thu, 11 Nov 2021 08:39:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1577,21 +1577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11486', + '11404', 'x-ms-request-id', - '3588ec24-5bee-4d41-898f-f793c43a5efc', + '83b1b4cd-6597-4fe1-a81b-429e5f7cb6fd', 'x-ms-correlation-request-id', - '3588ec24-5bee-4d41-898f-f793c43a5efc', + '83b1b4cd-6597-4fe1-a81b-429e5f7cb6fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033950Z:3588ec24-5bee-4d41-898f-f793c43a5efc', + 'SOUTHEASTASIA:20211111T083914Z:83b1b4cd-6597-4fe1-a81b-429e5f7cb6fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:49 GMT' + 'Thu, 11 Nov 2021 08:39:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1613,21 +1613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11485', + '11403', 'x-ms-request-id', - 'a024f746-4ff5-46b7-9c87-bf62165ac99c', + '038cd9f0-36ac-4ac9-bd30-b7414f89068c', 'x-ms-correlation-request-id', - 'a024f746-4ff5-46b7-9c87-bf62165ac99c', + '038cd9f0-36ac-4ac9-bd30-b7414f89068c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033952Z:a024f746-4ff5-46b7-9c87-bf62165ac99c', + 'SOUTHEASTASIA:20211111T083916Z:038cd9f0-36ac-4ac9-bd30-b7414f89068c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:51 GMT' + 'Thu, 11 Nov 2021 08:39:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1649,21 +1649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11484', + '11402', 'x-ms-request-id', - '60493b3a-6709-4f47-9528-0b89a56871d3', + '1fc7e17c-c6f7-4417-97ad-5f0de8a26f12', 'x-ms-correlation-request-id', - '60493b3a-6709-4f47-9528-0b89a56871d3', + '1fc7e17c-c6f7-4417-97ad-5f0de8a26f12', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033954Z:60493b3a-6709-4f47-9528-0b89a56871d3', + 'SOUTHEASTASIA:20211111T083919Z:1fc7e17c-c6f7-4417-97ad-5f0de8a26f12', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:54 GMT' + 'Thu, 11 Nov 2021 08:39:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1685,21 +1685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11483', + '11401', 'x-ms-request-id', - '31ca63c3-38fa-49b5-a880-280bf4a0aa3f', + '77ebab37-6d80-496a-9f8c-e1f2c8f3fdcb', 'x-ms-correlation-request-id', - '31ca63c3-38fa-49b5-a880-280bf4a0aa3f', + '77ebab37-6d80-496a-9f8c-e1f2c8f3fdcb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033957Z:31ca63c3-38fa-49b5-a880-280bf4a0aa3f', + 'SOUTHEASTASIA:20211111T083922Z:77ebab37-6d80-496a-9f8c-e1f2c8f3fdcb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:56 GMT' + 'Thu, 11 Nov 2021 08:39:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1721,21 +1721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11482', + '11400', 'x-ms-request-id', - '872aeac0-708e-492b-8592-c22744e31331', + '0dbcd949-bc71-4460-ae6d-92ca793c24a5', 'x-ms-correlation-request-id', - '872aeac0-708e-492b-8592-c22744e31331', + '0dbcd949-bc71-4460-ae6d-92ca793c24a5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033959Z:872aeac0-708e-492b-8592-c22744e31331', + 'SOUTHEASTASIA:20211111T083924Z:0dbcd949-bc71-4460-ae6d-92ca793c24a5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:39:58 GMT' + 'Thu, 11 Nov 2021 08:39:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1757,21 +1757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11481', + '11399', 'x-ms-request-id', - '9034bba5-d3fb-4a65-876d-a342273e4ebf', + '4d950866-8430-41c1-a84f-6136db0f22c2', 'x-ms-correlation-request-id', - '9034bba5-d3fb-4a65-876d-a342273e4ebf', + '4d950866-8430-41c1-a84f-6136db0f22c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034002Z:9034bba5-d3fb-4a65-876d-a342273e4ebf', + 'SOUTHEASTASIA:20211111T083927Z:4d950866-8430-41c1-a84f-6136db0f22c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:01 GMT' + 'Thu, 11 Nov 2021 08:39:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1793,21 +1793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11480', + '11398', 'x-ms-request-id', - 'b53995e6-81fd-4bd1-b8be-c0f63d505265', + 'b77b0248-b5da-4ad5-93e7-214de7b93fce', 'x-ms-correlation-request-id', - 'b53995e6-81fd-4bd1-b8be-c0f63d505265', + 'b77b0248-b5da-4ad5-93e7-214de7b93fce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034004Z:b53995e6-81fd-4bd1-b8be-c0f63d505265', + 'SOUTHEASTASIA:20211111T083930Z:b77b0248-b5da-4ad5-93e7-214de7b93fce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:04 GMT' + 'Thu, 11 Nov 2021 08:39:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1829,21 +1829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11479', + '11397', 'x-ms-request-id', - '90c2358a-59f3-4014-9e02-860800b6da37', + '4fad7728-2fea-45f8-b31e-3f1ce0ae0024', 'x-ms-correlation-request-id', - '90c2358a-59f3-4014-9e02-860800b6da37', + '4fad7728-2fea-45f8-b31e-3f1ce0ae0024', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034007Z:90c2358a-59f3-4014-9e02-860800b6da37', + 'SOUTHEASTASIA:20211111T083932Z:4fad7728-2fea-45f8-b31e-3f1ce0ae0024', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:07 GMT' + 'Thu, 11 Nov 2021 08:39:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1865,21 +1865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11478', + '11396', 'x-ms-request-id', - 'f6cbe2bb-3784-4953-958a-4cfc344a9f78', + '8b4265c7-3c5d-4bb5-a996-a755a7662971', 'x-ms-correlation-request-id', - 'f6cbe2bb-3784-4953-958a-4cfc344a9f78', + '8b4265c7-3c5d-4bb5-a996-a755a7662971', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034011Z:f6cbe2bb-3784-4953-958a-4cfc344a9f78', + 'SOUTHEASTASIA:20211111T083934Z:8b4265c7-3c5d-4bb5-a996-a755a7662971', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:10 GMT' + 'Thu, 11 Nov 2021 08:39:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1901,21 +1901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11477', + '11395', 'x-ms-request-id', - '3e6954a2-a208-4a7a-850c-e8a6f333509d', + '99947521-826c-4c38-bcb4-a58e7b32bffb', 'x-ms-correlation-request-id', - '3e6954a2-a208-4a7a-850c-e8a6f333509d', + '99947521-826c-4c38-bcb4-a58e7b32bffb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034014Z:3e6954a2-a208-4a7a-850c-e8a6f333509d', + 'SOUTHEASTASIA:20211111T083937Z:99947521-826c-4c38-bcb4-a58e7b32bffb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:13 GMT' + 'Thu, 11 Nov 2021 08:39:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1937,21 +1937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11476', + '11394', 'x-ms-request-id', - 'f8cd1def-f9ce-47fa-884e-3bfc151b1af0', + '9a3446df-6a15-4c64-9f65-4dfce1da23e3', 'x-ms-correlation-request-id', - 'f8cd1def-f9ce-47fa-884e-3bfc151b1af0', + '9a3446df-6a15-4c64-9f65-4dfce1da23e3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034017Z:f8cd1def-f9ce-47fa-884e-3bfc151b1af0', + 'SOUTHEASTASIA:20211111T083939Z:9a3446df-6a15-4c64-9f65-4dfce1da23e3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:16 GMT' + 'Thu, 11 Nov 2021 08:39:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1973,21 +1973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11475', + '11393', 'x-ms-request-id', - '2797c409-6efc-44f8-8b20-772da7292d4a', + '79d97425-0bb0-48ae-9ce3-dc60522ed8ef', 'x-ms-correlation-request-id', - '2797c409-6efc-44f8-8b20-772da7292d4a', + '79d97425-0bb0-48ae-9ce3-dc60522ed8ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034020Z:2797c409-6efc-44f8-8b20-772da7292d4a', + 'SOUTHEASTASIA:20211111T083941Z:79d97425-0bb0-48ae-9ce3-dc60522ed8ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:19 GMT' + 'Thu, 11 Nov 2021 08:39:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2009,21 +2009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11474', + '11392', 'x-ms-request-id', - 'cb1b6be6-1a3a-4c82-ba58-58abe6f244d6', + '33a69e61-ae92-4c08-89da-0515549b0e81', 'x-ms-correlation-request-id', - 'cb1b6be6-1a3a-4c82-ba58-58abe6f244d6', + '33a69e61-ae92-4c08-89da-0515549b0e81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034023Z:cb1b6be6-1a3a-4c82-ba58-58abe6f244d6', + 'SOUTHEASTASIA:20211111T083943Z:33a69e61-ae92-4c08-89da-0515549b0e81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:22 GMT' + 'Thu, 11 Nov 2021 08:39:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2045,21 +2045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11473', + '11391', 'x-ms-request-id', - '81a28785-66ba-4f8d-b39a-13b8199a8e01', + '98086680-3594-48b0-8b21-ec4da3af8f8d', 'x-ms-correlation-request-id', - '81a28785-66ba-4f8d-b39a-13b8199a8e01', + '98086680-3594-48b0-8b21-ec4da3af8f8d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034026Z:81a28785-66ba-4f8d-b39a-13b8199a8e01', + 'SOUTHEASTASIA:20211111T083946Z:98086680-3594-48b0-8b21-ec4da3af8f8d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:25 GMT' + 'Thu, 11 Nov 2021 08:39:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2081,21 +2081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11472', + '11390', 'x-ms-request-id', - 'f7703df0-d2b8-4ec7-8625-4bb659f53712', + 'bfb07b56-ca76-427f-a98b-54d05f3f75e0', 'x-ms-correlation-request-id', - 'f7703df0-d2b8-4ec7-8625-4bb659f53712', + 'bfb07b56-ca76-427f-a98b-54d05f3f75e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034028Z:f7703df0-d2b8-4ec7-8625-4bb659f53712', + 'SOUTHEASTASIA:20211111T083948Z:bfb07b56-ca76-427f-a98b-54d05f3f75e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:27 GMT' + 'Thu, 11 Nov 2021 08:39:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2117,21 +2117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11471', + '11389', 'x-ms-request-id', - '97d7ae57-a598-4302-a5ca-7b68bb2de343', + '2c14a87c-d423-4d42-a82a-37827e8863a7', 'x-ms-correlation-request-id', - '97d7ae57-a598-4302-a5ca-7b68bb2de343', + '2c14a87c-d423-4d42-a82a-37827e8863a7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034030Z:97d7ae57-a598-4302-a5ca-7b68bb2de343', + 'SOUTHEASTASIA:20211111T083950Z:2c14a87c-d423-4d42-a82a-37827e8863a7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:30 GMT' + 'Thu, 11 Nov 2021 08:39:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2153,21 +2153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11470', + '11388', 'x-ms-request-id', - 'ec72a04b-7785-4dc9-a930-204a159f0a89', + '4cd481ba-abeb-49c4-9662-1b87d717c0c2', 'x-ms-correlation-request-id', - 'ec72a04b-7785-4dc9-a930-204a159f0a89', + '4cd481ba-abeb-49c4-9662-1b87d717c0c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034033Z:ec72a04b-7785-4dc9-a930-204a159f0a89', + 'SOUTHEASTASIA:20211111T083953Z:4cd481ba-abeb-49c4-9662-1b87d717c0c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:33 GMT' + 'Thu, 11 Nov 2021 08:39:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2189,21 +2189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11469', + '11387', 'x-ms-request-id', - '4ddbb242-2de7-4772-9047-70fe693f0c14', + '240b57aa-a09a-4eb2-964a-399c4893c07b', 'x-ms-correlation-request-id', - '4ddbb242-2de7-4772-9047-70fe693f0c14', + '240b57aa-a09a-4eb2-964a-399c4893c07b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034035Z:4ddbb242-2de7-4772-9047-70fe693f0c14', + 'SOUTHEASTASIA:20211111T083955Z:240b57aa-a09a-4eb2-964a-399c4893c07b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:35 GMT' + 'Thu, 11 Nov 2021 08:39:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2225,21 +2225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11468', + '11386', 'x-ms-request-id', - '87703659-6692-4371-9133-02366a3aa896', + '1448d2bd-f07c-4a1f-a565-31b1aac8bb98', 'x-ms-correlation-request-id', - '87703659-6692-4371-9133-02366a3aa896', + '1448d2bd-f07c-4a1f-a565-31b1aac8bb98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034037Z:87703659-6692-4371-9133-02366a3aa896', + 'SOUTHEASTASIA:20211111T083957Z:1448d2bd-f07c-4a1f-a565-31b1aac8bb98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:37 GMT' + 'Thu, 11 Nov 2021 08:39:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2261,21 +2261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11467', + '11385', 'x-ms-request-id', - 'fdaba14d-3035-490a-ae27-665e80f945f2', + '3367b658-ebb6-41ba-9b61-99e81927f47f', 'x-ms-correlation-request-id', - 'fdaba14d-3035-490a-ae27-665e80f945f2', + '3367b658-ebb6-41ba-9b61-99e81927f47f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034040Z:fdaba14d-3035-490a-ae27-665e80f945f2', + 'SOUTHEASTASIA:20211111T084000Z:3367b658-ebb6-41ba-9b61-99e81927f47f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:39 GMT' + 'Thu, 11 Nov 2021 08:39:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2297,21 +2297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11466', + '11384', 'x-ms-request-id', - 'e9677676-09a6-407c-8225-086dad390d97', + '3828a21a-a43f-4ad1-b040-155595c45053', 'x-ms-correlation-request-id', - 'e9677676-09a6-407c-8225-086dad390d97', + '3828a21a-a43f-4ad1-b040-155595c45053', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034042Z:e9677676-09a6-407c-8225-086dad390d97', + 'SOUTHEASTASIA:20211111T084002Z:3828a21a-a43f-4ad1-b040-155595c45053', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:42 GMT' + 'Thu, 11 Nov 2021 08:40:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2333,21 +2333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11465', + '11383', 'x-ms-request-id', - '123c9d11-626b-4086-80f0-96160bbc453a', + '5c9deb71-c577-40b4-b8d7-62464964cb86', 'x-ms-correlation-request-id', - '123c9d11-626b-4086-80f0-96160bbc453a', + '5c9deb71-c577-40b4-b8d7-62464964cb86', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034044Z:123c9d11-626b-4086-80f0-96160bbc453a', + 'SOUTHEASTASIA:20211111T084004Z:5c9deb71-c577-40b4-b8d7-62464964cb86', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:44 GMT' + 'Thu, 11 Nov 2021 08:40:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2369,21 +2369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11464', + '11382', 'x-ms-request-id', - 'b8d93b66-8b96-4ec8-9800-7cf4eaa8a6e6', + '34c642fa-c258-4625-8760-08999c23ae46', 'x-ms-correlation-request-id', - 'b8d93b66-8b96-4ec8-9800-7cf4eaa8a6e6', + '34c642fa-c258-4625-8760-08999c23ae46', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034046Z:b8d93b66-8b96-4ec8-9800-7cf4eaa8a6e6', + 'SOUTHEASTASIA:20211111T084007Z:34c642fa-c258-4625-8760-08999c23ae46', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:46 GMT' + 'Thu, 11 Nov 2021 08:40:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2405,21 +2405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11463', + '11381', 'x-ms-request-id', - '9d9d92a6-48b5-4052-abaf-91bbaea43df0', + '2864291a-3cd9-481d-967e-2eedd0d6b59f', 'x-ms-correlation-request-id', - '9d9d92a6-48b5-4052-abaf-91bbaea43df0', + '2864291a-3cd9-481d-967e-2eedd0d6b59f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034049Z:9d9d92a6-48b5-4052-abaf-91bbaea43df0', + 'SOUTHEASTASIA:20211111T084009Z:2864291a-3cd9-481d-967e-2eedd0d6b59f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:49 GMT' + 'Thu, 11 Nov 2021 08:40:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2441,21 +2441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11462', + '11380', 'x-ms-request-id', - 'aa744f8b-6f4e-4f7c-bca2-e801b761c189', + '0dfc9ab8-7128-4684-99fc-94477ee8f5e0', 'x-ms-correlation-request-id', - 'aa744f8b-6f4e-4f7c-bca2-e801b761c189', + '0dfc9ab8-7128-4684-99fc-94477ee8f5e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034051Z:aa744f8b-6f4e-4f7c-bca2-e801b761c189', + 'SOUTHEASTASIA:20211111T084011Z:0dfc9ab8-7128-4684-99fc-94477ee8f5e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:51 GMT' + 'Thu, 11 Nov 2021 08:40:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2477,21 +2477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11461', + '11379', 'x-ms-request-id', - 'db802cc8-9809-4c26-a989-beb3b7764861', + 'd9004406-6b03-4fe8-8d43-5039a8ba0c90', 'x-ms-correlation-request-id', - 'db802cc8-9809-4c26-a989-beb3b7764861', + 'd9004406-6b03-4fe8-8d43-5039a8ba0c90', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034053Z:db802cc8-9809-4c26-a989-beb3b7764861', + 'SOUTHEASTASIA:20211111T084014Z:d9004406-6b03-4fe8-8d43-5039a8ba0c90', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:53 GMT' + 'Thu, 11 Nov 2021 08:40:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2513,21 +2513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11460', + '11378', 'x-ms-request-id', - '19c71909-eae7-4f0c-908e-44eeb87edb6c', + '3b04aa54-fd03-42d9-b460-66fe823bb5cc', 'x-ms-correlation-request-id', - '19c71909-eae7-4f0c-908e-44eeb87edb6c', + '3b04aa54-fd03-42d9-b460-66fe823bb5cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034056Z:19c71909-eae7-4f0c-908e-44eeb87edb6c', + 'SOUTHEASTASIA:20211111T084016Z:3b04aa54-fd03-42d9-b460-66fe823bb5cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:56 GMT' + 'Thu, 11 Nov 2021 08:40:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2549,21 +2549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11459', + '11377', 'x-ms-request-id', - '5c67d714-fb94-41e3-988d-62e6a7028b9c', + 'cfb3a607-b4b6-49f4-9440-d062b6ec618c', 'x-ms-correlation-request-id', - '5c67d714-fb94-41e3-988d-62e6a7028b9c', + 'cfb3a607-b4b6-49f4-9440-d062b6ec618c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034058Z:5c67d714-fb94-41e3-988d-62e6a7028b9c', + 'SOUTHEASTASIA:20211111T084018Z:cfb3a607-b4b6-49f4-9440-d062b6ec618c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:40:58 GMT' + 'Thu, 11 Nov 2021 08:40:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2585,21 +2585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11458', + '11376', 'x-ms-request-id', - 'd0112185-8c0a-48b9-aa65-56396dc1eaa7', + '2f079e3c-72a0-4ea8-be00-eb8b218f8e0b', 'x-ms-correlation-request-id', - 'd0112185-8c0a-48b9-aa65-56396dc1eaa7', + '2f079e3c-72a0-4ea8-be00-eb8b218f8e0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034100Z:d0112185-8c0a-48b9-aa65-56396dc1eaa7', + 'SOUTHEASTASIA:20211111T084021Z:2f079e3c-72a0-4ea8-be00-eb8b218f8e0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:00 GMT' + 'Thu, 11 Nov 2021 08:40:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2621,21 +2621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11457', + '11375', 'x-ms-request-id', - 'd063901e-2251-4bd3-9722-370bd068ea8b', + 'a35d271d-e192-490d-81fd-7d80a1fc75bb', 'x-ms-correlation-request-id', - 'd063901e-2251-4bd3-9722-370bd068ea8b', + 'a35d271d-e192-490d-81fd-7d80a1fc75bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034103Z:d063901e-2251-4bd3-9722-370bd068ea8b', + 'SOUTHEASTASIA:20211111T084023Z:a35d271d-e192-490d-81fd-7d80a1fc75bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:03 GMT' + 'Thu, 11 Nov 2021 08:40:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2657,21 +2657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11456', + '11374', 'x-ms-request-id', - '5da755c6-7e7d-4a7d-b813-4ea93a646504', + '494a7a90-26f2-44c2-b55a-2997e812c45d', 'x-ms-correlation-request-id', - '5da755c6-7e7d-4a7d-b813-4ea93a646504', + '494a7a90-26f2-44c2-b55a-2997e812c45d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034105Z:5da755c6-7e7d-4a7d-b813-4ea93a646504', + 'SOUTHEASTASIA:20211111T084026Z:494a7a90-26f2-44c2-b55a-2997e812c45d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:05 GMT' + 'Thu, 11 Nov 2021 08:40:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2693,21 +2693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11455', + '11373', 'x-ms-request-id', - '690941b5-1a93-4c8d-a90c-14cfb1419b29', + '3b1d4d70-c464-48aa-807d-bdac9f841d6b', 'x-ms-correlation-request-id', - '690941b5-1a93-4c8d-a90c-14cfb1419b29', + '3b1d4d70-c464-48aa-807d-bdac9f841d6b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034107Z:690941b5-1a93-4c8d-a90c-14cfb1419b29', + 'SOUTHEASTASIA:20211111T084028Z:3b1d4d70-c464-48aa-807d-bdac9f841d6b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:07 GMT' + 'Thu, 11 Nov 2021 08:40:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2729,21 +2729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11454', + '11372', 'x-ms-request-id', - '09c37d40-8592-4d46-b828-c16ffa1d8fd6', + '753f7218-0336-47ab-8d77-9b97e1125b00', 'x-ms-correlation-request-id', - '09c37d40-8592-4d46-b828-c16ffa1d8fd6', + '753f7218-0336-47ab-8d77-9b97e1125b00', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034110Z:09c37d40-8592-4d46-b828-c16ffa1d8fd6', + 'SOUTHEASTASIA:20211111T084031Z:753f7218-0336-47ab-8d77-9b97e1125b00', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:10 GMT' + 'Thu, 11 Nov 2021 08:40:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2765,21 +2765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11453', + '11371', 'x-ms-request-id', - '77c43f60-8e6f-4247-ad34-e2bfed10cc73', + '45066a5d-91b9-4d10-812f-863368363642', 'x-ms-correlation-request-id', - '77c43f60-8e6f-4247-ad34-e2bfed10cc73', + '45066a5d-91b9-4d10-812f-863368363642', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034112Z:77c43f60-8e6f-4247-ad34-e2bfed10cc73', + 'SOUTHEASTASIA:20211111T084033Z:45066a5d-91b9-4d10-812f-863368363642', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:12 GMT' + 'Thu, 11 Nov 2021 08:40:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2801,21 +2801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11452', + '11370', 'x-ms-request-id', - '9092b022-6ddc-4017-b3da-360d32cbb45d', + '632875a0-c770-4a5e-8203-70c226da9976', 'x-ms-correlation-request-id', - '9092b022-6ddc-4017-b3da-360d32cbb45d', + '632875a0-c770-4a5e-8203-70c226da9976', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034114Z:9092b022-6ddc-4017-b3da-360d32cbb45d', + 'SOUTHEASTASIA:20211111T084035Z:632875a0-c770-4a5e-8203-70c226da9976', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:14 GMT' + 'Thu, 11 Nov 2021 08:40:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2837,21 +2837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11451', + '11369', 'x-ms-request-id', - 'a62a0810-1995-49b5-bf08-847ffcb78c72', + '3464f002-2152-4f5b-bc1f-23d9764869ad', 'x-ms-correlation-request-id', - 'a62a0810-1995-49b5-bf08-847ffcb78c72', + '3464f002-2152-4f5b-bc1f-23d9764869ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034117Z:a62a0810-1995-49b5-bf08-847ffcb78c72', + 'SOUTHEASTASIA:20211111T084038Z:3464f002-2152-4f5b-bc1f-23d9764869ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:16 GMT' + 'Thu, 11 Nov 2021 08:40:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2873,21 +2873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11450', + '11368', 'x-ms-request-id', - '2c551ad5-a37f-4a35-b997-042b423695e5', + 'f62b2be7-e4a9-4891-817c-b28e02ebab76', 'x-ms-correlation-request-id', - '2c551ad5-a37f-4a35-b997-042b423695e5', + 'f62b2be7-e4a9-4891-817c-b28e02ebab76', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034119Z:2c551ad5-a37f-4a35-b997-042b423695e5', + 'SOUTHEASTASIA:20211111T084040Z:f62b2be7-e4a9-4891-817c-b28e02ebab76', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:19 GMT' + 'Thu, 11 Nov 2021 08:40:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2909,21 +2909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11449', + '11367', 'x-ms-request-id', - '21fe4da4-c315-4df5-816e-e365d78b7388', + 'e288e5d3-1983-40ea-a577-ba98bd10c640', 'x-ms-correlation-request-id', - '21fe4da4-c315-4df5-816e-e365d78b7388', + 'e288e5d3-1983-40ea-a577-ba98bd10c640', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034121Z:21fe4da4-c315-4df5-816e-e365d78b7388', + 'SOUTHEASTASIA:20211111T084042Z:e288e5d3-1983-40ea-a577-ba98bd10c640', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:21 GMT' + 'Thu, 11 Nov 2021 08:40:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2945,21 +2945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11448', + '11366', 'x-ms-request-id', - 'ed2d99aa-a955-4743-b0f4-f70c73523805', + 'a860f006-aa58-444f-bc37-d1456655aec0', 'x-ms-correlation-request-id', - 'ed2d99aa-a955-4743-b0f4-f70c73523805', + 'a860f006-aa58-444f-bc37-d1456655aec0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034124Z:ed2d99aa-a955-4743-b0f4-f70c73523805', + 'SOUTHEASTASIA:20211111T084045Z:a860f006-aa58-444f-bc37-d1456655aec0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:24 GMT' + 'Thu, 11 Nov 2021 08:40:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2981,21 +2981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11447', + '11365', 'x-ms-request-id', - '066e4273-5fd2-4f28-ad52-d04cca32ad23', + 'd8761b79-8e74-4b7e-a512-2a83817f157c', 'x-ms-correlation-request-id', - '066e4273-5fd2-4f28-ad52-d04cca32ad23', + 'd8761b79-8e74-4b7e-a512-2a83817f157c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034126Z:066e4273-5fd2-4f28-ad52-d04cca32ad23', + 'SOUTHEASTASIA:20211111T084047Z:d8761b79-8e74-4b7e-a512-2a83817f157c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:26 GMT' + 'Thu, 11 Nov 2021 08:40:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3017,21 +3017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11446', + '11364', 'x-ms-request-id', - 'c82d18c4-c907-455a-880b-8acfb1111df5', + 'd746d946-23b2-4d86-b16a-38f32c094e63', 'x-ms-correlation-request-id', - 'c82d18c4-c907-455a-880b-8acfb1111df5', + 'd746d946-23b2-4d86-b16a-38f32c094e63', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034128Z:c82d18c4-c907-455a-880b-8acfb1111df5', + 'SOUTHEASTASIA:20211111T084049Z:d746d946-23b2-4d86-b16a-38f32c094e63', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:28 GMT' + 'Thu, 11 Nov 2021 08:40:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3053,21 +3053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11445', + '11363', 'x-ms-request-id', - '57bed316-cc8b-4706-a166-fa5f99bc6d14', + 'e02d73a3-8a18-4da5-8b4d-8101069ba430', 'x-ms-correlation-request-id', - '57bed316-cc8b-4706-a166-fa5f99bc6d14', + 'e02d73a3-8a18-4da5-8b4d-8101069ba430', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034131Z:57bed316-cc8b-4706-a166-fa5f99bc6d14', + 'SOUTHEASTASIA:20211111T084052Z:e02d73a3-8a18-4da5-8b4d-8101069ba430', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:30 GMT' + 'Thu, 11 Nov 2021 08:40:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3089,21 +3089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11444', + '11362', 'x-ms-request-id', - '6d540fa0-a878-4225-a011-b664ccf10c8e', + 'd245b49b-2350-46e7-8f42-76a2b1a0b7c0', 'x-ms-correlation-request-id', - '6d540fa0-a878-4225-a011-b664ccf10c8e', + 'd245b49b-2350-46e7-8f42-76a2b1a0b7c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034133Z:6d540fa0-a878-4225-a011-b664ccf10c8e', + 'SOUTHEASTASIA:20211111T084054Z:d245b49b-2350-46e7-8f42-76a2b1a0b7c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:33 GMT' + 'Thu, 11 Nov 2021 08:40:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3125,21 +3125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11443', + '11361', 'x-ms-request-id', - '60ef7bb2-d3ec-4194-9b73-239a41ad7775', + 'e3af424b-3268-4a03-b9d7-5b1071efc26d', 'x-ms-correlation-request-id', - '60ef7bb2-d3ec-4194-9b73-239a41ad7775', + 'e3af424b-3268-4a03-b9d7-5b1071efc26d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034135Z:60ef7bb2-d3ec-4194-9b73-239a41ad7775', + 'SOUTHEASTASIA:20211111T084056Z:e3af424b-3268-4a03-b9d7-5b1071efc26d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:35 GMT' + 'Thu, 11 Nov 2021 08:40:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3161,21 +3161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11442', + '11360', 'x-ms-request-id', - '4f354777-a616-44ca-91ce-3139741b238a', + 'a18e22e2-8b7e-4953-b41f-9a16a5f67c72', 'x-ms-correlation-request-id', - '4f354777-a616-44ca-91ce-3139741b238a', + 'a18e22e2-8b7e-4953-b41f-9a16a5f67c72', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034138Z:4f354777-a616-44ca-91ce-3139741b238a', + 'SOUTHEASTASIA:20211111T084059Z:a18e22e2-8b7e-4953-b41f-9a16a5f67c72', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:37 GMT' + 'Thu, 11 Nov 2021 08:40:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3197,21 +3197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11441', + '11359', 'x-ms-request-id', - '99820abb-5ba7-49c4-b8ce-5d510272ffab', + 'facfb1a8-0619-4fd3-8eb0-dce8b1f36de0', 'x-ms-correlation-request-id', - '99820abb-5ba7-49c4-b8ce-5d510272ffab', + 'facfb1a8-0619-4fd3-8eb0-dce8b1f36de0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034140Z:99820abb-5ba7-49c4-b8ce-5d510272ffab', + 'SOUTHEASTASIA:20211111T084101Z:facfb1a8-0619-4fd3-8eb0-dce8b1f36de0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:40 GMT' + 'Thu, 11 Nov 2021 08:41:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3233,21 +3233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11440', + '11358', 'x-ms-request-id', - '8a439d9d-08c7-4625-af67-3f10f14a8bb5', + '83426da6-9196-43d1-9705-806038ce9b57', 'x-ms-correlation-request-id', - '8a439d9d-08c7-4625-af67-3f10f14a8bb5', + '83426da6-9196-43d1-9705-806038ce9b57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034142Z:8a439d9d-08c7-4625-af67-3f10f14a8bb5', + 'SOUTHEASTASIA:20211111T084103Z:83426da6-9196-43d1-9705-806038ce9b57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:42 GMT' + 'Thu, 11 Nov 2021 08:41:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3269,21 +3269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11439', + '11357', 'x-ms-request-id', - 'c956d9b1-5868-4b97-abbf-b3ba7efe7611', + '126eab01-971e-4e5a-bd93-fefd6edfd292', 'x-ms-correlation-request-id', - 'c956d9b1-5868-4b97-abbf-b3ba7efe7611', + '126eab01-971e-4e5a-bd93-fefd6edfd292', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034145Z:c956d9b1-5868-4b97-abbf-b3ba7efe7611', + 'SOUTHEASTASIA:20211111T084106Z:126eab01-971e-4e5a-bd93-fefd6edfd292', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:44 GMT' + 'Thu, 11 Nov 2021 08:41:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3305,21 +3305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11438', + '11356', 'x-ms-request-id', - '01774b23-1853-49e4-bd8d-f372147825e7', + '16afee39-e3fa-4334-901d-d49f39cdd34b', 'x-ms-correlation-request-id', - '01774b23-1853-49e4-bd8d-f372147825e7', + '16afee39-e3fa-4334-901d-d49f39cdd34b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034147Z:01774b23-1853-49e4-bd8d-f372147825e7', + 'SOUTHEASTASIA:20211111T084108Z:16afee39-e3fa-4334-901d-d49f39cdd34b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:47 GMT' + 'Thu, 11 Nov 2021 08:41:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3341,21 +3341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11437', + '11355', 'x-ms-request-id', - '52f63a44-2f08-4777-a534-4165d2a897ae', + 'c696bbdb-5995-4faf-9e2d-f19506c7eb94', 'x-ms-correlation-request-id', - '52f63a44-2f08-4777-a534-4165d2a897ae', + 'c696bbdb-5995-4faf-9e2d-f19506c7eb94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034149Z:52f63a44-2f08-4777-a534-4165d2a897ae', + 'SOUTHEASTASIA:20211111T084110Z:c696bbdb-5995-4faf-9e2d-f19506c7eb94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:49 GMT' + 'Thu, 11 Nov 2021 08:41:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3377,21 +3377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11436', + '11354', 'x-ms-request-id', - '1c6e3b6d-c1a3-47d9-914b-01be8b6f8d21', + '8c25f5b3-8734-4182-b561-ebf5fef6887d', 'x-ms-correlation-request-id', - '1c6e3b6d-c1a3-47d9-914b-01be8b6f8d21', + '8c25f5b3-8734-4182-b561-ebf5fef6887d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034151Z:1c6e3b6d-c1a3-47d9-914b-01be8b6f8d21', + 'SOUTHEASTASIA:20211111T084113Z:8c25f5b3-8734-4182-b561-ebf5fef6887d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:51 GMT' + 'Thu, 11 Nov 2021 08:41:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3413,21 +3413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11435', + '11353', 'x-ms-request-id', - '8c185f30-4b4b-40df-be97-23729c5f5ce8', + 'c80d5da4-4daf-4b62-848a-8ddce8959494', 'x-ms-correlation-request-id', - '8c185f30-4b4b-40df-be97-23729c5f5ce8', + 'c80d5da4-4daf-4b62-848a-8ddce8959494', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034154Z:8c185f30-4b4b-40df-be97-23729c5f5ce8', + 'SOUTHEASTASIA:20211111T084115Z:c80d5da4-4daf-4b62-848a-8ddce8959494', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:54 GMT' + 'Thu, 11 Nov 2021 08:41:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3449,21 +3449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11434', + '11352', 'x-ms-request-id', - 'c37e40ae-f665-4d52-827b-0701ad23100a', + 'c8a1fe40-a917-4683-aca5-de02106d3e51', 'x-ms-correlation-request-id', - 'c37e40ae-f665-4d52-827b-0701ad23100a', + 'c8a1fe40-a917-4683-aca5-de02106d3e51', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034156Z:c37e40ae-f665-4d52-827b-0701ad23100a', + 'SOUTHEASTASIA:20211111T084118Z:c8a1fe40-a917-4683-aca5-de02106d3e51', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:56 GMT' + 'Thu, 11 Nov 2021 08:41:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3485,21 +3485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11433', + '11351', 'x-ms-request-id', - '49490a52-2784-4db9-b659-aa60a9b55259', + 'fcdc9e26-b31c-4b4e-9d5a-e5fae1ee688a', 'x-ms-correlation-request-id', - '49490a52-2784-4db9-b659-aa60a9b55259', + 'fcdc9e26-b31c-4b4e-9d5a-e5fae1ee688a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034158Z:49490a52-2784-4db9-b659-aa60a9b55259', + 'SOUTHEASTASIA:20211111T084120Z:fcdc9e26-b31c-4b4e-9d5a-e5fae1ee688a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:41:58 GMT' + 'Thu, 11 Nov 2021 08:41:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3521,21 +3521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11432', + '11350', 'x-ms-request-id', - 'c7203743-611f-43d8-9596-3d46165d372b', + '871b69b4-e91b-42e3-b2a8-f2ff8328b187', 'x-ms-correlation-request-id', - 'c7203743-611f-43d8-9596-3d46165d372b', + '871b69b4-e91b-42e3-b2a8-f2ff8328b187', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034201Z:c7203743-611f-43d8-9596-3d46165d372b', + 'SOUTHEASTASIA:20211111T084122Z:871b69b4-e91b-42e3-b2a8-f2ff8328b187', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:01 GMT' + 'Thu, 11 Nov 2021 08:41:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3557,21 +3557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11431', + '11349', 'x-ms-request-id', - '44ec58f4-df51-4af5-815f-cca27aedaa53', + 'd26ee063-9da1-4d15-b28a-e9d9e58a9481', 'x-ms-correlation-request-id', - '44ec58f4-df51-4af5-815f-cca27aedaa53', + 'd26ee063-9da1-4d15-b28a-e9d9e58a9481', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034203Z:44ec58f4-df51-4af5-815f-cca27aedaa53', + 'SOUTHEASTASIA:20211111T084125Z:d26ee063-9da1-4d15-b28a-e9d9e58a9481', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:03 GMT' + 'Thu, 11 Nov 2021 08:41:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3593,21 +3593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11430', + '11348', 'x-ms-request-id', - 'cc28b375-d6ea-4384-b49d-395bdbc2adc1', + '47f3bdc9-192a-4392-8307-257b9516d79b', 'x-ms-correlation-request-id', - 'cc28b375-d6ea-4384-b49d-395bdbc2adc1', + '47f3bdc9-192a-4392-8307-257b9516d79b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034205Z:cc28b375-d6ea-4384-b49d-395bdbc2adc1', + 'SOUTHEASTASIA:20211111T084128Z:47f3bdc9-192a-4392-8307-257b9516d79b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:05 GMT' + 'Thu, 11 Nov 2021 08:41:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3629,21 +3629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11429', + '11347', 'x-ms-request-id', - '347c66d0-8f8b-4739-9e33-d4cf47bf5c1e', + '4b6cf93a-1fd3-48e3-9deb-ce6fc57c549a', 'x-ms-correlation-request-id', - '347c66d0-8f8b-4739-9e33-d4cf47bf5c1e', + '4b6cf93a-1fd3-48e3-9deb-ce6fc57c549a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034208Z:347c66d0-8f8b-4739-9e33-d4cf47bf5c1e', + 'SOUTHEASTASIA:20211111T084130Z:4b6cf93a-1fd3-48e3-9deb-ce6fc57c549a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:07 GMT' + 'Thu, 11 Nov 2021 08:41:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3665,21 +3665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11428', + '11346', 'x-ms-request-id', - '10b5741b-6125-4fe5-a26e-cb87d222ecfa', + 'a17720be-ecf0-4746-b4b4-69332b765af2', 'x-ms-correlation-request-id', - '10b5741b-6125-4fe5-a26e-cb87d222ecfa', + 'a17720be-ecf0-4746-b4b4-69332b765af2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034210Z:10b5741b-6125-4fe5-a26e-cb87d222ecfa', + 'SOUTHEASTASIA:20211111T084132Z:a17720be-ecf0-4746-b4b4-69332b765af2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:10 GMT' + 'Thu, 11 Nov 2021 08:41:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3701,21 +3701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11427', + '11345', 'x-ms-request-id', - '6681a0fc-73af-48fc-baa8-fe005a88aa36', + 'd149ff91-0683-4ace-a75a-6e1a806db800', 'x-ms-correlation-request-id', - '6681a0fc-73af-48fc-baa8-fe005a88aa36', + 'd149ff91-0683-4ace-a75a-6e1a806db800', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034212Z:6681a0fc-73af-48fc-baa8-fe005a88aa36', + 'SOUTHEASTASIA:20211111T084135Z:d149ff91-0683-4ace-a75a-6e1a806db800', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:12 GMT' + 'Thu, 11 Nov 2021 08:41:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3737,21 +3737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11426', + '11344', 'x-ms-request-id', - 'c72ce512-63f2-4059-a817-53953f26ede2', + '74b1fe12-ef0c-487d-ae83-78ecbf6ce355', 'x-ms-correlation-request-id', - 'c72ce512-63f2-4059-a817-53953f26ede2', + '74b1fe12-ef0c-487d-ae83-78ecbf6ce355', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034215Z:c72ce512-63f2-4059-a817-53953f26ede2', + 'SOUTHEASTASIA:20211111T084137Z:74b1fe12-ef0c-487d-ae83-78ecbf6ce355', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:14 GMT' + 'Thu, 11 Nov 2021 08:41:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3773,21 +3773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11425', + '11343', 'x-ms-request-id', - '62bfa6f4-9df3-474f-971d-12a2d5a29cb1', + '9941386a-cdf5-4254-9bd0-ecb8b0f1562f', 'x-ms-correlation-request-id', - '62bfa6f4-9df3-474f-971d-12a2d5a29cb1', + '9941386a-cdf5-4254-9bd0-ecb8b0f1562f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034218Z:62bfa6f4-9df3-474f-971d-12a2d5a29cb1', + 'SOUTHEASTASIA:20211111T084139Z:9941386a-cdf5-4254-9bd0-ecb8b0f1562f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:17 GMT' + 'Thu, 11 Nov 2021 08:41:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3809,21 +3809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11424', + '11342', 'x-ms-request-id', - 'd1eb7ce1-6024-44b9-9caa-c2f470618df1', + '3e028fb7-b17d-47b5-b480-5d1d9cddfc0e', 'x-ms-correlation-request-id', - 'd1eb7ce1-6024-44b9-9caa-c2f470618df1', + '3e028fb7-b17d-47b5-b480-5d1d9cddfc0e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034221Z:d1eb7ce1-6024-44b9-9caa-c2f470618df1', + 'SOUTHEASTASIA:20211111T084141Z:3e028fb7-b17d-47b5-b480-5d1d9cddfc0e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:20 GMT' + 'Thu, 11 Nov 2021 08:41:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3845,21 +3845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11423', + '11341', 'x-ms-request-id', - 'ae03b6ea-3d55-49bc-901b-a34b79935eda', + 'd307f0c0-6ad6-487a-bfad-3f980652e6da', 'x-ms-correlation-request-id', - 'ae03b6ea-3d55-49bc-901b-a34b79935eda', + 'd307f0c0-6ad6-487a-bfad-3f980652e6da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034223Z:ae03b6ea-3d55-49bc-901b-a34b79935eda', + 'SOUTHEASTASIA:20211111T084144Z:d307f0c0-6ad6-487a-bfad-3f980652e6da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:23 GMT' + 'Thu, 11 Nov 2021 08:41:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3881,21 +3881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11422', + '11340', 'x-ms-request-id', - 'a7f6529d-8fa1-496b-9afd-ad9457ad6fb3', + '120bf397-91d1-42b2-8ee6-8bc9dd53b869', 'x-ms-correlation-request-id', - 'a7f6529d-8fa1-496b-9afd-ad9457ad6fb3', + '120bf397-91d1-42b2-8ee6-8bc9dd53b869', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034225Z:a7f6529d-8fa1-496b-9afd-ad9457ad6fb3', + 'SOUTHEASTASIA:20211111T084146Z:120bf397-91d1-42b2-8ee6-8bc9dd53b869', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:25 GMT' + 'Thu, 11 Nov 2021 08:41:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3917,21 +3917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11421', + '11339', 'x-ms-request-id', - '13db4591-4b00-4116-8c70-3f37a5c6fab4', + '17765bf5-6c52-4b2e-8597-93ed661bd2b6', 'x-ms-correlation-request-id', - '13db4591-4b00-4116-8c70-3f37a5c6fab4', + '17765bf5-6c52-4b2e-8597-93ed661bd2b6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034228Z:13db4591-4b00-4116-8c70-3f37a5c6fab4', + 'SOUTHEASTASIA:20211111T084148Z:17765bf5-6c52-4b2e-8597-93ed661bd2b6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:27 GMT' + 'Thu, 11 Nov 2021 08:41:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3953,21 +3953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11420', + '11338', 'x-ms-request-id', - '658c8fd2-a367-4028-b8a8-9a08c08e9d15', + '5356e4b9-6502-4123-94ad-ad1e0df59dad', 'x-ms-correlation-request-id', - '658c8fd2-a367-4028-b8a8-9a08c08e9d15', + '5356e4b9-6502-4123-94ad-ad1e0df59dad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034230Z:658c8fd2-a367-4028-b8a8-9a08c08e9d15', + 'SOUTHEASTASIA:20211111T084151Z:5356e4b9-6502-4123-94ad-ad1e0df59dad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:30 GMT' + 'Thu, 11 Nov 2021 08:41:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3989,21 +3989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11419', + '11337', 'x-ms-request-id', - '4dfa8f20-50ec-4cc6-a98e-3a24a4f6acf5', + 'a62b98de-037d-4ea1-b069-2efe6a3f4bd0', 'x-ms-correlation-request-id', - '4dfa8f20-50ec-4cc6-a98e-3a24a4f6acf5', + 'a62b98de-037d-4ea1-b069-2efe6a3f4bd0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034232Z:4dfa8f20-50ec-4cc6-a98e-3a24a4f6acf5', + 'SOUTHEASTASIA:20211111T084153Z:a62b98de-037d-4ea1-b069-2efe6a3f4bd0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:32 GMT' + 'Thu, 11 Nov 2021 08:41:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4025,21 +4025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11418', + '11336', 'x-ms-request-id', - '41a5372b-a962-423e-a404-2ef67da438da', + 'f4866f66-95ad-4f65-9375-8d028d2ad103', 'x-ms-correlation-request-id', - '41a5372b-a962-423e-a404-2ef67da438da', + 'f4866f66-95ad-4f65-9375-8d028d2ad103', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034235Z:41a5372b-a962-423e-a404-2ef67da438da', + 'SOUTHEASTASIA:20211111T084156Z:f4866f66-95ad-4f65-9375-8d028d2ad103', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:34 GMT' + 'Thu, 11 Nov 2021 08:41:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4061,21 +4061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11417', + '11335', 'x-ms-request-id', - '4db9f534-ec1b-4e21-9f75-e1083def7eb9', + '5eb13c22-2e90-48bc-9ee0-074bc7ef43b5', 'x-ms-correlation-request-id', - '4db9f534-ec1b-4e21-9f75-e1083def7eb9', + '5eb13c22-2e90-48bc-9ee0-074bc7ef43b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034237Z:4db9f534-ec1b-4e21-9f75-e1083def7eb9', + 'SOUTHEASTASIA:20211111T084158Z:5eb13c22-2e90-48bc-9ee0-074bc7ef43b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:36 GMT' + 'Thu, 11 Nov 2021 08:41:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4097,21 +4097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11416', + '11334', 'x-ms-request-id', - '114222bb-7c6e-4835-8922-e04e1a848219', + 'c9e3fa09-395c-46c9-99dd-af01c943fc80', 'x-ms-correlation-request-id', - '114222bb-7c6e-4835-8922-e04e1a848219', + 'c9e3fa09-395c-46c9-99dd-af01c943fc80', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034239Z:114222bb-7c6e-4835-8922-e04e1a848219', + 'SOUTHEASTASIA:20211111T084200Z:c9e3fa09-395c-46c9-99dd-af01c943fc80', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:39 GMT' + 'Thu, 11 Nov 2021 08:42:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4133,21 +4133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11415', + '11333', 'x-ms-request-id', - '2c87ab0f-9c2f-4504-9508-0f8329d01db2', + 'e245c743-0de2-46ab-888b-58950418cc5e', 'x-ms-correlation-request-id', - '2c87ab0f-9c2f-4504-9508-0f8329d01db2', + 'e245c743-0de2-46ab-888b-58950418cc5e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034241Z:2c87ab0f-9c2f-4504-9508-0f8329d01db2', + 'SOUTHEASTASIA:20211111T084202Z:e245c743-0de2-46ab-888b-58950418cc5e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:41 GMT' + 'Thu, 11 Nov 2021 08:42:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4169,21 +4169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11414', + '11332', 'x-ms-request-id', - '47652fd0-15ef-46e1-bece-fddeecb8f0cf', + '23b3fc75-2330-4de1-a7af-f9b6b1cc7517', 'x-ms-correlation-request-id', - '47652fd0-15ef-46e1-bece-fddeecb8f0cf', + '23b3fc75-2330-4de1-a7af-f9b6b1cc7517', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034244Z:47652fd0-15ef-46e1-bece-fddeecb8f0cf', + 'SOUTHEASTASIA:20211111T084205Z:23b3fc75-2330-4de1-a7af-f9b6b1cc7517', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:43 GMT' + 'Thu, 11 Nov 2021 08:42:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4205,21 +4205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11413', + '11331', 'x-ms-request-id', - '584c4930-dcf0-4335-b70f-486889124b8c', + '2e5c8b05-43a8-42e0-a04b-c78427b48f48', 'x-ms-correlation-request-id', - '584c4930-dcf0-4335-b70f-486889124b8c', + '2e5c8b05-43a8-42e0-a04b-c78427b48f48', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034246Z:584c4930-dcf0-4335-b70f-486889124b8c', + 'SOUTHEASTASIA:20211111T084207Z:2e5c8b05-43a8-42e0-a04b-c78427b48f48', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:46 GMT' + 'Thu, 11 Nov 2021 08:42:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4241,21 +4241,525 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11412', + '11330', + 'x-ms-request-id', + 'd6fcd7eb-199d-4391-aa72-e4dd3e3ef325', + 'x-ms-correlation-request-id', + 'd6fcd7eb-199d-4391-aa72-e4dd3e3ef325', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084209Z:d6fcd7eb-199d-4391-aa72-e4dd3e3ef325', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '016fa511-a523-47ff-bd61-ac175ba5e726', + 'x-ms-correlation-request-id', + '016fa511-a523-47ff-bd61-ac175ba5e726', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084212Z:016fa511-a523-47ff-bd61-ac175ba5e726', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '16a7f954-4d5e-433c-bf7c-640da7da89c8', + 'x-ms-correlation-request-id', + '16a7f954-4d5e-433c-bf7c-640da7da89c8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084214Z:16a7f954-4d5e-433c-bf7c-640da7da89c8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1f03b620-83d1-4078-9f9b-62062c0a6b4e', + 'x-ms-correlation-request-id', + '1f03b620-83d1-4078-9f9b-62062c0a6b4e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084216Z:1f03b620-83d1-4078-9f9b-62062c0a6b4e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'accece54-a94a-4ebd-955d-a2cd2d1730fe', + 'x-ms-correlation-request-id', + 'accece54-a94a-4ebd-955d-a2cd2d1730fe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084219Z:accece54-a94a-4ebd-955d-a2cd2d1730fe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '28908345-ce9b-4b7b-b14c-46b91ba4d536', + 'x-ms-correlation-request-id', + '28908345-ce9b-4b7b-b14c-46b91ba4d536', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084221Z:28908345-ce9b-4b7b-b14c-46b91ba4d536', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e87228ba-847f-49f8-9cfc-e9d91672f56e', + 'x-ms-correlation-request-id', + 'e87228ba-847f-49f8-9cfc-e9d91672f56e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084223Z:e87228ba-847f-49f8-9cfc-e9d91672f56e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0f4933d-1599-4987-bf54-c60c7a6fb70c', + 'x-ms-correlation-request-id', + 'f0f4933d-1599-4987-bf54-c60c7a6fb70c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084226Z:f0f4933d-1599-4987-bf54-c60c7a6fb70c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a379b53c-8c75-4120-93cd-709909d0ee25', + 'x-ms-correlation-request-id', + 'a379b53c-8c75-4120-93cd-709909d0ee25', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084229Z:a379b53c-8c75-4120-93cd-709909d0ee25', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '13c63f6a-c795-4565-afc1-d14c37118dc6', + 'x-ms-correlation-request-id', + '13c63f6a-c795-4565-afc1-d14c37118dc6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084231Z:13c63f6a-c795-4565-afc1-d14c37118dc6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', - 'bf42b699-f8f7-44d9-ba59-7da5f444dcee', + 'd0342e11-7f3b-40dd-ab69-0910177e976f', 'x-ms-correlation-request-id', - 'bf42b699-f8f7-44d9-ba59-7da5f444dcee', + 'd0342e11-7f3b-40dd-ab69-0910177e976f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034248Z:bf42b699-f8f7-44d9-ba59-7da5f444dcee', + 'SOUTHEASTASIA:20211111T084233Z:d0342e11-7f3b-40dd-ab69-0910177e976f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:48 GMT' + 'Thu, 11 Nov 2021 08:42:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/d0dafca1-994d-4e44-8e26-b93796e4fd8b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fadc09b8-e0ba-4ad1-b347-2ed81edeb6ed', + 'x-ms-correlation-request-id', + 'fadc09b8-e0ba-4ad1-b347-2ed81edeb6ed', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084236Z:fadc09b8-e0ba-4ad1-b347-2ed81edeb6ed', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c30ab2c1-6751-4468-9352-0b162865fe1c', + 'x-ms-correlation-request-id', + 'c30ab2c1-6751-4468-9352-0b162865fe1c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084238Z:c30ab2c1-6751-4468-9352-0b162865fe1c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2402f2a5-8601-4fc1-af99-41d2fed4461e', + 'x-ms-correlation-request-id', + '2402f2a5-8601-4fc1-af99-41d2fed4461e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084240Z:2402f2a5-8601-4fc1-af99-41d2fed4461e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7bf25218-81a9-4874-bc55-629c3bae58ae', + 'x-ms-correlation-request-id', + '7bf25218-81a9-4874-bc55-629c3bae58ae', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084243Z:7bf25218-81a9-4874-bc55-629c3bae58ae', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/751cbc8e-ffc0-4eb7-ab2e-216135680251') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -4277,23 +4781,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11411', + '11315', 'x-ms-request-id', - '28fe3454-d760-4451-99c9-a82f762b2dd7', + 'aade2d4c-9a6a-4ef4-a932-038f42449375', 'x-ms-correlation-request-id', - '28fe3454-d760-4451-99c9-a82f762b2dd7', + 'aade2d4c-9a6a-4ef4-a932-038f42449375', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034251Z:28fe3454-d760-4451-99c9-a82f762b2dd7', + 'SOUTHEASTASIA:20211111T084245Z:aade2d4c-9a6a-4ef4-a932-038f42449375', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:50 GMT' + 'Thu, 11 Nov 2021 08:42:44 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eef3cdcdedb7fb373efd1bd878ff6f7c6bb0f3edd7bb873ffa73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c2ebf5749ae7b37c463dceb4fbd3e56c55154b74306fdb55f3e86e4891b169d88cb31faceb7c3cad168ff6f7efdd2518abf5a42ca62ff2f6aaaadfd238f386bafee874994d4aee23e7df8ed76db520da4d9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b990950d0e8654623c317bf577efd050daaad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5ba049dbef7fd91c1f77855bca1e9a40f3f7afd8b4ac27e5634f8823a7c42d338fb226f33cc29a36906abb005c767759ebf297ae33b5e66e5350d3f2b5f13d6d905cd847e9f75bf39a996e7c5c5ba661260169be93c5f64c08bd0fa6e5e964ff3f36249a3a2f92e964d9b2da7f9198df1a37b7b0fceef3f9864dbe7d9c32989ccf47cfb20cbef6dcff2ecc1bdbd7b597effd31d8c8906e031e597e7e779add0894996b3acc6bccdf2f38c26e56c46d35eb4d7f4e5b3a26e5accc1b5fd90244548793c2d9f5caf3290e3a317d532a76f947498cc92a67f6e473ca5992d88c197d3eb9715f10ec1fec5a63b1abcf9ee797e999704ee35111994187db4c8de9d2d69562fb3f26cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12dfd5a416e82548d9152611e8e13bfaec7baa8802d6dfbe227db286e01ae17f21bae1bbf4b92800231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89a14c7ecffbf031c45874306a19d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37386c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d27fc322778b3624a3d902fcabf7e51cdf297816b2aef3a73fe45b15c93eb4ec3d927e9926f5fe5e4080073d7ecdbe4ee53a303d3447d2633a1c0e3a3cff3eaa35f42f6bdeb9abcd260e10c5e03f09f15d9c5b26ac8f97a5e5dbccedb963889befac5eab33d5b97e59bfc5dfb13ebbc065cf66b00985c08420bf4b263d6ef","fe1f02d403e7cb0c0000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eefe27f6f760e1edd7bf868e7c178ffc1c387f73ffda98fe8451af72aafdb220720fc755934846fb1bc78dd120c02f07a3d9de6f92c9f518733edfd74395b55c512f0e76dbb6a1edd0d0932360d9b71f683759d8fa7d5e2d1fefebdbb0463b59e94c5f445de5e55f55b1a66de50d71f9d2eb349c97de4fcdbf1baad1644bae9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f973a532010a1abdcc6864f8e2f7caafbfa041b5950353343f59d4ed3a2b15936745d9e6b541c3b4ba0cdabc5a97a0d3f7be3f32f81eaf8a37349bf4e147af7f5149d8cf8a065f50874f6816675fe46d86296534cd6015b6e0f8accef337456f7cc7cbacbca6e167e56bc23abba099d0efb3ee3727d5f2bcb858d74c02cc62339de78b0c78115adfcdcbf2697e5e2c695434dfc5b269b3e5343fa3317e746fff7cf2e9a779be7d9ee52431e7e7d3edc9f9bdbdeddd07fb079f4e3fcd673bf7a718130dc0e3c92fcfcff35aa113932c67598d799be5e7194dcad98ca6bd68afe9cb6745ddb498836bfb21098a90f2785a3eb95e6520c7472faa654edf28e93099254dffdc8e784a335b107f2fa7d72f2be21d82fd8b4d773478f3ddf3fc322f09dc6b22322831fa6891bd3b5bd2ac5e66e5d9f2754e7066d4df7dfe82302ff325357d591375de7df468776787e8436d1c31bf24beab492bd04b10b22b4c22d0c377f4d9f7540f05acbf7d45ea640db935b2ff4254c377e973917f231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89af4c6ecffbf031c458743f6a09d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37376c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d23fc322778b302ae06f9a2fceb17d52c7f19b8a6f2ae33e75f14cb3579ee349c7d922ef9f6554e8e003077cdbe4dde3e353a304dd46732130a3c3efa3caf3efa2564dfbbaec92b8d15cee0357ceffbd4827c01828f815be4d979f925bf","e4ff01a0e9b24c930c0000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -4313,15 +4817,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11410', + '11314', 'x-ms-request-id', - 'a9c09c1d-d76c-4c6d-9408-ed92de4b4774', + 'd3e9bdda-a929-4143-a48d-5d69eb81cdc2', 'x-ms-correlation-request-id', - 'a9c09c1d-d76c-4c6d-9408-ed92de4b4774', + 'd3e9bdda-a929-4143-a48d-5d69eb81cdc2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034253Z:a9c09c1d-d76c-4c6d-9408-ed92de4b4774', + 'SOUTHEASTASIA:20211111T084247Z:d3e9bdda-a929-4143-a48d-5d69eb81cdc2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:53 GMT' + 'Thu, 11 Nov 2021 08:42:46 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 index b861a15103c3..bad72b593705 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '4cfec690-23d5-4312-8d86-372017ff0600', + '92d93328-dfb9-47fd-8666-6d88d81f0800', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AmRNjfLWPa5HgIj3hGYw-jI; expires=Sun, 24-Oct-2021 03:23:42 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AmWBir_8uflOq6BzwN0ZwHo; expires=Sat, 11-Dec-2021 08:19:45 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5hMNWrCapq_PCznHf4HCb-qx50CKmt3LBPJiWenoqiQgUj_5Aw-p5z5eC2fio2_nSDwaaubtAQJXWlrD9twyqpBFieh5PLcupaQu0rCSYuDfKIbqKZdZZtLLGHHjlNzJQudlYddeEp9M8jFru-Ir_s1rIaifBUbWNP3ViQIkWMAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrB5rx-xnfaKZe4nmnPuHi77jVxVZINnoQfZAsLv1zI-xKkaAfnvaKeqiNvy5NdLiH8pNfkbc7YqkL6FKA_Xq8r0IvXSukE29kbBTsZIoHQ9p9HivIejflBqa6vR8jD4vDM2IxkCH2zt5MH_aiav-etcYcpqwdk-K_COSZMythZscgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:42 GMT', + 'Thu, 11 Nov 2021 08:19:45 GMT', 'Content-Length', '980' ]); @@ -58,32 +58,30 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '68e15cff-4626-431b-a07f-0db4cef90700', + '7636402c-909b-402c-abdd-a6778fbf0900', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AiWWYrtfj85LsX0OYBSLHPk; expires=Sun, 24-Oct-2021 03:23:42 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AgC3KGo3gXhOhyyKtL4Uayw; expires=Sat, 11-Dec-2021 08:19:45 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrgaa2mvSNn0itOp1d2t1MmRGY0fReMeadDz5NjpAJUTatbHehseMQ3ib6MZzXQ4f4HuQTbdOIGUicnnzrX2GIqJ__DUA6qO0fLkRBQX5nkHkOec3D9fK1UqNRaSmrydybKJYgkyFuLnUl_tiI3-FB5banyQ0u4NOzflivecn8b4ggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrg-OaGzoT2TtfajBTfP8weXzjk34p7XjkZmmiTynK8QN0CO-7CH-2cGCynhwqCq3RwmfNO0XZUBxNVliZ5SGavvYQyFBpzCUeHGbkIaX0UM7FzVJPpAKYzEg68mkGi21aC8TcSFQDnmhO794CfA3me9J9bHfq7gBGNKCoFenemy4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:42 GMT', + 'Thu, 11 Nov 2021 08:19: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.1&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=3d2f9371-a7cc-46a2-9ce6-c767dac8d253&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") + .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.1&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=1950b568-b804-42a9-9595-696a4fafead3&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-Length', - '1351', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -95,19 +93,21 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '4cfec690-23d5-4312-8d86-37201aff0600', + '73166055-61f7-435a-9ed6-96b3929a1900', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AvohH4hWkQlAu_HZ-KMNRL0WPr5BAQAAAL4739gOAAAA; expires=Sun, 24-Oct-2021 03:23:42 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AuA3Qg_F0XRFoPJ3YYiOvpQWPr5BAQAAACHJHtkOAAAA; expires=Sat, 11-Dec-2021 08:19:45 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:23:42 GMT' + 'Thu, 11 Nov 2021 08:19:45 GMT', + 'Content-Length', + '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/b9f629ea-8322-4dc6-b25d-49691e6735d6?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/10eb04ba-389d-4229-bbd2-b2c5c6678d83?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83?api-version=2021-10-15', 'x-ms-request-id', - 'b9f629ea-8322-4dc6-b25d-49691e6735d6', + '10eb04ba-389d-4229-bbd2-b2c5c6678d83', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-deletes', '14998', 'x-ms-correlation-request-id', - '7e47911a-d4de-4b65-8727-202bb25055c2', + 'e12fad62-9a01-4911-8e4d-f4c4b3447615', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032344Z:7e47911a-d4de-4b65-8727-202bb25055c2', + 'SOUTHEASTASIA:20211111T081947Z:e12fad62-9a01-4911-8e4d-f4c4b3447615', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:44 GMT' + 'Thu, 11 Nov 2021 08:19:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -171,19 +171,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11895', 'x-ms-request-id', - '095dc573-d4fb-4107-bbcc-fcf18613ad7f', + 'c4fe9bf6-5514-4b45-96c0-54099421a2c1', 'x-ms-correlation-request-id', - '095dc573-d4fb-4107-bbcc-fcf18613ad7f', + 'c4fe9bf6-5514-4b45-96c0-54099421a2c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032345Z:095dc573-d4fb-4107-bbcc-fcf18613ad7f', + 'SOUTHEASTASIA:20211111T081947Z:c4fe9bf6-5514-4b45-96c0-54099421a2c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:44 GMT' + 'Thu, 11 Nov 2021 08:19:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -207,19 +207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11894', 'x-ms-request-id', - 'b7db44de-0924-486c-8194-d79d861a76e6', + '3dfebc8b-b6c5-4e76-920d-be2d3c9e32e4', 'x-ms-correlation-request-id', - 'b7db44de-0924-486c-8194-d79d861a76e6', + '3dfebc8b-b6c5-4e76-920d-be2d3c9e32e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032347Z:b7db44de-0924-486c-8194-d79d861a76e6', + 'SOUTHEASTASIA:20211111T081950Z:3dfebc8b-b6c5-4e76-920d-be2d3c9e32e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:47 GMT' + 'Thu, 11 Nov 2021 08:19:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -243,19 +243,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11893', 'x-ms-request-id', - '978f5de6-6962-48b6-8b80-a06f9d9d482b', + '61960f71-26a6-404c-a956-58f826006ae4', 'x-ms-correlation-request-id', - '978f5de6-6962-48b6-8b80-a06f9d9d482b', + '61960f71-26a6-404c-a956-58f826006ae4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032349Z:978f5de6-6962-48b6-8b80-a06f9d9d482b', + 'SOUTHEASTASIA:20211111T081952Z:61960f71-26a6-404c-a956-58f826006ae4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:49 GMT' + 'Thu, 11 Nov 2021 08:19:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -279,19 +279,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11892', 'x-ms-request-id', - 'bb260368-0253-4b54-b0d8-49e37910d1ca', + '4c1305e2-fe5f-4738-a32f-8ec4c0efee54', 'x-ms-correlation-request-id', - 'bb260368-0253-4b54-b0d8-49e37910d1ca', + '4c1305e2-fe5f-4738-a32f-8ec4c0efee54', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032352Z:bb260368-0253-4b54-b0d8-49e37910d1ca', + 'SOUTHEASTASIA:20211111T081954Z:4c1305e2-fe5f-4738-a32f-8ec4c0efee54', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:51 GMT' + 'Thu, 11 Nov 2021 08:19:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -315,19 +315,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11891', 'x-ms-request-id', - 'f7bd4357-5e79-4845-bc53-a0e2bff9866c', + 'e4f03f92-7e2c-42b1-81e5-f2fcd4b6712c', 'x-ms-correlation-request-id', - 'f7bd4357-5e79-4845-bc53-a0e2bff9866c', + 'e4f03f92-7e2c-42b1-81e5-f2fcd4b6712c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032354Z:f7bd4357-5e79-4845-bc53-a0e2bff9866c', + 'SOUTHEASTASIA:20211111T081957Z:e4f03f92-7e2c-42b1-81e5-f2fcd4b6712c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:54 GMT' + 'Thu, 11 Nov 2021 08:19:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -351,19 +351,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11890', 'x-ms-request-id', - '1569907b-9096-4db6-bdfd-31bd34ce2796', + '027628d5-5a15-4b09-90bc-50117ab38053', 'x-ms-correlation-request-id', - '1569907b-9096-4db6-bdfd-31bd34ce2796', + '027628d5-5a15-4b09-90bc-50117ab38053', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032356Z:1569907b-9096-4db6-bdfd-31bd34ce2796', + 'SOUTHEASTASIA:20211111T081959Z:027628d5-5a15-4b09-90bc-50117ab38053', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:56 GMT' + 'Thu, 11 Nov 2021 08:19:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -387,19 +387,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11889', 'x-ms-request-id', - '4629d879-3e0a-47f4-bf08-3ca36d581d4d', + '94932378-0515-4d89-9128-618a0ae3b4c4', 'x-ms-correlation-request-id', - '4629d879-3e0a-47f4-bf08-3ca36d581d4d', + '94932378-0515-4d89-9128-618a0ae3b4c4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032359Z:4629d879-3e0a-47f4-bf08-3ca36d581d4d', + 'SOUTHEASTASIA:20211111T082001Z:94932378-0515-4d89-9128-618a0ae3b4c4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:23:59 GMT' + 'Thu, 11 Nov 2021 08:20:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -423,19 +423,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11888', 'x-ms-request-id', - 'c6958dfa-12e6-442d-8708-4803ab43564b', + '3b7fd64b-fdd6-4aed-9a81-d0f314917055', 'x-ms-correlation-request-id', - 'c6958dfa-12e6-442d-8708-4803ab43564b', + '3b7fd64b-fdd6-4aed-9a81-d0f314917055', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032402Z:c6958dfa-12e6-442d-8708-4803ab43564b', + 'SOUTHEASTASIA:20211111T082004Z:3b7fd64b-fdd6-4aed-9a81-d0f314917055', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:01 GMT' + 'Thu, 11 Nov 2021 08:20:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -459,19 +459,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11887', 'x-ms-request-id', - 'b8a81dde-c0b3-41bd-aff7-d531ce287bb0', + '7478779d-9242-4958-bbf0-7dbef101372d', 'x-ms-correlation-request-id', - 'b8a81dde-c0b3-41bd-aff7-d531ce287bb0', + '7478779d-9242-4958-bbf0-7dbef101372d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032404Z:b8a81dde-c0b3-41bd-aff7-d531ce287bb0', + 'SOUTHEASTASIA:20211111T082006Z:7478779d-9242-4958-bbf0-7dbef101372d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:04 GMT' + 'Thu, 11 Nov 2021 08:20:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -495,19 +495,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11886', 'x-ms-request-id', - '6e67c1b7-45b5-4707-a58e-0f0e5917554c', + '95c1dfc9-ccb7-4b15-9fa7-d88a13cbaa9f', 'x-ms-correlation-request-id', - '6e67c1b7-45b5-4707-a58e-0f0e5917554c', + '95c1dfc9-ccb7-4b15-9fa7-d88a13cbaa9f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032406Z:6e67c1b7-45b5-4707-a58e-0f0e5917554c', + 'SOUTHEASTASIA:20211111T082008Z:95c1dfc9-ccb7-4b15-9fa7-d88a13cbaa9f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:06 GMT' + 'Thu, 11 Nov 2021 08:20:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -531,19 +531,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11885', 'x-ms-request-id', - 'fa739c67-25e8-4712-a726-9da77c113b0d', + '544eb564-4724-48a7-ab91-7bc764e7a85d', 'x-ms-correlation-request-id', - 'fa739c67-25e8-4712-a726-9da77c113b0d', + '544eb564-4724-48a7-ab91-7bc764e7a85d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032409Z:fa739c67-25e8-4712-a726-9da77c113b0d', + 'SOUTHEASTASIA:20211111T082011Z:544eb564-4724-48a7-ab91-7bc764e7a85d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:08 GMT' + 'Thu, 11 Nov 2021 08:20:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -567,19 +567,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11884', 'x-ms-request-id', - 'c6121214-9d76-4e09-b89c-7bd04c7d7306', + '7b6321df-5059-48f7-a66d-8e133d692470', 'x-ms-correlation-request-id', - 'c6121214-9d76-4e09-b89c-7bd04c7d7306', + '7b6321df-5059-48f7-a66d-8e133d692470', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032411Z:c6121214-9d76-4e09-b89c-7bd04c7d7306', + 'SOUTHEASTASIA:20211111T082013Z:7b6321df-5059-48f7-a66d-8e133d692470', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:10 GMT' + 'Thu, 11 Nov 2021 08:20:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -603,19 +603,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11883', 'x-ms-request-id', - '5ef02a98-8522-4ab5-aa26-d406d2175d6e', + '3b9254d8-9ef4-4d20-afcc-41f31e5e3989', 'x-ms-correlation-request-id', - '5ef02a98-8522-4ab5-aa26-d406d2175d6e', + '3b9254d8-9ef4-4d20-afcc-41f31e5e3989', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032413Z:5ef02a98-8522-4ab5-aa26-d406d2175d6e', + 'SOUTHEASTASIA:20211111T082016Z:3b9254d8-9ef4-4d20-afcc-41f31e5e3989', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:13 GMT' + 'Thu, 11 Nov 2021 08:20:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -639,19 +639,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11882', 'x-ms-request-id', - '8763e7e9-dd07-4b0b-9679-6eda44b7b646', + '11f0391a-af8f-4201-bb71-5cc4f299a70b', 'x-ms-correlation-request-id', - '8763e7e9-dd07-4b0b-9679-6eda44b7b646', + '11f0391a-af8f-4201-bb71-5cc4f299a70b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032416Z:8763e7e9-dd07-4b0b-9679-6eda44b7b646', + 'SOUTHEASTASIA:20211111T082018Z:11f0391a-af8f-4201-bb71-5cc4f299a70b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:15 GMT' + 'Thu, 11 Nov 2021 08:20:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -675,19 +675,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11881', 'x-ms-request-id', - '56985924-2f66-4f71-ad1f-88b8f6b158d6', + '8c2e08e9-aae7-45e6-a729-1ca647982dd4', 'x-ms-correlation-request-id', - '56985924-2f66-4f71-ad1f-88b8f6b158d6', + '8c2e08e9-aae7-45e6-a729-1ca647982dd4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032418Z:56985924-2f66-4f71-ad1f-88b8f6b158d6', + 'SOUTHEASTASIA:20211111T082021Z:8c2e08e9-aae7-45e6-a729-1ca647982dd4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:17 GMT' + 'Thu, 11 Nov 2021 08:20:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -711,19 +711,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11880', 'x-ms-request-id', - 'ff1e9a04-d645-4b32-849f-7d2cdb7c0a8b', + 'c486a30d-a029-4b60-83f1-e1d83f2ccb67', 'x-ms-correlation-request-id', - 'ff1e9a04-d645-4b32-849f-7d2cdb7c0a8b', + 'c486a30d-a029-4b60-83f1-e1d83f2ccb67', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032420Z:ff1e9a04-d645-4b32-849f-7d2cdb7c0a8b', + 'SOUTHEASTASIA:20211111T082023Z:c486a30d-a029-4b60-83f1-e1d83f2ccb67', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:20 GMT' + 'Thu, 11 Nov 2021 08:20:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -747,19 +747,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11879', 'x-ms-request-id', - '2e91bd8b-c44e-4da0-9f01-b2847840ac10', + '893c5886-b26b-4263-8c4b-6d83bd07eb74', 'x-ms-correlation-request-id', - '2e91bd8b-c44e-4da0-9f01-b2847840ac10', + '893c5886-b26b-4263-8c4b-6d83bd07eb74', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032423Z:2e91bd8b-c44e-4da0-9f01-b2847840ac10', + 'SOUTHEASTASIA:20211111T082025Z:893c5886-b26b-4263-8c4b-6d83bd07eb74', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:22 GMT' + 'Thu, 11 Nov 2021 08:20:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -783,19 +783,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11878', 'x-ms-request-id', - 'c6261fe8-f929-4464-b830-f873df266ffd', + '580ebee1-4fce-47dd-a02f-23749b47d855', 'x-ms-correlation-request-id', - 'c6261fe8-f929-4464-b830-f873df266ffd', + '580ebee1-4fce-47dd-a02f-23749b47d855', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032425Z:c6261fe8-f929-4464-b830-f873df266ffd', + 'SOUTHEASTASIA:20211111T082028Z:580ebee1-4fce-47dd-a02f-23749b47d855', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:24 GMT' + 'Thu, 11 Nov 2021 08:20:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -819,19 +819,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11877', 'x-ms-request-id', - '6adc461c-df1b-4934-b6c2-b6a9adbc99d6', + '71f6f0c6-062e-4917-a8ed-456db797c805', 'x-ms-correlation-request-id', - '6adc461c-df1b-4934-b6c2-b6a9adbc99d6', + '71f6f0c6-062e-4917-a8ed-456db797c805', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032427Z:6adc461c-df1b-4934-b6c2-b6a9adbc99d6', + 'SOUTHEASTASIA:20211111T082030Z:71f6f0c6-062e-4917-a8ed-456db797c805', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:27 GMT' + 'Thu, 11 Nov 2021 08:20:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -855,19 +855,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11876', 'x-ms-request-id', - 'f6864c92-1e6d-4f6c-8438-5e482a48fcde', + 'ef963578-c84e-4e25-926e-c13462c26848', 'x-ms-correlation-request-id', - 'f6864c92-1e6d-4f6c-8438-5e482a48fcde', + 'ef963578-c84e-4e25-926e-c13462c26848', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032430Z:f6864c92-1e6d-4f6c-8438-5e482a48fcde', + 'SOUTHEASTASIA:20211111T082033Z:ef963578-c84e-4e25-926e-c13462c26848', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:29 GMT' + 'Thu, 11 Nov 2021 08:20:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -891,19 +891,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11875', 'x-ms-request-id', - 'e84bd7f7-330b-4ba2-8632-9934beff4e98', + '6bbc6ef3-5fee-4947-9654-4fd08e62f89c', 'x-ms-correlation-request-id', - 'e84bd7f7-330b-4ba2-8632-9934beff4e98', + '6bbc6ef3-5fee-4947-9654-4fd08e62f89c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032432Z:e84bd7f7-330b-4ba2-8632-9934beff4e98', + 'SOUTHEASTASIA:20211111T082035Z:6bbc6ef3-5fee-4947-9654-4fd08e62f89c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:31 GMT' + 'Thu, 11 Nov 2021 08:20:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -927,19 +927,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11874', 'x-ms-request-id', - '607834bb-4de7-4d6c-9e09-47f2522551c7', + '77fd31d8-2b91-4bef-8295-75d1d6e9f715', 'x-ms-correlation-request-id', - '607834bb-4de7-4d6c-9e09-47f2522551c7', + '77fd31d8-2b91-4bef-8295-75d1d6e9f715', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032434Z:607834bb-4de7-4d6c-9e09-47f2522551c7', + 'SOUTHEASTASIA:20211111T082037Z:77fd31d8-2b91-4bef-8295-75d1d6e9f715', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:34 GMT' + 'Thu, 11 Nov 2021 08:20:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -963,19 +963,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11873', 'x-ms-request-id', - '3f3e8c37-b68b-42ae-8501-707f4717db99', + '5289c400-efb9-4ab8-a570-209ffeeed4f3', 'x-ms-correlation-request-id', - '3f3e8c37-b68b-42ae-8501-707f4717db99', + '5289c400-efb9-4ab8-a570-209ffeeed4f3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032437Z:3f3e8c37-b68b-42ae-8501-707f4717db99', + 'SOUTHEASTASIA:20211111T082040Z:5289c400-efb9-4ab8-a570-209ffeeed4f3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:36 GMT' + 'Thu, 11 Nov 2021 08:20:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -999,19 +999,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11872', 'x-ms-request-id', - '5d5cd732-d24f-42fe-94df-63bcbad9dcee', + '02efca45-99b3-4aee-acc8-dc2e70d119ea', 'x-ms-correlation-request-id', - '5d5cd732-d24f-42fe-94df-63bcbad9dcee', + '02efca45-99b3-4aee-acc8-dc2e70d119ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032439Z:5d5cd732-d24f-42fe-94df-63bcbad9dcee', + 'SOUTHEASTASIA:20211111T082043Z:02efca45-99b3-4aee-acc8-dc2e70d119ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:38 GMT' + 'Thu, 11 Nov 2021 08:20:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1035,19 +1035,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11871', 'x-ms-request-id', - '45155b34-71f6-4b5e-9e2c-64d59ba5d6ab', + 'ef358cce-a92b-448e-824d-3f8e48ccd2f1', 'x-ms-correlation-request-id', - '45155b34-71f6-4b5e-9e2c-64d59ba5d6ab', + 'ef358cce-a92b-448e-824d-3f8e48ccd2f1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032441Z:45155b34-71f6-4b5e-9e2c-64d59ba5d6ab', + 'SOUTHEASTASIA:20211111T082046Z:ef358cce-a92b-448e-824d-3f8e48ccd2f1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:41 GMT' + 'Thu, 11 Nov 2021 08:20:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1071,19 +1071,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11870', 'x-ms-request-id', - 'dc661dcf-8ecb-48d3-ad07-f8737e0df868', + 'bba6eff0-b27a-41df-ae12-a9a7848bcd58', 'x-ms-correlation-request-id', - 'dc661dcf-8ecb-48d3-ad07-f8737e0df868', + 'bba6eff0-b27a-41df-ae12-a9a7848bcd58', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032444Z:dc661dcf-8ecb-48d3-ad07-f8737e0df868', + 'SOUTHEASTASIA:20211111T082049Z:bba6eff0-b27a-41df-ae12-a9a7848bcd58', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:43 GMT' + 'Thu, 11 Nov 2021 08:20:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1107,19 +1107,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11869', 'x-ms-request-id', - 'ef4b38b8-5960-4a72-bb41-c48430f0292d', + 'e61a5c9a-4626-4d1d-b74b-c21f15624591', 'x-ms-correlation-request-id', - 'ef4b38b8-5960-4a72-bb41-c48430f0292d', + 'e61a5c9a-4626-4d1d-b74b-c21f15624591', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032446Z:ef4b38b8-5960-4a72-bb41-c48430f0292d', + 'SOUTHEASTASIA:20211111T082051Z:e61a5c9a-4626-4d1d-b74b-c21f15624591', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:45 GMT' + 'Thu, 11 Nov 2021 08:20:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1143,19 +1143,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11868', 'x-ms-request-id', - '6b94df29-7668-405e-878b-d5c9dff9787d', + '6ca9df7b-4c52-4a92-96b8-d2589e8d5b38', 'x-ms-correlation-request-id', - '6b94df29-7668-405e-878b-d5c9dff9787d', + '6ca9df7b-4c52-4a92-96b8-d2589e8d5b38', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032448Z:6b94df29-7668-405e-878b-d5c9dff9787d', + 'SOUTHEASTASIA:20211111T082053Z:6ca9df7b-4c52-4a92-96b8-d2589e8d5b38', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:48 GMT' + 'Thu, 11 Nov 2021 08:20:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1179,19 +1179,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11867', 'x-ms-request-id', - 'ba9fe7ef-02ae-4f24-a2ed-35196abbec30', + '054e2ad3-668b-4563-b2a4-a046423bd83b', 'x-ms-correlation-request-id', - 'ba9fe7ef-02ae-4f24-a2ed-35196abbec30', + '054e2ad3-668b-4563-b2a4-a046423bd83b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032451Z:ba9fe7ef-02ae-4f24-a2ed-35196abbec30', + 'SOUTHEASTASIA:20211111T082056Z:054e2ad3-668b-4563-b2a4-a046423bd83b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:50 GMT' + 'Thu, 11 Nov 2021 08:20:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1215,19 +1215,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11866', 'x-ms-request-id', - '4f3c9f95-1a7a-40eb-8faa-966547ac4fcf', + '9fc771c4-5ec0-4f36-a4c1-84b7ff82492d', 'x-ms-correlation-request-id', - '4f3c9f95-1a7a-40eb-8faa-966547ac4fcf', + '9fc771c4-5ec0-4f36-a4c1-84b7ff82492d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032453Z:4f3c9f95-1a7a-40eb-8faa-966547ac4fcf', + 'SOUTHEASTASIA:20211111T082058Z:9fc771c4-5ec0-4f36-a4c1-84b7ff82492d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:52 GMT' + 'Thu, 11 Nov 2021 08:20:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1251,19 +1251,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11865', 'x-ms-request-id', - 'b5acefe2-53af-4df6-b7d6-6a639df7afcb', + 'fa5cbb2d-e2d7-4d61-a790-c10d2e1ad090', 'x-ms-correlation-request-id', - 'b5acefe2-53af-4df6-b7d6-6a639df7afcb', + 'fa5cbb2d-e2d7-4d61-a790-c10d2e1ad090', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032455Z:b5acefe2-53af-4df6-b7d6-6a639df7afcb', + 'SOUTHEASTASIA:20211111T082100Z:fa5cbb2d-e2d7-4d61-a790-c10d2e1ad090', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:55 GMT' + 'Thu, 11 Nov 2021 08:21:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1287,19 +1287,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11864', 'x-ms-request-id', - 'd1413eb3-dfa2-49df-afc6-f400a9b4f3be', + '470640d6-10e2-4fe3-9b80-0730d67c6cde', 'x-ms-correlation-request-id', - 'd1413eb3-dfa2-49df-afc6-f400a9b4f3be', + '470640d6-10e2-4fe3-9b80-0730d67c6cde', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032458Z:d1413eb3-dfa2-49df-afc6-f400a9b4f3be', + 'SOUTHEASTASIA:20211111T082103Z:470640d6-10e2-4fe3-9b80-0730d67c6cde', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:24:57 GMT' + 'Thu, 11 Nov 2021 08:21:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1323,19 +1323,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11863', 'x-ms-request-id', - '8bd02a82-9852-4085-993f-1154de080704', + '4b044992-4af6-44a9-9690-75ed37288236', 'x-ms-correlation-request-id', - '8bd02a82-9852-4085-993f-1154de080704', + '4b044992-4af6-44a9-9690-75ed37288236', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032501Z:8bd02a82-9852-4085-993f-1154de080704', + 'SOUTHEASTASIA:20211111T082105Z:4b044992-4af6-44a9-9690-75ed37288236', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:00 GMT' + 'Thu, 11 Nov 2021 08:21:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1359,19 +1359,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11862', 'x-ms-request-id', - '1cf70252-9d19-4eec-8491-cec91b2f23ec', + '0c0143ef-20b9-4361-8459-75af635b8e32', 'x-ms-correlation-request-id', - '1cf70252-9d19-4eec-8491-cec91b2f23ec', + '0c0143ef-20b9-4361-8459-75af635b8e32', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032503Z:1cf70252-9d19-4eec-8491-cec91b2f23ec', + 'SOUTHEASTASIA:20211111T082107Z:0c0143ef-20b9-4361-8459-75af635b8e32', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:02 GMT' + 'Thu, 11 Nov 2021 08:21:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1395,19 +1395,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11861', 'x-ms-request-id', - 'ce1611b8-c615-4240-a4a8-0e2cfd4d5a0e', + '157d4fe3-a372-4d3a-a026-dab5b5501715', 'x-ms-correlation-request-id', - 'ce1611b8-c615-4240-a4a8-0e2cfd4d5a0e', + '157d4fe3-a372-4d3a-a026-dab5b5501715', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032505Z:ce1611b8-c615-4240-a4a8-0e2cfd4d5a0e', + 'SOUTHEASTASIA:20211111T082110Z:157d4fe3-a372-4d3a-a026-dab5b5501715', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:04 GMT' + 'Thu, 11 Nov 2021 08:21:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1431,19 +1431,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11860', 'x-ms-request-id', - '1d8f9db5-fec5-41cb-ad57-3ee1cec98830', + 'cf9366e2-c766-4641-9151-afdd818fead7', 'x-ms-correlation-request-id', - '1d8f9db5-fec5-41cb-ad57-3ee1cec98830', + 'cf9366e2-c766-4641-9151-afdd818fead7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032508Z:1d8f9db5-fec5-41cb-ad57-3ee1cec98830', + 'SOUTHEASTASIA:20211111T082112Z:cf9366e2-c766-4641-9151-afdd818fead7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:07 GMT' + 'Thu, 11 Nov 2021 08:21:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1467,19 +1467,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11859', 'x-ms-request-id', - '848e2f6a-ad4b-43f1-a51f-b578f002f494', + '39a50186-d264-442e-8727-fe491015dddb', 'x-ms-correlation-request-id', - '848e2f6a-ad4b-43f1-a51f-b578f002f494', + '39a50186-d264-442e-8727-fe491015dddb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032510Z:848e2f6a-ad4b-43f1-a51f-b578f002f494', + 'SOUTHEASTASIA:20211111T082115Z:39a50186-d264-442e-8727-fe491015dddb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:09 GMT' + 'Thu, 11 Nov 2021 08:21:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1503,19 +1503,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11858', 'x-ms-request-id', - '9e0d2d27-7476-4217-891a-c92f7cd56182', + '452cdc5e-c3b4-424d-942f-698ba29526a7', 'x-ms-correlation-request-id', - '9e0d2d27-7476-4217-891a-c92f7cd56182', + '452cdc5e-c3b4-424d-942f-698ba29526a7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032512Z:9e0d2d27-7476-4217-891a-c92f7cd56182', + 'SOUTHEASTASIA:20211111T082118Z:452cdc5e-c3b4-424d-942f-698ba29526a7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:11 GMT' + 'Thu, 11 Nov 2021 08:21:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1539,19 +1539,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11857', 'x-ms-request-id', - '654565e8-63fc-4d26-9891-0e5255b79d01', + '607210dc-7b89-4d44-bf51-f02f390e67fe', 'x-ms-correlation-request-id', - '654565e8-63fc-4d26-9891-0e5255b79d01', + '607210dc-7b89-4d44-bf51-f02f390e67fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032514Z:654565e8-63fc-4d26-9891-0e5255b79d01', + 'SOUTHEASTASIA:20211111T082120Z:607210dc-7b89-4d44-bf51-f02f390e67fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:14 GMT' + 'Thu, 11 Nov 2021 08:21:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1575,19 +1575,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11856', 'x-ms-request-id', - 'ec0bf692-fa5c-4b6f-b98b-888cfe5ca894', + '7e24e427-83ee-4a69-aa64-97c940c7c23a', 'x-ms-correlation-request-id', - 'ec0bf692-fa5c-4b6f-b98b-888cfe5ca894', + '7e24e427-83ee-4a69-aa64-97c940c7c23a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032517Z:ec0bf692-fa5c-4b6f-b98b-888cfe5ca894', + 'SOUTHEASTASIA:20211111T082122Z:7e24e427-83ee-4a69-aa64-97c940c7c23a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:16 GMT' + 'Thu, 11 Nov 2021 08:21:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1611,19 +1611,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11855', 'x-ms-request-id', - '4604e5bf-b587-4229-8c94-963623f1cff5', + '5325c5da-784c-4cde-b9c4-16158723d679', 'x-ms-correlation-request-id', - '4604e5bf-b587-4229-8c94-963623f1cff5', + '5325c5da-784c-4cde-b9c4-16158723d679', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032519Z:4604e5bf-b587-4229-8c94-963623f1cff5', + 'SOUTHEASTASIA:20211111T082125Z:5325c5da-784c-4cde-b9c4-16158723d679', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:18 GMT' + 'Thu, 11 Nov 2021 08:21:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1647,19 +1647,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11854', 'x-ms-request-id', - '6e711e26-e7e6-4249-b25e-80163972766d', + '197e0abb-6920-414a-8e75-d23e753a0a6f', 'x-ms-correlation-request-id', - '6e711e26-e7e6-4249-b25e-80163972766d', + '197e0abb-6920-414a-8e75-d23e753a0a6f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032521Z:6e711e26-e7e6-4249-b25e-80163972766d', + 'SOUTHEASTASIA:20211111T082127Z:197e0abb-6920-414a-8e75-d23e753a0a6f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:21 GMT' + 'Thu, 11 Nov 2021 08:21:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1683,19 +1683,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11853', 'x-ms-request-id', - 'd81033e2-e733-4a55-a109-c644190a7851', + '488008b1-a01a-4ba2-a483-fa031b75aa3c', 'x-ms-correlation-request-id', - 'd81033e2-e733-4a55-a109-c644190a7851', + '488008b1-a01a-4ba2-a483-fa031b75aa3c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032524Z:d81033e2-e733-4a55-a109-c644190a7851', + 'SOUTHEASTASIA:20211111T082129Z:488008b1-a01a-4ba2-a483-fa031b75aa3c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:23 GMT' + 'Thu, 11 Nov 2021 08:21:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1719,19 +1719,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11852', 'x-ms-request-id', - '320f797c-0e63-4de2-93f5-21d448f762d4', + 'cc551b34-4ed3-43d8-9f8a-3ac67a1586ce', 'x-ms-correlation-request-id', - '320f797c-0e63-4de2-93f5-21d448f762d4', + 'cc551b34-4ed3-43d8-9f8a-3ac67a1586ce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032526Z:320f797c-0e63-4de2-93f5-21d448f762d4', + 'SOUTHEASTASIA:20211111T082132Z:cc551b34-4ed3-43d8-9f8a-3ac67a1586ce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:25 GMT' + 'Thu, 11 Nov 2021 08:21:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1755,19 +1755,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11851', 'x-ms-request-id', - '8ff7d879-d4af-4e29-8018-5a89e725a4be', + 'c7cb9e4f-8ab1-4089-843b-4abc44911dcc', 'x-ms-correlation-request-id', - '8ff7d879-d4af-4e29-8018-5a89e725a4be', + 'c7cb9e4f-8ab1-4089-843b-4abc44911dcc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032529Z:8ff7d879-d4af-4e29-8018-5a89e725a4be', + 'SOUTHEASTASIA:20211111T082134Z:c7cb9e4f-8ab1-4089-843b-4abc44911dcc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:28 GMT' + 'Thu, 11 Nov 2021 08:21:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1791,19 +1791,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11850', 'x-ms-request-id', - 'cda35890-b006-405b-988a-14dee49b1291', + 'e42674bc-e0e2-4e37-99eb-651d5bd7edb3', 'x-ms-correlation-request-id', - 'cda35890-b006-405b-988a-14dee49b1291', + 'e42674bc-e0e2-4e37-99eb-651d5bd7edb3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032531Z:cda35890-b006-405b-988a-14dee49b1291', + 'SOUTHEASTASIA:20211111T082136Z:e42674bc-e0e2-4e37-99eb-651d5bd7edb3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:30 GMT' + 'Thu, 11 Nov 2021 08:21:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1827,19 +1827,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11849', 'x-ms-request-id', - '7eb31d9f-c23e-43de-8969-dd58858fe83a', + '9150a6d0-5ef6-498e-bfbe-1c5e284e7c19', 'x-ms-correlation-request-id', - '7eb31d9f-c23e-43de-8969-dd58858fe83a', + '9150a6d0-5ef6-498e-bfbe-1c5e284e7c19', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032533Z:7eb31d9f-c23e-43de-8969-dd58858fe83a', + 'SOUTHEASTASIA:20211111T082139Z:9150a6d0-5ef6-498e-bfbe-1c5e284e7c19', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:32 GMT' + 'Thu, 11 Nov 2021 08:21:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1863,19 +1863,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11848', 'x-ms-request-id', - 'd3bda978-445d-42e6-9987-add4692a9686', + '4aa3b4dd-23bb-47ff-91ef-773fe3f84948', 'x-ms-correlation-request-id', - 'd3bda978-445d-42e6-9987-add4692a9686', + '4aa3b4dd-23bb-47ff-91ef-773fe3f84948', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032535Z:d3bda978-445d-42e6-9987-add4692a9686', + 'SOUTHEASTASIA:20211111T082141Z:4aa3b4dd-23bb-47ff-91ef-773fe3f84948', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:35 GMT' + 'Thu, 11 Nov 2021 08:21:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1899,19 +1899,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11847', 'x-ms-request-id', - '7727caa4-49aa-4be9-bb96-bc22834bf6ec', + '6d7dcf29-1e32-4850-84ff-d4b260bb0505', 'x-ms-correlation-request-id', - '7727caa4-49aa-4be9-bb96-bc22834bf6ec', + '6d7dcf29-1e32-4850-84ff-d4b260bb0505', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032538Z:7727caa4-49aa-4be9-bb96-bc22834bf6ec', + 'SOUTHEASTASIA:20211111T082143Z:6d7dcf29-1e32-4850-84ff-d4b260bb0505', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:37 GMT' + 'Thu, 11 Nov 2021 08:21:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1935,19 +1935,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11846', 'x-ms-request-id', - '746be1e3-65e7-412a-b431-a6b2505444b1', + '2d26cb7f-1a5c-401c-8406-3eb80370c9b8', 'x-ms-correlation-request-id', - '746be1e3-65e7-412a-b431-a6b2505444b1', + '2d26cb7f-1a5c-401c-8406-3eb80370c9b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032540Z:746be1e3-65e7-412a-b431-a6b2505444b1', + 'SOUTHEASTASIA:20211111T082145Z:2d26cb7f-1a5c-401c-8406-3eb80370c9b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:39 GMT' + 'Thu, 11 Nov 2021 08:21:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1971,19 +1971,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11845', 'x-ms-request-id', - '2574ef16-4ef1-4ec9-8543-ab998da1e981', + 'e078ecf2-7e6e-49e5-ba1c-b4e384531641', 'x-ms-correlation-request-id', - '2574ef16-4ef1-4ec9-8543-ab998da1e981', + 'e078ecf2-7e6e-49e5-ba1c-b4e384531641', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032542Z:2574ef16-4ef1-4ec9-8543-ab998da1e981', + 'SOUTHEASTASIA:20211111T082148Z:e078ecf2-7e6e-49e5-ba1c-b4e384531641', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:42 GMT' + 'Thu, 11 Nov 2021 08:21:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2007,19 +2007,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11844', 'x-ms-request-id', - '142a9420-5ad8-4556-a203-82580d9fd1c5', + 'a53c0a3f-7b62-47bc-beb7-e419354101ee', 'x-ms-correlation-request-id', - '142a9420-5ad8-4556-a203-82580d9fd1c5', + 'a53c0a3f-7b62-47bc-beb7-e419354101ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032545Z:142a9420-5ad8-4556-a203-82580d9fd1c5', + 'SOUTHEASTASIA:20211111T082150Z:a53c0a3f-7b62-47bc-beb7-e419354101ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:44 GMT' + 'Thu, 11 Nov 2021 08:21:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2043,19 +2043,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11843', 'x-ms-request-id', - '4a32008c-f2e6-420f-a2f0-af16bcb89dbf', + '2b41f24d-dda7-417c-b5f5-a2651a4c7dc7', 'x-ms-correlation-request-id', - '4a32008c-f2e6-420f-a2f0-af16bcb89dbf', + '2b41f24d-dda7-417c-b5f5-a2651a4c7dc7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032547Z:4a32008c-f2e6-420f-a2f0-af16bcb89dbf', + 'SOUTHEASTASIA:20211111T082152Z:2b41f24d-dda7-417c-b5f5-a2651a4c7dc7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:46 GMT' + 'Thu, 11 Nov 2021 08:21:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2079,19 +2079,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11842', 'x-ms-request-id', - '1b0fe6c5-f834-4ee8-8235-e327b8746588', + 'c8ba76d9-46a3-45e5-bd0f-ffd026082c36', 'x-ms-correlation-request-id', - '1b0fe6c5-f834-4ee8-8235-e327b8746588', + 'c8ba76d9-46a3-45e5-bd0f-ffd026082c36', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032549Z:1b0fe6c5-f834-4ee8-8235-e327b8746588', + 'SOUTHEASTASIA:20211111T082155Z:c8ba76d9-46a3-45e5-bd0f-ffd026082c36', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:49 GMT' + 'Thu, 11 Nov 2021 08:21:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2115,19 +2115,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11841', 'x-ms-request-id', - '8623832b-6829-47f8-bbdb-313ebd469344', + '9f521f4b-9d21-4fb2-a694-b7805cfd1bd2', 'x-ms-correlation-request-id', - '8623832b-6829-47f8-bbdb-313ebd469344', + '9f521f4b-9d21-4fb2-a694-b7805cfd1bd2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032552Z:8623832b-6829-47f8-bbdb-313ebd469344', + 'SOUTHEASTASIA:20211111T082157Z:9f521f4b-9d21-4fb2-a694-b7805cfd1bd2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:51 GMT' + 'Thu, 11 Nov 2021 08:21:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2151,19 +2151,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11840', 'x-ms-request-id', - 'cb38d2b3-3535-43b2-a3d4-d542b2577e80', + 'e3b3cd6c-8027-4c8b-9ff7-cc6dbcb2b979', 'x-ms-correlation-request-id', - 'cb38d2b3-3535-43b2-a3d4-d542b2577e80', + 'e3b3cd6c-8027-4c8b-9ff7-cc6dbcb2b979', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032554Z:cb38d2b3-3535-43b2-a3d4-d542b2577e80', + 'SOUTHEASTASIA:20211111T082159Z:e3b3cd6c-8027-4c8b-9ff7-cc6dbcb2b979', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:53 GMT' + 'Thu, 11 Nov 2021 08:21:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2187,19 +2187,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11839', 'x-ms-request-id', - 'dc03f8c7-d89b-46f0-ab75-4be3ab268f18', + 'cc47a26d-bdfb-46a3-b7a7-a0e77fad918b', 'x-ms-correlation-request-id', - 'dc03f8c7-d89b-46f0-ab75-4be3ab268f18', + 'cc47a26d-bdfb-46a3-b7a7-a0e77fad918b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032556Z:dc03f8c7-d89b-46f0-ab75-4be3ab268f18', + 'SOUTHEASTASIA:20211111T082202Z:cc47a26d-bdfb-46a3-b7a7-a0e77fad918b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:56 GMT' + 'Thu, 11 Nov 2021 08:22:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2223,19 +2223,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11838', 'x-ms-request-id', - '826ed787-95dc-4233-9c0a-848742984898', + 'a1b247b6-ba8a-4897-9a65-0dd4518dfe0b', 'x-ms-correlation-request-id', - '826ed787-95dc-4233-9c0a-848742984898', + 'a1b247b6-ba8a-4897-9a65-0dd4518dfe0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032559Z:826ed787-95dc-4233-9c0a-848742984898', + 'SOUTHEASTASIA:20211111T082204Z:a1b247b6-ba8a-4897-9a65-0dd4518dfe0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:25:58 GMT' + 'Thu, 11 Nov 2021 08:22:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2259,19 +2259,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11837', 'x-ms-request-id', - '61a86c78-7881-48dd-a6d4-3cc8bc90aca8', + 'fdb9cc59-59cd-4d32-9a25-c7253e958624', 'x-ms-correlation-request-id', - '61a86c78-7881-48dd-a6d4-3cc8bc90aca8', + 'fdb9cc59-59cd-4d32-9a25-c7253e958624', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032602Z:61a86c78-7881-48dd-a6d4-3cc8bc90aca8', + 'SOUTHEASTASIA:20211111T082206Z:fdb9cc59-59cd-4d32-9a25-c7253e958624', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:01 GMT' + 'Thu, 11 Nov 2021 08:22:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2295,19 +2295,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11836', 'x-ms-request-id', - '60eb8583-c01a-452d-950c-5d475a1cc3a7', + '9e0a4fc4-63d6-4e3b-b6ef-5a9faa501fae', 'x-ms-correlation-request-id', - '60eb8583-c01a-452d-950c-5d475a1cc3a7', + '9e0a4fc4-63d6-4e3b-b6ef-5a9faa501fae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032604Z:60eb8583-c01a-452d-950c-5d475a1cc3a7', + 'SOUTHEASTASIA:20211111T082209Z:9e0a4fc4-63d6-4e3b-b6ef-5a9faa501fae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:03 GMT' + 'Thu, 11 Nov 2021 08:22:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2331,19 +2331,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11835', 'x-ms-request-id', - '25adb031-9346-4f1d-9bbe-c0c1e9ee09fa', + '0e4bc10e-236a-4ef1-a41a-c9ab35434a2e', 'x-ms-correlation-request-id', - '25adb031-9346-4f1d-9bbe-c0c1e9ee09fa', + '0e4bc10e-236a-4ef1-a41a-c9ab35434a2e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032606Z:25adb031-9346-4f1d-9bbe-c0c1e9ee09fa', + 'SOUTHEASTASIA:20211111T082211Z:0e4bc10e-236a-4ef1-a41a-c9ab35434a2e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:05 GMT' + 'Thu, 11 Nov 2021 08:22:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2367,19 +2367,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11834', 'x-ms-request-id', - '79eed637-c0e8-419d-a13c-df0ae6318671', + '0dd8f5b1-4b9c-4c15-8a17-78d05635181f', 'x-ms-correlation-request-id', - '79eed637-c0e8-419d-a13c-df0ae6318671', + '0dd8f5b1-4b9c-4c15-8a17-78d05635181f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032609Z:79eed637-c0e8-419d-a13c-df0ae6318671', + 'SOUTHEASTASIA:20211111T082213Z:0dd8f5b1-4b9c-4c15-8a17-78d05635181f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:08 GMT' + 'Thu, 11 Nov 2021 08:22:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2403,19 +2403,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11833', 'x-ms-request-id', - '27bc0d17-e1bb-495f-885f-23eba1b37a0f', + '970331dd-141f-4068-b16e-c7ef99b96a06', 'x-ms-correlation-request-id', - '27bc0d17-e1bb-495f-885f-23eba1b37a0f', + '970331dd-141f-4068-b16e-c7ef99b96a06', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032612Z:27bc0d17-e1bb-495f-885f-23eba1b37a0f', + 'SOUTHEASTASIA:20211111T082216Z:970331dd-141f-4068-b16e-c7ef99b96a06', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:11 GMT' + 'Thu, 11 Nov 2021 08:22:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2439,19 +2439,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11832', 'x-ms-request-id', - '3a55d95d-1488-4731-a613-4a650427cfac', + '0a43d95d-62d9-43cb-b455-463769371286', 'x-ms-correlation-request-id', - '3a55d95d-1488-4731-a613-4a650427cfac', + '0a43d95d-62d9-43cb-b455-463769371286', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032614Z:3a55d95d-1488-4731-a613-4a650427cfac', + 'SOUTHEASTASIA:20211111T082219Z:0a43d95d-62d9-43cb-b455-463769371286', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:13 GMT' + 'Thu, 11 Nov 2021 08:22:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2475,19 +2475,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11831', 'x-ms-request-id', - 'f38faf4d-de91-4dba-8bcb-4e7eed698a66', + 'cfac6ed9-06fa-4e2f-877d-9acde9196d71', 'x-ms-correlation-request-id', - 'f38faf4d-de91-4dba-8bcb-4e7eed698a66', + 'cfac6ed9-06fa-4e2f-877d-9acde9196d71', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032616Z:f38faf4d-de91-4dba-8bcb-4e7eed698a66', + 'SOUTHEASTASIA:20211111T082221Z:cfac6ed9-06fa-4e2f-877d-9acde9196d71', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:15 GMT' + 'Thu, 11 Nov 2021 08:22:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2511,19 +2511,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11830', 'x-ms-request-id', - '3b80f30a-16fd-48ed-b43d-35be7454c59c', + '95b9d6c9-e9c8-4e76-9586-8f93914ab4a6', 'x-ms-correlation-request-id', - '3b80f30a-16fd-48ed-b43d-35be7454c59c', + '95b9d6c9-e9c8-4e76-9586-8f93914ab4a6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032619Z:3b80f30a-16fd-48ed-b43d-35be7454c59c', + 'SOUTHEASTASIA:20211111T082223Z:95b9d6c9-e9c8-4e76-9586-8f93914ab4a6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:18 GMT' + 'Thu, 11 Nov 2021 08:22:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2547,19 +2547,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11829', 'x-ms-request-id', - 'e8406450-b605-4b7d-be30-935ade35582e', + 'e7012dc9-a000-4deb-81c3-f4fb3b9a62f3', 'x-ms-correlation-request-id', - 'e8406450-b605-4b7d-be30-935ade35582e', + 'e7012dc9-a000-4deb-81c3-f4fb3b9a62f3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032621Z:e8406450-b605-4b7d-be30-935ade35582e', + 'SOUTHEASTASIA:20211111T082226Z:e7012dc9-a000-4deb-81c3-f4fb3b9a62f3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:20 GMT' + 'Thu, 11 Nov 2021 08:22:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2583,19 +2583,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11828', 'x-ms-request-id', - 'e69d132f-0f79-4c2f-a001-755f3cc45bd5', + 'e36ac1c6-6854-4abe-913b-ec3cfe870fa2', 'x-ms-correlation-request-id', - 'e69d132f-0f79-4c2f-a001-755f3cc45bd5', + 'e36ac1c6-6854-4abe-913b-ec3cfe870fa2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032623Z:e69d132f-0f79-4c2f-a001-755f3cc45bd5', + 'SOUTHEASTASIA:20211111T082228Z:e36ac1c6-6854-4abe-913b-ec3cfe870fa2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:22 GMT' + 'Thu, 11 Nov 2021 08:22:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2619,19 +2619,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11827', 'x-ms-request-id', - '574c1301-9083-4f89-bdb2-ed4e280bb157', + 'bb3700dd-1cc8-45b4-8248-a66ffe79f192', 'x-ms-correlation-request-id', - '574c1301-9083-4f89-bdb2-ed4e280bb157', + 'bb3700dd-1cc8-45b4-8248-a66ffe79f192', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032626Z:574c1301-9083-4f89-bdb2-ed4e280bb157', + 'SOUTHEASTASIA:20211111T082230Z:bb3700dd-1cc8-45b4-8248-a66ffe79f192', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:26 GMT' + 'Thu, 11 Nov 2021 08:22:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2655,19 +2655,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11826', 'x-ms-request-id', - '5e63051d-fd21-4694-881d-2f5a4be96475', + 'f059f22f-9055-4b19-ad87-507efff68938', 'x-ms-correlation-request-id', - '5e63051d-fd21-4694-881d-2f5a4be96475', + 'f059f22f-9055-4b19-ad87-507efff68938', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032628Z:5e63051d-fd21-4694-881d-2f5a4be96475', + 'SOUTHEASTASIA:20211111T082233Z:f059f22f-9055-4b19-ad87-507efff68938', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:28 GMT' + 'Thu, 11 Nov 2021 08:22:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2691,19 +2691,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11825', 'x-ms-request-id', - 'de639807-1b56-4feb-85c6-7f000eecbe75', + 'ad8412b5-cc77-47f4-a4b6-72e252df4cba', 'x-ms-correlation-request-id', - 'de639807-1b56-4feb-85c6-7f000eecbe75', + 'ad8412b5-cc77-47f4-a4b6-72e252df4cba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032630Z:de639807-1b56-4feb-85c6-7f000eecbe75', + 'SOUTHEASTASIA:20211111T082235Z:ad8412b5-cc77-47f4-a4b6-72e252df4cba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:30 GMT' + 'Thu, 11 Nov 2021 08:22:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2727,19 +2727,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11824', 'x-ms-request-id', - 'b6178419-14b6-4354-93be-908b33914ca4', + '33773ded-d629-4e99-8909-4b707d35faca', 'x-ms-correlation-request-id', - 'b6178419-14b6-4354-93be-908b33914ca4', + '33773ded-d629-4e99-8909-4b707d35faca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032633Z:b6178419-14b6-4354-93be-908b33914ca4', + 'SOUTHEASTASIA:20211111T082237Z:33773ded-d629-4e99-8909-4b707d35faca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:32 GMT' + 'Thu, 11 Nov 2021 08:22:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2763,19 +2763,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11823', 'x-ms-request-id', - '773a48d3-8223-43d9-b47e-8a5edb3ddf9d', + '21c64eb8-b952-4b13-a7f9-6ed6c7d0e570', 'x-ms-correlation-request-id', - '773a48d3-8223-43d9-b47e-8a5edb3ddf9d', + '21c64eb8-b952-4b13-a7f9-6ed6c7d0e570', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032635Z:773a48d3-8223-43d9-b47e-8a5edb3ddf9d', + 'SOUTHEASTASIA:20211111T082240Z:21c64eb8-b952-4b13-a7f9-6ed6c7d0e570', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:35 GMT' + 'Thu, 11 Nov 2021 08:22:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2799,19 +2799,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11822', 'x-ms-request-id', - '102149c2-b2da-4825-8a9f-1f3ae8dbba57', + 'ece7288f-e812-4abf-b613-d09647647de0', 'x-ms-correlation-request-id', - '102149c2-b2da-4825-8a9f-1f3ae8dbba57', + 'ece7288f-e812-4abf-b613-d09647647de0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032637Z:102149c2-b2da-4825-8a9f-1f3ae8dbba57', + 'SOUTHEASTASIA:20211111T082243Z:ece7288f-e812-4abf-b613-d09647647de0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:37 GMT' + 'Thu, 11 Nov 2021 08:22:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2835,19 +2835,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11821', 'x-ms-request-id', - '107ae455-e314-42f3-a786-9f24d1b429bc', + '1126e64a-c890-4bf2-9045-c42ce9149063', 'x-ms-correlation-request-id', - '107ae455-e314-42f3-a786-9f24d1b429bc', + '1126e64a-c890-4bf2-9045-c42ce9149063', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032639Z:107ae455-e314-42f3-a786-9f24d1b429bc', + 'SOUTHEASTASIA:20211111T082245Z:1126e64a-c890-4bf2-9045-c42ce9149063', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:39 GMT' + 'Thu, 11 Nov 2021 08:22:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2871,19 +2871,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11820', 'x-ms-request-id', - '25fd1514-bba0-4e98-b7b4-752750d7b989', + '11d63601-d58d-42eb-acda-b050aa51adc3', 'x-ms-correlation-request-id', - '25fd1514-bba0-4e98-b7b4-752750d7b989', + '11d63601-d58d-42eb-acda-b050aa51adc3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032642Z:25fd1514-bba0-4e98-b7b4-752750d7b989', + 'SOUTHEASTASIA:20211111T082247Z:11d63601-d58d-42eb-acda-b050aa51adc3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:42 GMT' + 'Thu, 11 Nov 2021 08:22:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2907,19 +2907,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11819', 'x-ms-request-id', - 'a7933ee7-b39c-4cf2-b8f2-4a3ea5568862', + '1f44a72b-3756-4bc5-918e-076b3a59c892', 'x-ms-correlation-request-id', - 'a7933ee7-b39c-4cf2-b8f2-4a3ea5568862', + '1f44a72b-3756-4bc5-918e-076b3a59c892', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032644Z:a7933ee7-b39c-4cf2-b8f2-4a3ea5568862', + 'SOUTHEASTASIA:20211111T082250Z:1f44a72b-3756-4bc5-918e-076b3a59c892', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:44 GMT' + 'Thu, 11 Nov 2021 08:22:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2943,19 +2943,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11818', 'x-ms-request-id', - '3ecef09b-f3c4-41eb-82bc-4d4f319c496a', + '7e4ecea6-9fa0-40d1-bffe-60836b0af9dd', 'x-ms-correlation-request-id', - '3ecef09b-f3c4-41eb-82bc-4d4f319c496a', + '7e4ecea6-9fa0-40d1-bffe-60836b0af9dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032646Z:3ecef09b-f3c4-41eb-82bc-4d4f319c496a', + 'SOUTHEASTASIA:20211111T082252Z:7e4ecea6-9fa0-40d1-bffe-60836b0af9dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:46 GMT' + 'Thu, 11 Nov 2021 08:22:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2979,19 +2979,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11817', 'x-ms-request-id', - 'f3684345-7304-4bd2-8174-937c9303f17e', + 'a7d2c912-e583-4eb7-874a-70a3de6cf1b7', 'x-ms-correlation-request-id', - 'f3684345-7304-4bd2-8174-937c9303f17e', + 'a7d2c912-e583-4eb7-874a-70a3de6cf1b7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032649Z:f3684345-7304-4bd2-8174-937c9303f17e', + 'SOUTHEASTASIA:20211111T082254Z:a7d2c912-e583-4eb7-874a-70a3de6cf1b7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:49 GMT' + 'Thu, 11 Nov 2021 08:22:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3015,19 +3015,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11816', 'x-ms-request-id', - '2cfe4778-a812-4aca-8412-9594bb973b6d', + '8b009c1a-2d70-4458-9bca-306e1efb6eac', 'x-ms-correlation-request-id', - '2cfe4778-a812-4aca-8412-9594bb973b6d', + '8b009c1a-2d70-4458-9bca-306e1efb6eac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032651Z:2cfe4778-a812-4aca-8412-9594bb973b6d', + 'SOUTHEASTASIA:20211111T082257Z:8b009c1a-2d70-4458-9bca-306e1efb6eac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:51 GMT' + 'Thu, 11 Nov 2021 08:22:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3051,19 +3051,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11815', 'x-ms-request-id', - '4edb0daa-354e-4022-8391-6d21b520b632', + '84de8cc7-098b-42b5-8fe2-fec05f7ce347', 'x-ms-correlation-request-id', - '4edb0daa-354e-4022-8391-6d21b520b632', + '84de8cc7-098b-42b5-8fe2-fec05f7ce347', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032653Z:4edb0daa-354e-4022-8391-6d21b520b632', + 'SOUTHEASTASIA:20211111T082259Z:84de8cc7-098b-42b5-8fe2-fec05f7ce347', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:53 GMT' + 'Thu, 11 Nov 2021 08:22:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3087,19 +3087,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11814', 'x-ms-request-id', - '3a962060-0eba-479f-ac6d-5c9d573e30bc', + 'cec5e439-d9f9-4622-ae7e-3da522703643', 'x-ms-correlation-request-id', - '3a962060-0eba-479f-ac6d-5c9d573e30bc', + 'cec5e439-d9f9-4622-ae7e-3da522703643', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032656Z:3a962060-0eba-479f-ac6d-5c9d573e30bc', + 'SOUTHEASTASIA:20211111T082301Z:cec5e439-d9f9-4622-ae7e-3da522703643', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:56 GMT' + 'Thu, 11 Nov 2021 08:23:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3123,19 +3123,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11813', 'x-ms-request-id', - 'e6d3c8ae-79ec-4c60-9f10-1f1e518e6b5e', + '4db9a48a-ceb0-44b5-9e6b-ce34ea7be0b0', 'x-ms-correlation-request-id', - 'e6d3c8ae-79ec-4c60-9f10-1f1e518e6b5e', + '4db9a48a-ceb0-44b5-9e6b-ce34ea7be0b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032658Z:e6d3c8ae-79ec-4c60-9f10-1f1e518e6b5e', + 'SOUTHEASTASIA:20211111T082304Z:4db9a48a-ceb0-44b5-9e6b-ce34ea7be0b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:26:58 GMT' + 'Thu, 11 Nov 2021 08:23:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3159,19 +3159,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11812', 'x-ms-request-id', - '143feea8-1eda-4b40-9f17-ad40494f9c5c', + '19d541d9-08cd-4c07-9db9-28b9368a8e77', 'x-ms-correlation-request-id', - '143feea8-1eda-4b40-9f17-ad40494f9c5c', + '19d541d9-08cd-4c07-9db9-28b9368a8e77', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032701Z:143feea8-1eda-4b40-9f17-ad40494f9c5c', + 'SOUTHEASTASIA:20211111T082306Z:19d541d9-08cd-4c07-9db9-28b9368a8e77', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:01 GMT' + 'Thu, 11 Nov 2021 08:23:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3195,19 +3195,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11811', 'x-ms-request-id', - '51b987ac-4c6d-4a5d-8be2-feb0ab94367d', + '89546126-ee37-4884-be76-cb4ea6ff9d21', 'x-ms-correlation-request-id', - '51b987ac-4c6d-4a5d-8be2-feb0ab94367d', + '89546126-ee37-4884-be76-cb4ea6ff9d21', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032703Z:51b987ac-4c6d-4a5d-8be2-feb0ab94367d', + 'SOUTHEASTASIA:20211111T082308Z:89546126-ee37-4884-be76-cb4ea6ff9d21', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:03 GMT' + 'Thu, 11 Nov 2021 08:23:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3231,19 +3231,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11810', 'x-ms-request-id', - '9e8ce4ea-1f77-4484-b639-3231e50612e1', + '2ca0f653-f744-4c2c-9caf-2b5e6d9cb8aa', 'x-ms-correlation-request-id', - '9e8ce4ea-1f77-4484-b639-3231e50612e1', + '2ca0f653-f744-4c2c-9caf-2b5e6d9cb8aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032706Z:9e8ce4ea-1f77-4484-b639-3231e50612e1', + 'SOUTHEASTASIA:20211111T082311Z:2ca0f653-f744-4c2c-9caf-2b5e6d9cb8aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:05 GMT' + 'Thu, 11 Nov 2021 08:23:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3267,19 +3267,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11809', 'x-ms-request-id', - '7a1f907d-dc17-45aa-b5df-b48ba4327ccb', + '184112de-9888-469f-bfe7-cda20dc7b34c', 'x-ms-correlation-request-id', - '7a1f907d-dc17-45aa-b5df-b48ba4327ccb', + '184112de-9888-469f-bfe7-cda20dc7b34c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032708Z:7a1f907d-dc17-45aa-b5df-b48ba4327ccb', + 'SOUTHEASTASIA:20211111T082313Z:184112de-9888-469f-bfe7-cda20dc7b34c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:08 GMT' + 'Thu, 11 Nov 2021 08:23:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3303,19 +3303,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11808', 'x-ms-request-id', - 'f107319f-3206-447b-a7d5-dacf6a461285', + '9b6a14e0-75b0-453f-b099-5a68966a03a4', 'x-ms-correlation-request-id', - 'f107319f-3206-447b-a7d5-dacf6a461285', + '9b6a14e0-75b0-453f-b099-5a68966a03a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032710Z:f107319f-3206-447b-a7d5-dacf6a461285', + 'SOUTHEASTASIA:20211111T082315Z:9b6a14e0-75b0-453f-b099-5a68966a03a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:10 GMT' + 'Thu, 11 Nov 2021 08:23:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3339,19 +3339,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11807', 'x-ms-request-id', - '0dcc1a92-2070-49c2-ae63-54d31a7e1dbf', + '02a6aaaf-4322-4514-8be6-10b86a04f4d1', 'x-ms-correlation-request-id', - '0dcc1a92-2070-49c2-ae63-54d31a7e1dbf', + '02a6aaaf-4322-4514-8be6-10b86a04f4d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032713Z:0dcc1a92-2070-49c2-ae63-54d31a7e1dbf', + 'SOUTHEASTASIA:20211111T082318Z:02a6aaaf-4322-4514-8be6-10b86a04f4d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:12 GMT' + 'Thu, 11 Nov 2021 08:23:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3375,19 +3375,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11806', 'x-ms-request-id', - 'da92bfc1-6dd3-400d-8d2d-f15980159ba5', + '3d9046d0-4c9d-46f1-9c36-fa6724539156', 'x-ms-correlation-request-id', - 'da92bfc1-6dd3-400d-8d2d-f15980159ba5', + '3d9046d0-4c9d-46f1-9c36-fa6724539156', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032715Z:da92bfc1-6dd3-400d-8d2d-f15980159ba5', + 'SOUTHEASTASIA:20211111T082320Z:3d9046d0-4c9d-46f1-9c36-fa6724539156', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:15 GMT' + 'Thu, 11 Nov 2021 08:23:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3411,19 +3411,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11805', 'x-ms-request-id', - '4280ef99-c355-4e8b-82e5-8cf86c2f13d6', + '8636051b-6252-4cf3-9e07-97263951e1cb', 'x-ms-correlation-request-id', - '4280ef99-c355-4e8b-82e5-8cf86c2f13d6', + '8636051b-6252-4cf3-9e07-97263951e1cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032717Z:4280ef99-c355-4e8b-82e5-8cf86c2f13d6', + 'SOUTHEASTASIA:20211111T082323Z:8636051b-6252-4cf3-9e07-97263951e1cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:17 GMT' + 'Thu, 11 Nov 2021 08:23:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3447,19 +3447,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11804', 'x-ms-request-id', - '23a8365a-ed1b-4c2a-823e-b140b51f9896', + 'c493279f-10cd-4a95-b95a-ef3f001799de', 'x-ms-correlation-request-id', - '23a8365a-ed1b-4c2a-823e-b140b51f9896', + 'c493279f-10cd-4a95-b95a-ef3f001799de', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032720Z:23a8365a-ed1b-4c2a-823e-b140b51f9896', + 'SOUTHEASTASIA:20211111T082325Z:c493279f-10cd-4a95-b95a-ef3f001799de', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:19 GMT' + 'Thu, 11 Nov 2021 08:23:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3483,19 +3483,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11803', 'x-ms-request-id', - '87e0024a-6d5e-4f96-920c-e0a1823bfb7b', + '91b59db8-f6ac-4206-a64a-71ea4b6322e2', 'x-ms-correlation-request-id', - '87e0024a-6d5e-4f96-920c-e0a1823bfb7b', + '91b59db8-f6ac-4206-a64a-71ea4b6322e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032722Z:87e0024a-6d5e-4f96-920c-e0a1823bfb7b', + 'SOUTHEASTASIA:20211111T082327Z:91b59db8-f6ac-4206-a64a-71ea4b6322e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:22 GMT' + 'Thu, 11 Nov 2021 08:23:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3519,19 +3519,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11802', 'x-ms-request-id', - '3e3f60ce-4689-4fc9-b0dc-20d59eccfff7', + 'daa35d32-eae0-47dc-8597-fd2c962c2e0c', 'x-ms-correlation-request-id', - '3e3f60ce-4689-4fc9-b0dc-20d59eccfff7', + 'daa35d32-eae0-47dc-8597-fd2c962c2e0c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032724Z:3e3f60ce-4689-4fc9-b0dc-20d59eccfff7', + 'SOUTHEASTASIA:20211111T082330Z:daa35d32-eae0-47dc-8597-fd2c962c2e0c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:24 GMT' + 'Thu, 11 Nov 2021 08:23:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3555,19 +3555,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11801', 'x-ms-request-id', - '87b342ba-4f95-4dbd-a31c-e0b3a8406673', + '246367e6-d99b-4ecb-a5c8-476709aea162', 'x-ms-correlation-request-id', - '87b342ba-4f95-4dbd-a31c-e0b3a8406673', + '246367e6-d99b-4ecb-a5c8-476709aea162', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032727Z:87b342ba-4f95-4dbd-a31c-e0b3a8406673', + 'SOUTHEASTASIA:20211111T082332Z:246367e6-d99b-4ecb-a5c8-476709aea162', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:26 GMT' + 'Thu, 11 Nov 2021 08:23:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3591,19 +3591,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11800', 'x-ms-request-id', - '5dbe968e-4fd6-4308-847b-b0e5692beab4', + '3ad00544-bec7-4a83-85ff-e38d0d9b0d83', 'x-ms-correlation-request-id', - '5dbe968e-4fd6-4308-847b-b0e5692beab4', + '3ad00544-bec7-4a83-85ff-e38d0d9b0d83', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032729Z:5dbe968e-4fd6-4308-847b-b0e5692beab4', + 'SOUTHEASTASIA:20211111T082334Z:3ad00544-bec7-4a83-85ff-e38d0d9b0d83', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:29 GMT' + 'Thu, 11 Nov 2021 08:23:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3627,19 +3627,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11799', 'x-ms-request-id', - '2e377b16-e00a-478e-9e64-4836a94f8f88', + '9d1f84c7-7958-42fc-a459-156e43566144', 'x-ms-correlation-request-id', - '2e377b16-e00a-478e-9e64-4836a94f8f88', + '9d1f84c7-7958-42fc-a459-156e43566144', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032731Z:2e377b16-e00a-478e-9e64-4836a94f8f88', + 'SOUTHEASTASIA:20211111T082337Z:9d1f84c7-7958-42fc-a459-156e43566144', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:31 GMT' + 'Thu, 11 Nov 2021 08:23:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3663,19 +3663,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11798', 'x-ms-request-id', - '33374f57-6b0b-4b0e-82f8-c5a30182dd04', + 'c2fe323f-5a27-40a2-9ddc-e35ac24a6282', 'x-ms-correlation-request-id', - '33374f57-6b0b-4b0e-82f8-c5a30182dd04', + 'c2fe323f-5a27-40a2-9ddc-e35ac24a6282', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032734Z:33374f57-6b0b-4b0e-82f8-c5a30182dd04', + 'SOUTHEASTASIA:20211111T082339Z:c2fe323f-5a27-40a2-9ddc-e35ac24a6282', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:33 GMT' + 'Thu, 11 Nov 2021 08:23:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3699,19 +3699,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11797', 'x-ms-request-id', - 'b37d15aa-ffe2-415f-ada8-303d9a9867cc', + 'f2cf6610-2131-4534-9608-5aa7292efc81', 'x-ms-correlation-request-id', - 'b37d15aa-ffe2-415f-ada8-303d9a9867cc', + 'f2cf6610-2131-4534-9608-5aa7292efc81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032736Z:b37d15aa-ffe2-415f-ada8-303d9a9867cc', + 'SOUTHEASTASIA:20211111T082341Z:f2cf6610-2131-4534-9608-5aa7292efc81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:36 GMT' + 'Thu, 11 Nov 2021 08:23:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3735,19 +3735,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11796', 'x-ms-request-id', - '61b84f36-89e3-449b-8010-117250f6769d', + '08f763ae-d4bd-43a4-a3ef-a08f2f6e366a', 'x-ms-correlation-request-id', - '61b84f36-89e3-449b-8010-117250f6769d', + '08f763ae-d4bd-43a4-a3ef-a08f2f6e366a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032738Z:61b84f36-89e3-449b-8010-117250f6769d', + 'SOUTHEASTASIA:20211111T082344Z:08f763ae-d4bd-43a4-a3ef-a08f2f6e366a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:38 GMT' + 'Thu, 11 Nov 2021 08:23:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3771,19 +3771,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11795', 'x-ms-request-id', - '88a37d91-3eb7-4326-9d96-bb078f9869d3', + '5bf29839-49eb-4f42-882b-1469328eb785', 'x-ms-correlation-request-id', - '88a37d91-3eb7-4326-9d96-bb078f9869d3', + '5bf29839-49eb-4f42-882b-1469328eb785', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032740Z:88a37d91-3eb7-4326-9d96-bb078f9869d3', + 'SOUTHEASTASIA:20211111T082346Z:5bf29839-49eb-4f42-882b-1469328eb785', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:40 GMT' + 'Thu, 11 Nov 2021 08:23:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3807,19 +3807,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11794', 'x-ms-request-id', - '6475ab63-d509-4634-b444-ab0f3ff5dcfe', + 'd3570450-2472-4bc2-aef3-99956b4cb45a', 'x-ms-correlation-request-id', - '6475ab63-d509-4634-b444-ab0f3ff5dcfe', + 'd3570450-2472-4bc2-aef3-99956b4cb45a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032743Z:6475ab63-d509-4634-b444-ab0f3ff5dcfe', + 'SOUTHEASTASIA:20211111T082349Z:d3570450-2472-4bc2-aef3-99956b4cb45a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:42 GMT' + 'Thu, 11 Nov 2021 08:23:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3843,19 +3843,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11793', 'x-ms-request-id', - 'dfe700af-f0ef-4913-af3a-4511f71b8bd0', + '9d833181-b98f-4f32-94c3-7d216093a17d', 'x-ms-correlation-request-id', - 'dfe700af-f0ef-4913-af3a-4511f71b8bd0', + '9d833181-b98f-4f32-94c3-7d216093a17d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032745Z:dfe700af-f0ef-4913-af3a-4511f71b8bd0', + 'SOUTHEASTASIA:20211111T082351Z:9d833181-b98f-4f32-94c3-7d216093a17d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:45 GMT' + 'Thu, 11 Nov 2021 08:23:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3879,19 +3879,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11792', 'x-ms-request-id', - '704c9d68-47b7-44fd-85c2-693f0ebda86e', + '5f5f9e05-0f39-4aa7-ae47-f965de0ced2e', 'x-ms-correlation-request-id', - '704c9d68-47b7-44fd-85c2-693f0ebda86e', + '5f5f9e05-0f39-4aa7-ae47-f965de0ced2e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032747Z:704c9d68-47b7-44fd-85c2-693f0ebda86e', + 'SOUTHEASTASIA:20211111T082353Z:5f5f9e05-0f39-4aa7-ae47-f965de0ced2e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:47 GMT' + 'Thu, 11 Nov 2021 08:23:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3915,19 +3915,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11791', 'x-ms-request-id', - '0a9ded64-297b-4eb3-a232-71e0cf4b4a56', + '78e14d36-5e7e-492a-a400-c079916e1b3f', 'x-ms-correlation-request-id', - '0a9ded64-297b-4eb3-a232-71e0cf4b4a56', + '78e14d36-5e7e-492a-a400-c079916e1b3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032750Z:0a9ded64-297b-4eb3-a232-71e0cf4b4a56', + 'SOUTHEASTASIA:20211111T082355Z:78e14d36-5e7e-492a-a400-c079916e1b3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:49 GMT' + 'Thu, 11 Nov 2021 08:23:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3951,19 +3951,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11790', 'x-ms-request-id', - 'f812c877-9852-4716-a483-afa1cd7b6fc6', + '37295b66-8b1c-42d1-9459-b0bf118dae62', 'x-ms-correlation-request-id', - 'f812c877-9852-4716-a483-afa1cd7b6fc6', + '37295b66-8b1c-42d1-9459-b0bf118dae62', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032752Z:f812c877-9852-4716-a483-afa1cd7b6fc6', + 'SOUTHEASTASIA:20211111T082358Z:37295b66-8b1c-42d1-9459-b0bf118dae62', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:52 GMT' + 'Thu, 11 Nov 2021 08:23:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3987,19 +3987,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11789', 'x-ms-request-id', - '2c3f9a66-4787-4040-a7ad-dbce4e664961', + '6ea53f93-61eb-4b6b-b8c9-bb3603b2b7c0', 'x-ms-correlation-request-id', - '2c3f9a66-4787-4040-a7ad-dbce4e664961', + '6ea53f93-61eb-4b6b-b8c9-bb3603b2b7c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032754Z:2c3f9a66-4787-4040-a7ad-dbce4e664961', + 'SOUTHEASTASIA:20211111T082400Z:6ea53f93-61eb-4b6b-b8c9-bb3603b2b7c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:54 GMT' + 'Thu, 11 Nov 2021 08:23:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4023,19 +4023,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11788', 'x-ms-request-id', - '8511fa21-0993-4eff-b027-c7a7da7873a2', + '1c204f5b-291e-4de7-8f3a-a07cfbf95ee0', 'x-ms-correlation-request-id', - '8511fa21-0993-4eff-b027-c7a7da7873a2', + '1c204f5b-291e-4de7-8f3a-a07cfbf95ee0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032757Z:8511fa21-0993-4eff-b027-c7a7da7873a2', + 'SOUTHEASTASIA:20211111T082402Z:1c204f5b-291e-4de7-8f3a-a07cfbf95ee0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:56 GMT' + 'Thu, 11 Nov 2021 08:24:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4059,19 +4059,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11787', 'x-ms-request-id', - 'a6b9a9ce-fce7-4902-ad32-27c526fe4d01', + '7392ab3e-8d8c-4a94-a7c3-d6df135ab1c0', 'x-ms-correlation-request-id', - 'a6b9a9ce-fce7-4902-ad32-27c526fe4d01', + '7392ab3e-8d8c-4a94-a7c3-d6df135ab1c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032759Z:a6b9a9ce-fce7-4902-ad32-27c526fe4d01', + 'SOUTHEASTASIA:20211111T082405Z:7392ab3e-8d8c-4a94-a7c3-d6df135ab1c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:27:59 GMT' + 'Thu, 11 Nov 2021 08:24:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4095,19 +4095,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11786', 'x-ms-request-id', - '919f6259-3969-4269-8c61-f135f17363fc', + 'ef35a693-c08b-45be-a934-1826459fb93c', 'x-ms-correlation-request-id', - '919f6259-3969-4269-8c61-f135f17363fc', + 'ef35a693-c08b-45be-a934-1826459fb93c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032802Z:919f6259-3969-4269-8c61-f135f17363fc', + 'SOUTHEASTASIA:20211111T082407Z:ef35a693-c08b-45be-a934-1826459fb93c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:02 GMT' + 'Thu, 11 Nov 2021 08:24:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4131,19 +4131,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11785', 'x-ms-request-id', - 'a9e37d17-bac4-48df-ad2e-bf575381a70c', + '10a935c5-9a4e-4362-9c06-6863a83d5a78', 'x-ms-correlation-request-id', - 'a9e37d17-bac4-48df-ad2e-bf575381a70c', + '10a935c5-9a4e-4362-9c06-6863a83d5a78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032804Z:a9e37d17-bac4-48df-ad2e-bf575381a70c', + 'SOUTHEASTASIA:20211111T082409Z:10a935c5-9a4e-4362-9c06-6863a83d5a78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:04 GMT' + 'Thu, 11 Nov 2021 08:24:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4167,19 +4167,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11784', 'x-ms-request-id', - '659a7751-0724-4ae6-a0d6-0e4f58a399bf', + '33637187-8a16-4fa5-8e97-826c16b5ced4', 'x-ms-correlation-request-id', - '659a7751-0724-4ae6-a0d6-0e4f58a399bf', + '33637187-8a16-4fa5-8e97-826c16b5ced4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032807Z:659a7751-0724-4ae6-a0d6-0e4f58a399bf', + 'SOUTHEASTASIA:20211111T082412Z:33637187-8a16-4fa5-8e97-826c16b5ced4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:06 GMT' + 'Thu, 11 Nov 2021 08:24:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4203,19 +4203,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11783', 'x-ms-request-id', - 'dfaed5f0-9b58-4529-a269-7e06ecf5cbfe', + '5ba73c89-e51f-4d11-81a8-d6e30041f058', 'x-ms-correlation-request-id', - 'dfaed5f0-9b58-4529-a269-7e06ecf5cbfe', + '5ba73c89-e51f-4d11-81a8-d6e30041f058', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032809Z:dfaed5f0-9b58-4529-a269-7e06ecf5cbfe', + 'SOUTHEASTASIA:20211111T082414Z:5ba73c89-e51f-4d11-81a8-d6e30041f058', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:09 GMT' + 'Thu, 11 Nov 2021 08:24:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4239,19 +4239,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11782', 'x-ms-request-id', - 'ed729f8b-b48a-427f-918c-6e5bdebb0b7a', + 'cb54f674-79f1-44f2-8d1e-cb82a4368df8', 'x-ms-correlation-request-id', - 'ed729f8b-b48a-427f-918c-6e5bdebb0b7a', + 'cb54f674-79f1-44f2-8d1e-cb82a4368df8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032811Z:ed729f8b-b48a-427f-918c-6e5bdebb0b7a', + 'SOUTHEASTASIA:20211111T082416Z:cb54f674-79f1-44f2-8d1e-cb82a4368df8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:11 GMT' + 'Thu, 11 Nov 2021 08:24:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4275,19 +4275,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11781', 'x-ms-request-id', - '0d002b63-1714-4b8f-899d-d7fedd2aa803', + '5213b65b-429a-4ad5-9ee9-ec41889e42fb', 'x-ms-correlation-request-id', - '0d002b63-1714-4b8f-899d-d7fedd2aa803', + '5213b65b-429a-4ad5-9ee9-ec41889e42fb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032814Z:0d002b63-1714-4b8f-899d-d7fedd2aa803', + 'SOUTHEASTASIA:20211111T082419Z:5213b65b-429a-4ad5-9ee9-ec41889e42fb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:13 GMT' + 'Thu, 11 Nov 2021 08:24:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4311,19 +4311,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11780', 'x-ms-request-id', - '033c015f-e6af-4542-8c00-69a1456cb9bd', + '2185e803-08db-4349-aa8e-78961e91d363', 'x-ms-correlation-request-id', - '033c015f-e6af-4542-8c00-69a1456cb9bd', + '2185e803-08db-4349-aa8e-78961e91d363', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032816Z:033c015f-e6af-4542-8c00-69a1456cb9bd', + 'SOUTHEASTASIA:20211111T082421Z:2185e803-08db-4349-aa8e-78961e91d363', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:15 GMT' + 'Thu, 11 Nov 2021 08:24:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4347,19 +4347,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11779', 'x-ms-request-id', - '2733a7d2-c99d-4a9e-899f-b38d6bb82fb9', + '6f4b3276-a5c1-4234-b1bd-993ccd7c9dbd', 'x-ms-correlation-request-id', - '2733a7d2-c99d-4a9e-899f-b38d6bb82fb9', + '6f4b3276-a5c1-4234-b1bd-993ccd7c9dbd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032818Z:2733a7d2-c99d-4a9e-899f-b38d6bb82fb9', + 'SOUTHEASTASIA:20211111T082423Z:6f4b3276-a5c1-4234-b1bd-993ccd7c9dbd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:18 GMT' + 'Thu, 11 Nov 2021 08:24:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4383,19 +4383,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11778', 'x-ms-request-id', - '4b30cc5e-4539-4724-8fe8-b4ea0df20f98', + '11dd49ee-0e3a-40ce-ba26-122f1a4afe5d', 'x-ms-correlation-request-id', - '4b30cc5e-4539-4724-8fe8-b4ea0df20f98', + '11dd49ee-0e3a-40ce-ba26-122f1a4afe5d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032821Z:4b30cc5e-4539-4724-8fe8-b4ea0df20f98', + 'SOUTHEASTASIA:20211111T082426Z:11dd49ee-0e3a-40ce-ba26-122f1a4afe5d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:20 GMT' + 'Thu, 11 Nov 2021 08:24:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4419,19 +4419,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11777', 'x-ms-request-id', - '8ffe1774-f313-4138-9ebf-62e40c1790ee', + '9d0f62bf-af25-4871-bf3e-9c304fa94a10', 'x-ms-correlation-request-id', - '8ffe1774-f313-4138-9ebf-62e40c1790ee', + '9d0f62bf-af25-4871-bf3e-9c304fa94a10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032823Z:8ffe1774-f313-4138-9ebf-62e40c1790ee', + 'SOUTHEASTASIA:20211111T082428Z:9d0f62bf-af25-4871-bf3e-9c304fa94a10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:22 GMT' + 'Thu, 11 Nov 2021 08:24:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4455,19 +4455,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11776', 'x-ms-request-id', - '981ef3ae-bd3b-4805-a8b4-e018a35aedbb', + 'ac4055b3-13a5-4c02-8c07-0bc2d2fb5d0a', 'x-ms-correlation-request-id', - '981ef3ae-bd3b-4805-a8b4-e018a35aedbb', + 'ac4055b3-13a5-4c02-8c07-0bc2d2fb5d0a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032825Z:981ef3ae-bd3b-4805-a8b4-e018a35aedbb', + 'SOUTHEASTASIA:20211111T082430Z:ac4055b3-13a5-4c02-8c07-0bc2d2fb5d0a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:25 GMT' + 'Thu, 11 Nov 2021 08:24:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4491,19 +4491,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11775', 'x-ms-request-id', - 'c2bde9f7-d9c6-407c-b674-29b6a6a31a8b', + 'bb817e41-c6c9-46fc-baa5-d64ecd64bd8c', 'x-ms-correlation-request-id', - 'c2bde9f7-d9c6-407c-b674-29b6a6a31a8b', + 'bb817e41-c6c9-46fc-baa5-d64ecd64bd8c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032827Z:c2bde9f7-d9c6-407c-b674-29b6a6a31a8b', + 'SOUTHEASTASIA:20211111T082433Z:bb817e41-c6c9-46fc-baa5-d64ecd64bd8c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:27 GMT' + 'Thu, 11 Nov 2021 08:24:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4527,19 +4527,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11774', 'x-ms-request-id', - '15d26c1c-1218-4d80-9cca-de07d8b68d0a', + 'af0d0906-d0ea-4838-95ba-d6374cef3bc6', 'x-ms-correlation-request-id', - '15d26c1c-1218-4d80-9cca-de07d8b68d0a', + 'af0d0906-d0ea-4838-95ba-d6374cef3bc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032830Z:15d26c1c-1218-4d80-9cca-de07d8b68d0a', + 'SOUTHEASTASIA:20211111T082435Z:af0d0906-d0ea-4838-95ba-d6374cef3bc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:29 GMT' + 'Thu, 11 Nov 2021 08:24:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4563,19 +4563,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11773', 'x-ms-request-id', - 'cfef6385-7aed-448e-8a23-30139a3c9f8a', + 'd0e81866-ddb5-4837-9cfc-2a9018ecc357', 'x-ms-correlation-request-id', - 'cfef6385-7aed-448e-8a23-30139a3c9f8a', + 'd0e81866-ddb5-4837-9cfc-2a9018ecc357', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032832Z:cfef6385-7aed-448e-8a23-30139a3c9f8a', + 'SOUTHEASTASIA:20211111T082437Z:d0e81866-ddb5-4837-9cfc-2a9018ecc357', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:32 GMT' + 'Thu, 11 Nov 2021 08:24:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4599,19 +4599,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11772', 'x-ms-request-id', - '43696e20-2ceb-4a6c-b24b-7cf3ca362b08', + '1a4253b1-02ee-460e-ad17-97b3d2a59b76', 'x-ms-correlation-request-id', - '43696e20-2ceb-4a6c-b24b-7cf3ca362b08', + '1a4253b1-02ee-460e-ad17-97b3d2a59b76', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032834Z:43696e20-2ceb-4a6c-b24b-7cf3ca362b08', + 'SOUTHEASTASIA:20211111T082440Z:1a4253b1-02ee-460e-ad17-97b3d2a59b76', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:34 GMT' + 'Thu, 11 Nov 2021 08:24:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4635,19 +4635,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11771', 'x-ms-request-id', - '1ff3e349-0efe-4271-a0f7-2b15c6e5d59f', + '050e7b37-2242-4f31-af0a-0c3dc5052b3b', 'x-ms-correlation-request-id', - '1ff3e349-0efe-4271-a0f7-2b15c6e5d59f', + '050e7b37-2242-4f31-af0a-0c3dc5052b3b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032837Z:1ff3e349-0efe-4271-a0f7-2b15c6e5d59f', + 'SOUTHEASTASIA:20211111T082442Z:050e7b37-2242-4f31-af0a-0c3dc5052b3b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:36 GMT' + 'Thu, 11 Nov 2021 08:24:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4671,19 +4671,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11770', 'x-ms-request-id', - 'de83ac42-ec1c-4110-bc20-b91d4899c0e9', + 'd87d1ddf-4e8a-4d83-827d-655ff1bf895d', 'x-ms-correlation-request-id', - 'de83ac42-ec1c-4110-bc20-b91d4899c0e9', + 'd87d1ddf-4e8a-4d83-827d-655ff1bf895d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032839Z:de83ac42-ec1c-4110-bc20-b91d4899c0e9', + 'SOUTHEASTASIA:20211111T082444Z:d87d1ddf-4e8a-4d83-827d-655ff1bf895d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:38 GMT' + 'Thu, 11 Nov 2021 08:24:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4707,19 +4707,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11769', 'x-ms-request-id', - '9cf2786c-2839-40e1-b8cd-07f0cc9ea69b', + 'beb02c26-aff7-43e7-b5f1-e2a322c19c3e', 'x-ms-correlation-request-id', - '9cf2786c-2839-40e1-b8cd-07f0cc9ea69b', + 'beb02c26-aff7-43e7-b5f1-e2a322c19c3e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032841Z:9cf2786c-2839-40e1-b8cd-07f0cc9ea69b', + 'SOUTHEASTASIA:20211111T082447Z:beb02c26-aff7-43e7-b5f1-e2a322c19c3e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:41 GMT' + 'Thu, 11 Nov 2021 08:24:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4743,19 +4743,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11768', 'x-ms-request-id', - 'a7bd1f4a-d992-4e04-b9f9-6adbfc2a1ff4', + '81b90f4b-e2ec-4302-8260-35724813c78c', 'x-ms-correlation-request-id', - 'a7bd1f4a-d992-4e04-b9f9-6adbfc2a1ff4', + '81b90f4b-e2ec-4302-8260-35724813c78c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032844Z:a7bd1f4a-d992-4e04-b9f9-6adbfc2a1ff4', + 'SOUTHEASTASIA:20211111T082449Z:81b90f4b-e2ec-4302-8260-35724813c78c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:43 GMT' + 'Thu, 11 Nov 2021 08:24:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4779,19 +4779,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11767', 'x-ms-request-id', - '529509ea-3510-4d10-ade2-0bc91779f00d', + 'bcf5a3ff-f328-4f71-9726-c229694164c4', 'x-ms-correlation-request-id', - '529509ea-3510-4d10-ade2-0bc91779f00d', + 'bcf5a3ff-f328-4f71-9726-c229694164c4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032846Z:529509ea-3510-4d10-ade2-0bc91779f00d', + 'SOUTHEASTASIA:20211111T082451Z:bcf5a3ff-f328-4f71-9726-c229694164c4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:45 GMT' + 'Thu, 11 Nov 2021 08:24:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4815,19 +4815,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11766', 'x-ms-request-id', - '9002d3aa-1838-4612-9d40-c323399e5c34', + 'a5faebaa-c5e9-4213-9284-886c94c91a31', 'x-ms-correlation-request-id', - '9002d3aa-1838-4612-9d40-c323399e5c34', + 'a5faebaa-c5e9-4213-9284-886c94c91a31', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032848Z:9002d3aa-1838-4612-9d40-c323399e5c34', + 'SOUTHEASTASIA:20211111T082454Z:a5faebaa-c5e9-4213-9284-886c94c91a31', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:48 GMT' + 'Thu, 11 Nov 2021 08:24:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4851,19 +4851,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11765', 'x-ms-request-id', - 'b45b7f60-ed69-42d0-98ae-0c4ff889c915', + '2727b402-496e-4486-9aaa-86c3f7c0f2cf', 'x-ms-correlation-request-id', - 'b45b7f60-ed69-42d0-98ae-0c4ff889c915', + '2727b402-496e-4486-9aaa-86c3f7c0f2cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032851Z:b45b7f60-ed69-42d0-98ae-0c4ff889c915', + 'SOUTHEASTASIA:20211111T082456Z:2727b402-496e-4486-9aaa-86c3f7c0f2cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:50 GMT' + 'Thu, 11 Nov 2021 08:24:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4887,19 +4887,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11764', 'x-ms-request-id', - '3198b8d7-52c7-4767-8107-f57bfe11203c', + 'de469c4a-6724-4a52-a353-a4e40329ae9f', 'x-ms-correlation-request-id', - '3198b8d7-52c7-4767-8107-f57bfe11203c', + 'de469c4a-6724-4a52-a353-a4e40329ae9f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032853Z:3198b8d7-52c7-4767-8107-f57bfe11203c', + 'SOUTHEASTASIA:20211111T082458Z:de469c4a-6724-4a52-a353-a4e40329ae9f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:52 GMT' + 'Thu, 11 Nov 2021 08:24:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4923,19 +4923,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11763', 'x-ms-request-id', - '9957bcc5-a30f-4db5-abd9-378d93a0aa8e', + 'a87ff0ff-7739-4c34-8e6c-ce9d13c21b4c', 'x-ms-correlation-request-id', - '9957bcc5-a30f-4db5-abd9-378d93a0aa8e', + 'a87ff0ff-7739-4c34-8e6c-ce9d13c21b4c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032855Z:9957bcc5-a30f-4db5-abd9-378d93a0aa8e', + 'SOUTHEASTASIA:20211111T082501Z:a87ff0ff-7739-4c34-8e6c-ce9d13c21b4c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:55 GMT' + 'Thu, 11 Nov 2021 08:25:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4959,19 +4959,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11762', 'x-ms-request-id', - '9472de52-ae94-47ca-a5d0-725e1a33c604', + '89e6ac55-1aa1-4e31-8a95-a10a499ff2bf', 'x-ms-correlation-request-id', - '9472de52-ae94-47ca-a5d0-725e1a33c604', + '89e6ac55-1aa1-4e31-8a95-a10a499ff2bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032858Z:9472de52-ae94-47ca-a5d0-725e1a33c604', + 'SOUTHEASTASIA:20211111T082503Z:89e6ac55-1aa1-4e31-8a95-a10a499ff2bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:57 GMT' + 'Thu, 11 Nov 2021 08:25:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4995,19 +4995,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11761', 'x-ms-request-id', - '8c4e066d-26fd-4649-a6ef-0485ee254842', + '73e730a0-e1e3-48cb-828d-662ad1090c1f', 'x-ms-correlation-request-id', - '8c4e066d-26fd-4649-a6ef-0485ee254842', + '73e730a0-e1e3-48cb-828d-662ad1090c1f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032900Z:8c4e066d-26fd-4649-a6ef-0485ee254842', + 'SOUTHEASTASIA:20211111T082505Z:73e730a0-e1e3-48cb-828d-662ad1090c1f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:28:59 GMT' + 'Thu, 11 Nov 2021 08:25:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5031,19 +5031,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11760', 'x-ms-request-id', - '7164b4b9-5708-4dcc-9397-93293d7dbb34', + '98b80cbb-2d4d-4c1e-9cad-3bcf6af198e7', 'x-ms-correlation-request-id', - '7164b4b9-5708-4dcc-9397-93293d7dbb34', + '98b80cbb-2d4d-4c1e-9cad-3bcf6af198e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032902Z:7164b4b9-5708-4dcc-9397-93293d7dbb34', + 'SOUTHEASTASIA:20211111T082507Z:98b80cbb-2d4d-4c1e-9cad-3bcf6af198e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:02 GMT' + 'Thu, 11 Nov 2021 08:25:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5067,19 +5067,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11759', 'x-ms-request-id', - 'ce76f381-27f2-4842-ae01-728430e039bd', + '871c68fd-5220-4428-ab06-cbbec03f83c1', 'x-ms-correlation-request-id', - 'ce76f381-27f2-4842-ae01-728430e039bd', + '871c68fd-5220-4428-ab06-cbbec03f83c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032905Z:ce76f381-27f2-4842-ae01-728430e039bd', + 'SOUTHEASTASIA:20211111T082510Z:871c68fd-5220-4428-ab06-cbbec03f83c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:04 GMT' + 'Thu, 11 Nov 2021 08:25:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5103,19 +5103,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11758', 'x-ms-request-id', - '338b541e-9832-43aa-b83d-a8cfdcfd4a9b', + 'b8b6cc7c-6a90-4db8-80f5-a5cf2c6c5a65', 'x-ms-correlation-request-id', - '338b541e-9832-43aa-b83d-a8cfdcfd4a9b', + 'b8b6cc7c-6a90-4db8-80f5-a5cf2c6c5a65', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032907Z:338b541e-9832-43aa-b83d-a8cfdcfd4a9b', + 'SOUTHEASTASIA:20211111T082512Z:b8b6cc7c-6a90-4db8-80f5-a5cf2c6c5a65', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:06 GMT' + 'Thu, 11 Nov 2021 08:25:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5139,19 +5139,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11757', 'x-ms-request-id', - 'bf933bcc-3d30-4ef2-bcdb-d9a8a71ed7b2', + '7a2a2a59-a3df-4790-978c-d3fc5640a91e', 'x-ms-correlation-request-id', - 'bf933bcc-3d30-4ef2-bcdb-d9a8a71ed7b2', + '7a2a2a59-a3df-4790-978c-d3fc5640a91e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032909Z:bf933bcc-3d30-4ef2-bcdb-d9a8a71ed7b2', + 'SOUTHEASTASIA:20211111T082514Z:7a2a2a59-a3df-4790-978c-d3fc5640a91e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:08 GMT' + 'Thu, 11 Nov 2021 08:25:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5175,19 +5175,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11756', 'x-ms-request-id', - 'ed05d255-36e3-429c-aac9-e09ee13076f4', + '4766f960-ea85-43f4-ab16-5c34b8f55314', 'x-ms-correlation-request-id', - 'ed05d255-36e3-429c-aac9-e09ee13076f4', + '4766f960-ea85-43f4-ab16-5c34b8f55314', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032912Z:ed05d255-36e3-429c-aac9-e09ee13076f4', + 'SOUTHEASTASIA:20211111T082517Z:4766f960-ea85-43f4-ab16-5c34b8f55314', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:11 GMT' + 'Thu, 11 Nov 2021 08:25:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5211,19 +5211,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11755', 'x-ms-request-id', - '7195ed2f-f08d-4271-afd1-1cf17ae2be4f', + 'd5d3ca2c-88fe-49f3-ae11-729e78674d4d', 'x-ms-correlation-request-id', - '7195ed2f-f08d-4271-afd1-1cf17ae2be4f', + 'd5d3ca2c-88fe-49f3-ae11-729e78674d4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032914Z:7195ed2f-f08d-4271-afd1-1cf17ae2be4f', + 'SOUTHEASTASIA:20211111T082520Z:d5d3ca2c-88fe-49f3-ae11-729e78674d4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:13 GMT' + 'Thu, 11 Nov 2021 08:25:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5247,19 +5247,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11754', 'x-ms-request-id', - 'c11ed868-ea6a-4adf-b770-6ef7490b6d1f', + '50c394fd-1e82-4736-8c1c-a690c4f579b2', 'x-ms-correlation-request-id', - 'c11ed868-ea6a-4adf-b770-6ef7490b6d1f', + '50c394fd-1e82-4736-8c1c-a690c4f579b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032916Z:c11ed868-ea6a-4adf-b770-6ef7490b6d1f', + 'SOUTHEASTASIA:20211111T082522Z:50c394fd-1e82-4736-8c1c-a690c4f579b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:15 GMT' + 'Thu, 11 Nov 2021 08:25:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5283,19 +5283,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11753', 'x-ms-request-id', - 'f87cccf2-e908-4fb3-ac02-c7a65a59dab7', + 'a444c4bc-daec-4b24-b8e5-00034386ce76', 'x-ms-correlation-request-id', - 'f87cccf2-e908-4fb3-ac02-c7a65a59dab7', + 'a444c4bc-daec-4b24-b8e5-00034386ce76', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032918Z:f87cccf2-e908-4fb3-ac02-c7a65a59dab7', + 'SOUTHEASTASIA:20211111T082525Z:a444c4bc-daec-4b24-b8e5-00034386ce76', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:18 GMT' + 'Thu, 11 Nov 2021 08:25:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5319,19 +5319,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11752', 'x-ms-request-id', - '1ce3dc59-d5cf-48e5-b55c-86a2a28a000f', + '8120f23a-0aed-40c0-b19d-b0bb674f6785', 'x-ms-correlation-request-id', - '1ce3dc59-d5cf-48e5-b55c-86a2a28a000f', + '8120f23a-0aed-40c0-b19d-b0bb674f6785', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032921Z:1ce3dc59-d5cf-48e5-b55c-86a2a28a000f', + 'SOUTHEASTASIA:20211111T082527Z:8120f23a-0aed-40c0-b19d-b0bb674f6785', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:20 GMT' + 'Thu, 11 Nov 2021 08:25:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5355,19 +5355,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11751', 'x-ms-request-id', - '6549940d-b7ad-4633-b0f4-3e95ca3ef558', + 'f9427bae-cea0-4ee3-93fe-1f549bc3b10a', 'x-ms-correlation-request-id', - '6549940d-b7ad-4633-b0f4-3e95ca3ef558', + 'f9427bae-cea0-4ee3-93fe-1f549bc3b10a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032923Z:6549940d-b7ad-4633-b0f4-3e95ca3ef558', + 'SOUTHEASTASIA:20211111T082529Z:f9427bae-cea0-4ee3-93fe-1f549bc3b10a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:22 GMT' + 'Thu, 11 Nov 2021 08:25:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5391,19 +5391,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11750', 'x-ms-request-id', - 'f0688775-c191-4f82-846b-f2ba2d7d2603', + 'bb59c61c-6c8b-4a17-b2a6-f5da82776d26', 'x-ms-correlation-request-id', - 'f0688775-c191-4f82-846b-f2ba2d7d2603', + 'bb59c61c-6c8b-4a17-b2a6-f5da82776d26', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032925Z:f0688775-c191-4f82-846b-f2ba2d7d2603', + 'SOUTHEASTASIA:20211111T082531Z:bb59c61c-6c8b-4a17-b2a6-f5da82776d26', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:25 GMT' + 'Thu, 11 Nov 2021 08:25:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5427,19 +5427,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11749', 'x-ms-request-id', - '5467833e-d65d-4ddc-9dcb-63f65925be5f', + '976a72c5-2a39-496a-bf9d-7d32aa0d561d', 'x-ms-correlation-request-id', - '5467833e-d65d-4ddc-9dcb-63f65925be5f', + '976a72c5-2a39-496a-bf9d-7d32aa0d561d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032928Z:5467833e-d65d-4ddc-9dcb-63f65925be5f', + 'SOUTHEASTASIA:20211111T082534Z:976a72c5-2a39-496a-bf9d-7d32aa0d561d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:27 GMT' + 'Thu, 11 Nov 2021 08:25:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5463,19 +5463,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11748', 'x-ms-request-id', - '629f2c64-c60d-426d-9038-37083e1a4e94', + 'ea043221-1abb-4043-a9c6-91d754d49b8b', 'x-ms-correlation-request-id', - '629f2c64-c60d-426d-9038-37083e1a4e94', + 'ea043221-1abb-4043-a9c6-91d754d49b8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032930Z:629f2c64-c60d-426d-9038-37083e1a4e94', + 'SOUTHEASTASIA:20211111T082536Z:ea043221-1abb-4043-a9c6-91d754d49b8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:29 GMT' + 'Thu, 11 Nov 2021 08:25:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5499,19 +5499,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11747', 'x-ms-request-id', - 'd7a2210c-e1cc-4da6-bf53-c8e5db1f55cd', + 'dcd1bc3e-35e6-4960-b47c-ef04360a9eb0', 'x-ms-correlation-request-id', - 'd7a2210c-e1cc-4da6-bf53-c8e5db1f55cd', + 'dcd1bc3e-35e6-4960-b47c-ef04360a9eb0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032933Z:d7a2210c-e1cc-4da6-bf53-c8e5db1f55cd', + 'SOUTHEASTASIA:20211111T082539Z:dcd1bc3e-35e6-4960-b47c-ef04360a9eb0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:32 GMT' + 'Thu, 11 Nov 2021 08:25:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5535,19 +5535,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11746', 'x-ms-request-id', - '3731e58a-ecbd-473c-93ad-70b496cf4e65', + 'd96c8e6b-2065-430a-8b8e-57e9da869d75', 'x-ms-correlation-request-id', - '3731e58a-ecbd-473c-93ad-70b496cf4e65', + 'd96c8e6b-2065-430a-8b8e-57e9da869d75', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032935Z:3731e58a-ecbd-473c-93ad-70b496cf4e65', + 'SOUTHEASTASIA:20211111T082542Z:d96c8e6b-2065-430a-8b8e-57e9da869d75', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:34 GMT' + 'Thu, 11 Nov 2021 08:25:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5571,19 +5571,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11745', 'x-ms-request-id', - '91ba5475-f8b5-4155-b7c3-15649207f4b7', + '9795571e-176e-4a54-86bb-708e8f8a73f4', 'x-ms-correlation-request-id', - '91ba5475-f8b5-4155-b7c3-15649207f4b7', + '9795571e-176e-4a54-86bb-708e8f8a73f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032938Z:91ba5475-f8b5-4155-b7c3-15649207f4b7', + 'SOUTHEASTASIA:20211111T082544Z:9795571e-176e-4a54-86bb-708e8f8a73f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:37 GMT' + 'Thu, 11 Nov 2021 08:25:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5607,19 +5607,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11744', 'x-ms-request-id', - 'a19e81d3-07dd-4f30-abb1-25fa2f513beb', + 'eedfa07e-eb03-43bd-8b39-2642c309e194', 'x-ms-correlation-request-id', - 'a19e81d3-07dd-4f30-abb1-25fa2f513beb', + 'eedfa07e-eb03-43bd-8b39-2642c309e194', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032940Z:a19e81d3-07dd-4f30-abb1-25fa2f513beb', + 'SOUTHEASTASIA:20211111T082546Z:eedfa07e-eb03-43bd-8b39-2642c309e194', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:39 GMT' + 'Thu, 11 Nov 2021 08:25:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5643,19 +5643,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11743', 'x-ms-request-id', - '2aa0ddf6-1893-4187-ba26-0eb8f7507324', + 'ee22b912-2f4a-4389-a087-44c121f08aa2', 'x-ms-correlation-request-id', - '2aa0ddf6-1893-4187-ba26-0eb8f7507324', + 'ee22b912-2f4a-4389-a087-44c121f08aa2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032942Z:2aa0ddf6-1893-4187-ba26-0eb8f7507324', + 'SOUTHEASTASIA:20211111T082549Z:ee22b912-2f4a-4389-a087-44c121f08aa2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:41 GMT' + 'Thu, 11 Nov 2021 08:25:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5679,19 +5679,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11742', 'x-ms-request-id', - '3221bbd2-2444-4b58-886a-fe182a8bac2c', + '88c8b24f-0928-4f90-ac01-70f5552a2c0d', 'x-ms-correlation-request-id', - '3221bbd2-2444-4b58-886a-fe182a8bac2c', + '88c8b24f-0928-4f90-ac01-70f5552a2c0d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032945Z:3221bbd2-2444-4b58-886a-fe182a8bac2c', + 'SOUTHEASTASIA:20211111T082551Z:88c8b24f-0928-4f90-ac01-70f5552a2c0d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:44 GMT' + 'Thu, 11 Nov 2021 08:25:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5715,19 +5715,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11741', 'x-ms-request-id', - '744bbca2-ae36-47a7-bd2c-cd9b06847153', + '2919b22e-256c-43b6-bd46-97939e50c53a', 'x-ms-correlation-request-id', - '744bbca2-ae36-47a7-bd2c-cd9b06847153', + '2919b22e-256c-43b6-bd46-97939e50c53a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032947Z:744bbca2-ae36-47a7-bd2c-cd9b06847153', + 'SOUTHEASTASIA:20211111T082553Z:2919b22e-256c-43b6-bd46-97939e50c53a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:46 GMT' + 'Thu, 11 Nov 2021 08:25:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5751,19 +5751,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11740', 'x-ms-request-id', - '4aa97e8a-9694-4a15-89c0-113e9b678729', + '435d01d0-55f5-47b3-9f46-d909d68b8719', 'x-ms-correlation-request-id', - '4aa97e8a-9694-4a15-89c0-113e9b678729', + '435d01d0-55f5-47b3-9f46-d909d68b8719', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032949Z:4aa97e8a-9694-4a15-89c0-113e9b678729', + 'SOUTHEASTASIA:20211111T082556Z:435d01d0-55f5-47b3-9f46-d909d68b8719', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:48 GMT' + 'Thu, 11 Nov 2021 08:25:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5787,19 +5787,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11739', 'x-ms-request-id', - '3dacae67-e0df-4aa3-9116-521a59981fb0', + '5d462c4f-c169-4e17-8d45-3545c4d1fbf7', 'x-ms-correlation-request-id', - '3dacae67-e0df-4aa3-9116-521a59981fb0', + '5d462c4f-c169-4e17-8d45-3545c4d1fbf7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032952Z:3dacae67-e0df-4aa3-9116-521a59981fb0', + 'SOUTHEASTASIA:20211111T082558Z:5d462c4f-c169-4e17-8d45-3545c4d1fbf7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:51 GMT' + 'Thu, 11 Nov 2021 08:25:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5823,19 +5823,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11738', 'x-ms-request-id', - '5cb5a5b2-3107-4e5b-add7-335d05dd1bb4', + '1a89d755-78b3-44d2-bed6-d1eb8bcce975', 'x-ms-correlation-request-id', - '5cb5a5b2-3107-4e5b-add7-335d05dd1bb4', + '1a89d755-78b3-44d2-bed6-d1eb8bcce975', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032954Z:5cb5a5b2-3107-4e5b-add7-335d05dd1bb4', + 'SOUTHEASTASIA:20211111T082600Z:1a89d755-78b3-44d2-bed6-d1eb8bcce975', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:53 GMT' + 'Thu, 11 Nov 2021 08:26:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5859,19 +5859,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11737', 'x-ms-request-id', - '1fc9fece-216b-4e61-8fa0-837b8cf5ddb6', + 'cd749732-5b8d-442d-a151-01071b1aef81', 'x-ms-correlation-request-id', - '1fc9fece-216b-4e61-8fa0-837b8cf5ddb6', + 'cd749732-5b8d-442d-a151-01071b1aef81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032956Z:1fc9fece-216b-4e61-8fa0-837b8cf5ddb6', + 'SOUTHEASTASIA:20211111T082603Z:cd749732-5b8d-442d-a151-01071b1aef81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:55 GMT' + 'Thu, 11 Nov 2021 08:26:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5895,19 +5895,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11736', 'x-ms-request-id', - '7f408a36-ffe8-4af7-95a7-865baf441fad', + '35ac02d5-b7bd-4a5b-b02e-aa3d46a23f04', 'x-ms-correlation-request-id', - '7f408a36-ffe8-4af7-95a7-865baf441fad', + '35ac02d5-b7bd-4a5b-b02e-aa3d46a23f04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T032959Z:7f408a36-ffe8-4af7-95a7-865baf441fad', + 'SOUTHEASTASIA:20211111T082605Z:35ac02d5-b7bd-4a5b-b02e-aa3d46a23f04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:29:58 GMT' + 'Thu, 11 Nov 2021 08:26:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5931,19 +5931,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11735', 'x-ms-request-id', - 'c95b79e7-f96f-461b-9a2b-15f883302b1c', + '0d1b17dd-a5ae-4638-a136-fad9e82f9aa9', 'x-ms-correlation-request-id', - 'c95b79e7-f96f-461b-9a2b-15f883302b1c', + '0d1b17dd-a5ae-4638-a136-fad9e82f9aa9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033001Z:c95b79e7-f96f-461b-9a2b-15f883302b1c', + 'SOUTHEASTASIA:20211111T082607Z:0d1b17dd-a5ae-4638-a136-fad9e82f9aa9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:01 GMT' + 'Thu, 11 Nov 2021 08:26:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5967,19 +5967,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11734', 'x-ms-request-id', - '71d077cd-893f-4a47-90cf-4580310ec80c', + '924c9bad-b8d2-4fe3-9592-1f64209b17f5', 'x-ms-correlation-request-id', - '71d077cd-893f-4a47-90cf-4580310ec80c', + '924c9bad-b8d2-4fe3-9592-1f64209b17f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033004Z:71d077cd-893f-4a47-90cf-4580310ec80c', + 'SOUTHEASTASIA:20211111T082610Z:924c9bad-b8d2-4fe3-9592-1f64209b17f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:04 GMT' + 'Thu, 11 Nov 2021 08:26:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6003,19 +6003,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11733', 'x-ms-request-id', - '4e08dbe4-d24f-4de9-9646-f0236f7a4ba8', + '299a1139-4925-493b-87a6-3ec059810523', 'x-ms-correlation-request-id', - '4e08dbe4-d24f-4de9-9646-f0236f7a4ba8', + '299a1139-4925-493b-87a6-3ec059810523', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033006Z:4e08dbe4-d24f-4de9-9646-f0236f7a4ba8', + 'SOUTHEASTASIA:20211111T082612Z:299a1139-4925-493b-87a6-3ec059810523', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:06 GMT' + 'Thu, 11 Nov 2021 08:26:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6039,19 +6039,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11732', 'x-ms-request-id', - 'cc5a3762-1a89-4b84-9cb7-ed7aed307fdc', + '30e31763-9478-4d52-adec-324d4ffbeb03', 'x-ms-correlation-request-id', - 'cc5a3762-1a89-4b84-9cb7-ed7aed307fdc', + '30e31763-9478-4d52-adec-324d4ffbeb03', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033009Z:cc5a3762-1a89-4b84-9cb7-ed7aed307fdc', + 'SOUTHEASTASIA:20211111T082614Z:30e31763-9478-4d52-adec-324d4ffbeb03', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:08 GMT' + 'Thu, 11 Nov 2021 08:26:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6075,19 +6075,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11731', 'x-ms-request-id', - '44ce2021-48ef-427a-b99d-f787faf50ea7', + '90e57111-c339-4305-a9a3-dffb072ce5cc', 'x-ms-correlation-request-id', - '44ce2021-48ef-427a-b99d-f787faf50ea7', + '90e57111-c339-4305-a9a3-dffb072ce5cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033011Z:44ce2021-48ef-427a-b99d-f787faf50ea7', + 'SOUTHEASTASIA:20211111T082617Z:90e57111-c339-4305-a9a3-dffb072ce5cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:11 GMT' + 'Thu, 11 Nov 2021 08:26:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6111,19 +6111,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11730', 'x-ms-request-id', - '0715f17f-8c00-4aa7-9738-576dfb436690', + 'efff1a47-0fcc-40f3-8cfe-0de33364598e', 'x-ms-correlation-request-id', - '0715f17f-8c00-4aa7-9738-576dfb436690', + 'efff1a47-0fcc-40f3-8cfe-0de33364598e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033013Z:0715f17f-8c00-4aa7-9738-576dfb436690', + 'SOUTHEASTASIA:20211111T082620Z:efff1a47-0fcc-40f3-8cfe-0de33364598e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:13 GMT' + 'Thu, 11 Nov 2021 08:26:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6147,19 +6147,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11729', 'x-ms-request-id', - '273b3654-2fbf-43e9-b272-744c4f840570', + 'a75a078d-bac4-44b9-aaea-2bdbeb0fa57e', 'x-ms-correlation-request-id', - '273b3654-2fbf-43e9-b272-744c4f840570', + 'a75a078d-bac4-44b9-aaea-2bdbeb0fa57e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033016Z:273b3654-2fbf-43e9-b272-744c4f840570', + 'SOUTHEASTASIA:20211111T082622Z:a75a078d-bac4-44b9-aaea-2bdbeb0fa57e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:16 GMT' + 'Thu, 11 Nov 2021 08:26:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6183,19 +6183,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11728', 'x-ms-request-id', - '1b65808c-1839-4e2b-8bb8-e0e35e2de81e', + '988f97b3-d459-4c87-a103-cb2b35e31b08', 'x-ms-correlation-request-id', - '1b65808c-1839-4e2b-8bb8-e0e35e2de81e', + '988f97b3-d459-4c87-a103-cb2b35e31b08', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033018Z:1b65808c-1839-4e2b-8bb8-e0e35e2de81e', + 'SOUTHEASTASIA:20211111T082624Z:988f97b3-d459-4c87-a103-cb2b35e31b08', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:18 GMT' + 'Thu, 11 Nov 2021 08:26:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6219,19 +6219,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11727', 'x-ms-request-id', - 'e04b8f40-8bff-4540-8123-c5c394f970ec', + '42d030df-ec54-41d7-8527-402653d99dc4', 'x-ms-correlation-request-id', - 'e04b8f40-8bff-4540-8123-c5c394f970ec', + '42d030df-ec54-41d7-8527-402653d99dc4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033020Z:e04b8f40-8bff-4540-8123-c5c394f970ec', + 'SOUTHEASTASIA:20211111T082627Z:42d030df-ec54-41d7-8527-402653d99dc4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:20 GMT' + 'Thu, 11 Nov 2021 08:26:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6255,19 +6255,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11726', 'x-ms-request-id', - 'b1d243d6-2148-478d-8dbc-127f57099e99', + '7c2caa77-abc7-41ec-8369-b4102f2f9da8', 'x-ms-correlation-request-id', - 'b1d243d6-2148-478d-8dbc-127f57099e99', + '7c2caa77-abc7-41ec-8369-b4102f2f9da8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033023Z:b1d243d6-2148-478d-8dbc-127f57099e99', + 'SOUTHEASTASIA:20211111T082629Z:7c2caa77-abc7-41ec-8369-b4102f2f9da8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:23 GMT' + 'Thu, 11 Nov 2021 08:26:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6291,19 +6291,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11725', 'x-ms-request-id', - '6f429874-0e42-426a-9df6-f2fa4f216475', + 'df7d1234-2740-40ed-adef-f9b13f70363a', 'x-ms-correlation-request-id', - '6f429874-0e42-426a-9df6-f2fa4f216475', + 'df7d1234-2740-40ed-adef-f9b13f70363a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033025Z:6f429874-0e42-426a-9df6-f2fa4f216475', + 'SOUTHEASTASIA:20211111T082631Z:df7d1234-2740-40ed-adef-f9b13f70363a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:25 GMT' + 'Thu, 11 Nov 2021 08:26:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6327,19 +6327,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11724', 'x-ms-request-id', - '9b4496ed-78c2-4ed1-b3d8-5dcaeb6403f5', + '36c92ebf-1c0c-4b80-b6ee-f178b26650ce', 'x-ms-correlation-request-id', - '9b4496ed-78c2-4ed1-b3d8-5dcaeb6403f5', + '36c92ebf-1c0c-4b80-b6ee-f178b26650ce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033027Z:9b4496ed-78c2-4ed1-b3d8-5dcaeb6403f5', + 'SOUTHEASTASIA:20211111T082634Z:36c92ebf-1c0c-4b80-b6ee-f178b26650ce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:27 GMT' + 'Thu, 11 Nov 2021 08:26:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6363,19 +6363,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11723', 'x-ms-request-id', - '41a8b0fe-3013-4c75-b779-c78957e22fa9', + 'ec0d748e-e78a-4702-b606-ea65d1649fe4', 'x-ms-correlation-request-id', - '41a8b0fe-3013-4c75-b779-c78957e22fa9', + 'ec0d748e-e78a-4702-b606-ea65d1649fe4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033030Z:41a8b0fe-3013-4c75-b779-c78957e22fa9', + 'SOUTHEASTASIA:20211111T082636Z:ec0d748e-e78a-4702-b606-ea65d1649fe4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:29 GMT' + 'Thu, 11 Nov 2021 08:26:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6399,19 +6399,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11722', 'x-ms-request-id', - '2a528c11-7b62-4012-8467-00fce48d1ea1', + 'ba2f21e0-617b-4b86-b790-bcf7a960fb08', 'x-ms-correlation-request-id', - '2a528c11-7b62-4012-8467-00fce48d1ea1', + 'ba2f21e0-617b-4b86-b790-bcf7a960fb08', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033032Z:2a528c11-7b62-4012-8467-00fce48d1ea1', + 'SOUTHEASTASIA:20211111T082638Z:ba2f21e0-617b-4b86-b790-bcf7a960fb08', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:32 GMT' + 'Thu, 11 Nov 2021 08:26:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6435,19 +6435,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11721', 'x-ms-request-id', - '6186bf8a-9781-47bc-8455-67a0931fcdbe', + 'a4e70911-bbba-4c27-bc70-9033eceac75c', 'x-ms-correlation-request-id', - '6186bf8a-9781-47bc-8455-67a0931fcdbe', + 'a4e70911-bbba-4c27-bc70-9033eceac75c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033034Z:6186bf8a-9781-47bc-8455-67a0931fcdbe', + 'SOUTHEASTASIA:20211111T082640Z:a4e70911-bbba-4c27-bc70-9033eceac75c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:34 GMT' + 'Thu, 11 Nov 2021 08:26:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6471,19 +6471,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11720', 'x-ms-request-id', - '0ce2ad5a-777b-42cf-8017-f84913220c74', + '0a4b6e19-526f-4667-9ebf-8945b0951162', 'x-ms-correlation-request-id', - '0ce2ad5a-777b-42cf-8017-f84913220c74', + '0a4b6e19-526f-4667-9ebf-8945b0951162', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033037Z:0ce2ad5a-777b-42cf-8017-f84913220c74', + 'SOUTHEASTASIA:20211111T082643Z:0a4b6e19-526f-4667-9ebf-8945b0951162', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:36 GMT' + 'Thu, 11 Nov 2021 08:26:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6507,19 +6507,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11719', 'x-ms-request-id', - '52db2c7f-3153-49c4-8c77-f0fe7630e218', + '6e009de5-8dfa-4e6f-849f-e273379a762a', 'x-ms-correlation-request-id', - '52db2c7f-3153-49c4-8c77-f0fe7630e218', + '6e009de5-8dfa-4e6f-849f-e273379a762a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033039Z:52db2c7f-3153-49c4-8c77-f0fe7630e218', + 'SOUTHEASTASIA:20211111T082645Z:6e009de5-8dfa-4e6f-849f-e273379a762a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:39 GMT' + 'Thu, 11 Nov 2021 08:26:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6543,19 +6543,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11718', 'x-ms-request-id', - 'd8cc8a03-e8b1-49eb-97f9-b644b70fde90', + 'e5243913-d668-43e2-988e-080da007b7a2', 'x-ms-correlation-request-id', - 'd8cc8a03-e8b1-49eb-97f9-b644b70fde90', + 'e5243913-d668-43e2-988e-080da007b7a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033041Z:d8cc8a03-e8b1-49eb-97f9-b644b70fde90', + 'SOUTHEASTASIA:20211111T082648Z:e5243913-d668-43e2-988e-080da007b7a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:41 GMT' + 'Thu, 11 Nov 2021 08:26:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6579,19 +6579,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11717', 'x-ms-request-id', - 'fe7cce41-8412-4ea2-a152-67035314a735', + 'bf5ade4f-e3e6-438f-9de2-bee0e5a90284', 'x-ms-correlation-request-id', - 'fe7cce41-8412-4ea2-a152-67035314a735', + 'bf5ade4f-e3e6-438f-9de2-bee0e5a90284', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033044Z:fe7cce41-8412-4ea2-a152-67035314a735', + 'SOUTHEASTASIA:20211111T082650Z:bf5ade4f-e3e6-438f-9de2-bee0e5a90284', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:43 GMT' + 'Thu, 11 Nov 2021 08:26:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6615,19 +6615,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11716', 'x-ms-request-id', - '6f835135-ead6-4e47-9319-d88112cbc60c', + 'f8ed001a-3e66-4e97-bd8c-d9cadb9d24c5', 'x-ms-correlation-request-id', - '6f835135-ead6-4e47-9319-d88112cbc60c', + 'f8ed001a-3e66-4e97-bd8c-d9cadb9d24c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033046Z:6f835135-ead6-4e47-9319-d88112cbc60c', + 'SOUTHEASTASIA:20211111T082653Z:f8ed001a-3e66-4e97-bd8c-d9cadb9d24c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:46 GMT' + 'Thu, 11 Nov 2021 08:26:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6651,19 +6651,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11715', 'x-ms-request-id', - '7399056c-a0ce-472f-a4b5-04d283b00a6a', + 'cbf8a33c-1e83-43df-8657-4e45f6d979f4', 'x-ms-correlation-request-id', - '7399056c-a0ce-472f-a4b5-04d283b00a6a', + 'cbf8a33c-1e83-43df-8657-4e45f6d979f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033048Z:7399056c-a0ce-472f-a4b5-04d283b00a6a', + 'SOUTHEASTASIA:20211111T082655Z:cbf8a33c-1e83-43df-8657-4e45f6d979f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:48 GMT' + 'Thu, 11 Nov 2021 08:26:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6687,19 +6687,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11714', 'x-ms-request-id', - '88cf1ebc-64b9-4f78-9983-bf71d7367433', + '09fdd771-dbe9-41fe-a233-f1f84f6c85b2', 'x-ms-correlation-request-id', - '88cf1ebc-64b9-4f78-9983-bf71d7367433', + '09fdd771-dbe9-41fe-a233-f1f84f6c85b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033051Z:88cf1ebc-64b9-4f78-9983-bf71d7367433', + 'SOUTHEASTASIA:20211111T082657Z:09fdd771-dbe9-41fe-a233-f1f84f6c85b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:50 GMT' + 'Thu, 11 Nov 2021 08:26:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6723,19 +6723,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11713', 'x-ms-request-id', - '1245b32d-d2aa-4bf6-9683-91c692e32a4b', + 'dec0d23c-92ed-4b51-ac7d-476ce5890009', 'x-ms-correlation-request-id', - '1245b32d-d2aa-4bf6-9683-91c692e32a4b', + 'dec0d23c-92ed-4b51-ac7d-476ce5890009', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033053Z:1245b32d-d2aa-4bf6-9683-91c692e32a4b', + 'SOUTHEASTASIA:20211111T082700Z:dec0d23c-92ed-4b51-ac7d-476ce5890009', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:53 GMT' + 'Thu, 11 Nov 2021 08:27:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6759,19 +6759,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11712', 'x-ms-request-id', - '12235698-58c4-4a6f-a1fe-ed2092692365', + '07b632c3-4791-4e93-bf96-4f110ca1a49f', 'x-ms-correlation-request-id', - '12235698-58c4-4a6f-a1fe-ed2092692365', + '07b632c3-4791-4e93-bf96-4f110ca1a49f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033055Z:12235698-58c4-4a6f-a1fe-ed2092692365', + 'SOUTHEASTASIA:20211111T082702Z:07b632c3-4791-4e93-bf96-4f110ca1a49f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:55 GMT' + 'Thu, 11 Nov 2021 08:27:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6795,19 +6795,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11711', 'x-ms-request-id', - '70d0b5de-f1c4-4b48-ace8-3505f81b8e1e', + 'ca317062-366d-468b-b226-2b5fecc7f166', 'x-ms-correlation-request-id', - '70d0b5de-f1c4-4b48-ace8-3505f81b8e1e', + 'ca317062-366d-468b-b226-2b5fecc7f166', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033058Z:70d0b5de-f1c4-4b48-ace8-3505f81b8e1e', + 'SOUTHEASTASIA:20211111T082704Z:ca317062-366d-468b-b226-2b5fecc7f166', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:30:57 GMT' + 'Thu, 11 Nov 2021 08:27:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6831,19 +6831,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11710', 'x-ms-request-id', - '59e909c8-bd29-4923-9fc9-999f15c58717', + '5212a85f-d24c-43df-8ce9-931cbaef59a9', 'x-ms-correlation-request-id', - '59e909c8-bd29-4923-9fc9-999f15c58717', + '5212a85f-d24c-43df-8ce9-931cbaef59a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033100Z:59e909c8-bd29-4923-9fc9-999f15c58717', + 'SOUTHEASTASIA:20211111T082707Z:5212a85f-d24c-43df-8ce9-931cbaef59a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:00 GMT' + 'Thu, 11 Nov 2021 08:27:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6867,19 +6867,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11709', 'x-ms-request-id', - 'a0b67f05-067a-46f1-8aed-a2b4073ccda4', + '9680583f-70b5-4ae9-ba23-267ee1c2965d', 'x-ms-correlation-request-id', - 'a0b67f05-067a-46f1-8aed-a2b4073ccda4', + '9680583f-70b5-4ae9-ba23-267ee1c2965d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033102Z:a0b67f05-067a-46f1-8aed-a2b4073ccda4', + 'SOUTHEASTASIA:20211111T082709Z:9680583f-70b5-4ae9-ba23-267ee1c2965d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:02 GMT' + 'Thu, 11 Nov 2021 08:27:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6903,19 +6903,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11708', 'x-ms-request-id', - '988841c0-7152-4425-b36b-b0e181842b70', + 'd51fe09c-4016-42f3-a141-0b0006237661', 'x-ms-correlation-request-id', - '988841c0-7152-4425-b36b-b0e181842b70', + 'd51fe09c-4016-42f3-a141-0b0006237661', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033105Z:988841c0-7152-4425-b36b-b0e181842b70', + 'SOUTHEASTASIA:20211111T082711Z:d51fe09c-4016-42f3-a141-0b0006237661', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:05 GMT' + 'Thu, 11 Nov 2021 08:27:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6939,19 +6939,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11707', 'x-ms-request-id', - 'de2ab0c3-1cc0-4095-9ee7-11cffe270c62', + '25458df7-800c-4a73-bee4-600dbc78d741', 'x-ms-correlation-request-id', - 'de2ab0c3-1cc0-4095-9ee7-11cffe270c62', + '25458df7-800c-4a73-bee4-600dbc78d741', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033108Z:de2ab0c3-1cc0-4095-9ee7-11cffe270c62', + 'SOUTHEASTASIA:20211111T082714Z:25458df7-800c-4a73-bee4-600dbc78d741', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:07 GMT' + 'Thu, 11 Nov 2021 08:27:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6975,19 +6975,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11706', 'x-ms-request-id', - 'a36a5686-5ed6-4c1d-b564-e3a40ccd0ee5', + '427a40f1-74d5-4c55-b727-cb86d1c6f6ef', 'x-ms-correlation-request-id', - 'a36a5686-5ed6-4c1d-b564-e3a40ccd0ee5', + '427a40f1-74d5-4c55-b727-cb86d1c6f6ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033110Z:a36a5686-5ed6-4c1d-b564-e3a40ccd0ee5', + 'SOUTHEASTASIA:20211111T082716Z:427a40f1-74d5-4c55-b727-cb86d1c6f6ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:09 GMT' + 'Thu, 11 Nov 2021 08:27:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7011,19 +7011,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11705', 'x-ms-request-id', - 'b722ff8f-5a37-4d8e-a391-26096d1b4057', + 'dd8d380f-fc35-4b89-b610-934d72a374f7', 'x-ms-correlation-request-id', - 'b722ff8f-5a37-4d8e-a391-26096d1b4057', + 'dd8d380f-fc35-4b89-b610-934d72a374f7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033113Z:b722ff8f-5a37-4d8e-a391-26096d1b4057', + 'SOUTHEASTASIA:20211111T082718Z:dd8d380f-fc35-4b89-b610-934d72a374f7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:12 GMT' + 'Thu, 11 Nov 2021 08:27:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7047,19 +7047,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11704', 'x-ms-request-id', - '7c9eeed2-2822-4246-8a63-10082bdc57b1', + '7f8a7d0f-a36e-4e5f-95f9-6370fcdb8f50', 'x-ms-correlation-request-id', - '7c9eeed2-2822-4246-8a63-10082bdc57b1', + '7f8a7d0f-a36e-4e5f-95f9-6370fcdb8f50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033115Z:7c9eeed2-2822-4246-8a63-10082bdc57b1', + 'SOUTHEASTASIA:20211111T082721Z:7f8a7d0f-a36e-4e5f-95f9-6370fcdb8f50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:14 GMT' + 'Thu, 11 Nov 2021 08:27:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7083,19 +7083,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11703', 'x-ms-request-id', - '38c9e98e-3079-4f95-8c7b-234ca9950349', + 'b92eb94e-083f-451c-ae5d-9c0189d9e0c4', 'x-ms-correlation-request-id', - '38c9e98e-3079-4f95-8c7b-234ca9950349', + 'b92eb94e-083f-451c-ae5d-9c0189d9e0c4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033117Z:38c9e98e-3079-4f95-8c7b-234ca9950349', + 'SOUTHEASTASIA:20211111T082723Z:b92eb94e-083f-451c-ae5d-9c0189d9e0c4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:17 GMT' + 'Thu, 11 Nov 2021 08:27:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7119,19 +7119,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11702', 'x-ms-request-id', - 'f1aa8d2e-1802-4f61-b24e-8a3623c56634', + '207ccdf3-4a07-4834-ac0c-1d3584c831a3', 'x-ms-correlation-request-id', - 'f1aa8d2e-1802-4f61-b24e-8a3623c56634', + '207ccdf3-4a07-4834-ac0c-1d3584c831a3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033120Z:f1aa8d2e-1802-4f61-b24e-8a3623c56634', + 'SOUTHEASTASIA:20211111T082725Z:207ccdf3-4a07-4834-ac0c-1d3584c831a3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:19 GMT' + 'Thu, 11 Nov 2021 08:27:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7155,19 +7155,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11701', 'x-ms-request-id', - 'b9b26223-083b-4e5d-b736-05e5ad7e7514', + 'b367a7e6-d0a6-4e28-8a4a-b1530ae97380', 'x-ms-correlation-request-id', - 'b9b26223-083b-4e5d-b736-05e5ad7e7514', + 'b367a7e6-d0a6-4e28-8a4a-b1530ae97380', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033122Z:b9b26223-083b-4e5d-b736-05e5ad7e7514', + 'SOUTHEASTASIA:20211111T082728Z:b367a7e6-d0a6-4e28-8a4a-b1530ae97380', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:21 GMT' + 'Thu, 11 Nov 2021 08:27:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7191,19 +7191,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11700', 'x-ms-request-id', - 'f0f6428e-be48-4eea-9f88-1503ef2fb9a9', + '69abefdb-4475-4865-a1a0-38dbbf808a30', 'x-ms-correlation-request-id', - 'f0f6428e-be48-4eea-9f88-1503ef2fb9a9', + '69abefdb-4475-4865-a1a0-38dbbf808a30', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033124Z:f0f6428e-be48-4eea-9f88-1503ef2fb9a9', + 'SOUTHEASTASIA:20211111T082730Z:69abefdb-4475-4865-a1a0-38dbbf808a30', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:24 GMT' + 'Thu, 11 Nov 2021 08:27:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7227,19 +7227,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11699', 'x-ms-request-id', - '927d4d1e-89bf-4234-b803-bb1e00f86984', + 'bfde8954-c692-49b9-ba41-532fe15ae46e', 'x-ms-correlation-request-id', - '927d4d1e-89bf-4234-b803-bb1e00f86984', + 'bfde8954-c692-49b9-ba41-532fe15ae46e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033127Z:927d4d1e-89bf-4234-b803-bb1e00f86984', + 'SOUTHEASTASIA:20211111T082732Z:bfde8954-c692-49b9-ba41-532fe15ae46e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:26 GMT' + 'Thu, 11 Nov 2021 08:27:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7263,19 +7263,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11698', 'x-ms-request-id', - 'fc2ff09d-6e05-48e4-9115-e8f0f17e3703', + '3ca34ead-0a7a-43fc-83b2-4384c6b61f5f', 'x-ms-correlation-request-id', - 'fc2ff09d-6e05-48e4-9115-e8f0f17e3703', + '3ca34ead-0a7a-43fc-83b2-4384c6b61f5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033129Z:fc2ff09d-6e05-48e4-9115-e8f0f17e3703', + 'SOUTHEASTASIA:20211111T082735Z:3ca34ead-0a7a-43fc-83b2-4384c6b61f5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:28 GMT' + 'Thu, 11 Nov 2021 08:27:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7299,19 +7299,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11697', 'x-ms-request-id', - '15fb88f6-ce2d-456a-8325-5924cded8b55', + '0986ae6c-064a-4559-b5a1-7b5da44647f4', 'x-ms-correlation-request-id', - '15fb88f6-ce2d-456a-8325-5924cded8b55', + '0986ae6c-064a-4559-b5a1-7b5da44647f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033131Z:15fb88f6-ce2d-456a-8325-5924cded8b55', + 'SOUTHEASTASIA:20211111T082737Z:0986ae6c-064a-4559-b5a1-7b5da44647f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:31 GMT' + 'Thu, 11 Nov 2021 08:27:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7335,19 +7335,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11696', 'x-ms-request-id', - '51021864-d31f-493c-8bc9-fe4e77bb6021', + '871d934a-1904-4aae-8f12-0149c63e18ed', 'x-ms-correlation-request-id', - '51021864-d31f-493c-8bc9-fe4e77bb6021', + '871d934a-1904-4aae-8f12-0149c63e18ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033134Z:51021864-d31f-493c-8bc9-fe4e77bb6021', + 'SOUTHEASTASIA:20211111T082739Z:871d934a-1904-4aae-8f12-0149c63e18ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:33 GMT' + 'Thu, 11 Nov 2021 08:27:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7371,19 +7371,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11695', 'x-ms-request-id', - 'e6bb7fd0-9a7d-4510-bf74-3307a4d855f8', + '61095966-3f95-4d39-94f5-0a9259933caf', 'x-ms-correlation-request-id', - 'e6bb7fd0-9a7d-4510-bf74-3307a4d855f8', + '61095966-3f95-4d39-94f5-0a9259933caf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033136Z:e6bb7fd0-9a7d-4510-bf74-3307a4d855f8', + 'SOUTHEASTASIA:20211111T082742Z:61095966-3f95-4d39-94f5-0a9259933caf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:35 GMT' + 'Thu, 11 Nov 2021 08:27:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7407,19 +7407,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11694', 'x-ms-request-id', - '597f481d-5e95-4942-918b-3538b6b57c07', + 'fdba07f8-cbf3-43e5-be17-952e6e3b78ba', 'x-ms-correlation-request-id', - '597f481d-5e95-4942-918b-3538b6b57c07', + 'fdba07f8-cbf3-43e5-be17-952e6e3b78ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033138Z:597f481d-5e95-4942-918b-3538b6b57c07', + 'SOUTHEASTASIA:20211111T082744Z:fdba07f8-cbf3-43e5-be17-952e6e3b78ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:38 GMT' + 'Thu, 11 Nov 2021 08:27:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7443,19 +7443,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11693', 'x-ms-request-id', - '0c0b11e4-d071-4a03-90bc-3839abccbc2e', + '4ef62ba8-03ac-44de-9ae8-c4570169b7dc', 'x-ms-correlation-request-id', - '0c0b11e4-d071-4a03-90bc-3839abccbc2e', + '4ef62ba8-03ac-44de-9ae8-c4570169b7dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033141Z:0c0b11e4-d071-4a03-90bc-3839abccbc2e', + 'SOUTHEASTASIA:20211111T082746Z:4ef62ba8-03ac-44de-9ae8-c4570169b7dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:40 GMT' + 'Thu, 11 Nov 2021 08:27:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7479,19 +7479,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11692', 'x-ms-request-id', - 'b58739a2-cb2a-4811-a2cc-a40925bf1ada', + '1c306b35-3094-403d-88fe-523ffa824538', 'x-ms-correlation-request-id', - 'b58739a2-cb2a-4811-a2cc-a40925bf1ada', + '1c306b35-3094-403d-88fe-523ffa824538', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033143Z:b58739a2-cb2a-4811-a2cc-a40925bf1ada', + 'SOUTHEASTASIA:20211111T082749Z:1c306b35-3094-403d-88fe-523ffa824538', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:42 GMT' + 'Thu, 11 Nov 2021 08:27:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7515,19 +7515,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11691', 'x-ms-request-id', - 'bd59ecd3-8a00-4c48-8e75-c0c4cc50d79d', + '546fc077-5856-4139-aaa6-288d2d3a0b20', 'x-ms-correlation-request-id', - 'bd59ecd3-8a00-4c48-8e75-c0c4cc50d79d', + '546fc077-5856-4139-aaa6-288d2d3a0b20', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033145Z:bd59ecd3-8a00-4c48-8e75-c0c4cc50d79d', + 'SOUTHEASTASIA:20211111T082752Z:546fc077-5856-4139-aaa6-288d2d3a0b20', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:45 GMT' + 'Thu, 11 Nov 2021 08:27:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7551,19 +7551,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11690', 'x-ms-request-id', - '696b2bf3-420e-4a8f-a5c0-abc01b040d50', + '1ad6033d-cd99-4950-aaa2-60f3da1ca992', 'x-ms-correlation-request-id', - '696b2bf3-420e-4a8f-a5c0-abc01b040d50', + '1ad6033d-cd99-4950-aaa2-60f3da1ca992', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033148Z:696b2bf3-420e-4a8f-a5c0-abc01b040d50', + 'SOUTHEASTASIA:20211111T082754Z:1ad6033d-cd99-4950-aaa2-60f3da1ca992', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:47 GMT' + 'Thu, 11 Nov 2021 08:27:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7587,19 +7587,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11689', 'x-ms-request-id', - '6ee40625-1cfa-4924-bb3e-560729532a09', + '3bfdb532-3be2-4afb-ba36-488413a71184', 'x-ms-correlation-request-id', - '6ee40625-1cfa-4924-bb3e-560729532a09', + '3bfdb532-3be2-4afb-ba36-488413a71184', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033150Z:6ee40625-1cfa-4924-bb3e-560729532a09', + 'SOUTHEASTASIA:20211111T082756Z:3bfdb532-3be2-4afb-ba36-488413a71184', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:49 GMT' + 'Thu, 11 Nov 2021 08:27:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7623,19 +7623,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11688', 'x-ms-request-id', - '9689d7b4-031b-4544-976d-0c7fc31b3881', + '1782b7b6-dd7a-48f1-bb6a-decb06605aee', 'x-ms-correlation-request-id', - '9689d7b4-031b-4544-976d-0c7fc31b3881', + '1782b7b6-dd7a-48f1-bb6a-decb06605aee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033152Z:9689d7b4-031b-4544-976d-0c7fc31b3881', + 'SOUTHEASTASIA:20211111T082759Z:1782b7b6-dd7a-48f1-bb6a-decb06605aee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:51 GMT' + 'Thu, 11 Nov 2021 08:27:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7659,19 +7659,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11687', 'x-ms-request-id', - '4c29e2ce-c638-45b3-a6c2-4c27ac578036', + 'fa6d7d69-0b25-4193-bfaf-a72f6562ae35', 'x-ms-correlation-request-id', - '4c29e2ce-c638-45b3-a6c2-4c27ac578036', + 'fa6d7d69-0b25-4193-bfaf-a72f6562ae35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033155Z:4c29e2ce-c638-45b3-a6c2-4c27ac578036', + 'SOUTHEASTASIA:20211111T082801Z:fa6d7d69-0b25-4193-bfaf-a72f6562ae35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:54 GMT' + 'Thu, 11 Nov 2021 08:28:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7695,19 +7695,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11686', 'x-ms-request-id', - 'd2d42cbb-0c1b-40f5-8491-68af856f459e', + '793269b2-d864-4e89-be22-16a33ed23643', 'x-ms-correlation-request-id', - 'd2d42cbb-0c1b-40f5-8491-68af856f459e', + '793269b2-d864-4e89-be22-16a33ed23643', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033157Z:d2d42cbb-0c1b-40f5-8491-68af856f459e', + 'SOUTHEASTASIA:20211111T082803Z:793269b2-d864-4e89-be22-16a33ed23643', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:56 GMT' + 'Thu, 11 Nov 2021 08:28:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7731,19 +7731,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11685', 'x-ms-request-id', - '67cf44f5-3453-47e5-82f0-b0139d1afdca', + 'e2dbf32a-44e0-43a3-9bc3-c725dde408cd', 'x-ms-correlation-request-id', - '67cf44f5-3453-47e5-82f0-b0139d1afdca', + 'e2dbf32a-44e0-43a3-9bc3-c725dde408cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033159Z:67cf44f5-3453-47e5-82f0-b0139d1afdca', + 'SOUTHEASTASIA:20211111T082806Z:e2dbf32a-44e0-43a3-9bc3-c725dde408cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:31:58 GMT' + 'Thu, 11 Nov 2021 08:28:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7767,19 +7767,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11684', 'x-ms-request-id', - '5333ef88-71e2-40a8-9c39-88a3d3fb2382', + '98212051-9803-4c9d-8b06-756803bddf3a', 'x-ms-correlation-request-id', - '5333ef88-71e2-40a8-9c39-88a3d3fb2382', + '98212051-9803-4c9d-8b06-756803bddf3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033202Z:5333ef88-71e2-40a8-9c39-88a3d3fb2382', + 'SOUTHEASTASIA:20211111T082808Z:98212051-9803-4c9d-8b06-756803bddf3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:01 GMT' + 'Thu, 11 Nov 2021 08:28:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7803,19 +7803,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11683', 'x-ms-request-id', - '3073fdb0-deb2-4227-a476-4961539b8d5f', + '9c6f759e-4eb3-4b9f-9b21-13cae6b0d510', 'x-ms-correlation-request-id', - '3073fdb0-deb2-4227-a476-4961539b8d5f', + '9c6f759e-4eb3-4b9f-9b21-13cae6b0d510', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033205Z:3073fdb0-deb2-4227-a476-4961539b8d5f', + 'SOUTHEASTASIA:20211111T082810Z:9c6f759e-4eb3-4b9f-9b21-13cae6b0d510', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:04 GMT' + 'Thu, 11 Nov 2021 08:28:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7839,19 +7839,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11682', 'x-ms-request-id', - '3d9c0b02-d800-434c-ba3c-89ff24bf2552', + '06ea7e7b-7010-41fa-8f7b-48e403aab6e9', 'x-ms-correlation-request-id', - '3d9c0b02-d800-434c-ba3c-89ff24bf2552', + '06ea7e7b-7010-41fa-8f7b-48e403aab6e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033207Z:3d9c0b02-d800-434c-ba3c-89ff24bf2552', + 'SOUTHEASTASIA:20211111T082812Z:06ea7e7b-7010-41fa-8f7b-48e403aab6e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:06 GMT' + 'Thu, 11 Nov 2021 08:28:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7875,19 +7875,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11681', 'x-ms-request-id', - 'd04a31ea-4c3f-472c-a29a-9f767a10b614', + '51845eb6-184a-4752-ad7e-8f1fb5b1f6bb', 'x-ms-correlation-request-id', - 'd04a31ea-4c3f-472c-a29a-9f767a10b614', + '51845eb6-184a-4752-ad7e-8f1fb5b1f6bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033209Z:d04a31ea-4c3f-472c-a29a-9f767a10b614', + 'SOUTHEASTASIA:20211111T082815Z:51845eb6-184a-4752-ad7e-8f1fb5b1f6bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:08 GMT' + 'Thu, 11 Nov 2021 08:28:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7911,19 +7911,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11680', 'x-ms-request-id', - '27fc2c26-2a36-464a-9b2b-d09117ea4ab7', + 'd8aaefbf-2707-474a-84eb-852f0a010f59', 'x-ms-correlation-request-id', - '27fc2c26-2a36-464a-9b2b-d09117ea4ab7', + 'd8aaefbf-2707-474a-84eb-852f0a010f59', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033212Z:27fc2c26-2a36-464a-9b2b-d09117ea4ab7', + 'SOUTHEASTASIA:20211111T082817Z:d8aaefbf-2707-474a-84eb-852f0a010f59', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:11 GMT' + 'Thu, 11 Nov 2021 08:28:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7947,19 +7947,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11679', 'x-ms-request-id', - '40049e9c-89d2-4940-8f19-bd3647723174', + '1d289cfb-f61b-44b6-bb5f-d943deff17c7', 'x-ms-correlation-request-id', - '40049e9c-89d2-4940-8f19-bd3647723174', + '1d289cfb-f61b-44b6-bb5f-d943deff17c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033214Z:40049e9c-89d2-4940-8f19-bd3647723174', + 'SOUTHEASTASIA:20211111T082819Z:1d289cfb-f61b-44b6-bb5f-d943deff17c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:13 GMT' + 'Thu, 11 Nov 2021 08:28:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7983,19 +7983,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11678', 'x-ms-request-id', - '30accc68-6a82-435f-b424-c2c14ae6c163', + '82ac9952-9028-43f0-9354-5df517c8d898', 'x-ms-correlation-request-id', - '30accc68-6a82-435f-b424-c2c14ae6c163', + '82ac9952-9028-43f0-9354-5df517c8d898', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033216Z:30accc68-6a82-435f-b424-c2c14ae6c163', + 'SOUTHEASTASIA:20211111T082822Z:82ac9952-9028-43f0-9354-5df517c8d898', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:15 GMT' + 'Thu, 11 Nov 2021 08:28:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8019,19 +8019,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11677', 'x-ms-request-id', - '58c6b6a2-249e-4a9c-8a6d-d4e9c68cd6b2', + '1566c67f-bac0-4692-8a65-9d2949cc2587', 'x-ms-correlation-request-id', - '58c6b6a2-249e-4a9c-8a6d-d4e9c68cd6b2', + '1566c67f-bac0-4692-8a65-9d2949cc2587', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033218Z:58c6b6a2-249e-4a9c-8a6d-d4e9c68cd6b2', + 'SOUTHEASTASIA:20211111T082825Z:1566c67f-bac0-4692-8a65-9d2949cc2587', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:17 GMT' + 'Thu, 11 Nov 2021 08:28:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8055,19 +8055,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11676', 'x-ms-request-id', - 'be71b1a8-f750-43cb-8e4b-4e7668a4c8ef', + '60b83d7b-7869-4543-8a0b-dbbf4627a37b', 'x-ms-correlation-request-id', - 'be71b1a8-f750-43cb-8e4b-4e7668a4c8ef', + '60b83d7b-7869-4543-8a0b-dbbf4627a37b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033221Z:be71b1a8-f750-43cb-8e4b-4e7668a4c8ef', + 'SOUTHEASTASIA:20211111T082827Z:60b83d7b-7869-4543-8a0b-dbbf4627a37b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:20 GMT' + 'Thu, 11 Nov 2021 08:28:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8091,19 +8091,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11675', 'x-ms-request-id', - '7064e8ed-5531-4aea-b66b-68e36ba675b9', + 'bef7f1d0-eb96-4595-8e89-1225fdb3d1da', 'x-ms-correlation-request-id', - '7064e8ed-5531-4aea-b66b-68e36ba675b9', + 'bef7f1d0-eb96-4595-8e89-1225fdb3d1da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033223Z:7064e8ed-5531-4aea-b66b-68e36ba675b9', + 'SOUTHEASTASIA:20211111T082829Z:bef7f1d0-eb96-4595-8e89-1225fdb3d1da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:23 GMT' + 'Thu, 11 Nov 2021 08:28:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8127,19 +8127,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11674', 'x-ms-request-id', - 'c50bfb59-3287-42e4-88af-085e2dafd074', + 'b492d2d9-e307-4150-a31e-91d2f7928781', 'x-ms-correlation-request-id', - 'c50bfb59-3287-42e4-88af-085e2dafd074', + 'b492d2d9-e307-4150-a31e-91d2f7928781', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033225Z:c50bfb59-3287-42e4-88af-085e2dafd074', + 'SOUTHEASTASIA:20211111T082832Z:b492d2d9-e307-4150-a31e-91d2f7928781', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:25 GMT' + 'Thu, 11 Nov 2021 08:28:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8163,19 +8163,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11673', 'x-ms-request-id', - '3e300bdd-8b2a-4e41-ae11-afd45cb4785a', + '53e1bde5-a2fc-4acc-95d2-aabe56ad2b34', 'x-ms-correlation-request-id', - '3e300bdd-8b2a-4e41-ae11-afd45cb4785a', + '53e1bde5-a2fc-4acc-95d2-aabe56ad2b34', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033228Z:3e300bdd-8b2a-4e41-ae11-afd45cb4785a', + 'SOUTHEASTASIA:20211111T082834Z:53e1bde5-a2fc-4acc-95d2-aabe56ad2b34', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:28 GMT' + 'Thu, 11 Nov 2021 08:28:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8199,19 +8199,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11672', 'x-ms-request-id', - '5782528e-c95b-46d6-987d-8c88cdce747a', + 'd84b9203-de72-4b43-85a1-d4f8cc0df967', 'x-ms-correlation-request-id', - '5782528e-c95b-46d6-987d-8c88cdce747a', + 'd84b9203-de72-4b43-85a1-d4f8cc0df967', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033230Z:5782528e-c95b-46d6-987d-8c88cdce747a', + 'SOUTHEASTASIA:20211111T082836Z:d84b9203-de72-4b43-85a1-d4f8cc0df967', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:30 GMT' + 'Thu, 11 Nov 2021 08:28:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8235,19 +8235,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11671', 'x-ms-request-id', - 'ae3e7983-53dd-44cc-b8ed-69ca0577914c', + '1416f883-fa34-4df6-8fef-5a28f765ccee', 'x-ms-correlation-request-id', - 'ae3e7983-53dd-44cc-b8ed-69ca0577914c', + '1416f883-fa34-4df6-8fef-5a28f765ccee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033232Z:ae3e7983-53dd-44cc-b8ed-69ca0577914c', + 'SOUTHEASTASIA:20211111T082839Z:1416f883-fa34-4df6-8fef-5a28f765ccee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:32 GMT' + 'Thu, 11 Nov 2021 08:28:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8271,19 +8271,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11670', 'x-ms-request-id', - '38ef6670-437c-413f-abab-3a87cc81e15f', + '70618483-fc18-450a-8ee0-0a43920dd60a', 'x-ms-correlation-request-id', - '38ef6670-437c-413f-abab-3a87cc81e15f', + '70618483-fc18-450a-8ee0-0a43920dd60a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033235Z:38ef6670-437c-413f-abab-3a87cc81e15f', + 'SOUTHEASTASIA:20211111T082841Z:70618483-fc18-450a-8ee0-0a43920dd60a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:35 GMT' + 'Thu, 11 Nov 2021 08:28:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8307,19 +8307,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11669', 'x-ms-request-id', - 'f62f7d3e-89e4-4061-a0fd-d8eaafa3c688', + 'da430ff7-0d1b-4a68-8d65-1ad7cd8c2c82', 'x-ms-correlation-request-id', - 'f62f7d3e-89e4-4061-a0fd-d8eaafa3c688', + 'da430ff7-0d1b-4a68-8d65-1ad7cd8c2c82', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033237Z:f62f7d3e-89e4-4061-a0fd-d8eaafa3c688', + 'SOUTHEASTASIA:20211111T082843Z:da430ff7-0d1b-4a68-8d65-1ad7cd8c2c82', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:37 GMT' + 'Thu, 11 Nov 2021 08:28:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8343,19 +8343,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11668', 'x-ms-request-id', - 'aca1ce9e-c446-4eb8-8e5f-23a7f4d87e84', + '0520ceb4-1e02-4821-ba7b-b62af4d40356', 'x-ms-correlation-request-id', - 'aca1ce9e-c446-4eb8-8e5f-23a7f4d87e84', + '0520ceb4-1e02-4821-ba7b-b62af4d40356', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033239Z:aca1ce9e-c446-4eb8-8e5f-23a7f4d87e84', + 'SOUTHEASTASIA:20211111T082846Z:0520ceb4-1e02-4821-ba7b-b62af4d40356', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:39 GMT' + 'Thu, 11 Nov 2021 08:28:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8379,19 +8379,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11667', 'x-ms-request-id', - 'ce11533c-21a2-44d5-8372-74cabfa99fd7', + 'd49425fa-e5a7-4bab-bed9-b4ba319a3958', 'x-ms-correlation-request-id', - 'ce11533c-21a2-44d5-8372-74cabfa99fd7', + 'd49425fa-e5a7-4bab-bed9-b4ba319a3958', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033242Z:ce11533c-21a2-44d5-8372-74cabfa99fd7', + 'SOUTHEASTASIA:20211111T082848Z:d49425fa-e5a7-4bab-bed9-b4ba319a3958', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:42 GMT' + 'Thu, 11 Nov 2021 08:28:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8415,19 +8415,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11666', 'x-ms-request-id', - '4a3ba515-7cb8-45a5-91c1-017dcff6a23e', + '239f20fb-b392-4823-aca9-91e292059f00', 'x-ms-correlation-request-id', - '4a3ba515-7cb8-45a5-91c1-017dcff6a23e', + '239f20fb-b392-4823-aca9-91e292059f00', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033244Z:4a3ba515-7cb8-45a5-91c1-017dcff6a23e', + 'SOUTHEASTASIA:20211111T082850Z:239f20fb-b392-4823-aca9-91e292059f00', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:44 GMT' + 'Thu, 11 Nov 2021 08:28:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8451,19 +8451,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11665', 'x-ms-request-id', - '58e50888-3d03-4551-bda2-b507ace814ad', + 'ae12fae4-5946-4255-9e65-4d8f8c8c17fb', 'x-ms-correlation-request-id', - '58e50888-3d03-4551-bda2-b507ace814ad', + 'ae12fae4-5946-4255-9e65-4d8f8c8c17fb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033246Z:58e50888-3d03-4551-bda2-b507ace814ad', + 'SOUTHEASTASIA:20211111T082853Z:ae12fae4-5946-4255-9e65-4d8f8c8c17fb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:46 GMT' + 'Thu, 11 Nov 2021 08:28:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8487,19 +8487,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11664', 'x-ms-request-id', - '850fe680-54c8-486d-9b7d-4bdee18c1c17', + '10f626a9-69b0-4226-bc63-b83b448d1456', 'x-ms-correlation-request-id', - '850fe680-54c8-486d-9b7d-4bdee18c1c17', + '10f626a9-69b0-4226-bc63-b83b448d1456', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033249Z:850fe680-54c8-486d-9b7d-4bdee18c1c17', + 'SOUTHEASTASIA:20211111T082855Z:10f626a9-69b0-4226-bc63-b83b448d1456', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:49 GMT' + 'Thu, 11 Nov 2021 08:28:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8523,19 +8523,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11663', 'x-ms-request-id', - '4c070bd9-8603-452a-b62b-5b34edcf9387', + 'f4351796-eed7-4566-b6a4-ed837e9afc51', 'x-ms-correlation-request-id', - '4c070bd9-8603-452a-b62b-5b34edcf9387', + 'f4351796-eed7-4566-b6a4-ed837e9afc51', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033251Z:4c070bd9-8603-452a-b62b-5b34edcf9387', + 'SOUTHEASTASIA:20211111T082857Z:f4351796-eed7-4566-b6a4-ed837e9afc51', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:51 GMT' + 'Thu, 11 Nov 2021 08:28:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8559,19 +8559,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11662', 'x-ms-request-id', - 'e6bf0a2e-3e2b-4c5c-8667-6c2d7f590236', + '9e395351-7cc4-45a3-bc05-abf3ebe09345', 'x-ms-correlation-request-id', - 'e6bf0a2e-3e2b-4c5c-8667-6c2d7f590236', + '9e395351-7cc4-45a3-bc05-abf3ebe09345', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033253Z:e6bf0a2e-3e2b-4c5c-8667-6c2d7f590236', + 'SOUTHEASTASIA:20211111T082900Z:9e395351-7cc4-45a3-bc05-abf3ebe09345', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:53 GMT' + 'Thu, 11 Nov 2021 08:28:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8595,19 +8595,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11661', 'x-ms-request-id', - 'be18bc35-a3cb-48c8-a2ed-f6e95fdcfb8a', + '155ac6b4-8068-46d2-85d7-fae5d6117f56', 'x-ms-correlation-request-id', - 'be18bc35-a3cb-48c8-a2ed-f6e95fdcfb8a', + '155ac6b4-8068-46d2-85d7-fae5d6117f56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033256Z:be18bc35-a3cb-48c8-a2ed-f6e95fdcfb8a', + 'SOUTHEASTASIA:20211111T082902Z:155ac6b4-8068-46d2-85d7-fae5d6117f56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:55 GMT' + 'Thu, 11 Nov 2021 08:29:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8631,19 +8631,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11660', 'x-ms-request-id', - '48cbae23-7291-4845-9987-0c84ec01e273', + '51367d9e-6fa4-4661-90cf-ec4ce986662e', 'x-ms-correlation-request-id', - '48cbae23-7291-4845-9987-0c84ec01e273', + '51367d9e-6fa4-4661-90cf-ec4ce986662e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033258Z:48cbae23-7291-4845-9987-0c84ec01e273', + 'SOUTHEASTASIA:20211111T082904Z:51367d9e-6fa4-4661-90cf-ec4ce986662e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:32:58 GMT' + 'Thu, 11 Nov 2021 08:29:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8667,19 +8667,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11659', 'x-ms-request-id', - 'ae52e5d5-d4e4-46ef-a399-8dbaa3c6f4c5', + 'a7cf2620-968a-4457-9493-9e164796431e', 'x-ms-correlation-request-id', - 'ae52e5d5-d4e4-46ef-a399-8dbaa3c6f4c5', + 'a7cf2620-968a-4457-9493-9e164796431e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033300Z:ae52e5d5-d4e4-46ef-a399-8dbaa3c6f4c5', + 'SOUTHEASTASIA:20211111T082907Z:a7cf2620-968a-4457-9493-9e164796431e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:00 GMT' + 'Thu, 11 Nov 2021 08:29:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8703,19 +8703,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11658', 'x-ms-request-id', - '7b44daff-f648-4eea-8bac-b4fbb198e126', + '9eb28ded-d8bb-4f91-b569-e5e8d7424fbe', 'x-ms-correlation-request-id', - '7b44daff-f648-4eea-8bac-b4fbb198e126', + '9eb28ded-d8bb-4f91-b569-e5e8d7424fbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033303Z:7b44daff-f648-4eea-8bac-b4fbb198e126', + 'SOUTHEASTASIA:20211111T082909Z:9eb28ded-d8bb-4f91-b569-e5e8d7424fbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:02 GMT' + 'Thu, 11 Nov 2021 08:29:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8739,19 +8739,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11657', 'x-ms-request-id', - 'b9a1176f-b1db-4022-b6a4-95fd7666b2ee', + '21fc91a0-a86e-438a-84e6-2d4ba81a1369', 'x-ms-correlation-request-id', - 'b9a1176f-b1db-4022-b6a4-95fd7666b2ee', + '21fc91a0-a86e-438a-84e6-2d4ba81a1369', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033305Z:b9a1176f-b1db-4022-b6a4-95fd7666b2ee', + 'SOUTHEASTASIA:20211111T082911Z:21fc91a0-a86e-438a-84e6-2d4ba81a1369', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:05 GMT' + 'Thu, 11 Nov 2021 08:29:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8775,19 +8775,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11656', 'x-ms-request-id', - '1ff953dd-a46a-4464-af08-a7595fa0095a', + '895fd1bb-9c30-4de0-a68b-46058664bab4', 'x-ms-correlation-request-id', - '1ff953dd-a46a-4464-af08-a7595fa0095a', + '895fd1bb-9c30-4de0-a68b-46058664bab4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033308Z:1ff953dd-a46a-4464-af08-a7595fa0095a', + 'SOUTHEASTASIA:20211111T082914Z:895fd1bb-9c30-4de0-a68b-46058664bab4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:08 GMT' + 'Thu, 11 Nov 2021 08:29:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8811,19 +8811,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11655', 'x-ms-request-id', - 'bd6df1f3-dd64-4a4f-ba7b-fbe6d1814394', + '81322178-34ec-432a-8d54-b3c0b8082638', 'x-ms-correlation-request-id', - 'bd6df1f3-dd64-4a4f-ba7b-fbe6d1814394', + '81322178-34ec-432a-8d54-b3c0b8082638', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033310Z:bd6df1f3-dd64-4a4f-ba7b-fbe6d1814394', + 'SOUTHEASTASIA:20211111T082916Z:81322178-34ec-432a-8d54-b3c0b8082638', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:10 GMT' + 'Thu, 11 Nov 2021 08:29:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8847,19 +8847,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11654', 'x-ms-request-id', - 'bdd5fc0f-6df5-4d98-a596-b8867edf86a3', + '4893ec4e-3420-4471-94c6-8d9cfc1bdc1d', 'x-ms-correlation-request-id', - 'bdd5fc0f-6df5-4d98-a596-b8867edf86a3', + '4893ec4e-3420-4471-94c6-8d9cfc1bdc1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033313Z:bdd5fc0f-6df5-4d98-a596-b8867edf86a3', + 'SOUTHEASTASIA:20211111T082918Z:4893ec4e-3420-4471-94c6-8d9cfc1bdc1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:12 GMT' + 'Thu, 11 Nov 2021 08:29:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8883,19 +8883,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11653', 'x-ms-request-id', - 'fa947143-524c-43d0-b7fb-9325b9deb0f8', + '76ba2780-b9c7-4f48-a8bc-4099af63131a', 'x-ms-correlation-request-id', - 'fa947143-524c-43d0-b7fb-9325b9deb0f8', + '76ba2780-b9c7-4f48-a8bc-4099af63131a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033315Z:fa947143-524c-43d0-b7fb-9325b9deb0f8', + 'SOUTHEASTASIA:20211111T082921Z:76ba2780-b9c7-4f48-a8bc-4099af63131a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:15 GMT' + 'Thu, 11 Nov 2021 08:29:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8919,19 +8919,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11652', 'x-ms-request-id', - '05dd1362-2039-4aa1-a536-c192aa1c9ea3', + '27b9322f-23a2-492a-8ce0-26cff5451e5f', 'x-ms-correlation-request-id', - '05dd1362-2039-4aa1-a536-c192aa1c9ea3', + '27b9322f-23a2-492a-8ce0-26cff5451e5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033317Z:05dd1362-2039-4aa1-a536-c192aa1c9ea3', + 'SOUTHEASTASIA:20211111T082924Z:27b9322f-23a2-492a-8ce0-26cff5451e5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:17 GMT' + 'Thu, 11 Nov 2021 08:29:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8955,19 +8955,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11651', 'x-ms-request-id', - 'd2010b61-f13b-4a92-811e-de4c3fae4147', + '40d7a822-630e-430f-a183-9a9c829e88f3', 'x-ms-correlation-request-id', - 'd2010b61-f13b-4a92-811e-de4c3fae4147', + '40d7a822-630e-430f-a183-9a9c829e88f3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033320Z:d2010b61-f13b-4a92-811e-de4c3fae4147', + 'SOUTHEASTASIA:20211111T082926Z:40d7a822-630e-430f-a183-9a9c829e88f3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:19 GMT' + 'Thu, 11 Nov 2021 08:29:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8991,19 +8991,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11650', 'x-ms-request-id', - '4adacab2-e916-42bd-bd34-727a593a123a', + '77bd065d-6caf-478a-8f94-c8a443c64d1e', 'x-ms-correlation-request-id', - '4adacab2-e916-42bd-bd34-727a593a123a', + '77bd065d-6caf-478a-8f94-c8a443c64d1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033322Z:4adacab2-e916-42bd-bd34-727a593a123a', + 'SOUTHEASTASIA:20211111T082928Z:77bd065d-6caf-478a-8f94-c8a443c64d1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:22 GMT' + 'Thu, 11 Nov 2021 08:29:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9027,19 +9027,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11649', 'x-ms-request-id', - 'b8f41138-7b62-468d-9397-48e24d550c79', + '79400682-9725-4fd9-8fbe-797cd8fc3be4', 'x-ms-correlation-request-id', - 'b8f41138-7b62-468d-9397-48e24d550c79', + '79400682-9725-4fd9-8fbe-797cd8fc3be4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033324Z:b8f41138-7b62-468d-9397-48e24d550c79', + 'SOUTHEASTASIA:20211111T082930Z:79400682-9725-4fd9-8fbe-797cd8fc3be4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:24 GMT' + 'Thu, 11 Nov 2021 08:29:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9063,19 +9063,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11648', 'x-ms-request-id', - 'e2f21967-c812-4e2f-86bb-52883b5dd1e4', + 'ef3280f5-70f9-4c99-be2d-3515a06cc396', 'x-ms-correlation-request-id', - 'e2f21967-c812-4e2f-86bb-52883b5dd1e4', + 'ef3280f5-70f9-4c99-be2d-3515a06cc396', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033327Z:e2f21967-c812-4e2f-86bb-52883b5dd1e4', + 'SOUTHEASTASIA:20211111T082933Z:ef3280f5-70f9-4c99-be2d-3515a06cc396', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:26 GMT' + 'Thu, 11 Nov 2021 08:29:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9099,19 +9099,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11647', 'x-ms-request-id', - '1765aa09-ee28-4c8b-970f-fd92afd078e6', + 'ae3bd9bc-f659-4f71-907d-0624b6a927d6', 'x-ms-correlation-request-id', - '1765aa09-ee28-4c8b-970f-fd92afd078e6', + 'ae3bd9bc-f659-4f71-907d-0624b6a927d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033329Z:1765aa09-ee28-4c8b-970f-fd92afd078e6', + 'SOUTHEASTASIA:20211111T082935Z:ae3bd9bc-f659-4f71-907d-0624b6a927d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:29 GMT' + 'Thu, 11 Nov 2021 08:29:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9135,19 +9135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11646', 'x-ms-request-id', - '7692821d-7723-4d04-85e4-6d6161758a24', + '16bb7e20-cbbc-4f76-bf0a-99687c975786', 'x-ms-correlation-request-id', - '7692821d-7723-4d04-85e4-6d6161758a24', + '16bb7e20-cbbc-4f76-bf0a-99687c975786', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033331Z:7692821d-7723-4d04-85e4-6d6161758a24', + 'SOUTHEASTASIA:20211111T082937Z:16bb7e20-cbbc-4f76-bf0a-99687c975786', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:31 GMT' + 'Thu, 11 Nov 2021 08:29:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9171,19 +9171,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11645', 'x-ms-request-id', - 'cfa6f5fb-c92c-4034-bc0c-9c54ab4fb9cb', + '05a793d5-1704-425a-8a9c-9ae226d91692', 'x-ms-correlation-request-id', - 'cfa6f5fb-c92c-4034-bc0c-9c54ab4fb9cb', + '05a793d5-1704-425a-8a9c-9ae226d91692', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033334Z:cfa6f5fb-c92c-4034-bc0c-9c54ab4fb9cb', + 'SOUTHEASTASIA:20211111T082940Z:05a793d5-1704-425a-8a9c-9ae226d91692', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:33 GMT' + 'Thu, 11 Nov 2021 08:29:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9207,19 +9207,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11644', 'x-ms-request-id', - '14655a0e-c00a-4d1e-ab0a-1de5c8368c1f', + '72610fb5-b0c2-4d4c-b200-c73d3c39844d', 'x-ms-correlation-request-id', - '14655a0e-c00a-4d1e-ab0a-1de5c8368c1f', + '72610fb5-b0c2-4d4c-b200-c73d3c39844d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033336Z:14655a0e-c00a-4d1e-ab0a-1de5c8368c1f', + 'SOUTHEASTASIA:20211111T082942Z:72610fb5-b0c2-4d4c-b200-c73d3c39844d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:36 GMT' + 'Thu, 11 Nov 2021 08:29:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9243,19 +9243,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11643', 'x-ms-request-id', - '4aaba91f-c1ff-4a49-ab1e-fb59d9e7f07b', + '10e60484-937d-425b-9c93-8b7481242f40', 'x-ms-correlation-request-id', - '4aaba91f-c1ff-4a49-ab1e-fb59d9e7f07b', + '10e60484-937d-425b-9c93-8b7481242f40', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033338Z:4aaba91f-c1ff-4a49-ab1e-fb59d9e7f07b', + 'SOUTHEASTASIA:20211111T082945Z:10e60484-937d-425b-9c93-8b7481242f40', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:38 GMT' + 'Thu, 11 Nov 2021 08:29:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9279,19 +9279,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11642', 'x-ms-request-id', - '687339b8-1d15-4e36-a499-faefa8d1cc48', + 'dd5288b1-d077-4d4a-a8a1-8082a4081d8b', 'x-ms-correlation-request-id', - '687339b8-1d15-4e36-a499-faefa8d1cc48', + 'dd5288b1-d077-4d4a-a8a1-8082a4081d8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033341Z:687339b8-1d15-4e36-a499-faefa8d1cc48', + 'SOUTHEASTASIA:20211111T082947Z:dd5288b1-d077-4d4a-a8a1-8082a4081d8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:40 GMT' + 'Thu, 11 Nov 2021 08:29:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9315,19 +9315,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11641', 'x-ms-request-id', - '5bd8e442-73c1-4f46-828b-1628655aa9d7', + '6acab4ed-f2eb-4489-a37f-903c157e90a6', 'x-ms-correlation-request-id', - '5bd8e442-73c1-4f46-828b-1628655aa9d7', + '6acab4ed-f2eb-4489-a37f-903c157e90a6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033343Z:5bd8e442-73c1-4f46-828b-1628655aa9d7', + 'SOUTHEASTASIA:20211111T082949Z:6acab4ed-f2eb-4489-a37f-903c157e90a6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:43 GMT' + 'Thu, 11 Nov 2021 08:29:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9351,19 +9351,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11640', 'x-ms-request-id', - 'b5df2123-cd95-4a18-a5d0-a5be6d21b227', + 'c65b768b-ee3c-433b-a45e-1ccbbaffbbeb', 'x-ms-correlation-request-id', - 'b5df2123-cd95-4a18-a5d0-a5be6d21b227', + 'c65b768b-ee3c-433b-a45e-1ccbbaffbbeb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033345Z:b5df2123-cd95-4a18-a5d0-a5be6d21b227', + 'SOUTHEASTASIA:20211111T082951Z:c65b768b-ee3c-433b-a45e-1ccbbaffbbeb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:45 GMT' + 'Thu, 11 Nov 2021 08:29:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9387,19 +9387,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11639', 'x-ms-request-id', - '895b0e77-47eb-4fee-a4ea-7b84c105aa05', + '30b17305-007c-4a46-8b71-09bc2a9ddd62', 'x-ms-correlation-request-id', - '895b0e77-47eb-4fee-a4ea-7b84c105aa05', + '30b17305-007c-4a46-8b71-09bc2a9ddd62', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033348Z:895b0e77-47eb-4fee-a4ea-7b84c105aa05', + 'SOUTHEASTASIA:20211111T082954Z:30b17305-007c-4a46-8b71-09bc2a9ddd62', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:47 GMT' + 'Thu, 11 Nov 2021 08:29:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9423,19 +9423,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11638', 'x-ms-request-id', - '138e92c9-2e62-4b1c-b558-8ce4fcf57422', + '5c1c71ea-3d2b-4bf8-b2c8-b11c32ebd889', 'x-ms-correlation-request-id', - '138e92c9-2e62-4b1c-b558-8ce4fcf57422', + '5c1c71ea-3d2b-4bf8-b2c8-b11c32ebd889', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033350Z:138e92c9-2e62-4b1c-b558-8ce4fcf57422', + 'SOUTHEASTASIA:20211111T082956Z:5c1c71ea-3d2b-4bf8-b2c8-b11c32ebd889', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:50 GMT' + 'Thu, 11 Nov 2021 08:29:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9459,19 +9459,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11637', 'x-ms-request-id', - '48b8b64a-fca4-462e-b64d-00193b6c9bdc', + '9ff5bd47-3f64-472e-8378-d38d90b63113', 'x-ms-correlation-request-id', - '48b8b64a-fca4-462e-b64d-00193b6c9bdc', + '9ff5bd47-3f64-472e-8378-d38d90b63113', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033352Z:48b8b64a-fca4-462e-b64d-00193b6c9bdc', + 'SOUTHEASTASIA:20211111T082958Z:9ff5bd47-3f64-472e-8378-d38d90b63113', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:52 GMT' + 'Thu, 11 Nov 2021 08:29:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9495,19 +9495,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11636', 'x-ms-request-id', - '4c2e29a6-56bb-460f-8f44-fce1bd90ba4b', + '03e91420-cdb9-4664-90d5-b27dad19ba3a', 'x-ms-correlation-request-id', - '4c2e29a6-56bb-460f-8f44-fce1bd90ba4b', + '03e91420-cdb9-4664-90d5-b27dad19ba3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033355Z:4c2e29a6-56bb-460f-8f44-fce1bd90ba4b', + 'SOUTHEASTASIA:20211111T083001Z:03e91420-cdb9-4664-90d5-b27dad19ba3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:54 GMT' + 'Thu, 11 Nov 2021 08:30:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9531,19 +9531,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11635', 'x-ms-request-id', - '3ef78bc7-6973-4be4-a14e-50dacbbb0d73', + '235b9c6b-e410-4686-bb7c-d28f303b609d', 'x-ms-correlation-request-id', - '3ef78bc7-6973-4be4-a14e-50dacbbb0d73', + '235b9c6b-e410-4686-bb7c-d28f303b609d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033357Z:3ef78bc7-6973-4be4-a14e-50dacbbb0d73', + 'SOUTHEASTASIA:20211111T083003Z:235b9c6b-e410-4686-bb7c-d28f303b609d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:57 GMT' + 'Thu, 11 Nov 2021 08:30:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9567,19 +9567,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11634', 'x-ms-request-id', - '4d6f3fda-1d60-450d-93ea-5cd81d92f547', + 'bf3578fc-11a0-4a3f-b3b4-eb6e3224cec8', 'x-ms-correlation-request-id', - '4d6f3fda-1d60-450d-93ea-5cd81d92f547', + 'bf3578fc-11a0-4a3f-b3b4-eb6e3224cec8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033359Z:4d6f3fda-1d60-450d-93ea-5cd81d92f547', + 'SOUTHEASTASIA:20211111T083006Z:bf3578fc-11a0-4a3f-b3b4-eb6e3224cec8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:33:59 GMT' + 'Thu, 11 Nov 2021 08:30:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9603,19 +9603,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11633', 'x-ms-request-id', - '14fb5b7e-0f31-4559-85a4-90881f730736', + '30bd270b-a5a2-4514-af98-bf3ecaf70e71', 'x-ms-correlation-request-id', - '14fb5b7e-0f31-4559-85a4-90881f730736', + '30bd270b-a5a2-4514-af98-bf3ecaf70e71', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033402Z:14fb5b7e-0f31-4559-85a4-90881f730736', + 'SOUTHEASTASIA:20211111T083008Z:30bd270b-a5a2-4514-af98-bf3ecaf70e71', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:01 GMT' + 'Thu, 11 Nov 2021 08:30:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9639,19 +9639,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11632', 'x-ms-request-id', - 'bf0976ae-3eb7-43bc-a487-f8292ff3b0f9', + 'e6c0b6ca-3769-4a13-9652-6be69536c013', 'x-ms-correlation-request-id', - 'bf0976ae-3eb7-43bc-a487-f8292ff3b0f9', + 'e6c0b6ca-3769-4a13-9652-6be69536c013', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033404Z:bf0976ae-3eb7-43bc-a487-f8292ff3b0f9', + 'SOUTHEASTASIA:20211111T083010Z:e6c0b6ca-3769-4a13-9652-6be69536c013', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:03 GMT' + 'Thu, 11 Nov 2021 08:30:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9675,19 +9675,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11631', 'x-ms-request-id', - '23f2e3e6-c3d2-46ef-8c81-b8c89a102194', + 'f69a44f4-edbd-4fb7-a3ef-3c13623ed5ab', 'x-ms-correlation-request-id', - '23f2e3e6-c3d2-46ef-8c81-b8c89a102194', + 'f69a44f4-edbd-4fb7-a3ef-3c13623ed5ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033406Z:23f2e3e6-c3d2-46ef-8c81-b8c89a102194', + 'SOUTHEASTASIA:20211111T083013Z:f69a44f4-edbd-4fb7-a3ef-3c13623ed5ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:06 GMT' + 'Thu, 11 Nov 2021 08:30:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9711,19 +9711,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11630', 'x-ms-request-id', - '29b4bf4b-b2e7-45d6-9ec1-1c60e82184fe', + '0986400f-7117-41a3-9b34-c71f2d0e8cfd', 'x-ms-correlation-request-id', - '29b4bf4b-b2e7-45d6-9ec1-1c60e82184fe', + '0986400f-7117-41a3-9b34-c71f2d0e8cfd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033409Z:29b4bf4b-b2e7-45d6-9ec1-1c60e82184fe', + 'SOUTHEASTASIA:20211111T083015Z:0986400f-7117-41a3-9b34-c71f2d0e8cfd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:08 GMT' + 'Thu, 11 Nov 2021 08:30:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9747,19 +9747,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11629', 'x-ms-request-id', - 'd2644fa1-a251-4367-90a4-2de470ebca94', + 'b2bfff46-8365-4d8e-a4a7-737c7884f5b2', 'x-ms-correlation-request-id', - 'd2644fa1-a251-4367-90a4-2de470ebca94', + 'b2bfff46-8365-4d8e-a4a7-737c7884f5b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033411Z:d2644fa1-a251-4367-90a4-2de470ebca94', + 'SOUTHEASTASIA:20211111T083017Z:b2bfff46-8365-4d8e-a4a7-737c7884f5b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:10 GMT' + 'Thu, 11 Nov 2021 08:30:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9783,19 +9783,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11628', 'x-ms-request-id', - '51360920-2e54-4bf1-8375-57fba77db52f', + '7be25e90-ac74-446d-b95e-622ff3c82c10', 'x-ms-correlation-request-id', - '51360920-2e54-4bf1-8375-57fba77db52f', + '7be25e90-ac74-446d-b95e-622ff3c82c10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033413Z:51360920-2e54-4bf1-8375-57fba77db52f', + 'SOUTHEASTASIA:20211111T083020Z:7be25e90-ac74-446d-b95e-622ff3c82c10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:13 GMT' + 'Thu, 11 Nov 2021 08:30:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9819,19 +9819,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11627', 'x-ms-request-id', - '12947c2e-d454-4a65-9b3d-287140d287ac', + '113de088-8d0c-483a-9298-832c0076d9ed', 'x-ms-correlation-request-id', - '12947c2e-d454-4a65-9b3d-287140d287ac', + '113de088-8d0c-483a-9298-832c0076d9ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033416Z:12947c2e-d454-4a65-9b3d-287140d287ac', + 'SOUTHEASTASIA:20211111T083023Z:113de088-8d0c-483a-9298-832c0076d9ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:15 GMT' + 'Thu, 11 Nov 2021 08:30:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9855,19 +9855,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11626', 'x-ms-request-id', - '004dffc2-06b4-4054-b136-47d8c7058ae1', + 'fbf3dd7f-d8a4-4469-8d9f-8c988e4d81f3', 'x-ms-correlation-request-id', - '004dffc2-06b4-4054-b136-47d8c7058ae1', + 'fbf3dd7f-d8a4-4469-8d9f-8c988e4d81f3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033418Z:004dffc2-06b4-4054-b136-47d8c7058ae1', + 'SOUTHEASTASIA:20211111T083025Z:fbf3dd7f-d8a4-4469-8d9f-8c988e4d81f3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:17 GMT' + 'Thu, 11 Nov 2021 08:30:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9891,19 +9891,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11625', 'x-ms-request-id', - '426d2616-2de3-4af8-8240-5571801c4057', + 'bc3607b4-5c9e-47b8-b40a-19370e038994', 'x-ms-correlation-request-id', - '426d2616-2de3-4af8-8240-5571801c4057', + 'bc3607b4-5c9e-47b8-b40a-19370e038994', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033420Z:426d2616-2de3-4af8-8240-5571801c4057', + 'SOUTHEASTASIA:20211111T083027Z:bc3607b4-5c9e-47b8-b40a-19370e038994', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:20 GMT' + 'Thu, 11 Nov 2021 08:30:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9927,19 +9927,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11624', 'x-ms-request-id', - 'e3c7c83d-8961-49a0-bef1-d0c54ac19c0f', + '5da7a00c-4c96-499b-aaf2-05dd4ae68f11', 'x-ms-correlation-request-id', - 'e3c7c83d-8961-49a0-bef1-d0c54ac19c0f', + '5da7a00c-4c96-499b-aaf2-05dd4ae68f11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033423Z:e3c7c83d-8961-49a0-bef1-d0c54ac19c0f', + 'SOUTHEASTASIA:20211111T083030Z:5da7a00c-4c96-499b-aaf2-05dd4ae68f11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:22 GMT' + 'Thu, 11 Nov 2021 08:30:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9963,19 +9963,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11623', 'x-ms-request-id', - 'bfae491a-d483-43e8-ba39-a8904df280cd', + '36c583a9-1777-4948-8a32-5aa38b211e5f', 'x-ms-correlation-request-id', - 'bfae491a-d483-43e8-ba39-a8904df280cd', + '36c583a9-1777-4948-8a32-5aa38b211e5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033425Z:bfae491a-d483-43e8-ba39-a8904df280cd', + 'SOUTHEASTASIA:20211111T083032Z:36c583a9-1777-4948-8a32-5aa38b211e5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:24 GMT' + 'Thu, 11 Nov 2021 08:30:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9999,19 +9999,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11622', 'x-ms-request-id', - '28a44acf-05b6-4a42-a1e1-99e9b37dce24', + 'd0a0ba75-f1fb-4361-b979-72c0d32e5aed', 'x-ms-correlation-request-id', - '28a44acf-05b6-4a42-a1e1-99e9b37dce24', + 'd0a0ba75-f1fb-4361-b979-72c0d32e5aed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033427Z:28a44acf-05b6-4a42-a1e1-99e9b37dce24', + 'SOUTHEASTASIA:20211111T083034Z:d0a0ba75-f1fb-4361-b979-72c0d32e5aed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:27 GMT' + 'Thu, 11 Nov 2021 08:30:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10035,19 +10035,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11621', 'x-ms-request-id', - '1d97a4f5-5869-4a36-8c3d-e969f0bcfa9f', + 'cf11e087-68c2-4997-82c6-1fae120cb017', 'x-ms-correlation-request-id', - '1d97a4f5-5869-4a36-8c3d-e969f0bcfa9f', + 'cf11e087-68c2-4997-82c6-1fae120cb017', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033430Z:1d97a4f5-5869-4a36-8c3d-e969f0bcfa9f', + 'SOUTHEASTASIA:20211111T083037Z:cf11e087-68c2-4997-82c6-1fae120cb017', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:29 GMT' + 'Thu, 11 Nov 2021 08:30:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10071,19 +10071,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11620', 'x-ms-request-id', - 'df29644f-2196-47ff-9b0d-0006e060ae98', + 'fd4ed5fe-87a2-4c6c-9bf5-885f5acc3788', 'x-ms-correlation-request-id', - 'df29644f-2196-47ff-9b0d-0006e060ae98', + 'fd4ed5fe-87a2-4c6c-9bf5-885f5acc3788', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033432Z:df29644f-2196-47ff-9b0d-0006e060ae98', + 'SOUTHEASTASIA:20211111T083039Z:fd4ed5fe-87a2-4c6c-9bf5-885f5acc3788', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:31 GMT' + 'Thu, 11 Nov 2021 08:30:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10107,19 +10107,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11619', 'x-ms-request-id', - '3ba61c76-8ef1-4ead-86b9-63c9954fe8d9', + '8b615896-1c3c-4f0e-8af0-6a53b40adea4', 'x-ms-correlation-request-id', - '3ba61c76-8ef1-4ead-86b9-63c9954fe8d9', + '8b615896-1c3c-4f0e-8af0-6a53b40adea4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033434Z:3ba61c76-8ef1-4ead-86b9-63c9954fe8d9', + 'SOUTHEASTASIA:20211111T083041Z:8b615896-1c3c-4f0e-8af0-6a53b40adea4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:33 GMT' + 'Thu, 11 Nov 2021 08:30:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10143,19 +10143,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11618', 'x-ms-request-id', - '8a2a3ef1-2c74-4fdf-9d74-277b0ee1f94c', + '58b35565-26bd-43e7-bccf-18412d7a8d47', 'x-ms-correlation-request-id', - '8a2a3ef1-2c74-4fdf-9d74-277b0ee1f94c', + '58b35565-26bd-43e7-bccf-18412d7a8d47', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033437Z:8a2a3ef1-2c74-4fdf-9d74-277b0ee1f94c', + 'SOUTHEASTASIA:20211111T083044Z:58b35565-26bd-43e7-bccf-18412d7a8d47', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:36 GMT' + 'Thu, 11 Nov 2021 08:30:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10179,19 +10179,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11617', 'x-ms-request-id', - 'b022fe65-d4a3-4ac3-b666-c98ebc2fd27a', + '94269099-b316-48e7-bd95-4ac10062422c', 'x-ms-correlation-request-id', - 'b022fe65-d4a3-4ac3-b666-c98ebc2fd27a', + '94269099-b316-48e7-bd95-4ac10062422c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033439Z:b022fe65-d4a3-4ac3-b666-c98ebc2fd27a', + 'SOUTHEASTASIA:20211111T083046Z:94269099-b316-48e7-bd95-4ac10062422c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:38 GMT' + 'Thu, 11 Nov 2021 08:30:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10215,19 +10215,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11616', 'x-ms-request-id', - 'fc4d2ec6-aa78-4fdd-b971-8495857c9dd9', + '8012c095-b855-478c-8c8c-cf84c2e6323f', 'x-ms-correlation-request-id', - 'fc4d2ec6-aa78-4fdd-b971-8495857c9dd9', + '8012c095-b855-478c-8c8c-cf84c2e6323f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033441Z:fc4d2ec6-aa78-4fdd-b971-8495857c9dd9', + 'SOUTHEASTASIA:20211111T083048Z:8012c095-b855-478c-8c8c-cf84c2e6323f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:40 GMT' + 'Thu, 11 Nov 2021 08:30:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10251,19 +10251,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11615', 'x-ms-request-id', - '7146e739-52c4-4d2c-baca-754c85a57d29', + '502021da-5143-41b4-ab08-032c726e86f2', 'x-ms-correlation-request-id', - '7146e739-52c4-4d2c-baca-754c85a57d29', + '502021da-5143-41b4-ab08-032c726e86f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033444Z:7146e739-52c4-4d2c-baca-754c85a57d29', + 'SOUTHEASTASIA:20211111T083051Z:502021da-5143-41b4-ab08-032c726e86f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:43 GMT' + 'Thu, 11 Nov 2021 08:30:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10287,19 +10287,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11614', 'x-ms-request-id', - '7765544c-5b09-489c-bd7d-92e3609e13ff', + 'a2d60155-48f1-47f9-85c3-50f5addfe1b5', 'x-ms-correlation-request-id', - '7765544c-5b09-489c-bd7d-92e3609e13ff', + 'a2d60155-48f1-47f9-85c3-50f5addfe1b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033446Z:7765544c-5b09-489c-bd7d-92e3609e13ff', + 'SOUTHEASTASIA:20211111T083053Z:a2d60155-48f1-47f9-85c3-50f5addfe1b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:45 GMT' + 'Thu, 11 Nov 2021 08:30:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10323,19 +10323,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11613', 'x-ms-request-id', - '9ff9d604-1f71-45fd-8870-5afb3c6d7151', + '76ff0c7d-84bc-4d46-bb61-dd90496c2ff6', 'x-ms-correlation-request-id', - '9ff9d604-1f71-45fd-8870-5afb3c6d7151', + '76ff0c7d-84bc-4d46-bb61-dd90496c2ff6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033448Z:9ff9d604-1f71-45fd-8870-5afb3c6d7151', + 'SOUTHEASTASIA:20211111T083055Z:76ff0c7d-84bc-4d46-bb61-dd90496c2ff6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:47 GMT' + 'Thu, 11 Nov 2021 08:30:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10359,19 +10359,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11612', 'x-ms-request-id', - 'aa45ed55-4cd7-46e4-bb6e-264f78992beb', + 'dc65c2bf-946d-415f-915d-b179289c7675', 'x-ms-correlation-request-id', - 'aa45ed55-4cd7-46e4-bb6e-264f78992beb', + 'dc65c2bf-946d-415f-915d-b179289c7675', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033450Z:aa45ed55-4cd7-46e4-bb6e-264f78992beb', + 'SOUTHEASTASIA:20211111T083058Z:dc65c2bf-946d-415f-915d-b179289c7675', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:50 GMT' + 'Thu, 11 Nov 2021 08:30:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10395,19 +10395,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11611', 'x-ms-request-id', - '73284fc7-45d4-4a7d-a57f-dd491eb3682c', + '00e156b4-194a-4491-a597-33e01c94cf9f', 'x-ms-correlation-request-id', - '73284fc7-45d4-4a7d-a57f-dd491eb3682c', + '00e156b4-194a-4491-a597-33e01c94cf9f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033453Z:73284fc7-45d4-4a7d-a57f-dd491eb3682c', + 'SOUTHEASTASIA:20211111T083100Z:00e156b4-194a-4491-a597-33e01c94cf9f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:52 GMT' + 'Thu, 11 Nov 2021 08:30:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10431,19 +10431,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11610', 'x-ms-request-id', - 'd24fa97c-a785-46c6-bf0f-a57021f63c11', + '9e861bdf-4fd6-428b-b49c-b9aeb591cc10', 'x-ms-correlation-request-id', - 'd24fa97c-a785-46c6-bf0f-a57021f63c11', + '9e861bdf-4fd6-428b-b49c-b9aeb591cc10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033455Z:d24fa97c-a785-46c6-bf0f-a57021f63c11', + 'SOUTHEASTASIA:20211111T083102Z:9e861bdf-4fd6-428b-b49c-b9aeb591cc10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:54 GMT' + 'Thu, 11 Nov 2021 08:31:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10467,19 +10467,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11609', 'x-ms-request-id', - '7bad3d02-b0ac-4cc6-9db9-0318d0d4b9dc', + '98553e31-2d29-49a2-bfcb-cda4880769db', 'x-ms-correlation-request-id', - '7bad3d02-b0ac-4cc6-9db9-0318d0d4b9dc', + '98553e31-2d29-49a2-bfcb-cda4880769db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033457Z:7bad3d02-b0ac-4cc6-9db9-0318d0d4b9dc', + 'SOUTHEASTASIA:20211111T083104Z:98553e31-2d29-49a2-bfcb-cda4880769db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:57 GMT' + 'Thu, 11 Nov 2021 08:31:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10503,19 +10503,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11608', 'x-ms-request-id', - '5bd1b3d0-2661-4d03-aa4c-2824dd26acf0', + '342cadd0-42f2-4a72-b4aa-79d6da1c2471', 'x-ms-correlation-request-id', - '5bd1b3d0-2661-4d03-aa4c-2824dd26acf0', + '342cadd0-42f2-4a72-b4aa-79d6da1c2471', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033500Z:5bd1b3d0-2661-4d03-aa4c-2824dd26acf0', + 'SOUTHEASTASIA:20211111T083107Z:342cadd0-42f2-4a72-b4aa-79d6da1c2471', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:34:59 GMT' + 'Thu, 11 Nov 2021 08:31:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10539,19 +10539,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11607', 'x-ms-request-id', - '3d25981e-ea1d-46ad-8c16-dd3ffe4ae21e', + '11a844e2-5fd7-420a-8dce-51a2c24ce3d1', 'x-ms-correlation-request-id', - '3d25981e-ea1d-46ad-8c16-dd3ffe4ae21e', + '11a844e2-5fd7-420a-8dce-51a2c24ce3d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033502Z:3d25981e-ea1d-46ad-8c16-dd3ffe4ae21e', + 'SOUTHEASTASIA:20211111T083109Z:11a844e2-5fd7-420a-8dce-51a2c24ce3d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:01 GMT' + 'Thu, 11 Nov 2021 08:31:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10575,19 +10575,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11606', 'x-ms-request-id', - '7466ad72-fbfb-4c35-81d5-b0c79afd0717', + 'bfa23a2c-511f-42c4-bdfc-f76b63b775d4', 'x-ms-correlation-request-id', - '7466ad72-fbfb-4c35-81d5-b0c79afd0717', + 'bfa23a2c-511f-42c4-bdfc-f76b63b775d4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033504Z:7466ad72-fbfb-4c35-81d5-b0c79afd0717', + 'SOUTHEASTASIA:20211111T083111Z:bfa23a2c-511f-42c4-bdfc-f76b63b775d4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:03 GMT' + 'Thu, 11 Nov 2021 08:31:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10611,19 +10611,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11605', 'x-ms-request-id', - '5f26e5b9-f2aa-4ea8-8bad-3f2e14622954', + '213d71d3-7bd6-491c-8c30-caa26d7dffad', 'x-ms-correlation-request-id', - '5f26e5b9-f2aa-4ea8-8bad-3f2e14622954', + '213d71d3-7bd6-491c-8c30-caa26d7dffad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033507Z:5f26e5b9-f2aa-4ea8-8bad-3f2e14622954', + 'SOUTHEASTASIA:20211111T083114Z:213d71d3-7bd6-491c-8c30-caa26d7dffad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:06 GMT' + 'Thu, 11 Nov 2021 08:31:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10647,19 +10647,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11604', 'x-ms-request-id', - 'dbf41b7d-509b-4221-8d8a-7638ccbf38e1', + 'cabc1668-ccf7-4237-b58e-533e168faeb5', 'x-ms-correlation-request-id', - 'dbf41b7d-509b-4221-8d8a-7638ccbf38e1', + 'cabc1668-ccf7-4237-b58e-533e168faeb5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033509Z:dbf41b7d-509b-4221-8d8a-7638ccbf38e1', + 'SOUTHEASTASIA:20211111T083116Z:cabc1668-ccf7-4237-b58e-533e168faeb5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:08 GMT' + 'Thu, 11 Nov 2021 08:31:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10683,19 +10683,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11603', 'x-ms-request-id', - '61fd59d1-5767-41a7-89b8-3dc237682cff', + '4f4d61d4-58b3-4ecf-8fc2-01f717c6dda9', 'x-ms-correlation-request-id', - '61fd59d1-5767-41a7-89b8-3dc237682cff', + '4f4d61d4-58b3-4ecf-8fc2-01f717c6dda9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033511Z:61fd59d1-5767-41a7-89b8-3dc237682cff', + 'SOUTHEASTASIA:20211111T083118Z:4f4d61d4-58b3-4ecf-8fc2-01f717c6dda9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:11 GMT' + 'Thu, 11 Nov 2021 08:31:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10719,19 +10719,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11602', 'x-ms-request-id', - 'a08777b6-48d4-44c3-b57f-776864be300b', + 'b197c496-699b-4f81-b9f8-e5053bbd742a', 'x-ms-correlation-request-id', - 'a08777b6-48d4-44c3-b57f-776864be300b', + 'b197c496-699b-4f81-b9f8-e5053bbd742a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033514Z:a08777b6-48d4-44c3-b57f-776864be300b', + 'SOUTHEASTASIA:20211111T083121Z:b197c496-699b-4f81-b9f8-e5053bbd742a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:14 GMT' + 'Thu, 11 Nov 2021 08:31:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10755,19 +10755,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11601', 'x-ms-request-id', - '179d5e66-7455-49de-aee5-11f2c61a1001', + '455d288d-119d-4b8c-951a-e1cc7fd5ddff', 'x-ms-correlation-request-id', - '179d5e66-7455-49de-aee5-11f2c61a1001', + '455d288d-119d-4b8c-951a-e1cc7fd5ddff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033516Z:179d5e66-7455-49de-aee5-11f2c61a1001', + 'SOUTHEASTASIA:20211111T083124Z:455d288d-119d-4b8c-951a-e1cc7fd5ddff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:16 GMT' + 'Thu, 11 Nov 2021 08:31:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10791,19 +10791,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11600', 'x-ms-request-id', - '7b6ee0c6-b456-4464-ab1f-90a71cc53d2a', + 'e942c44b-6939-4973-a796-37b05f537768', 'x-ms-correlation-request-id', - '7b6ee0c6-b456-4464-ab1f-90a71cc53d2a', + 'e942c44b-6939-4973-a796-37b05f537768', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033518Z:7b6ee0c6-b456-4464-ab1f-90a71cc53d2a', + 'SOUTHEASTASIA:20211111T083126Z:e942c44b-6939-4973-a796-37b05f537768', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:18 GMT' + 'Thu, 11 Nov 2021 08:31:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10827,19 +10827,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11599', 'x-ms-request-id', - '6ec4e8e2-cc16-4b7c-9f07-4fe6538759ea', + 'ff8a1d63-f7c4-4075-9818-df946a6eef02', 'x-ms-correlation-request-id', - '6ec4e8e2-cc16-4b7c-9f07-4fe6538759ea', + 'ff8a1d63-f7c4-4075-9818-df946a6eef02', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033521Z:6ec4e8e2-cc16-4b7c-9f07-4fe6538759ea', + 'SOUTHEASTASIA:20211111T083128Z:ff8a1d63-f7c4-4075-9818-df946a6eef02', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:20 GMT' + 'Thu, 11 Nov 2021 08:31:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10863,19 +10863,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11598', 'x-ms-request-id', - '325e5b79-48a2-48a2-bf35-afcf0ed90969', + '1bf814c2-fa45-401b-b76d-e586ee7f9559', 'x-ms-correlation-request-id', - '325e5b79-48a2-48a2-bf35-afcf0ed90969', + '1bf814c2-fa45-401b-b76d-e586ee7f9559', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033523Z:325e5b79-48a2-48a2-bf35-afcf0ed90969', + 'SOUTHEASTASIA:20211111T083131Z:1bf814c2-fa45-401b-b76d-e586ee7f9559', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:23 GMT' + 'Thu, 11 Nov 2021 08:31:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10899,19 +10899,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11597', 'x-ms-request-id', - 'a2098d04-cb30-4f31-a0d3-55e525600eec', + '164ab330-4667-4684-97ce-fce653d9c5f5', 'x-ms-correlation-request-id', - 'a2098d04-cb30-4f31-a0d3-55e525600eec', + '164ab330-4667-4684-97ce-fce653d9c5f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033525Z:a2098d04-cb30-4f31-a0d3-55e525600eec', + 'SOUTHEASTASIA:20211111T083133Z:164ab330-4667-4684-97ce-fce653d9c5f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:25 GMT' + 'Thu, 11 Nov 2021 08:31:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10935,19 +10935,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11596', 'x-ms-request-id', - 'd8d83390-d5cf-4373-907a-1bf50d1a153c', + 'ebc23c79-2dc3-4d68-8e96-6b9eb694e827', 'x-ms-correlation-request-id', - 'd8d83390-d5cf-4373-907a-1bf50d1a153c', + 'ebc23c79-2dc3-4d68-8e96-6b9eb694e827', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033528Z:d8d83390-d5cf-4373-907a-1bf50d1a153c', + 'SOUTHEASTASIA:20211111T083135Z:ebc23c79-2dc3-4d68-8e96-6b9eb694e827', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:27 GMT' + 'Thu, 11 Nov 2021 08:31:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10971,19 +10971,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11595', 'x-ms-request-id', - 'f8247ff6-52b0-4400-9c2b-9340f069a45d', + '57657bcd-8558-4511-b2d5-f8dd351d9770', 'x-ms-correlation-request-id', - 'f8247ff6-52b0-4400-9c2b-9340f069a45d', + '57657bcd-8558-4511-b2d5-f8dd351d9770', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033530Z:f8247ff6-52b0-4400-9c2b-9340f069a45d', + 'SOUTHEASTASIA:20211111T083138Z:57657bcd-8558-4511-b2d5-f8dd351d9770', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:30 GMT' + 'Thu, 11 Nov 2021 08:31:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11007,19 +11007,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11594', 'x-ms-request-id', - '1fe3cb4a-b97b-4adf-b9f5-842b9dee3f74', + '2aaa176d-31d9-4377-94de-5c8ced7476e9', 'x-ms-correlation-request-id', - '1fe3cb4a-b97b-4adf-b9f5-842b9dee3f74', + '2aaa176d-31d9-4377-94de-5c8ced7476e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033532Z:1fe3cb4a-b97b-4adf-b9f5-842b9dee3f74', + 'SOUTHEASTASIA:20211111T083140Z:2aaa176d-31d9-4377-94de-5c8ced7476e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:32 GMT' + 'Thu, 11 Nov 2021 08:31:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11043,19 +11043,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11593', 'x-ms-request-id', - '624607a6-2d43-4b09-a0de-92a94ab3b036', + '24803f02-563c-4e96-9c0b-182e9f245cdb', 'x-ms-correlation-request-id', - '624607a6-2d43-4b09-a0de-92a94ab3b036', + '24803f02-563c-4e96-9c0b-182e9f245cdb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033535Z:624607a6-2d43-4b09-a0de-92a94ab3b036', + 'SOUTHEASTASIA:20211111T083142Z:24803f02-563c-4e96-9c0b-182e9f245cdb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:34 GMT' + 'Thu, 11 Nov 2021 08:31:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11079,19 +11079,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11592', 'x-ms-request-id', - '02cab765-117d-4e07-9e7b-b51505719b71', + '47c970af-7a6a-4163-8543-f97b808e16da', 'x-ms-correlation-request-id', - '02cab765-117d-4e07-9e7b-b51505719b71', + '47c970af-7a6a-4163-8543-f97b808e16da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033537Z:02cab765-117d-4e07-9e7b-b51505719b71', + 'SOUTHEASTASIA:20211111T083145Z:47c970af-7a6a-4163-8543-f97b808e16da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:37 GMT' + 'Thu, 11 Nov 2021 08:31:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11115,19 +11115,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11591', 'x-ms-request-id', - 'f837baf6-ff90-4602-94ec-cd0c216b348b', + '0878b8f3-5026-43be-a0d1-48f39e0c1ad6', 'x-ms-correlation-request-id', - 'f837baf6-ff90-4602-94ec-cd0c216b348b', + '0878b8f3-5026-43be-a0d1-48f39e0c1ad6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033539Z:f837baf6-ff90-4602-94ec-cd0c216b348b', + 'SOUTHEASTASIA:20211111T083147Z:0878b8f3-5026-43be-a0d1-48f39e0c1ad6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:39 GMT' + 'Thu, 11 Nov 2021 08:31:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11151,19 +11151,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11590', 'x-ms-request-id', - '553e971b-4041-4dbe-9ff2-bacedd15c891', + '692e6324-d6ab-45c3-be5a-a82d17471aaf', 'x-ms-correlation-request-id', - '553e971b-4041-4dbe-9ff2-bacedd15c891', + '692e6324-d6ab-45c3-be5a-a82d17471aaf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033542Z:553e971b-4041-4dbe-9ff2-bacedd15c891', + 'SOUTHEASTASIA:20211111T083149Z:692e6324-d6ab-45c3-be5a-a82d17471aaf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:41 GMT' + 'Thu, 11 Nov 2021 08:31:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11187,19 +11187,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11589', 'x-ms-request-id', - 'b027ac7c-05d0-47b4-b843-6a22967b3751', + 'b8313063-feb2-4d32-9563-e45bad263af0', 'x-ms-correlation-request-id', - 'b027ac7c-05d0-47b4-b843-6a22967b3751', + 'b8313063-feb2-4d32-9563-e45bad263af0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033544Z:b027ac7c-05d0-47b4-b843-6a22967b3751', + 'SOUTHEASTASIA:20211111T083152Z:b8313063-feb2-4d32-9563-e45bad263af0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:43 GMT' + 'Thu, 11 Nov 2021 08:31:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11223,19 +11223,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11588', 'x-ms-request-id', - 'af3fc62f-5a4a-488a-bb16-0f98b4f4084b', + 'cc377ecc-77ae-4dcf-91f1-bbef7d136ad7', 'x-ms-correlation-request-id', - 'af3fc62f-5a4a-488a-bb16-0f98b4f4084b', + 'cc377ecc-77ae-4dcf-91f1-bbef7d136ad7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033546Z:af3fc62f-5a4a-488a-bb16-0f98b4f4084b', + 'SOUTHEASTASIA:20211111T083154Z:cc377ecc-77ae-4dcf-91f1-bbef7d136ad7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:46 GMT' + 'Thu, 11 Nov 2021 08:31:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11259,19 +11259,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11587', 'x-ms-request-id', - '1c925cd7-3629-4a9d-90b4-f1f66e8bfd4b', + 'e11c06a8-5303-496e-9720-8407cad80d30', 'x-ms-correlation-request-id', - '1c925cd7-3629-4a9d-90b4-f1f66e8bfd4b', + 'e11c06a8-5303-496e-9720-8407cad80d30', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033548Z:1c925cd7-3629-4a9d-90b4-f1f66e8bfd4b', + 'SOUTHEASTASIA:20211111T083156Z:e11c06a8-5303-496e-9720-8407cad80d30', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:48 GMT' + 'Thu, 11 Nov 2021 08:31:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11295,19 +11295,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11586', 'x-ms-request-id', - 'ea7ab8a3-2516-4d99-ab67-4942fd2d2fd8', + 'f044299d-d346-4870-ae22-c8144ef2a06b', 'x-ms-correlation-request-id', - 'ea7ab8a3-2516-4d99-ab67-4942fd2d2fd8', + 'f044299d-d346-4870-ae22-c8144ef2a06b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033551Z:ea7ab8a3-2516-4d99-ab67-4942fd2d2fd8', + 'SOUTHEASTASIA:20211111T083159Z:f044299d-d346-4870-ae22-c8144ef2a06b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:50 GMT' + 'Thu, 11 Nov 2021 08:31:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11331,19 +11331,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11585', 'x-ms-request-id', - 'c0e27511-be03-469d-88f3-f6ab13d9bcfd', + 'afd31225-3f36-4c46-91b3-7f0e9c1d337d', 'x-ms-correlation-request-id', - 'c0e27511-be03-469d-88f3-f6ab13d9bcfd', + 'afd31225-3f36-4c46-91b3-7f0e9c1d337d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033553Z:c0e27511-be03-469d-88f3-f6ab13d9bcfd', + 'SOUTHEASTASIA:20211111T083201Z:afd31225-3f36-4c46-91b3-7f0e9c1d337d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:53 GMT' + 'Thu, 11 Nov 2021 08:32:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11367,19 +11367,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11584', 'x-ms-request-id', - '079ea835-72e0-437f-b00f-7f4188574569', + '2b8bc271-d3e2-4263-97d5-5d5f76c12320', 'x-ms-correlation-request-id', - '079ea835-72e0-437f-b00f-7f4188574569', + '2b8bc271-d3e2-4263-97d5-5d5f76c12320', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033555Z:079ea835-72e0-437f-b00f-7f4188574569', + 'SOUTHEASTASIA:20211111T083203Z:2b8bc271-d3e2-4263-97d5-5d5f76c12320', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:55 GMT' + 'Thu, 11 Nov 2021 08:32:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11403,19 +11403,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11583', 'x-ms-request-id', - '4a10a52a-9341-4a58-8666-d2195deb23f5', + '6379235c-c345-4a63-83eb-469163d3288c', 'x-ms-correlation-request-id', - '4a10a52a-9341-4a58-8666-d2195deb23f5', + '6379235c-c345-4a63-83eb-469163d3288c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033558Z:4a10a52a-9341-4a58-8666-d2195deb23f5', + 'SOUTHEASTASIA:20211111T083205Z:6379235c-c345-4a63-83eb-469163d3288c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:35:57 GMT' + 'Thu, 11 Nov 2021 08:32:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11439,19 +11439,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11582', 'x-ms-request-id', - '28cea5e2-ed6a-4ad6-8800-60dbc41a30ae', + '0c90eef6-af97-4623-83ea-5cac0889274c', 'x-ms-correlation-request-id', - '28cea5e2-ed6a-4ad6-8800-60dbc41a30ae', + '0c90eef6-af97-4623-83ea-5cac0889274c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033600Z:28cea5e2-ed6a-4ad6-8800-60dbc41a30ae', + 'SOUTHEASTASIA:20211111T083208Z:0c90eef6-af97-4623-83ea-5cac0889274c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:00 GMT' + 'Thu, 11 Nov 2021 08:32:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11475,19 +11475,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11581', 'x-ms-request-id', - '3b2699c2-1eb0-4892-9503-be15927893a2', + '0f19b27a-f8b8-4320-ae59-4950c3c41260', 'x-ms-correlation-request-id', - '3b2699c2-1eb0-4892-9503-be15927893a2', + '0f19b27a-f8b8-4320-ae59-4950c3c41260', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033602Z:3b2699c2-1eb0-4892-9503-be15927893a2', + 'SOUTHEASTASIA:20211111T083210Z:0f19b27a-f8b8-4320-ae59-4950c3c41260', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:02 GMT' + 'Thu, 11 Nov 2021 08:32:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11511,19 +11511,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11580', 'x-ms-request-id', - '4716b064-0df0-4102-80d7-ecbf0b7dce8b', + '440ce39a-1d84-4ce3-baaf-4425a5f52032', 'x-ms-correlation-request-id', - '4716b064-0df0-4102-80d7-ecbf0b7dce8b', + '440ce39a-1d84-4ce3-baaf-4425a5f52032', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033605Z:4716b064-0df0-4102-80d7-ecbf0b7dce8b', + 'SOUTHEASTASIA:20211111T083212Z:440ce39a-1d84-4ce3-baaf-4425a5f52032', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:04 GMT' + 'Thu, 11 Nov 2021 08:32:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11547,19 +11547,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11579', 'x-ms-request-id', - '2926aa0e-94fb-41f6-b4b2-2a9be928c65e', + 'f4d7b003-8e75-4983-9241-338a1eab8892', 'x-ms-correlation-request-id', - '2926aa0e-94fb-41f6-b4b2-2a9be928c65e', + 'f4d7b003-8e75-4983-9241-338a1eab8892', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033607Z:2926aa0e-94fb-41f6-b4b2-2a9be928c65e', + 'SOUTHEASTASIA:20211111T083215Z:f4d7b003-8e75-4983-9241-338a1eab8892', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:07 GMT' + 'Thu, 11 Nov 2021 08:32:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11583,19 +11583,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11578', 'x-ms-request-id', - 'f95a26cd-fbdc-4c99-8220-b3630d5d1c53', + '2456dc18-9cef-495f-b4ca-e4f8fb00f568', 'x-ms-correlation-request-id', - 'f95a26cd-fbdc-4c99-8220-b3630d5d1c53', + '2456dc18-9cef-495f-b4ca-e4f8fb00f568', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033609Z:f95a26cd-fbdc-4c99-8220-b3630d5d1c53', + 'SOUTHEASTASIA:20211111T083217Z:2456dc18-9cef-495f-b4ca-e4f8fb00f568', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:09 GMT' + 'Thu, 11 Nov 2021 08:32:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11619,19 +11619,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11577', 'x-ms-request-id', - '9da750ac-0061-400f-92df-5e98c39c0650', + 'e3279c1a-a1e7-46ec-9bf3-086eec8691df', 'x-ms-correlation-request-id', - '9da750ac-0061-400f-92df-5e98c39c0650', + 'e3279c1a-a1e7-46ec-9bf3-086eec8691df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033612Z:9da750ac-0061-400f-92df-5e98c39c0650', + 'SOUTHEASTASIA:20211111T083219Z:e3279c1a-a1e7-46ec-9bf3-086eec8691df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:11 GMT' + 'Thu, 11 Nov 2021 08:32:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11655,19 +11655,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11576', 'x-ms-request-id', - 'a2329825-17e4-402b-a3dd-cf90bca2757a', + '7bc28651-d1f6-4871-a9b6-ddebafcc3442', 'x-ms-correlation-request-id', - 'a2329825-17e4-402b-a3dd-cf90bca2757a', + '7bc28651-d1f6-4871-a9b6-ddebafcc3442', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033614Z:a2329825-17e4-402b-a3dd-cf90bca2757a', + 'SOUTHEASTASIA:20211111T083222Z:7bc28651-d1f6-4871-a9b6-ddebafcc3442', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:13 GMT' + 'Thu, 11 Nov 2021 08:32:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11691,19 +11691,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11575', 'x-ms-request-id', - '9194290a-6121-48b7-ae03-29d4bfb3db31', + 'a8ab0b16-95b3-457f-b1cc-28ff4434427c', 'x-ms-correlation-request-id', - '9194290a-6121-48b7-ae03-29d4bfb3db31', + 'a8ab0b16-95b3-457f-b1cc-28ff4434427c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033616Z:9194290a-6121-48b7-ae03-29d4bfb3db31', + 'SOUTHEASTASIA:20211111T083225Z:a8ab0b16-95b3-457f-b1cc-28ff4434427c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:16 GMT' + 'Thu, 11 Nov 2021 08:32:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11727,19 +11727,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11574', 'x-ms-request-id', - 'a9251ce0-896a-415f-bab9-42c5d8d505ae', + '92681023-64e2-46d2-a6c3-13336c348886', 'x-ms-correlation-request-id', - 'a9251ce0-896a-415f-bab9-42c5d8d505ae', + '92681023-64e2-46d2-a6c3-13336c348886', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033619Z:a9251ce0-896a-415f-bab9-42c5d8d505ae', + 'SOUTHEASTASIA:20211111T083227Z:92681023-64e2-46d2-a6c3-13336c348886', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:18 GMT' + 'Thu, 11 Nov 2021 08:32:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11763,19 +11763,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11573', 'x-ms-request-id', - 'bb28589f-8968-40d7-9edc-2560954c5c53', + 'a5973d4f-356c-485f-bb7e-929198fc7930', 'x-ms-correlation-request-id', - 'bb28589f-8968-40d7-9edc-2560954c5c53', + 'a5973d4f-356c-485f-bb7e-929198fc7930', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033621Z:bb28589f-8968-40d7-9edc-2560954c5c53', + 'SOUTHEASTASIA:20211111T083229Z:a5973d4f-356c-485f-bb7e-929198fc7930', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:20 GMT' + 'Thu, 11 Nov 2021 08:32:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11799,19 +11799,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11572', 'x-ms-request-id', - 'b5ec614a-b6f7-44d4-91ae-3f6b43a9cec1', + '812075c9-746b-4a6a-8c96-4d53f3907fd1', 'x-ms-correlation-request-id', - 'b5ec614a-b6f7-44d4-91ae-3f6b43a9cec1', + '812075c9-746b-4a6a-8c96-4d53f3907fd1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033623Z:b5ec614a-b6f7-44d4-91ae-3f6b43a9cec1', + 'SOUTHEASTASIA:20211111T083232Z:812075c9-746b-4a6a-8c96-4d53f3907fd1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:23 GMT' + 'Thu, 11 Nov 2021 08:32:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11835,19 +11835,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11571', 'x-ms-request-id', - '73c8e6b1-b9a3-41df-8a4d-c6a96341d1dc', + 'f11ea45d-4761-4cb5-b3d9-ca36d7ae5322', 'x-ms-correlation-request-id', - '73c8e6b1-b9a3-41df-8a4d-c6a96341d1dc', + 'f11ea45d-4761-4cb5-b3d9-ca36d7ae5322', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033626Z:73c8e6b1-b9a3-41df-8a4d-c6a96341d1dc', + 'SOUTHEASTASIA:20211111T083234Z:f11ea45d-4761-4cb5-b3d9-ca36d7ae5322', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:25 GMT' + 'Thu, 11 Nov 2021 08:32:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11871,19 +11871,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11570', 'x-ms-request-id', - 'e722b23b-890a-45f3-b7ad-c6070fba8b70', + 'cc478fdb-21c4-43a8-afc1-68f70e08580b', 'x-ms-correlation-request-id', - 'e722b23b-890a-45f3-b7ad-c6070fba8b70', + 'cc478fdb-21c4-43a8-afc1-68f70e08580b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033628Z:e722b23b-890a-45f3-b7ad-c6070fba8b70', + 'SOUTHEASTASIA:20211111T083236Z:cc478fdb-21c4-43a8-afc1-68f70e08580b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:27 GMT' + 'Thu, 11 Nov 2021 08:32:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11907,19 +11907,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11569', 'x-ms-request-id', - '3ddcc840-8dc5-4166-8109-4ce679f56620', + '1475bad2-64c4-4609-abef-a30767b52011', 'x-ms-correlation-request-id', - '3ddcc840-8dc5-4166-8109-4ce679f56620', + '1475bad2-64c4-4609-abef-a30767b52011', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033630Z:3ddcc840-8dc5-4166-8109-4ce679f56620', + 'SOUTHEASTASIA:20211111T083239Z:1475bad2-64c4-4609-abef-a30767b52011', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:30 GMT' + 'Thu, 11 Nov 2021 08:32:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11943,19 +11943,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11568', 'x-ms-request-id', - '5f517784-5cfb-4db5-9281-bc828f4c3385', + '6dfeb74b-f496-49c8-85e9-2f0fdb5c2fda', 'x-ms-correlation-request-id', - '5f517784-5cfb-4db5-9281-bc828f4c3385', + '6dfeb74b-f496-49c8-85e9-2f0fdb5c2fda', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033632Z:5f517784-5cfb-4db5-9281-bc828f4c3385', + 'SOUTHEASTASIA:20211111T083241Z:6dfeb74b-f496-49c8-85e9-2f0fdb5c2fda', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:32 GMT' + 'Thu, 11 Nov 2021 08:32:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11979,19 +11979,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11567', 'x-ms-request-id', - 'e3b3f787-c631-4d83-ad8e-de17dac29baf', + 'e395a545-87d6-4dab-83d1-507d835ccf27', 'x-ms-correlation-request-id', - 'e3b3f787-c631-4d83-ad8e-de17dac29baf', + 'e395a545-87d6-4dab-83d1-507d835ccf27', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033635Z:e3b3f787-c631-4d83-ad8e-de17dac29baf', + 'SOUTHEASTASIA:20211111T083243Z:e395a545-87d6-4dab-83d1-507d835ccf27', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:34 GMT' + 'Thu, 11 Nov 2021 08:32:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12015,19 +12015,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11566', 'x-ms-request-id', - '861ee7dd-02fb-4038-b4b8-703bd27201b0', + '21039c13-3227-44d7-942f-30b25ad42509', 'x-ms-correlation-request-id', - '861ee7dd-02fb-4038-b4b8-703bd27201b0', + '21039c13-3227-44d7-942f-30b25ad42509', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033637Z:861ee7dd-02fb-4038-b4b8-703bd27201b0', + 'SOUTHEASTASIA:20211111T083246Z:21039c13-3227-44d7-942f-30b25ad42509', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:36 GMT' + 'Thu, 11 Nov 2021 08:32:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12051,19 +12051,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11565', 'x-ms-request-id', - '4ff23880-12a8-4913-ad48-7919faca0a52', + '1428c103-9711-4de0-bac3-fa8204e2b8b9', 'x-ms-correlation-request-id', - '4ff23880-12a8-4913-ad48-7919faca0a52', + '1428c103-9711-4de0-bac3-fa8204e2b8b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033639Z:4ff23880-12a8-4913-ad48-7919faca0a52', + 'SOUTHEASTASIA:20211111T083248Z:1428c103-9711-4de0-bac3-fa8204e2b8b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:39 GMT' + 'Thu, 11 Nov 2021 08:32:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12087,19 +12087,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11564', 'x-ms-request-id', - 'c319a96f-935d-4dff-a5e7-3a451b64f3f2', + 'ba7710cb-742d-4733-ac55-adbf79a95736', 'x-ms-correlation-request-id', - 'c319a96f-935d-4dff-a5e7-3a451b64f3f2', + 'ba7710cb-742d-4733-ac55-adbf79a95736', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033642Z:c319a96f-935d-4dff-a5e7-3a451b64f3f2', + 'SOUTHEASTASIA:20211111T083250Z:ba7710cb-742d-4733-ac55-adbf79a95736', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:41 GMT' + 'Thu, 11 Nov 2021 08:32:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12123,19 +12123,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11563', 'x-ms-request-id', - 'e7147962-aa96-4d04-99bc-e059b8f2d55c', + '12d3a97e-e02b-44b9-aba2-8c11924f89f7', 'x-ms-correlation-request-id', - 'e7147962-aa96-4d04-99bc-e059b8f2d55c', + '12d3a97e-e02b-44b9-aba2-8c11924f89f7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033644Z:e7147962-aa96-4d04-99bc-e059b8f2d55c', + 'SOUTHEASTASIA:20211111T083253Z:12d3a97e-e02b-44b9-aba2-8c11924f89f7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:43 GMT' + 'Thu, 11 Nov 2021 08:32:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12159,19 +12159,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11562', 'x-ms-request-id', - 'c59c920b-440c-49e0-b00b-497b0ad67b22', + 'ba34ee22-5399-494b-9a50-fde6b99b2293', 'x-ms-correlation-request-id', - 'c59c920b-440c-49e0-b00b-497b0ad67b22', + 'ba34ee22-5399-494b-9a50-fde6b99b2293', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033646Z:c59c920b-440c-49e0-b00b-497b0ad67b22', + 'SOUTHEASTASIA:20211111T083255Z:ba34ee22-5399-494b-9a50-fde6b99b2293', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:46 GMT' + 'Thu, 11 Nov 2021 08:32:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12195,19 +12195,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11561', 'x-ms-request-id', - '5fb51583-d74a-40c9-a9e6-afefd22ff732', + 'efc6ed48-71cb-4cce-87b2-0211be3f3e0e', 'x-ms-correlation-request-id', - '5fb51583-d74a-40c9-a9e6-afefd22ff732', + 'efc6ed48-71cb-4cce-87b2-0211be3f3e0e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033649Z:5fb51583-d74a-40c9-a9e6-afefd22ff732', + 'SOUTHEASTASIA:20211111T083257Z:efc6ed48-71cb-4cce-87b2-0211be3f3e0e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:48 GMT' + 'Thu, 11 Nov 2021 08:32:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12231,19 +12231,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11560', 'x-ms-request-id', - 'ba2461e4-3958-4c54-8adc-e739186a9961', + '8afee367-f1c7-4a47-beaf-97a559ab575a', 'x-ms-correlation-request-id', - 'ba2461e4-3958-4c54-8adc-e739186a9961', + '8afee367-f1c7-4a47-beaf-97a559ab575a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033651Z:ba2461e4-3958-4c54-8adc-e739186a9961', + 'SOUTHEASTASIA:20211111T083259Z:8afee367-f1c7-4a47-beaf-97a559ab575a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:50 GMT' + 'Thu, 11 Nov 2021 08:32:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12267,19 +12267,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11559', 'x-ms-request-id', - 'ee954fb1-4191-48d0-8e7e-71fd14ded029', + '767273ff-9020-4acb-95aa-673bfb8a67d8', 'x-ms-correlation-request-id', - 'ee954fb1-4191-48d0-8e7e-71fd14ded029', + '767273ff-9020-4acb-95aa-673bfb8a67d8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033653Z:ee954fb1-4191-48d0-8e7e-71fd14ded029', + 'SOUTHEASTASIA:20211111T083302Z:767273ff-9020-4acb-95aa-673bfb8a67d8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:53 GMT' + 'Thu, 11 Nov 2021 08:33:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12303,19 +12303,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11558', 'x-ms-request-id', - 'e4323eed-0e22-473c-936e-b1a3334694dd', + 'bf987fce-5068-45c3-9ef2-b996455502b9', 'x-ms-correlation-request-id', - 'e4323eed-0e22-473c-936e-b1a3334694dd', + 'bf987fce-5068-45c3-9ef2-b996455502b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033656Z:e4323eed-0e22-473c-936e-b1a3334694dd', + 'SOUTHEASTASIA:20211111T083304Z:bf987fce-5068-45c3-9ef2-b996455502b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:55 GMT' + 'Thu, 11 Nov 2021 08:33:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12339,19 +12339,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11557', 'x-ms-request-id', - '50c51b73-c329-4308-a539-a45c537ec4a8', + 'f095cb6a-74ae-49e2-afd8-cfd09c01029a', 'x-ms-correlation-request-id', - '50c51b73-c329-4308-a539-a45c537ec4a8', + 'f095cb6a-74ae-49e2-afd8-cfd09c01029a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033658Z:50c51b73-c329-4308-a539-a45c537ec4a8', + 'SOUTHEASTASIA:20211111T083306Z:f095cb6a-74ae-49e2-afd8-cfd09c01029a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:36:57 GMT' + 'Thu, 11 Nov 2021 08:33:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12375,19 +12375,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11556', 'x-ms-request-id', - '4cdb1e16-5c72-4351-bf15-1ad727b6c9de', + '8a12616f-cb1c-4d9d-aa6c-472cfdf7c015', 'x-ms-correlation-request-id', - '4cdb1e16-5c72-4351-bf15-1ad727b6c9de', + '8a12616f-cb1c-4d9d-aa6c-472cfdf7c015', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033700Z:4cdb1e16-5c72-4351-bf15-1ad727b6c9de', + 'SOUTHEASTASIA:20211111T083309Z:8a12616f-cb1c-4d9d-aa6c-472cfdf7c015', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:00 GMT' + 'Thu, 11 Nov 2021 08:33:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12411,19 +12411,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11555', 'x-ms-request-id', - 'c44ae31f-2050-4202-a669-a7f6ba5d3ede', + 'cb98bb98-22c1-48cf-978e-9d154f653abd', 'x-ms-correlation-request-id', - 'c44ae31f-2050-4202-a669-a7f6ba5d3ede', + 'cb98bb98-22c1-48cf-978e-9d154f653abd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033703Z:c44ae31f-2050-4202-a669-a7f6ba5d3ede', + 'SOUTHEASTASIA:20211111T083311Z:cb98bb98-22c1-48cf-978e-9d154f653abd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:02 GMT' + 'Thu, 11 Nov 2021 08:33:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12447,19 +12447,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11554', 'x-ms-request-id', - '5ce4f346-4bed-4cca-9f95-dd3421e460f4', + 'fedda953-818d-4178-9975-e5ce1f47e69a', 'x-ms-correlation-request-id', - '5ce4f346-4bed-4cca-9f95-dd3421e460f4', + 'fedda953-818d-4178-9975-e5ce1f47e69a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033705Z:5ce4f346-4bed-4cca-9f95-dd3421e460f4', + 'SOUTHEASTASIA:20211111T083313Z:fedda953-818d-4178-9975-e5ce1f47e69a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:04 GMT' + 'Thu, 11 Nov 2021 08:33:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12483,19 +12483,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11553', 'x-ms-request-id', - '36a09c37-da43-471a-8d7c-4ee95988b13b', + '06fedb04-7786-42a6-849e-79a68dc9e072', 'x-ms-correlation-request-id', - '36a09c37-da43-471a-8d7c-4ee95988b13b', + '06fedb04-7786-42a6-849e-79a68dc9e072', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033707Z:36a09c37-da43-471a-8d7c-4ee95988b13b', + 'SOUTHEASTASIA:20211111T083316Z:06fedb04-7786-42a6-849e-79a68dc9e072', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:06 GMT' + 'Thu, 11 Nov 2021 08:33:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12519,19 +12519,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11552', 'x-ms-request-id', - '85689086-43eb-4945-b3c2-d4429c278e4e', + '971e3180-b1d0-4bee-b76a-8630ef032702', 'x-ms-correlation-request-id', - '85689086-43eb-4945-b3c2-d4429c278e4e', + '971e3180-b1d0-4bee-b76a-8630ef032702', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033710Z:85689086-43eb-4945-b3c2-d4429c278e4e', + 'SOUTHEASTASIA:20211111T083318Z:971e3180-b1d0-4bee-b76a-8630ef032702', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:09 GMT' + 'Thu, 11 Nov 2021 08:33:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12555,19 +12555,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11551', 'x-ms-request-id', - 'af2641a6-7ddc-4534-b0f7-9ce1b8a3852b', + 'bdc18591-9284-457e-96c9-70aeb8a0ecd9', 'x-ms-correlation-request-id', - 'af2641a6-7ddc-4534-b0f7-9ce1b8a3852b', + 'bdc18591-9284-457e-96c9-70aeb8a0ecd9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033712Z:af2641a6-7ddc-4534-b0f7-9ce1b8a3852b', + 'SOUTHEASTASIA:20211111T083320Z:bdc18591-9284-457e-96c9-70aeb8a0ecd9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:11 GMT' + 'Thu, 11 Nov 2021 08:33:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12591,19 +12591,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11550', 'x-ms-request-id', - 'df665efb-c797-428a-8d8a-1c5ef62bf918', + '86c73fcc-fca5-4b05-9b69-8d735cb9cf5b', 'x-ms-correlation-request-id', - 'df665efb-c797-428a-8d8a-1c5ef62bf918', + '86c73fcc-fca5-4b05-9b69-8d735cb9cf5b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033714Z:df665efb-c797-428a-8d8a-1c5ef62bf918', + 'SOUTHEASTASIA:20211111T083323Z:86c73fcc-fca5-4b05-9b69-8d735cb9cf5b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:13 GMT' + 'Thu, 11 Nov 2021 08:33:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12627,19 +12627,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11549', 'x-ms-request-id', - '6389eff2-a914-4771-b940-c5a166f851bb', + 'f185a37d-f9b5-4a33-875c-4462159b3c77', 'x-ms-correlation-request-id', - '6389eff2-a914-4771-b940-c5a166f851bb', + 'f185a37d-f9b5-4a33-875c-4462159b3c77', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033717Z:6389eff2-a914-4771-b940-c5a166f851bb', + 'SOUTHEASTASIA:20211111T083326Z:f185a37d-f9b5-4a33-875c-4462159b3c77', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:16 GMT' + 'Thu, 11 Nov 2021 08:33:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12663,19 +12663,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11548', 'x-ms-request-id', - 'bec490c0-4f33-44e7-8561-99cb2eb6feea', + '06faa2d3-3960-4dd5-a0b6-4969a0ecbbb3', 'x-ms-correlation-request-id', - 'bec490c0-4f33-44e7-8561-99cb2eb6feea', + '06faa2d3-3960-4dd5-a0b6-4969a0ecbbb3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033719Z:bec490c0-4f33-44e7-8561-99cb2eb6feea', + 'SOUTHEASTASIA:20211111T083328Z:06faa2d3-3960-4dd5-a0b6-4969a0ecbbb3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:18 GMT' + 'Thu, 11 Nov 2021 08:33:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12699,19 +12699,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11547', 'x-ms-request-id', - '8dbf6c03-aed0-4e8b-ab49-a0236f7aa180', + 'f1f60993-7b55-4d6e-bcf7-de1d0f9c1cbc', 'x-ms-correlation-request-id', - '8dbf6c03-aed0-4e8b-ab49-a0236f7aa180', + 'f1f60993-7b55-4d6e-bcf7-de1d0f9c1cbc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033721Z:8dbf6c03-aed0-4e8b-ab49-a0236f7aa180', + 'SOUTHEASTASIA:20211111T083330Z:f1f60993-7b55-4d6e-bcf7-de1d0f9c1cbc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:20 GMT' + 'Thu, 11 Nov 2021 08:33:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12735,19 +12735,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11546', 'x-ms-request-id', - '001ba2e8-33dc-4921-a42e-c53afaae1a1b', + 'd3715d36-211f-4906-b5dc-e2d643525e8f', 'x-ms-correlation-request-id', - '001ba2e8-33dc-4921-a42e-c53afaae1a1b', + 'd3715d36-211f-4906-b5dc-e2d643525e8f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033724Z:001ba2e8-33dc-4921-a42e-c53afaae1a1b', + 'SOUTHEASTASIA:20211111T083333Z:d3715d36-211f-4906-b5dc-e2d643525e8f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:23 GMT' + 'Thu, 11 Nov 2021 08:33:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12771,19 +12771,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11545', 'x-ms-request-id', - '1fcb3a84-ccf1-4c51-846d-b4618f26e693', + 'fed09a54-0b21-4780-b56d-37895d2070a9', 'x-ms-correlation-request-id', - '1fcb3a84-ccf1-4c51-846d-b4618f26e693', + 'fed09a54-0b21-4780-b56d-37895d2070a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033726Z:1fcb3a84-ccf1-4c51-846d-b4618f26e693', + 'SOUTHEASTASIA:20211111T083335Z:fed09a54-0b21-4780-b56d-37895d2070a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:25 GMT' + 'Thu, 11 Nov 2021 08:33:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12807,19 +12807,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11544', 'x-ms-request-id', - 'b82af10d-b68f-40de-b0a0-e19b5da5ca6d', + 'e6ee3d81-ff37-4b78-830a-533e7bd0fd33', 'x-ms-correlation-request-id', - 'b82af10d-b68f-40de-b0a0-e19b5da5ca6d', + 'e6ee3d81-ff37-4b78-830a-533e7bd0fd33', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033728Z:b82af10d-b68f-40de-b0a0-e19b5da5ca6d', + 'SOUTHEASTASIA:20211111T083337Z:e6ee3d81-ff37-4b78-830a-533e7bd0fd33', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:27 GMT' + 'Thu, 11 Nov 2021 08:33:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12843,19 +12843,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11543', 'x-ms-request-id', - 'b052b250-c234-4e71-a46a-7e8662442dd7', + '868a921f-fa09-40d5-872a-b6de36269374', 'x-ms-correlation-request-id', - 'b052b250-c234-4e71-a46a-7e8662442dd7', + '868a921f-fa09-40d5-872a-b6de36269374', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033731Z:b052b250-c234-4e71-a46a-7e8662442dd7', + 'SOUTHEASTASIA:20211111T083340Z:868a921f-fa09-40d5-872a-b6de36269374', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:31 GMT' + 'Thu, 11 Nov 2021 08:33:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12879,19 +12879,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11542', 'x-ms-request-id', - 'c6bab138-a714-4720-ac90-b33a071ad07a', + '825397c8-cac7-4b69-83c2-8fdcb0d5466a', 'x-ms-correlation-request-id', - 'c6bab138-a714-4720-ac90-b33a071ad07a', + '825397c8-cac7-4b69-83c2-8fdcb0d5466a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033733Z:c6bab138-a714-4720-ac90-b33a071ad07a', + 'SOUTHEASTASIA:20211111T083342Z:825397c8-cac7-4b69-83c2-8fdcb0d5466a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:33 GMT' + 'Thu, 11 Nov 2021 08:33:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12915,19 +12915,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11541', 'x-ms-request-id', - '1dc56a52-6cdf-4680-953a-29e10e9b661a', + 'd65cab83-6f4e-41b2-be9c-551baf3fa396', 'x-ms-correlation-request-id', - '1dc56a52-6cdf-4680-953a-29e10e9b661a', + 'd65cab83-6f4e-41b2-be9c-551baf3fa396', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033735Z:1dc56a52-6cdf-4680-953a-29e10e9b661a', + 'SOUTHEASTASIA:20211111T083344Z:d65cab83-6f4e-41b2-be9c-551baf3fa396', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:35 GMT' + 'Thu, 11 Nov 2021 08:33:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12951,19 +12951,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11540', 'x-ms-request-id', - 'bc839c91-0e50-4ce4-ab14-28f278a8dc9d', + 'c2049767-4671-4e85-bf0b-56b698fc0aa7', 'x-ms-correlation-request-id', - 'bc839c91-0e50-4ce4-ab14-28f278a8dc9d', + 'c2049767-4671-4e85-bf0b-56b698fc0aa7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033737Z:bc839c91-0e50-4ce4-ab14-28f278a8dc9d', + 'SOUTHEASTASIA:20211111T083347Z:c2049767-4671-4e85-bf0b-56b698fc0aa7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:37 GMT' + 'Thu, 11 Nov 2021 08:33:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12987,19 +12987,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11539', 'x-ms-request-id', - 'b754f4c7-251e-438a-a99d-3a4fee3dfa9e', + 'ea00a679-f166-4979-ad3c-f8618f56c082', 'x-ms-correlation-request-id', - 'b754f4c7-251e-438a-a99d-3a4fee3dfa9e', + 'ea00a679-f166-4979-ad3c-f8618f56c082', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033740Z:b754f4c7-251e-438a-a99d-3a4fee3dfa9e', + 'SOUTHEASTASIA:20211111T083349Z:ea00a679-f166-4979-ad3c-f8618f56c082', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:40 GMT' + 'Thu, 11 Nov 2021 08:33:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13023,19 +13023,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11538', 'x-ms-request-id', - '94aa5c7b-d0d9-434c-8942-4638356ac064', + 'd5fcce2e-6195-41bc-b50d-28e4c4b199d6', 'x-ms-correlation-request-id', - '94aa5c7b-d0d9-434c-8942-4638356ac064', + 'd5fcce2e-6195-41bc-b50d-28e4c4b199d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033742Z:94aa5c7b-d0d9-434c-8942-4638356ac064', + 'SOUTHEASTASIA:20211111T083351Z:d5fcce2e-6195-41bc-b50d-28e4c4b199d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:42 GMT' + 'Thu, 11 Nov 2021 08:33:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13059,19 +13059,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11537', 'x-ms-request-id', - '948c7766-ad32-4fdc-b9b6-4bc6aa5927c8', + 'f05b3c4f-4aad-4ccb-83a4-abf5d7a9166e', 'x-ms-correlation-request-id', - '948c7766-ad32-4fdc-b9b6-4bc6aa5927c8', + 'f05b3c4f-4aad-4ccb-83a4-abf5d7a9166e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033744Z:948c7766-ad32-4fdc-b9b6-4bc6aa5927c8', + 'SOUTHEASTASIA:20211111T083354Z:f05b3c4f-4aad-4ccb-83a4-abf5d7a9166e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:44 GMT' + 'Thu, 11 Nov 2021 08:33:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13095,19 +13095,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11536', 'x-ms-request-id', - '87ba6075-988d-4575-8e58-2ffd7d2e2a30', + 'bd577ede-8bb4-424b-b43d-f1e7e69f591f', 'x-ms-correlation-request-id', - '87ba6075-988d-4575-8e58-2ffd7d2e2a30', + 'bd577ede-8bb4-424b-b43d-f1e7e69f591f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033747Z:87ba6075-988d-4575-8e58-2ffd7d2e2a30', + 'SOUTHEASTASIA:20211111T083356Z:bd577ede-8bb4-424b-b43d-f1e7e69f591f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:47 GMT' + 'Thu, 11 Nov 2021 08:33:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13131,19 +13131,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11535', 'x-ms-request-id', - '01b8f28c-fd3d-4902-9053-e6f1cd95e674', + '09fef1a2-8715-44d0-b562-69dded1bf41c', 'x-ms-correlation-request-id', - '01b8f28c-fd3d-4902-9053-e6f1cd95e674', + '09fef1a2-8715-44d0-b562-69dded1bf41c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033749Z:01b8f28c-fd3d-4902-9053-e6f1cd95e674', + 'SOUTHEASTASIA:20211111T083358Z:09fef1a2-8715-44d0-b562-69dded1bf41c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:49 GMT' + 'Thu, 11 Nov 2021 08:33:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13167,19 +13167,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11534', 'x-ms-request-id', - 'a6c54d0c-0d9a-423d-b048-7a71f7b4ffaf', + '08552802-1cbb-4efe-bd70-3d7802128a22', 'x-ms-correlation-request-id', - 'a6c54d0c-0d9a-423d-b048-7a71f7b4ffaf', + '08552802-1cbb-4efe-bd70-3d7802128a22', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033751Z:a6c54d0c-0d9a-423d-b048-7a71f7b4ffaf', + 'SOUTHEASTASIA:20211111T083401Z:08552802-1cbb-4efe-bd70-3d7802128a22', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:51 GMT' + 'Thu, 11 Nov 2021 08:34:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13203,19 +13203,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11533', 'x-ms-request-id', - 'ba2f8aa9-0347-42f7-b37e-a86f65295dcb', + '08a0646e-df09-405c-bdeb-72a675b3fa4a', 'x-ms-correlation-request-id', - 'ba2f8aa9-0347-42f7-b37e-a86f65295dcb', + '08a0646e-df09-405c-bdeb-72a675b3fa4a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033754Z:ba2f8aa9-0347-42f7-b37e-a86f65295dcb', + 'SOUTHEASTASIA:20211111T083403Z:08a0646e-df09-405c-bdeb-72a675b3fa4a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:54 GMT' + 'Thu, 11 Nov 2021 08:34:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13239,19 +13239,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11532', 'x-ms-request-id', - '82294d82-2262-41be-9c28-1509a5b4d000', + 'a52b213e-c2c4-4395-9341-094801b3bff2', 'x-ms-correlation-request-id', - '82294d82-2262-41be-9c28-1509a5b4d000', + 'a52b213e-c2c4-4395-9341-094801b3bff2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033756Z:82294d82-2262-41be-9c28-1509a5b4d000', + 'SOUTHEASTASIA:20211111T083405Z:a52b213e-c2c4-4395-9341-094801b3bff2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:56 GMT' + 'Thu, 11 Nov 2021 08:34:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13275,19 +13275,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11531', 'x-ms-request-id', - 'c69f8185-e47b-4093-8f00-c831e4e6a6ec', + '1bc11814-bd34-439f-8efc-90d679f4ff8a', 'x-ms-correlation-request-id', - 'c69f8185-e47b-4093-8f00-c831e4e6a6ec', + '1bc11814-bd34-439f-8efc-90d679f4ff8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033758Z:c69f8185-e47b-4093-8f00-c831e4e6a6ec', + 'SOUTHEASTASIA:20211111T083408Z:1bc11814-bd34-439f-8efc-90d679f4ff8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:37:58 GMT' + 'Thu, 11 Nov 2021 08:34:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13311,19 +13311,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11530', 'x-ms-request-id', - 'f0e0d148-5098-4cd3-ad79-edb8caea8ad1', + '4ac15d09-91ca-4fe6-a8df-629b49088158', 'x-ms-correlation-request-id', - 'f0e0d148-5098-4cd3-ad79-edb8caea8ad1', + '4ac15d09-91ca-4fe6-a8df-629b49088158', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033801Z:f0e0d148-5098-4cd3-ad79-edb8caea8ad1', + 'SOUTHEASTASIA:20211111T083410Z:4ac15d09-91ca-4fe6-a8df-629b49088158', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:01 GMT' + 'Thu, 11 Nov 2021 08:34:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13347,19 +13347,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11529', 'x-ms-request-id', - '92053fd3-d387-4777-8a58-77c2faa927e2', + 'c466f898-7c08-4cae-ba6b-345783e924a4', 'x-ms-correlation-request-id', - '92053fd3-d387-4777-8a58-77c2faa927e2', + 'c466f898-7c08-4cae-ba6b-345783e924a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033803Z:92053fd3-d387-4777-8a58-77c2faa927e2', + 'SOUTHEASTASIA:20211111T083412Z:c466f898-7c08-4cae-ba6b-345783e924a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:03 GMT' + 'Thu, 11 Nov 2021 08:34:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13383,21 +13383,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11528', 'x-ms-request-id', - '81568450-5672-4083-a249-7037acbba45b', + 'a5be1510-7aa8-433a-9752-35037e1786f6', 'x-ms-correlation-request-id', - '81568450-5672-4083-a249-7037acbba45b', + 'a5be1510-7aa8-433a-9752-35037e1786f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033805Z:81568450-5672-4083-a249-7037acbba45b', + 'SOUTHEASTASIA:20211111T083415Z:a5be1510-7aa8-433a-9752-35037e1786f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:05 GMT' + 'Thu, 11 Nov 2021 08:34:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b9f629ea-8322-4dc6-b25d-49691e6735d6') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -13419,21 +13419,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11527', 'x-ms-request-id', - '0d0f4bcd-be2c-4925-b938-51458bab772e', + '4b180ae9-838d-44e0-ba7a-adb9ebbe9414', 'x-ms-correlation-request-id', - '0d0f4bcd-be2c-4925-b938-51458bab772e', + '4b180ae9-838d-44e0-ba7a-adb9ebbe9414', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033808Z:0d0f4bcd-be2c-4925-b938-51458bab772e', + 'SOUTHEASTASIA:20211111T083417Z:4b180ae9-838d-44e0-ba7a-adb9ebbe9414', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:07 GMT' + 'Thu, 11 Nov 2021 08:34:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -13455,13 +13455,2965 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-reads', '11526', 'x-ms-request-id', - 'ae3f5e57-86fc-45b2-83c7-6f532c96f0ff', + '0c7a0d92-52b6-4811-a58f-b88ab7199e1e', + 'x-ms-correlation-request-id', + '0c7a0d92-52b6-4811-a58f-b88ab7199e1e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083419Z:0c7a0d92-52b6-4811-a58f-b88ab7199e1e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e494f357-5bdf-47f4-8007-cb897757b5fa', + 'x-ms-correlation-request-id', + 'e494f357-5bdf-47f4-8007-cb897757b5fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083422Z:e494f357-5bdf-47f4-8007-cb897757b5fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '52b3e649-fa3a-4587-bb7f-d549a6dbfd38', + 'x-ms-correlation-request-id', + '52b3e649-fa3a-4587-bb7f-d549a6dbfd38', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083425Z:52b3e649-fa3a-4587-bb7f-d549a6dbfd38', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fea57f19-4da5-4fa7-9d10-8a69436942a7', + 'x-ms-correlation-request-id', + 'fea57f19-4da5-4fa7-9d10-8a69436942a7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083427Z:fea57f19-4da5-4fa7-9d10-8a69436942a7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7a463674-18cc-41ef-9e0b-c2ab20d160e6', + 'x-ms-correlation-request-id', + '7a463674-18cc-41ef-9e0b-c2ab20d160e6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083429Z:7a463674-18cc-41ef-9e0b-c2ab20d160e6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd754d1eb-521d-4259-a058-292ef9f7a633', + 'x-ms-correlation-request-id', + 'd754d1eb-521d-4259-a058-292ef9f7a633', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083432Z:d754d1eb-521d-4259-a058-292ef9f7a633', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20072976-fa74-4d36-8d15-def4b452e4d4', + 'x-ms-correlation-request-id', + '20072976-fa74-4d36-8d15-def4b452e4d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083434Z:20072976-fa74-4d36-8d15-def4b452e4d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9d4869a-4d80-4051-aa01-333f16d1aa37', + 'x-ms-correlation-request-id', + 'c9d4869a-4d80-4051-aa01-333f16d1aa37', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083436Z:c9d4869a-4d80-4051-aa01-333f16d1aa37', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e1c34a6e-dd1d-4e91-8a79-58ea9d98d1aa', + 'x-ms-correlation-request-id', + 'e1c34a6e-dd1d-4e91-8a79-58ea9d98d1aa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083438Z:e1c34a6e-dd1d-4e91-8a79-58ea9d98d1aa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4577492d-10a7-4745-870d-61dc033b63e7', + 'x-ms-correlation-request-id', + '4577492d-10a7-4745-870d-61dc033b63e7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083441Z:4577492d-10a7-4745-870d-61dc033b63e7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9c475b51-b7ef-4b7f-9868-0d3f3bc27e72', + 'x-ms-correlation-request-id', + '9c475b51-b7ef-4b7f-9868-0d3f3bc27e72', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083443Z:9c475b51-b7ef-4b7f-9868-0d3f3bc27e72', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2812b6ae-0973-423f-a4bb-0f79c32aa9ef', + 'x-ms-correlation-request-id', + '2812b6ae-0973-423f-a4bb-0f79c32aa9ef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083445Z:2812b6ae-0973-423f-a4bb-0f79c32aa9ef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3adb614e-39c4-4b9c-8970-b62eaf0b9fce', + 'x-ms-correlation-request-id', + '3adb614e-39c4-4b9c-8970-b62eaf0b9fce', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083448Z:3adb614e-39c4-4b9c-8970-b62eaf0b9fce', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd1ecb1a5-adf9-43d6-bd28-17080721f256', + 'x-ms-correlation-request-id', + 'd1ecb1a5-adf9-43d6-bd28-17080721f256', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083450Z:d1ecb1a5-adf9-43d6-bd28-17080721f256', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6509bda-eba5-4810-9be4-99284889f335', + 'x-ms-correlation-request-id', + 'e6509bda-eba5-4810-9be4-99284889f335', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083452Z:e6509bda-eba5-4810-9be4-99284889f335', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e045af2a-37a7-48ec-ba3b-e8118862879a', + 'x-ms-correlation-request-id', + 'e045af2a-37a7-48ec-ba3b-e8118862879a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083455Z:e045af2a-37a7-48ec-ba3b-e8118862879a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9a15658a-b7db-48b6-bd2e-2454545d2e6a', + 'x-ms-correlation-request-id', + '9a15658a-b7db-48b6-bd2e-2454545d2e6a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083457Z:9a15658a-b7db-48b6-bd2e-2454545d2e6a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '153a7bff-bacd-4727-83c6-b1c83d6d353d', + 'x-ms-correlation-request-id', + '153a7bff-bacd-4727-83c6-b1c83d6d353d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083459Z:153a7bff-bacd-4727-83c6-b1c83d6d353d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:34:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a158e3f4-b604-4d89-9aea-0f07f353f24f', + 'x-ms-correlation-request-id', + 'a158e3f4-b604-4d89-9aea-0f07f353f24f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083502Z:a158e3f4-b604-4d89-9aea-0f07f353f24f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dc242e6f-1a20-4910-8508-a980966adc39', + 'x-ms-correlation-request-id', + 'dc242e6f-1a20-4910-8508-a980966adc39', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083504Z:dc242e6f-1a20-4910-8508-a980966adc39', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '93d8ba90-a898-490a-bad3-0465afa528e0', + 'x-ms-correlation-request-id', + '93d8ba90-a898-490a-bad3-0465afa528e0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083506Z:93d8ba90-a898-490a-bad3-0465afa528e0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7d73c2b8-3363-4623-b7b0-c3b6eb8dea87', + 'x-ms-correlation-request-id', + '7d73c2b8-3363-4623-b7b0-c3b6eb8dea87', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083509Z:7d73c2b8-3363-4623-b7b0-c3b6eb8dea87', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a73c088f-5c5e-48d2-b885-33292ae17518', + 'x-ms-correlation-request-id', + 'a73c088f-5c5e-48d2-b885-33292ae17518', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083511Z:a73c088f-5c5e-48d2-b885-33292ae17518', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '540d49b4-d587-4f5f-91d5-ca9dbff99b09', + 'x-ms-correlation-request-id', + '540d49b4-d587-4f5f-91d5-ca9dbff99b09', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083513Z:540d49b4-d587-4f5f-91d5-ca9dbff99b09', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bbf93fdb-5c73-42a7-90e9-8ac812fb7bc0', + 'x-ms-correlation-request-id', + 'bbf93fdb-5c73-42a7-90e9-8ac812fb7bc0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083516Z:bbf93fdb-5c73-42a7-90e9-8ac812fb7bc0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e0a27bd-404f-4abf-a3c0-ddcf47c77410', + 'x-ms-correlation-request-id', + '3e0a27bd-404f-4abf-a3c0-ddcf47c77410', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083518Z:3e0a27bd-404f-4abf-a3c0-ddcf47c77410', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cf971ec4-77c7-428a-b22d-f4923b0fd0dd', + 'x-ms-correlation-request-id', + 'cf971ec4-77c7-428a-b22d-f4923b0fd0dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083520Z:cf971ec4-77c7-428a-b22d-f4923b0fd0dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '49ce333e-0f8d-424e-989b-5bec2f49ae6a', + 'x-ms-correlation-request-id', + '49ce333e-0f8d-424e-989b-5bec2f49ae6a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083523Z:49ce333e-0f8d-424e-989b-5bec2f49ae6a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:22 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20cdda72-06cf-4b73-986c-50383d811e0c', + 'x-ms-correlation-request-id', + '20cdda72-06cf-4b73-986c-50383d811e0c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083526Z:20cdda72-06cf-4b73-986c-50383d811e0c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7a4ea9ec-def1-4acf-9454-bbdf7bde969d', + 'x-ms-correlation-request-id', + '7a4ea9ec-def1-4acf-9454-bbdf7bde969d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083528Z:7a4ea9ec-def1-4acf-9454-bbdf7bde969d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c63478a-9f69-4331-9aef-de3968d522c4', + 'x-ms-correlation-request-id', + '7c63478a-9f69-4331-9aef-de3968d522c4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083530Z:7c63478a-9f69-4331-9aef-de3968d522c4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '086aa973-177e-496a-83cf-93bf0bc7aa0f', + 'x-ms-correlation-request-id', + '086aa973-177e-496a-83cf-93bf0bc7aa0f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083533Z:086aa973-177e-496a-83cf-93bf0bc7aa0f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b68e93ad-7935-46e0-84b2-ceb638baa1a5', + 'x-ms-correlation-request-id', + 'b68e93ad-7935-46e0-84b2-ceb638baa1a5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083535Z:b68e93ad-7935-46e0-84b2-ceb638baa1a5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7c1e4d5d-acbe-4f10-b8d6-feeeaac92d56', + 'x-ms-correlation-request-id', + '7c1e4d5d-acbe-4f10-b8d6-feeeaac92d56', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083537Z:7c1e4d5d-acbe-4f10-b8d6-feeeaac92d56', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '81745939-e7bd-4220-8396-9a2f3e0a24de', + 'x-ms-correlation-request-id', + '81745939-e7bd-4220-8396-9a2f3e0a24de', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083540Z:81745939-e7bd-4220-8396-9a2f3e0a24de', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a44fd2d-7d4b-4e33-b1ea-e94d1b45108e', + 'x-ms-correlation-request-id', + '2a44fd2d-7d4b-4e33-b1ea-e94d1b45108e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083542Z:2a44fd2d-7d4b-4e33-b1ea-e94d1b45108e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5af68071-0a1b-408f-8817-6ba3bac265a8', + 'x-ms-correlation-request-id', + '5af68071-0a1b-408f-8817-6ba3bac265a8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083544Z:5af68071-0a1b-408f-8817-6ba3bac265a8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e66c3d6a-0155-4e19-8576-60ca8be3ea26', + 'x-ms-correlation-request-id', + 'e66c3d6a-0155-4e19-8576-60ca8be3ea26', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083547Z:e66c3d6a-0155-4e19-8576-60ca8be3ea26', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e0b48591-d470-4e58-aa03-b0187d4ee969', + 'x-ms-correlation-request-id', + 'e0b48591-d470-4e58-aa03-b0187d4ee969', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083549Z:e0b48591-d470-4e58-aa03-b0187d4ee969', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f41912b9-fa2b-4786-a52e-d14e2f2b4e41', + 'x-ms-correlation-request-id', + 'f41912b9-fa2b-4786-a52e-d14e2f2b4e41', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083551Z:f41912b9-fa2b-4786-a52e-d14e2f2b4e41', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f4ed0b41-cdcb-4823-a882-14015b7d701e', + 'x-ms-correlation-request-id', + 'f4ed0b41-cdcb-4823-a882-14015b7d701e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083554Z:f4ed0b41-cdcb-4823-a882-14015b7d701e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0a4d88be-f8e9-42c5-907e-7cc83aed3986', + 'x-ms-correlation-request-id', + '0a4d88be-f8e9-42c5-907e-7cc83aed3986', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083556Z:0a4d88be-f8e9-42c5-907e-7cc83aed3986', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5bbf5fe9-9262-44e9-b8c6-6c7c28e05003', + 'x-ms-correlation-request-id', + '5bbf5fe9-9262-44e9-b8c6-6c7c28e05003', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083558Z:5bbf5fe9-9262-44e9-b8c6-6c7c28e05003', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:35:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '05af7485-187d-4d66-aaab-6491763183f1', + 'x-ms-correlation-request-id', + '05af7485-187d-4d66-aaab-6491763183f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083600Z:05af7485-187d-4d66-aaab-6491763183f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6eb0435-6c48-4962-ac74-73b5c92f56d4', + 'x-ms-correlation-request-id', + 'e6eb0435-6c48-4962-ac74-73b5c92f56d4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083603Z:e6eb0435-6c48-4962-ac74-73b5c92f56d4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a2947d5b-dd68-43f2-869b-5bbc47927928', + 'x-ms-correlation-request-id', + 'a2947d5b-dd68-43f2-869b-5bbc47927928', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083605Z:a2947d5b-dd68-43f2-869b-5bbc47927928', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5fbf430b-519a-49be-865f-426c3407f8b9', + 'x-ms-correlation-request-id', + '5fbf430b-519a-49be-865f-426c3407f8b9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083607Z:5fbf430b-519a-49be-865f-426c3407f8b9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '20f3ffd1-cabb-4b59-b674-20d96077940d', + 'x-ms-correlation-request-id', + '20f3ffd1-cabb-4b59-b674-20d96077940d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083610Z:20f3ffd1-cabb-4b59-b674-20d96077940d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '28c83106-40cb-48c5-9099-7b5fb2d112e0', + 'x-ms-correlation-request-id', + '28c83106-40cb-48c5-9099-7b5fb2d112e0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083612Z:28c83106-40cb-48c5-9099-7b5fb2d112e0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a5f10ad3-ceb8-46d5-a008-44dc981e1a6a', + 'x-ms-correlation-request-id', + 'a5f10ad3-ceb8-46d5-a008-44dc981e1a6a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083614Z:a5f10ad3-ceb8-46d5-a008-44dc981e1a6a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '30bc7b9e-596e-48da-89ca-2a916f3f2cc1', + 'x-ms-correlation-request-id', + '30bc7b9e-596e-48da-89ca-2a916f3f2cc1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083617Z:30bc7b9e-596e-48da-89ca-2a916f3f2cc1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '95197ace-bc24-4013-ab5d-bd04d6b00eba', + 'x-ms-correlation-request-id', + '95197ace-bc24-4013-ab5d-bd04d6b00eba', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083619Z:95197ace-bc24-4013-ab5d-bd04d6b00eba', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7642fc29-7179-4ab0-b92b-2f30f69e493a', + 'x-ms-correlation-request-id', + '7642fc29-7179-4ab0-b92b-2f30f69e493a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083621Z:7642fc29-7179-4ab0-b92b-2f30f69e493a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '33ca49e8-3574-412f-849c-bf5f686710a4', + 'x-ms-correlation-request-id', + '33ca49e8-3574-412f-849c-bf5f686710a4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083624Z:33ca49e8-3574-412f-849c-bf5f686710a4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '61e86d78-5097-4615-b191-52e12360eeec', + 'x-ms-correlation-request-id', + '61e86d78-5097-4615-b191-52e12360eeec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083627Z:61e86d78-5097-4615-b191-52e12360eeec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5b9d75ce-ddfa-43bd-86be-26af62f10c9b', + 'x-ms-correlation-request-id', + '5b9d75ce-ddfa-43bd-86be-26af62f10c9b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083629Z:5b9d75ce-ddfa-43bd-86be-26af62f10c9b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8e083749-6211-4c08-8d2f-4070271c168a', + 'x-ms-correlation-request-id', + '8e083749-6211-4c08-8d2f-4070271c168a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083631Z:8e083749-6211-4c08-8d2f-4070271c168a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '44f47f52-3fd2-4271-a2af-bb92b3c26132', + 'x-ms-correlation-request-id', + '44f47f52-3fd2-4271-a2af-bb92b3c26132', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083634Z:44f47f52-3fd2-4271-a2af-bb92b3c26132', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7424af72-2949-4456-aa7f-0ef7685f14e2', + 'x-ms-correlation-request-id', + '7424af72-2949-4456-aa7f-0ef7685f14e2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083636Z:7424af72-2949-4456-aa7f-0ef7685f14e2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5cebc9c2-215b-4770-93f9-a807fb6c02a5', + 'x-ms-correlation-request-id', + '5cebc9c2-215b-4770-93f9-a807fb6c02a5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083638Z:5cebc9c2-215b-4770-93f9-a807fb6c02a5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '413e9d36-ff8b-4248-bcfa-7d395fca54a5', + 'x-ms-correlation-request-id', + '413e9d36-ff8b-4248-bcfa-7d395fca54a5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083641Z:413e9d36-ff8b-4248-bcfa-7d395fca54a5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0a3d3444-0032-442b-8867-2e8d1b812d82', + 'x-ms-correlation-request-id', + '0a3d3444-0032-442b-8867-2e8d1b812d82', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083643Z:0a3d3444-0032-442b-8867-2e8d1b812d82', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0a2862f0-0e2f-4455-adcb-d39b79dfd079', + 'x-ms-correlation-request-id', + '0a2862f0-0e2f-4455-adcb-d39b79dfd079', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083645Z:0a2862f0-0e2f-4455-adcb-d39b79dfd079', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3b0e0fb3-f3ba-4231-945d-1fc898f3f7cf', + 'x-ms-correlation-request-id', + '3b0e0fb3-f3ba-4231-945d-1fc898f3f7cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083648Z:3b0e0fb3-f3ba-4231-945d-1fc898f3f7cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '01240480-d14e-49aa-b076-f32f64399654', + 'x-ms-correlation-request-id', + '01240480-d14e-49aa-b076-f32f64399654', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083650Z:01240480-d14e-49aa-b076-f32f64399654', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '678c5dd7-3355-497f-900c-ca300ce13393', + 'x-ms-correlation-request-id', + '678c5dd7-3355-497f-900c-ca300ce13393', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083652Z:678c5dd7-3355-497f-900c-ca300ce13393', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7eaa0b4d-3cdb-41d4-b9a1-4ae18cc91852', + 'x-ms-correlation-request-id', + '7eaa0b4d-3cdb-41d4-b9a1-4ae18cc91852', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083655Z:7eaa0b4d-3cdb-41d4-b9a1-4ae18cc91852', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:54 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2aba1bc4-b1a0-4969-8cdb-b4b667f9eb58', + 'x-ms-correlation-request-id', + '2aba1bc4-b1a0-4969-8cdb-b4b667f9eb58', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083657Z:2aba1bc4-b1a0-4969-8cdb-b4b667f9eb58', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '131dc683-1226-4c9f-9c32-075fc52e0170', + 'x-ms-correlation-request-id', + '131dc683-1226-4c9f-9c32-075fc52e0170', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083659Z:131dc683-1226-4c9f-9c32-075fc52e0170', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:36:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '601bf313-5a56-4489-b31a-ee53ccbae5f6', + 'x-ms-correlation-request-id', + '601bf313-5a56-4489-b31a-ee53ccbae5f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083702Z:601bf313-5a56-4489-b31a-ee53ccbae5f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '213841c8-5663-4d5c-a422-6870c03ceded', + 'x-ms-correlation-request-id', + '213841c8-5663-4d5c-a422-6870c03ceded', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083704Z:213841c8-5663-4d5c-a422-6870c03ceded', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '92a0ebce-de50-4614-9294-ee01154796da', + 'x-ms-correlation-request-id', + '92a0ebce-de50-4614-9294-ee01154796da', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083706Z:92a0ebce-de50-4614-9294-ee01154796da', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:06 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '11d43d55-c897-407e-9fb1-96ae5cbfa3df', + 'x-ms-correlation-request-id', + '11d43d55-c897-407e-9fb1-96ae5cbfa3df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083709Z:11d43d55-c897-407e-9fb1-96ae5cbfa3df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '25f06590-ea39-4108-80db-bc8213e46c16', + 'x-ms-correlation-request-id', + '25f06590-ea39-4108-80db-bc8213e46c16', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083711Z:25f06590-ea39-4108-80db-bc8213e46c16', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2147162f-edde-45bd-b960-16fd63e60d8f', + 'x-ms-correlation-request-id', + '2147162f-edde-45bd-b960-16fd63e60d8f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083713Z:2147162f-edde-45bd-b960-16fd63e60d8f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:13 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '505a25c2-6b2a-4458-926f-ce4970b316c1', + 'x-ms-correlation-request-id', + '505a25c2-6b2a-4458-926f-ce4970b316c1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083716Z:505a25c2-6b2a-4458-926f-ce4970b316c1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '143856e1-3d17-41a4-bdbf-35788786038c', + 'x-ms-correlation-request-id', + '143856e1-3d17-41a4-bdbf-35788786038c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083718Z:143856e1-3d17-41a4-bdbf-35788786038c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '094b7998-ac30-4ed9-822b-65917d1fdfc1', + 'x-ms-correlation-request-id', + '094b7998-ac30-4ed9-822b-65917d1fdfc1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083720Z:094b7998-ac30-4ed9-822b-65917d1fdfc1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '51369eff-7145-494d-bb4b-ec0e53018cc2', + 'x-ms-correlation-request-id', + '51369eff-7145-494d-bb4b-ec0e53018cc2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083723Z:51369eff-7145-494d-bb4b-ec0e53018cc2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9b777d1f-af7a-461d-929c-edbc88f246e0', + 'x-ms-correlation-request-id', + '9b777d1f-af7a-461d-929c-edbc88f246e0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083726Z:9b777d1f-af7a-461d-929c-edbc88f246e0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c1cab54b-208f-4623-87bc-34918811daf3', + 'x-ms-correlation-request-id', + 'c1cab54b-208f-4623-87bc-34918811daf3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083728Z:c1cab54b-208f-4623-87bc-34918811daf3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/10eb04ba-389d-4229-bbd2-b2c5c6678d83') + .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', + '11445', + 'x-ms-request-id', + 'a2441356-a112-4dc7-b22d-4db7e2c5e97b', + 'x-ms-correlation-request-id', + 'a2441356-a112-4dc7-b22d-4db7e2c5e97b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T083730Z:a2441356-a112-4dc7-b22d-4db7e2c5e97b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:37:30 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', + '11444', + 'x-ms-request-id', + '7c24009b-3928-4bb4-86e6-42400acef45a', 'x-ms-correlation-request-id', - 'ae3f5e57-86fc-45b2-83c7-6f532c96f0ff', + '7c24009b-3928-4bb4-86e6-42400acef45a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T033808Z:ae3f5e57-86fc-45b2-83c7-6f532c96f0ff', + 'SOUTHEASTASIA:20211111T083731Z:7c24009b-3928-4bb4-86e6-42400acef45a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:38:08 GMT' + 'Thu, 11 Nov 2021 08:37:30 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 index ceac74368aca..eb8897252399 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9fcb8c20-71fa-4e07-9e4c-df7392c50700', + 'd0df041e-9aad-4003-b51d-51ebd3970b00', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AjV9gPTvA6pCiX-id2OCg_A; expires=Sun, 24-Oct-2021 04:23:26 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AmWocmOdD51NoE3oGcoTPvc; expires=Sat, 11-Dec-2021 09:28:10 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevry7TUhzI_H8hxcliWEAeQ2tysjr3nc-8FCMkyvBj68TmRfXBIyYsgiP7l6OZQgeBHt4AnVlli0CHCS6hOq0CPQ73dNTOP5KBCP1iA7SNUiwszdZjLJUiH2Wb7IxI4NVt4f65rg_zY_3vzlfOc9GzrkCX5Apbx1iheOWKlMwFr2LQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrkZVnNAgvD_I1q_99GTgjqpALEwJBb1dEJ44HhVyf16Ir_q6-QSjtwvGoGx-YMucmUEnh08mMBpvhOUioKWE6EvD2iO_y_BZqO5M84GHICdssMnZhwReVHgW0PyUWEFFwryT-FoPiha5iV1e8I9A1IFDdfY2xr13Rv4ORKvQzTRMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:25 GMT', + 'Thu, 11 Nov 2021 09:28:09 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '279ef619-49ad-435a-9864-bc87f15d0700', + '482093af-0f21-4b2b-bd07-067355cb1100', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Aovd-SY5TrtHiN_6pLAoihw; expires=Sun, 24-Oct-2021 04:23:26 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Au3OKlWCSLlBumXfs6jdqek; expires=Sat, 11-Dec-2021 09:28:10 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrz_y7QB9Iih0klPACD0fq72Ny3dXiumlz0Dc6Rf_OD2NNTYWh5QUXJg54Gmi3Q0stRw6wTM2Q-zMU_OZFvEIVX4y9-dIoI6E0Jo7AOeq3VLqpYblMEmfuhTfjiNFehBj8sdlEIAJEh13nczVJW9wsqIA02sCozqkSwHRoPeJx4PMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrnJvOOol3uUKKq6Hprz4LU8PFppvIFt8a8hgUEezGlAf2BH0oDTo3DBrHit1aIPyX5ZvhfqqaPflMPPxkEqYj81uECnx1bk3y9MeJoIUCa0tlP4qZ92ue4UCD8xRwLS9ntOTA4PKc3QkbDUPONofggAY8-MWWehna3lVJDRo44u4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:26 GMT', + 'Thu, 11 Nov 2021 09:28:09 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.1&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=532aa27c-49ed-4f82-8cb8-8c9943e5ef73&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") + .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.1&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=41e5836a-5ced-4092-b8ce-09e5bdc71f57&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '72601cd0-040f-4c9c-a388-1eecf9610700', + 'd03127da-446a-4706-9c1f-ece81e871500', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AsEjMTpv0pRKtH-TT8SON6oWPr5BAQAAAL5J39gOAAAA; expires=Sun, 24-Oct-2021 04:23:26 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AotvCuGwe2xBqOj3VsoTnxYWPr5BAQAAACrZHtkOAAAA; expires=Sat, 11-Dec-2021 09:28:10 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:26 GMT', + 'Thu, 11 Nov 2021 09:28:09 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/6010f74c-07ff-4cb6-b3ba-c867dbcf7379?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379?api-version=2021-10-15', 'x-ms-request-id', - 'b6ee2e82-2b87-4b75-b97b-db94f87cb5d4', + '6010f74c-07ff-4cb6-b3ba-c867dbcf7379', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-deletes', '14997', 'x-ms-correlation-request-id', - '183c9304-3e56-487c-affa-182bf54cbe95', + 'e5c6dafa-615e-4c66-8437-36a858d91767', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042328Z:183c9304-3e56-487c-affa-182bf54cbe95', + 'SOUTHEASTASIA:20211111T092812Z:e5c6dafa-615e-4c66-8437-36a858d91767', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:28 GMT' + 'Thu, 11 Nov 2021 09:28:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10958', + '10396', 'x-ms-request-id', - 'dc4353b6-4fa8-4b62-885d-75bb7a1f68b2', + '76d8a7fb-6fee-4770-bc74-e3923b547f23', 'x-ms-correlation-request-id', - 'dc4353b6-4fa8-4b62-885d-75bb7a1f68b2', + '76d8a7fb-6fee-4770-bc74-e3923b547f23', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042329Z:dc4353b6-4fa8-4b62-885d-75bb7a1f68b2', + 'SOUTHEASTASIA:20211111T092812Z:76d8a7fb-6fee-4770-bc74-e3923b547f23', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:28 GMT' + 'Thu, 11 Nov 2021 09:28:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10957', + '10395', 'x-ms-request-id', - 'd6742f8e-0252-4f87-be9f-894881a5da8e', + '58cf6c4b-2dbf-40cc-b529-6e178e701577', 'x-ms-correlation-request-id', - 'd6742f8e-0252-4f87-be9f-894881a5da8e', + '58cf6c4b-2dbf-40cc-b529-6e178e701577', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042331Z:d6742f8e-0252-4f87-be9f-894881a5da8e', + 'SOUTHEASTASIA:20211111T092815Z:58cf6c4b-2dbf-40cc-b529-6e178e701577', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:30 GMT' + 'Thu, 11 Nov 2021 09:28:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10956', + '10394', 'x-ms-request-id', - 'aaa61b3e-5cf1-49e1-87ec-50c64977206e', + 'e172eeaf-a833-4b9b-97b8-81a546edc1fd', 'x-ms-correlation-request-id', - 'aaa61b3e-5cf1-49e1-87ec-50c64977206e', + 'e172eeaf-a833-4b9b-97b8-81a546edc1fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042333Z:aaa61b3e-5cf1-49e1-87ec-50c64977206e', + 'SOUTHEASTASIA:20211111T092817Z:e172eeaf-a833-4b9b-97b8-81a546edc1fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:33 GMT' + 'Thu, 11 Nov 2021 09:28:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -277,21 +277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10955', + '10393', 'x-ms-request-id', - '00c34b8a-e7ec-4faa-ad7e-daaacbb5d4b4', + 'c3eece05-ec51-4a0d-91e1-db5af95a225b', 'x-ms-correlation-request-id', - '00c34b8a-e7ec-4faa-ad7e-daaacbb5d4b4', + 'c3eece05-ec51-4a0d-91e1-db5af95a225b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042336Z:00c34b8a-e7ec-4faa-ad7e-daaacbb5d4b4', + 'SOUTHEASTASIA:20211111T092819Z:c3eece05-ec51-4a0d-91e1-db5af95a225b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:35 GMT' + 'Thu, 11 Nov 2021 09:28:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -313,21 +313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10954', + '10392', 'x-ms-request-id', - '79ecdfff-a352-4220-bc40-578fe7f19029', + 'e5a34384-7dad-4907-a5a3-8ee10a87f3f7', 'x-ms-correlation-request-id', - '79ecdfff-a352-4220-bc40-578fe7f19029', + 'e5a34384-7dad-4907-a5a3-8ee10a87f3f7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042338Z:79ecdfff-a352-4220-bc40-578fe7f19029', + 'SOUTHEASTASIA:20211111T092822Z:e5a34384-7dad-4907-a5a3-8ee10a87f3f7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:37 GMT' + 'Thu, 11 Nov 2021 09:28:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -349,21 +349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10953', + '10391', 'x-ms-request-id', - '7e0c4c6c-37a7-4ff7-9c4d-5fe60771fda7', + '3d45f689-ea17-497e-ae2c-56cc72acb620', 'x-ms-correlation-request-id', - '7e0c4c6c-37a7-4ff7-9c4d-5fe60771fda7', + '3d45f689-ea17-497e-ae2c-56cc72acb620', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042340Z:7e0c4c6c-37a7-4ff7-9c4d-5fe60771fda7', + 'SOUTHEASTASIA:20211111T092824Z:3d45f689-ea17-497e-ae2c-56cc72acb620', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:40 GMT' + 'Thu, 11 Nov 2021 09:28:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -385,21 +385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10952', + '10390', 'x-ms-request-id', - 'ece0ca0e-6c29-47b9-971f-e713f437a0af', + '39d8293f-ea92-47ce-8065-8ec47640d01a', 'x-ms-correlation-request-id', - 'ece0ca0e-6c29-47b9-971f-e713f437a0af', + '39d8293f-ea92-47ce-8065-8ec47640d01a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042343Z:ece0ca0e-6c29-47b9-971f-e713f437a0af', + 'SOUTHEASTASIA:20211111T092826Z:39d8293f-ea92-47ce-8065-8ec47640d01a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:42 GMT' + 'Thu, 11 Nov 2021 09:28:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -421,21 +421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10951', + '10389', 'x-ms-request-id', - '2e10d89e-347d-484e-b2d2-ed86ea6c1081', + '66aa72f9-c566-4cac-be47-237ddf16f240', 'x-ms-correlation-request-id', - '2e10d89e-347d-484e-b2d2-ed86ea6c1081', + '66aa72f9-c566-4cac-be47-237ddf16f240', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042345Z:2e10d89e-347d-484e-b2d2-ed86ea6c1081', + 'SOUTHEASTASIA:20211111T092829Z:66aa72f9-c566-4cac-be47-237ddf16f240', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:44 GMT' + 'Thu, 11 Nov 2021 09:28:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -457,21 +457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10950', + '10388', 'x-ms-request-id', - '66467416-2e1b-4003-8c6f-a54d2a3e2ebf', + '82003f04-4135-4d0e-9812-ab4af1f13057', 'x-ms-correlation-request-id', - '66467416-2e1b-4003-8c6f-a54d2a3e2ebf', + '82003f04-4135-4d0e-9812-ab4af1f13057', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042348Z:66467416-2e1b-4003-8c6f-a54d2a3e2ebf', + 'SOUTHEASTASIA:20211111T092831Z:82003f04-4135-4d0e-9812-ab4af1f13057', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:47 GMT' + 'Thu, 11 Nov 2021 09:28:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -493,21 +493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10949', + '10387', 'x-ms-request-id', - '46ab3763-59cd-48cf-9ad6-035b97c88e45', + 'f3a3cd15-e63f-4a0e-acd5-e5f35e522873', 'x-ms-correlation-request-id', - '46ab3763-59cd-48cf-9ad6-035b97c88e45', + 'f3a3cd15-e63f-4a0e-acd5-e5f35e522873', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042350Z:46ab3763-59cd-48cf-9ad6-035b97c88e45', + 'SOUTHEASTASIA:20211111T092833Z:f3a3cd15-e63f-4a0e-acd5-e5f35e522873', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:50 GMT' + 'Thu, 11 Nov 2021 09:28:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -529,21 +529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10948', + '10386', 'x-ms-request-id', - 'e41fc33d-16e4-4ca0-891a-b9672bc01087', + '6c3a9c64-6ee2-4ad2-a9db-68d91833bd88', 'x-ms-correlation-request-id', - 'e41fc33d-16e4-4ca0-891a-b9672bc01087', + '6c3a9c64-6ee2-4ad2-a9db-68d91833bd88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042353Z:e41fc33d-16e4-4ca0-891a-b9672bc01087', + 'SOUTHEASTASIA:20211111T092836Z:6c3a9c64-6ee2-4ad2-a9db-68d91833bd88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:52 GMT' + 'Thu, 11 Nov 2021 09:28:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -565,21 +565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10947', + '10385', 'x-ms-request-id', - '679d7ad9-2c0b-4867-a815-761581f01d5a', + '696245be-62d7-4de8-a855-44099c3e8cf4', 'x-ms-correlation-request-id', - '679d7ad9-2c0b-4867-a815-761581f01d5a', + '696245be-62d7-4de8-a855-44099c3e8cf4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042355Z:679d7ad9-2c0b-4867-a815-761581f01d5a', + 'SOUTHEASTASIA:20211111T092838Z:696245be-62d7-4de8-a855-44099c3e8cf4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:54 GMT' + 'Thu, 11 Nov 2021 09:28:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -601,21 +601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10946', + '10384', 'x-ms-request-id', - '1a9ee73e-a321-48d1-a222-e6e74016fee8', + '186fc72c-d9b5-427d-ac18-095c21d20d47', 'x-ms-correlation-request-id', - '1a9ee73e-a321-48d1-a222-e6e74016fee8', + '186fc72c-d9b5-427d-ac18-095c21d20d47', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042357Z:1a9ee73e-a321-48d1-a222-e6e74016fee8', + 'SOUTHEASTASIA:20211111T092840Z:186fc72c-d9b5-427d-ac18-095c21d20d47', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:57 GMT' + 'Thu, 11 Nov 2021 09:28:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -637,21 +637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10945', + '10383', 'x-ms-request-id', - '729ba87f-250f-4906-9a18-bc92b95ece92', + '26c9f63f-fdac-414b-b55d-f21014fee2af', 'x-ms-correlation-request-id', - '729ba87f-250f-4906-9a18-bc92b95ece92', + '26c9f63f-fdac-414b-b55d-f21014fee2af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042400Z:729ba87f-250f-4906-9a18-bc92b95ece92', + 'SOUTHEASTASIA:20211111T092843Z:26c9f63f-fdac-414b-b55d-f21014fee2af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:59 GMT' + 'Thu, 11 Nov 2021 09:28:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -673,21 +673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10944', + '10382', 'x-ms-request-id', - 'fd43bf52-f82c-4527-82a4-b11f08edccd0', + '02f842d7-7298-4268-b71f-242a560e98c7', 'x-ms-correlation-request-id', - 'fd43bf52-f82c-4527-82a4-b11f08edccd0', + '02f842d7-7298-4268-b71f-242a560e98c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042402Z:fd43bf52-f82c-4527-82a4-b11f08edccd0', + 'SOUTHEASTASIA:20211111T092845Z:02f842d7-7298-4268-b71f-242a560e98c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:01 GMT' + 'Thu, 11 Nov 2021 09:28:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -709,21 +709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10943', + '10381', 'x-ms-request-id', - '866758e5-c7ec-40f6-bd96-cd057d2df8cc', + '9ed2126f-bc49-43c8-a69f-074995237d71', 'x-ms-correlation-request-id', - '866758e5-c7ec-40f6-bd96-cd057d2df8cc', + '9ed2126f-bc49-43c8-a69f-074995237d71', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042404Z:866758e5-c7ec-40f6-bd96-cd057d2df8cc', + 'SOUTHEASTASIA:20211111T092847Z:9ed2126f-bc49-43c8-a69f-074995237d71', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:04 GMT' + 'Thu, 11 Nov 2021 09:28:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -745,21 +745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10942', + '10380', 'x-ms-request-id', - 'fe6b87a7-9045-4553-8015-c658e5e34378', + 'de6f0b08-99c9-466e-a7a3-90a237076a07', 'x-ms-correlation-request-id', - 'fe6b87a7-9045-4553-8015-c658e5e34378', + 'de6f0b08-99c9-466e-a7a3-90a237076a07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042407Z:fe6b87a7-9045-4553-8015-c658e5e34378', + 'SOUTHEASTASIA:20211111T092850Z:de6f0b08-99c9-466e-a7a3-90a237076a07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:06 GMT' + 'Thu, 11 Nov 2021 09:28:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -781,21 +781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10941', + '10379', 'x-ms-request-id', - '2c4ab694-9f9b-40a6-a1fb-a49bb7ebf762', + 'b3e485b6-0c55-4729-bdbb-f41f7d917e3b', 'x-ms-correlation-request-id', - '2c4ab694-9f9b-40a6-a1fb-a49bb7ebf762', + 'b3e485b6-0c55-4729-bdbb-f41f7d917e3b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042409Z:2c4ab694-9f9b-40a6-a1fb-a49bb7ebf762', + 'SOUTHEASTASIA:20211111T092852Z:b3e485b6-0c55-4729-bdbb-f41f7d917e3b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:08 GMT' + 'Thu, 11 Nov 2021 09:28:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -817,21 +817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10940', + '10378', 'x-ms-request-id', - '3134cee7-32b2-4ff8-a817-11ece0af96f0', + '19e5ff96-37bf-4212-ae98-07e222cf0713', 'x-ms-correlation-request-id', - '3134cee7-32b2-4ff8-a817-11ece0af96f0', + '19e5ff96-37bf-4212-ae98-07e222cf0713', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042411Z:3134cee7-32b2-4ff8-a817-11ece0af96f0', + 'SOUTHEASTASIA:20211111T092854Z:19e5ff96-37bf-4212-ae98-07e222cf0713', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:11 GMT' + 'Thu, 11 Nov 2021 09:28:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -853,21 +853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10939', + '10377', 'x-ms-request-id', - '772ed791-7abb-4ed2-86a1-9854da25bf3b', + '6d6a36fc-7549-4558-92a0-4620e7c9739f', 'x-ms-correlation-request-id', - '772ed791-7abb-4ed2-86a1-9854da25bf3b', + '6d6a36fc-7549-4558-92a0-4620e7c9739f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042414Z:772ed791-7abb-4ed2-86a1-9854da25bf3b', + 'SOUTHEASTASIA:20211111T092857Z:6d6a36fc-7549-4558-92a0-4620e7c9739f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:13 GMT' + 'Thu, 11 Nov 2021 09:28:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -889,21 +889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10938', + '10376', 'x-ms-request-id', - '82189697-c479-44ad-898f-11aca7da4809', + 'b8a7b598-ef04-457f-a79a-926492dfed47', 'x-ms-correlation-request-id', - '82189697-c479-44ad-898f-11aca7da4809', + 'b8a7b598-ef04-457f-a79a-926492dfed47', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042416Z:82189697-c479-44ad-898f-11aca7da4809', + 'SOUTHEASTASIA:20211111T092900Z:b8a7b598-ef04-457f-a79a-926492dfed47', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:15 GMT' + 'Thu, 11 Nov 2021 09:29:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -925,21 +925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10937', + '10375', 'x-ms-request-id', - '79fe74a1-9d28-4f52-8e12-75dd177b7f48', + '90546edc-d0bf-4909-843c-dfd5117c7042', 'x-ms-correlation-request-id', - '79fe74a1-9d28-4f52-8e12-75dd177b7f48', + '90546edc-d0bf-4909-843c-dfd5117c7042', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042418Z:79fe74a1-9d28-4f52-8e12-75dd177b7f48', + 'SOUTHEASTASIA:20211111T092903Z:90546edc-d0bf-4909-843c-dfd5117c7042', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:17 GMT' + 'Thu, 11 Nov 2021 09:29:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -961,21 +961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10936', + '10374', 'x-ms-request-id', - 'd9db97e8-0bff-405d-b124-7747d76b9f44', + '42dae81e-0c10-479a-b092-6b4734b9a410', 'x-ms-correlation-request-id', - 'd9db97e8-0bff-405d-b124-7747d76b9f44', + '42dae81e-0c10-479a-b092-6b4734b9a410', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042421Z:d9db97e8-0bff-405d-b124-7747d76b9f44', + 'SOUTHEASTASIA:20211111T092906Z:42dae81e-0c10-479a-b092-6b4734b9a410', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:20 GMT' + 'Thu, 11 Nov 2021 09:29:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -997,21 +997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10935', + '10373', 'x-ms-request-id', - 'db349b18-9a9c-4337-b97f-00e3ad1c1aab', + '35ddf555-63cb-4cdb-9d1f-5e25555b4527', 'x-ms-correlation-request-id', - 'db349b18-9a9c-4337-b97f-00e3ad1c1aab', + '35ddf555-63cb-4cdb-9d1f-5e25555b4527', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042423Z:db349b18-9a9c-4337-b97f-00e3ad1c1aab', + 'SOUTHEASTASIA:20211111T092909Z:35ddf555-63cb-4cdb-9d1f-5e25555b4527', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:22 GMT' + 'Thu, 11 Nov 2021 09:29:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1033,21 +1033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10934', + '10372', 'x-ms-request-id', - '74c64344-53a4-49f8-899b-c78d23a666b3', + 'ac297ad7-f2ae-4659-88bb-f726219db6ca', 'x-ms-correlation-request-id', - '74c64344-53a4-49f8-899b-c78d23a666b3', + 'ac297ad7-f2ae-4659-88bb-f726219db6ca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042425Z:74c64344-53a4-49f8-899b-c78d23a666b3', + 'SOUTHEASTASIA:20211111T092912Z:ac297ad7-f2ae-4659-88bb-f726219db6ca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:24 GMT' + 'Thu, 11 Nov 2021 09:29:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1069,21 +1069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10933', + '10371', 'x-ms-request-id', - '0a90a4a8-eb24-425c-8b7a-74f093a36f1c', + 'dcae8f83-6779-47bc-81cf-238592f85091', 'x-ms-correlation-request-id', - '0a90a4a8-eb24-425c-8b7a-74f093a36f1c', + 'dcae8f83-6779-47bc-81cf-238592f85091', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042428Z:0a90a4a8-eb24-425c-8b7a-74f093a36f1c', + 'SOUTHEASTASIA:20211111T092915Z:dcae8f83-6779-47bc-81cf-238592f85091', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:27 GMT' + 'Thu, 11 Nov 2021 09:29:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1105,21 +1105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10932', + '10370', 'x-ms-request-id', - '8ec89835-23b4-480a-8cb9-31813215fde3', + '66355b0f-9343-4a0c-a731-98428628bdad', 'x-ms-correlation-request-id', - '8ec89835-23b4-480a-8cb9-31813215fde3', + '66355b0f-9343-4a0c-a731-98428628bdad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042430Z:8ec89835-23b4-480a-8cb9-31813215fde3', + 'SOUTHEASTASIA:20211111T092918Z:66355b0f-9343-4a0c-a731-98428628bdad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:29 GMT' + 'Thu, 11 Nov 2021 09:29:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1141,21 +1141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10931', + '10369', 'x-ms-request-id', - 'be9ea233-011d-45d0-b054-6a9cb2c47ba6', + '44a7588a-88da-426c-8e27-f3743a5fd37d', 'x-ms-correlation-request-id', - 'be9ea233-011d-45d0-b054-6a9cb2c47ba6', + '44a7588a-88da-426c-8e27-f3743a5fd37d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042432Z:be9ea233-011d-45d0-b054-6a9cb2c47ba6', + 'SOUTHEASTASIA:20211111T092921Z:44a7588a-88da-426c-8e27-f3743a5fd37d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:32 GMT' + 'Thu, 11 Nov 2021 09:29:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1177,21 +1177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10930', + '10368', 'x-ms-request-id', - 'e07e9806-74c1-4f0c-aee2-05a898b44da6', + '73d61622-5159-4591-afbb-99c77053942f', 'x-ms-correlation-request-id', - 'e07e9806-74c1-4f0c-aee2-05a898b44da6', + '73d61622-5159-4591-afbb-99c77053942f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042435Z:e07e9806-74c1-4f0c-aee2-05a898b44da6', + 'SOUTHEASTASIA:20211111T092924Z:73d61622-5159-4591-afbb-99c77053942f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:35 GMT' + 'Thu, 11 Nov 2021 09:29:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1213,21 +1213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10929', + '10367', 'x-ms-request-id', - '92dc749b-a083-4a6b-8d6e-0c27282edf3d', + '5773c827-c406-4d5d-bd0a-330d96504f06', 'x-ms-correlation-request-id', - '92dc749b-a083-4a6b-8d6e-0c27282edf3d', + '5773c827-c406-4d5d-bd0a-330d96504f06', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042437Z:92dc749b-a083-4a6b-8d6e-0c27282edf3d', + 'SOUTHEASTASIA:20211111T092927Z:5773c827-c406-4d5d-bd0a-330d96504f06', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:37 GMT' + 'Thu, 11 Nov 2021 09:29:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1249,21 +1249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10928', + '10366', 'x-ms-request-id', - 'd326c0ce-d320-4fc8-b782-17463477c32f', + '4fdda555-987c-414d-a15a-52819f51587c', 'x-ms-correlation-request-id', - 'd326c0ce-d320-4fc8-b782-17463477c32f', + '4fdda555-987c-414d-a15a-52819f51587c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042439Z:d326c0ce-d320-4fc8-b782-17463477c32f', + 'SOUTHEASTASIA:20211111T092930Z:4fdda555-987c-414d-a15a-52819f51587c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:39 GMT' + 'Thu, 11 Nov 2021 09:29:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1285,21 +1285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10927', + '10365', 'x-ms-request-id', - '00b51a38-17f6-4e3f-bda2-8aecb64b6373', + '3430f5c5-cd08-4f45-8068-29d5897cd118', 'x-ms-correlation-request-id', - '00b51a38-17f6-4e3f-bda2-8aecb64b6373', + '3430f5c5-cd08-4f45-8068-29d5897cd118', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042442Z:00b51a38-17f6-4e3f-bda2-8aecb64b6373', + 'SOUTHEASTASIA:20211111T092933Z:3430f5c5-cd08-4f45-8068-29d5897cd118', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:42 GMT' + 'Thu, 11 Nov 2021 09:29:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1321,21 +1321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10926', + '10364', 'x-ms-request-id', - '26a71078-46f5-44d7-bfec-81fabc438f5c', + 'cd6e8bc8-8387-456f-928a-7621aae138e9', 'x-ms-correlation-request-id', - '26a71078-46f5-44d7-bfec-81fabc438f5c', + 'cd6e8bc8-8387-456f-928a-7621aae138e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042444Z:26a71078-46f5-44d7-bfec-81fabc438f5c', + 'SOUTHEASTASIA:20211111T092935Z:cd6e8bc8-8387-456f-928a-7621aae138e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:44 GMT' + 'Thu, 11 Nov 2021 09:29:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1357,21 +1357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10925', + '10363', 'x-ms-request-id', - 'f0f41803-e324-4f31-a015-5c7d3ba96207', + 'a95d3284-b6a3-4aa1-8178-360361ad1cac', 'x-ms-correlation-request-id', - 'f0f41803-e324-4f31-a015-5c7d3ba96207', + 'a95d3284-b6a3-4aa1-8178-360361ad1cac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042446Z:f0f41803-e324-4f31-a015-5c7d3ba96207', + 'SOUTHEASTASIA:20211111T092937Z:a95d3284-b6a3-4aa1-8178-360361ad1cac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:46 GMT' + 'Thu, 11 Nov 2021 09:29:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1393,21 +1393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10924', + '10362', 'x-ms-request-id', - '98429451-cac3-475b-96fe-f6c514283f46', + 'bb157f04-5cc2-4def-bf62-4b66444b66ed', 'x-ms-correlation-request-id', - '98429451-cac3-475b-96fe-f6c514283f46', + 'bb157f04-5cc2-4def-bf62-4b66444b66ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042449Z:98429451-cac3-475b-96fe-f6c514283f46', + 'SOUTHEASTASIA:20211111T092940Z:bb157f04-5cc2-4def-bf62-4b66444b66ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:49 GMT' + 'Thu, 11 Nov 2021 09:29:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1429,21 +1429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10923', + '10361', 'x-ms-request-id', - 'c43ff618-2dde-4c64-997f-52a85ede97e4', + '98dc8b0c-a36d-44f9-9121-3f42b0adea99', 'x-ms-correlation-request-id', - 'c43ff618-2dde-4c64-997f-52a85ede97e4', + '98dc8b0c-a36d-44f9-9121-3f42b0adea99', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042451Z:c43ff618-2dde-4c64-997f-52a85ede97e4', + 'SOUTHEASTASIA:20211111T092942Z:98dc8b0c-a36d-44f9-9121-3f42b0adea99', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:51 GMT' + 'Thu, 11 Nov 2021 09:29:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1465,21 +1465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10922', + '10360', 'x-ms-request-id', - 'aa72220d-e1be-431b-ac1d-66ac41b655cf', + 'f418acfb-e666-4d88-b05e-7531ad939ef6', 'x-ms-correlation-request-id', - 'aa72220d-e1be-431b-ac1d-66ac41b655cf', + 'f418acfb-e666-4d88-b05e-7531ad939ef6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042453Z:aa72220d-e1be-431b-ac1d-66ac41b655cf', + 'SOUTHEASTASIA:20211111T092944Z:f418acfb-e666-4d88-b05e-7531ad939ef6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:53 GMT' + 'Thu, 11 Nov 2021 09:29:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1501,21 +1501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10921', + '10359', 'x-ms-request-id', - '6a876b06-7c2c-45a0-803e-dd30688ab931', + '7e2ae0a2-53fd-4ec2-9300-edea9f32c84e', 'x-ms-correlation-request-id', - '6a876b06-7c2c-45a0-803e-dd30688ab931', + '7e2ae0a2-53fd-4ec2-9300-edea9f32c84e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042456Z:6a876b06-7c2c-45a0-803e-dd30688ab931', + 'SOUTHEASTASIA:20211111T092947Z:7e2ae0a2-53fd-4ec2-9300-edea9f32c84e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:55 GMT' + 'Thu, 11 Nov 2021 09:29:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1537,21 +1537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10920', + '10358', 'x-ms-request-id', - '560fb732-1db9-40e8-bb3f-cb5ff66672fc', + 'b6dbe46d-e923-4576-b600-b73890bba1cd', 'x-ms-correlation-request-id', - '560fb732-1db9-40e8-bb3f-cb5ff66672fc', + 'b6dbe46d-e923-4576-b600-b73890bba1cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042458Z:560fb732-1db9-40e8-bb3f-cb5ff66672fc', + 'SOUTHEASTASIA:20211111T092949Z:b6dbe46d-e923-4576-b600-b73890bba1cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:24:58 GMT' + 'Thu, 11 Nov 2021 09:29:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1573,21 +1573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10919', + '10357', 'x-ms-request-id', - 'df930377-db91-45d8-9e25-48c12bd9138c', + '84b80860-ae91-47be-bf01-7aab5ee0b688', 'x-ms-correlation-request-id', - 'df930377-db91-45d8-9e25-48c12bd9138c', + '84b80860-ae91-47be-bf01-7aab5ee0b688', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042500Z:df930377-db91-45d8-9e25-48c12bd9138c', + 'SOUTHEASTASIA:20211111T092952Z:84b80860-ae91-47be-bf01-7aab5ee0b688', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:00 GMT' + 'Thu, 11 Nov 2021 09:29:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1609,21 +1609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10918', + '10356', 'x-ms-request-id', - 'a3da3007-a12a-4048-be7a-e8134c73f7c2', + '5b0aa9a2-7991-4a9a-b557-3cf709540820', 'x-ms-correlation-request-id', - 'a3da3007-a12a-4048-be7a-e8134c73f7c2', + '5b0aa9a2-7991-4a9a-b557-3cf709540820', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042503Z:a3da3007-a12a-4048-be7a-e8134c73f7c2', + 'SOUTHEASTASIA:20211111T092954Z:5b0aa9a2-7991-4a9a-b557-3cf709540820', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:02 GMT' + 'Thu, 11 Nov 2021 09:29:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1645,21 +1645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10917', + '10355', 'x-ms-request-id', - 'a67febde-ad47-4796-b45d-f41716b2d6dd', + '04f07e15-b35c-48ab-ad40-244b2db366e4', 'x-ms-correlation-request-id', - 'a67febde-ad47-4796-b45d-f41716b2d6dd', + '04f07e15-b35c-48ab-ad40-244b2db366e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042505Z:a67febde-ad47-4796-b45d-f41716b2d6dd', + 'SOUTHEASTASIA:20211111T092957Z:04f07e15-b35c-48ab-ad40-244b2db366e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:05 GMT' + 'Thu, 11 Nov 2021 09:29:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1681,21 +1681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10916', + '10354', 'x-ms-request-id', - '9d6d6159-476f-4ebc-a4d2-fe2e694b0087', + '5e666652-c8d2-486e-b0dc-6a9243cdd60f', 'x-ms-correlation-request-id', - '9d6d6159-476f-4ebc-a4d2-fe2e694b0087', + '5e666652-c8d2-486e-b0dc-6a9243cdd60f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042508Z:9d6d6159-476f-4ebc-a4d2-fe2e694b0087', + 'SOUTHEASTASIA:20211111T092959Z:5e666652-c8d2-486e-b0dc-6a9243cdd60f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:08 GMT' + 'Thu, 11 Nov 2021 09:29:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1717,21 +1717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10915', + '10480', 'x-ms-request-id', - '8b877cec-8b83-40d5-bb0a-05d52a9c4bb3', + '8d6936de-9ab4-4e91-84a6-ecc20fc77fad', 'x-ms-correlation-request-id', - '8b877cec-8b83-40d5-bb0a-05d52a9c4bb3', + '8d6936de-9ab4-4e91-84a6-ecc20fc77fad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042511Z:8b877cec-8b83-40d5-bb0a-05d52a9c4bb3', + 'SOUTHEASTASIA:20211111T093001Z:8d6936de-9ab4-4e91-84a6-ecc20fc77fad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:11 GMT' + 'Thu, 11 Nov 2021 09:30:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1753,21 +1753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10914', + '10479', 'x-ms-request-id', - 'f5181d56-5415-4dff-baf6-2ba197793280', + 'ecd2999c-8b09-48c5-a250-45fd5a6594da', 'x-ms-correlation-request-id', - 'f5181d56-5415-4dff-baf6-2ba197793280', + 'ecd2999c-8b09-48c5-a250-45fd5a6594da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042514Z:f5181d56-5415-4dff-baf6-2ba197793280', + 'SOUTHEASTASIA:20211111T093004Z:ecd2999c-8b09-48c5-a250-45fd5a6594da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:14 GMT' + 'Thu, 11 Nov 2021 09:30:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1789,21 +1789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10913', + '10478', 'x-ms-request-id', - '199ee817-9bd2-4569-b3ad-4e2662da81f2', + 'ea642db2-3eb3-48ff-9261-a79ccfcfb862', 'x-ms-correlation-request-id', - '199ee817-9bd2-4569-b3ad-4e2662da81f2', + 'ea642db2-3eb3-48ff-9261-a79ccfcfb862', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042516Z:199ee817-9bd2-4569-b3ad-4e2662da81f2', + 'SOUTHEASTASIA:20211111T093006Z:ea642db2-3eb3-48ff-9261-a79ccfcfb862', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:16 GMT' + 'Thu, 11 Nov 2021 09:30:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1825,21 +1825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10912', + '10477', 'x-ms-request-id', - 'f313a814-6f6f-47b6-b2e5-2b1e77f519ff', + '3d7d4009-b186-4f6a-bb4e-63a7562e8d76', 'x-ms-correlation-request-id', - 'f313a814-6f6f-47b6-b2e5-2b1e77f519ff', + '3d7d4009-b186-4f6a-bb4e-63a7562e8d76', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042519Z:f313a814-6f6f-47b6-b2e5-2b1e77f519ff', + 'SOUTHEASTASIA:20211111T093008Z:3d7d4009-b186-4f6a-bb4e-63a7562e8d76', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:18 GMT' + 'Thu, 11 Nov 2021 09:30:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1861,21 +1861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10911', + '10476', 'x-ms-request-id', - '2005abc4-b538-4678-b908-7b84a435b8fc', + 'bad572d3-8101-475b-bac4-65523ae13afa', 'x-ms-correlation-request-id', - '2005abc4-b538-4678-b908-7b84a435b8fc', + 'bad572d3-8101-475b-bac4-65523ae13afa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042521Z:2005abc4-b538-4678-b908-7b84a435b8fc', + 'SOUTHEASTASIA:20211111T093011Z:bad572d3-8101-475b-bac4-65523ae13afa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:21 GMT' + 'Thu, 11 Nov 2021 09:30:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1897,21 +1897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10910', + '10475', 'x-ms-request-id', - '3caaa958-d909-4ba1-817a-0fffa10ba5bf', + 'a73eb13f-adec-4b2a-ba45-e2d001e0a49d', 'x-ms-correlation-request-id', - '3caaa958-d909-4ba1-817a-0fffa10ba5bf', + 'a73eb13f-adec-4b2a-ba45-e2d001e0a49d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042523Z:3caaa958-d909-4ba1-817a-0fffa10ba5bf', + 'SOUTHEASTASIA:20211111T093013Z:a73eb13f-adec-4b2a-ba45-e2d001e0a49d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:23 GMT' + 'Thu, 11 Nov 2021 09:30:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1933,21 +1933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10909', + '10474', 'x-ms-request-id', - '558cedec-81a8-4e08-95be-929a588c5144', + '2a281347-8a08-4748-b76d-a6ef1f2ace93', 'x-ms-correlation-request-id', - '558cedec-81a8-4e08-95be-929a588c5144', + '2a281347-8a08-4748-b76d-a6ef1f2ace93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042526Z:558cedec-81a8-4e08-95be-929a588c5144', + 'SOUTHEASTASIA:20211111T093015Z:2a281347-8a08-4748-b76d-a6ef1f2ace93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:25 GMT' + 'Thu, 11 Nov 2021 09:30:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1969,21 +1969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10908', + '10473', 'x-ms-request-id', - '9fad648f-2302-4165-953f-fbdbfeee40b5', + '03f46b37-bc29-4120-96f1-724ceb34c5a2', 'x-ms-correlation-request-id', - '9fad648f-2302-4165-953f-fbdbfeee40b5', + '03f46b37-bc29-4120-96f1-724ceb34c5a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042528Z:9fad648f-2302-4165-953f-fbdbfeee40b5', + 'SOUTHEASTASIA:20211111T093018Z:03f46b37-bc29-4120-96f1-724ceb34c5a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:27 GMT' + 'Thu, 11 Nov 2021 09:30:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2005,21 +2005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10907', + '10472', 'x-ms-request-id', - '7cc93599-c6fb-49f2-ad5e-7a066cdd48b3', + 'c9209e5a-7c06-4ba1-a661-a762e2748180', 'x-ms-correlation-request-id', - '7cc93599-c6fb-49f2-ad5e-7a066cdd48b3', + 'c9209e5a-7c06-4ba1-a661-a762e2748180', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042530Z:7cc93599-c6fb-49f2-ad5e-7a066cdd48b3', + 'SOUTHEASTASIA:20211111T093020Z:c9209e5a-7c06-4ba1-a661-a762e2748180', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:30 GMT' + 'Thu, 11 Nov 2021 09:30:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2041,21 +2041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10906', + '10471', 'x-ms-request-id', - '9c40e305-583e-4cc6-8b6b-13e0c9a2c562', + '5b3aacfd-73de-412d-a7a4-5b476ebc9abe', 'x-ms-correlation-request-id', - '9c40e305-583e-4cc6-8b6b-13e0c9a2c562', + '5b3aacfd-73de-412d-a7a4-5b476ebc9abe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042533Z:9c40e305-583e-4cc6-8b6b-13e0c9a2c562', + 'SOUTHEASTASIA:20211111T093022Z:5b3aacfd-73de-412d-a7a4-5b476ebc9abe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:32 GMT' + 'Thu, 11 Nov 2021 09:30:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2077,21 +2077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10905', + '10470', 'x-ms-request-id', - '15f8ae1d-e547-47d7-a227-08bf7c2e9134', + 'ed20b6b7-aca9-49f7-bbd7-a9754780a89f', 'x-ms-correlation-request-id', - '15f8ae1d-e547-47d7-a227-08bf7c2e9134', + 'ed20b6b7-aca9-49f7-bbd7-a9754780a89f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042535Z:15f8ae1d-e547-47d7-a227-08bf7c2e9134', + 'SOUTHEASTASIA:20211111T093025Z:ed20b6b7-aca9-49f7-bbd7-a9754780a89f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:34 GMT' + 'Thu, 11 Nov 2021 09:30:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2113,21 +2113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10904', + '10469', 'x-ms-request-id', - '3642791b-0a6d-4cc5-82bb-b41fc25472ed', + '0f3f0995-8c1d-4f61-b6e1-2eef98b91d4b', 'x-ms-correlation-request-id', - '3642791b-0a6d-4cc5-82bb-b41fc25472ed', + '0f3f0995-8c1d-4f61-b6e1-2eef98b91d4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042537Z:3642791b-0a6d-4cc5-82bb-b41fc25472ed', + 'SOUTHEASTASIA:20211111T093027Z:0f3f0995-8c1d-4f61-b6e1-2eef98b91d4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:37 GMT' + 'Thu, 11 Nov 2021 09:30:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2149,21 +2149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10903', + '10468', 'x-ms-request-id', - 'e733d3b6-acac-4df6-8ffe-511f27ebdcb6', + '71477799-dc6e-4c7a-9001-524ec616c07d', 'x-ms-correlation-request-id', - 'e733d3b6-acac-4df6-8ffe-511f27ebdcb6', + '71477799-dc6e-4c7a-9001-524ec616c07d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042540Z:e733d3b6-acac-4df6-8ffe-511f27ebdcb6', + 'SOUTHEASTASIA:20211111T093029Z:71477799-dc6e-4c7a-9001-524ec616c07d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:39 GMT' + 'Thu, 11 Nov 2021 09:30:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2185,21 +2185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10902', + '10467', 'x-ms-request-id', - '19a881c8-3132-45f2-af2e-d22ad812c8ea', + '53ed2669-7017-4ebd-a118-d4901d9e1b9d', 'x-ms-correlation-request-id', - '19a881c8-3132-45f2-af2e-d22ad812c8ea', + '53ed2669-7017-4ebd-a118-d4901d9e1b9d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042542Z:19a881c8-3132-45f2-af2e-d22ad812c8ea', + 'SOUTHEASTASIA:20211111T093032Z:53ed2669-7017-4ebd-a118-d4901d9e1b9d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:41 GMT' + 'Thu, 11 Nov 2021 09:30:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2221,21 +2221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10901', + '10466', 'x-ms-request-id', - '14399b51-4f2a-4fb1-9037-691db9e79aa2', + '8cd42e54-6bb2-45a7-9315-04bd02ca3cea', 'x-ms-correlation-request-id', - '14399b51-4f2a-4fb1-9037-691db9e79aa2', + '8cd42e54-6bb2-45a7-9315-04bd02ca3cea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042544Z:14399b51-4f2a-4fb1-9037-691db9e79aa2', + 'SOUTHEASTASIA:20211111T093034Z:8cd42e54-6bb2-45a7-9315-04bd02ca3cea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:44 GMT' + 'Thu, 11 Nov 2021 09:30:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2257,21 +2257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10900', + '10465', 'x-ms-request-id', - '06cf0b1c-2962-48f0-b065-accadc872a17', + 'ac4c8d8f-2b5b-44f3-841f-86f374d8f293', 'x-ms-correlation-request-id', - '06cf0b1c-2962-48f0-b065-accadc872a17', + 'ac4c8d8f-2b5b-44f3-841f-86f374d8f293', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042546Z:06cf0b1c-2962-48f0-b065-accadc872a17', + 'SOUTHEASTASIA:20211111T093036Z:ac4c8d8f-2b5b-44f3-841f-86f374d8f293', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:46 GMT' + 'Thu, 11 Nov 2021 09:30:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2293,21 +2293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10899', + '10464', 'x-ms-request-id', - 'f4ab6f25-2c0e-472b-92fa-435505afe4f9', + 'e0d10957-f053-4dcc-8971-088142720a5b', 'x-ms-correlation-request-id', - 'f4ab6f25-2c0e-472b-92fa-435505afe4f9', + 'e0d10957-f053-4dcc-8971-088142720a5b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042549Z:f4ab6f25-2c0e-472b-92fa-435505afe4f9', + 'SOUTHEASTASIA:20211111T093039Z:e0d10957-f053-4dcc-8971-088142720a5b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:48 GMT' + 'Thu, 11 Nov 2021 09:30:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2329,21 +2329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10898', + '10463', 'x-ms-request-id', - '97ca8291-9022-4a32-b0a6-34187e5bbb2d', + 'e6a18f8f-ffaf-429c-933b-be90d898fa93', 'x-ms-correlation-request-id', - '97ca8291-9022-4a32-b0a6-34187e5bbb2d', + 'e6a18f8f-ffaf-429c-933b-be90d898fa93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042551Z:97ca8291-9022-4a32-b0a6-34187e5bbb2d', + 'SOUTHEASTASIA:20211111T093041Z:e6a18f8f-ffaf-429c-933b-be90d898fa93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:51 GMT' + 'Thu, 11 Nov 2021 09:30:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2365,21 +2365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10897', + '10462', 'x-ms-request-id', - '4d620c98-38ec-4b15-a3c6-65cc0bc1afd6', + '97a531c0-7603-454c-adcb-309c662bca19', 'x-ms-correlation-request-id', - '4d620c98-38ec-4b15-a3c6-65cc0bc1afd6', + '97a531c0-7603-454c-adcb-309c662bca19', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042553Z:4d620c98-38ec-4b15-a3c6-65cc0bc1afd6', + 'SOUTHEASTASIA:20211111T093043Z:97a531c0-7603-454c-adcb-309c662bca19', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:53 GMT' + 'Thu, 11 Nov 2021 09:30:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2401,21 +2401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10896', + '10461', 'x-ms-request-id', - '05a60d32-a460-474f-a9e3-e4ea8a6dc080', + 'b358a965-5640-494d-80e3-fe4145dac2a1', 'x-ms-correlation-request-id', - '05a60d32-a460-474f-a9e3-e4ea8a6dc080', + 'b358a965-5640-494d-80e3-fe4145dac2a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042556Z:05a60d32-a460-474f-a9e3-e4ea8a6dc080', + 'SOUTHEASTASIA:20211111T093046Z:b358a965-5640-494d-80e3-fe4145dac2a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:55 GMT' + 'Thu, 11 Nov 2021 09:30:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2437,21 +2437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10895', + '10460', 'x-ms-request-id', - '67ddd958-8ea3-4aff-86a0-ec8dc3adeea9', + '4c82f7d5-f3e2-4a5a-8c5e-6ddf4fa76ca7', 'x-ms-correlation-request-id', - '67ddd958-8ea3-4aff-86a0-ec8dc3adeea9', + '4c82f7d5-f3e2-4a5a-8c5e-6ddf4fa76ca7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042558Z:67ddd958-8ea3-4aff-86a0-ec8dc3adeea9', + 'SOUTHEASTASIA:20211111T093048Z:4c82f7d5-f3e2-4a5a-8c5e-6ddf4fa76ca7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:25:57 GMT' + 'Thu, 11 Nov 2021 09:30:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2473,21 +2473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10894', + '10459', 'x-ms-request-id', - '6a3aa968-a272-4b82-a5b9-72ac5fc09938', + '718836ed-8ed6-4567-84b0-79da9a753222', 'x-ms-correlation-request-id', - '6a3aa968-a272-4b82-a5b9-72ac5fc09938', + '718836ed-8ed6-4567-84b0-79da9a753222', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042600Z:6a3aa968-a272-4b82-a5b9-72ac5fc09938', + 'SOUTHEASTASIA:20211111T093050Z:718836ed-8ed6-4567-84b0-79da9a753222', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:00 GMT' + 'Thu, 11 Nov 2021 09:30:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2509,21 +2509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10893', + '10458', 'x-ms-request-id', - '99391ca5-8568-499d-ae35-df4797aba6f2', + '257425b1-6ce0-4d2d-87be-fcbe92dde491', 'x-ms-correlation-request-id', - '99391ca5-8568-499d-ae35-df4797aba6f2', + '257425b1-6ce0-4d2d-87be-fcbe92dde491', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042603Z:99391ca5-8568-499d-ae35-df4797aba6f2', + 'SOUTHEASTASIA:20211111T093053Z:257425b1-6ce0-4d2d-87be-fcbe92dde491', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:02 GMT' + 'Thu, 11 Nov 2021 09:30:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2545,21 +2545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10892', + '10457', 'x-ms-request-id', - 'd2ea37eb-bb60-402c-bc34-5b5c69901bea', + 'a3328ff7-0395-4aa0-b1e5-f46c07c75a2a', 'x-ms-correlation-request-id', - 'd2ea37eb-bb60-402c-bc34-5b5c69901bea', + 'a3328ff7-0395-4aa0-b1e5-f46c07c75a2a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042605Z:d2ea37eb-bb60-402c-bc34-5b5c69901bea', + 'SOUTHEASTASIA:20211111T093056Z:a3328ff7-0395-4aa0-b1e5-f46c07c75a2a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:04 GMT' + 'Thu, 11 Nov 2021 09:30:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2581,21 +2581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10891', + '10456', 'x-ms-request-id', - 'bd6b6bda-482d-4730-bdbd-82480c025d91', + '8859ae0e-27bd-4149-bedc-89bcb9e835a7', 'x-ms-correlation-request-id', - 'bd6b6bda-482d-4730-bdbd-82480c025d91', + '8859ae0e-27bd-4149-bedc-89bcb9e835a7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042607Z:bd6b6bda-482d-4730-bdbd-82480c025d91', + 'SOUTHEASTASIA:20211111T093058Z:8859ae0e-27bd-4149-bedc-89bcb9e835a7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:07 GMT' + 'Thu, 11 Nov 2021 09:30:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2617,21 +2617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10890', + '10455', 'x-ms-request-id', - '22b4a287-07f5-47ea-9027-cf95bb5f2db9', + 'b600c63f-1e18-4458-b035-15f75199a134', 'x-ms-correlation-request-id', - '22b4a287-07f5-47ea-9027-cf95bb5f2db9', + 'b600c63f-1e18-4458-b035-15f75199a134', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042610Z:22b4a287-07f5-47ea-9027-cf95bb5f2db9', + 'SOUTHEASTASIA:20211111T093100Z:b600c63f-1e18-4458-b035-15f75199a134', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:09 GMT' + 'Thu, 11 Nov 2021 09:31:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2653,21 +2653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10889', + '10454', 'x-ms-request-id', - '05f664f0-d892-4a87-acd6-045a69d1b6a0', + '4996cd06-0bd1-4780-8d14-7b64818f5133', 'x-ms-correlation-request-id', - '05f664f0-d892-4a87-acd6-045a69d1b6a0', + '4996cd06-0bd1-4780-8d14-7b64818f5133', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042612Z:05f664f0-d892-4a87-acd6-045a69d1b6a0', + 'SOUTHEASTASIA:20211111T093103Z:4996cd06-0bd1-4780-8d14-7b64818f5133', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:11 GMT' + 'Thu, 11 Nov 2021 09:31:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2689,21 +2689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10888', + '10453', 'x-ms-request-id', - '998d0b97-2819-47e9-be8b-6e868433552f', + 'cbd30dbc-2b14-4187-8ebe-1bcca5277881', 'x-ms-correlation-request-id', - '998d0b97-2819-47e9-be8b-6e868433552f', + 'cbd30dbc-2b14-4187-8ebe-1bcca5277881', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042614Z:998d0b97-2819-47e9-be8b-6e868433552f', + 'SOUTHEASTASIA:20211111T093105Z:cbd30dbc-2b14-4187-8ebe-1bcca5277881', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:14 GMT' + 'Thu, 11 Nov 2021 09:31:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2725,21 +2725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10887', + '10452', 'x-ms-request-id', - 'e60435a7-c565-4b07-b921-2c0f21987dc9', + '9508e5b3-98e2-4bc8-aeba-1411c3a7c099', 'x-ms-correlation-request-id', - 'e60435a7-c565-4b07-b921-2c0f21987dc9', + '9508e5b3-98e2-4bc8-aeba-1411c3a7c099', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042617Z:e60435a7-c565-4b07-b921-2c0f21987dc9', + 'SOUTHEASTASIA:20211111T093107Z:9508e5b3-98e2-4bc8-aeba-1411c3a7c099', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:16 GMT' + 'Thu, 11 Nov 2021 09:31:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2761,21 +2761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10886', + '10451', 'x-ms-request-id', - 'e0127ddb-86bc-4a7b-b0b9-e10bc9ad8656', + '065e894d-eb4d-4e50-b2bc-2f2a6db1f829', 'x-ms-correlation-request-id', - 'e0127ddb-86bc-4a7b-b0b9-e10bc9ad8656', + '065e894d-eb4d-4e50-b2bc-2f2a6db1f829', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042619Z:e0127ddb-86bc-4a7b-b0b9-e10bc9ad8656', + 'SOUTHEASTASIA:20211111T093110Z:065e894d-eb4d-4e50-b2bc-2f2a6db1f829', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:18 GMT' + 'Thu, 11 Nov 2021 09:31:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2797,21 +2797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10885', + '10450', 'x-ms-request-id', - 'badbd0a2-9017-45b2-9ff9-88fb215ac53f', + 'bfde6d11-2bc8-4517-8f6b-983da2c3f636', 'x-ms-correlation-request-id', - 'badbd0a2-9017-45b2-9ff9-88fb215ac53f', + 'bfde6d11-2bc8-4517-8f6b-983da2c3f636', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042621Z:badbd0a2-9017-45b2-9ff9-88fb215ac53f', + 'SOUTHEASTASIA:20211111T093112Z:bfde6d11-2bc8-4517-8f6b-983da2c3f636', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:21 GMT' + 'Thu, 11 Nov 2021 09:31:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2833,21 +2833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10884', + '10449', 'x-ms-request-id', - '68099b46-c073-4a43-b6af-c957388f0371', + '116aa382-6784-4fbf-bcf2-14fad4f8b79d', 'x-ms-correlation-request-id', - '68099b46-c073-4a43-b6af-c957388f0371', + '116aa382-6784-4fbf-bcf2-14fad4f8b79d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042624Z:68099b46-c073-4a43-b6af-c957388f0371', + 'SOUTHEASTASIA:20211111T093114Z:116aa382-6784-4fbf-bcf2-14fad4f8b79d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:23 GMT' + 'Thu, 11 Nov 2021 09:31:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2869,21 +2869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10883', + '10448', 'x-ms-request-id', - '050cf2b1-b10b-46e7-aa0f-7d68a97b9171', + 'd46a4d4e-6950-44ee-890e-6c606134f237', 'x-ms-correlation-request-id', - '050cf2b1-b10b-46e7-aa0f-7d68a97b9171', + 'd46a4d4e-6950-44ee-890e-6c606134f237', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042626Z:050cf2b1-b10b-46e7-aa0f-7d68a97b9171', + 'SOUTHEASTASIA:20211111T093117Z:d46a4d4e-6950-44ee-890e-6c606134f237', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:25 GMT' + 'Thu, 11 Nov 2021 09:31:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2905,21 +2905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10882', + '10447', 'x-ms-request-id', - '7957af7b-bfdc-4b60-9377-71cbf4da7805', + 'd9096246-3bad-4a7c-81dc-d6c8e5a4020d', 'x-ms-correlation-request-id', - '7957af7b-bfdc-4b60-9377-71cbf4da7805', + 'd9096246-3bad-4a7c-81dc-d6c8e5a4020d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042628Z:7957af7b-bfdc-4b60-9377-71cbf4da7805', + 'SOUTHEASTASIA:20211111T093119Z:d9096246-3bad-4a7c-81dc-d6c8e5a4020d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:28 GMT' + 'Thu, 11 Nov 2021 09:31:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2941,21 +2941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10881', + '10446', 'x-ms-request-id', - 'a5501201-3775-4533-ac14-08a56f1bdada', + 'b13e66ad-7319-4674-9adf-eb9ca89284fa', 'x-ms-correlation-request-id', - 'a5501201-3775-4533-ac14-08a56f1bdada', + 'b13e66ad-7319-4674-9adf-eb9ca89284fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042631Z:a5501201-3775-4533-ac14-08a56f1bdada', + 'SOUTHEASTASIA:20211111T093121Z:b13e66ad-7319-4674-9adf-eb9ca89284fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:30 GMT' + 'Thu, 11 Nov 2021 09:31:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2977,21 +2977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10880', + '10445', 'x-ms-request-id', - '86c71246-3f47-44d5-ae51-5befbe451afc', + '8fc7cad6-8b8d-4cd6-beed-0abef4f31830', 'x-ms-correlation-request-id', - '86c71246-3f47-44d5-ae51-5befbe451afc', + '8fc7cad6-8b8d-4cd6-beed-0abef4f31830', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042633Z:86c71246-3f47-44d5-ae51-5befbe451afc', + 'SOUTHEASTASIA:20211111T093124Z:8fc7cad6-8b8d-4cd6-beed-0abef4f31830', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:32 GMT' + 'Thu, 11 Nov 2021 09:31:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3013,21 +3013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10879', + '10444', 'x-ms-request-id', - '96db98b1-0ac1-4e59-8e7e-413dce679a1c', + '4f41bab6-9154-4988-86c0-a7303355b6cc', 'x-ms-correlation-request-id', - '96db98b1-0ac1-4e59-8e7e-413dce679a1c', + '4f41bab6-9154-4988-86c0-a7303355b6cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042635Z:96db98b1-0ac1-4e59-8e7e-413dce679a1c', + 'SOUTHEASTASIA:20211111T093126Z:4f41bab6-9154-4988-86c0-a7303355b6cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:34 GMT' + 'Thu, 11 Nov 2021 09:31:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3049,21 +3049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10878', + '10443', 'x-ms-request-id', - 'c7bd4739-a311-4c0f-ab00-847b5293b55d', + '3f861757-f6a0-45de-848a-4e07899f7fbc', 'x-ms-correlation-request-id', - 'c7bd4739-a311-4c0f-ab00-847b5293b55d', + '3f861757-f6a0-45de-848a-4e07899f7fbc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042638Z:c7bd4739-a311-4c0f-ab00-847b5293b55d', + 'SOUTHEASTASIA:20211111T093128Z:3f861757-f6a0-45de-848a-4e07899f7fbc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:37 GMT' + 'Thu, 11 Nov 2021 09:31:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3085,21 +3085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10877', + '10442', 'x-ms-request-id', - 'e9d03c21-b90d-487a-9b02-74415e8c0c88', + 'c563e058-606b-4002-ad5e-0cf12a198192', 'x-ms-correlation-request-id', - 'e9d03c21-b90d-487a-9b02-74415e8c0c88', + 'c563e058-606b-4002-ad5e-0cf12a198192', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042640Z:e9d03c21-b90d-487a-9b02-74415e8c0c88', + 'SOUTHEASTASIA:20211111T093131Z:c563e058-606b-4002-ad5e-0cf12a198192', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:39 GMT' + 'Thu, 11 Nov 2021 09:31:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3121,21 +3121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10876', + '10441', 'x-ms-request-id', - '459d1f61-cf79-4b85-a628-8f1fae3ee923', + '5e4ba06e-10b8-4fcb-8e0e-23a405291e1f', 'x-ms-correlation-request-id', - '459d1f61-cf79-4b85-a628-8f1fae3ee923', + '5e4ba06e-10b8-4fcb-8e0e-23a405291e1f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042642Z:459d1f61-cf79-4b85-a628-8f1fae3ee923', + 'SOUTHEASTASIA:20211111T093133Z:5e4ba06e-10b8-4fcb-8e0e-23a405291e1f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:41 GMT' + 'Thu, 11 Nov 2021 09:31:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3157,21 +3157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10875', + '10440', 'x-ms-request-id', - 'c3b5bc97-5ea8-41f7-b130-19137fd22621', + 'e1c24858-a7cc-4014-9bb2-5787cb152f52', 'x-ms-correlation-request-id', - 'c3b5bc97-5ea8-41f7-b130-19137fd22621', + 'e1c24858-a7cc-4014-9bb2-5787cb152f52', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042644Z:c3b5bc97-5ea8-41f7-b130-19137fd22621', + 'SOUTHEASTASIA:20211111T093135Z:e1c24858-a7cc-4014-9bb2-5787cb152f52', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:44 GMT' + 'Thu, 11 Nov 2021 09:31:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3193,21 +3193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10874', + '10439', 'x-ms-request-id', - 'a3856d6d-7b81-4fc9-8b70-62ac7e92d8a3', + '46228fed-8230-49f5-b473-4fe4d8581b08', 'x-ms-correlation-request-id', - 'a3856d6d-7b81-4fc9-8b70-62ac7e92d8a3', + '46228fed-8230-49f5-b473-4fe4d8581b08', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042647Z:a3856d6d-7b81-4fc9-8b70-62ac7e92d8a3', + 'SOUTHEASTASIA:20211111T093137Z:46228fed-8230-49f5-b473-4fe4d8581b08', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:46 GMT' + 'Thu, 11 Nov 2021 09:31:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3229,21 +3229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10873', + '10438', 'x-ms-request-id', - 'b521d7d6-8f10-4b0b-8d9d-cd0c630f7108', + '44b33692-d77e-4a4d-8c4b-c8172a6dde38', 'x-ms-correlation-request-id', - 'b521d7d6-8f10-4b0b-8d9d-cd0c630f7108', + '44b33692-d77e-4a4d-8c4b-c8172a6dde38', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042649Z:b521d7d6-8f10-4b0b-8d9d-cd0c630f7108', + 'SOUTHEASTASIA:20211111T093140Z:44b33692-d77e-4a4d-8c4b-c8172a6dde38', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:48 GMT' + 'Thu, 11 Nov 2021 09:31:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3265,21 +3265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10872', + '10437', 'x-ms-request-id', - 'f75c9e05-8190-4740-b9b3-1b217456900c', + 'c1ba4525-cdd4-4e8c-b991-02a8f694bb9c', 'x-ms-correlation-request-id', - 'f75c9e05-8190-4740-b9b3-1b217456900c', + 'c1ba4525-cdd4-4e8c-b991-02a8f694bb9c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042651Z:f75c9e05-8190-4740-b9b3-1b217456900c', + 'SOUTHEASTASIA:20211111T093142Z:c1ba4525-cdd4-4e8c-b991-02a8f694bb9c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:51 GMT' + 'Thu, 11 Nov 2021 09:31:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3301,21 +3301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10871', + '10436', 'x-ms-request-id', - '9943cefc-671b-4b71-ad24-f6aff932c4a8', + '82150999-11de-4e6b-b868-ff53de233e72', 'x-ms-correlation-request-id', - '9943cefc-671b-4b71-ad24-f6aff932c4a8', + '82150999-11de-4e6b-b868-ff53de233e72', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042654Z:9943cefc-671b-4b71-ad24-f6aff932c4a8', + 'SOUTHEASTASIA:20211111T093145Z:82150999-11de-4e6b-b868-ff53de233e72', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:53 GMT' + 'Thu, 11 Nov 2021 09:31:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3337,21 +3337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10870', + '10435', 'x-ms-request-id', - '92797c2f-9d58-4f5e-b038-3f261990b8b3', + '8f00cefb-82c2-4a84-967d-6bce8d971115', 'x-ms-correlation-request-id', - '92797c2f-9d58-4f5e-b038-3f261990b8b3', + '8f00cefb-82c2-4a84-967d-6bce8d971115', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042656Z:92797c2f-9d58-4f5e-b038-3f261990b8b3', + 'SOUTHEASTASIA:20211111T093147Z:8f00cefb-82c2-4a84-967d-6bce8d971115', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:55 GMT' + 'Thu, 11 Nov 2021 09:31:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3373,21 +3373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10869', + '10434', 'x-ms-request-id', - 'e8bccfba-fdb1-4937-b2ce-c797aead7ada', + '0f41518b-c9ef-498c-bd8e-aeb44396fed8', 'x-ms-correlation-request-id', - 'e8bccfba-fdb1-4937-b2ce-c797aead7ada', + '0f41518b-c9ef-498c-bd8e-aeb44396fed8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042658Z:e8bccfba-fdb1-4937-b2ce-c797aead7ada', + 'SOUTHEASTASIA:20211111T093149Z:0f41518b-c9ef-498c-bd8e-aeb44396fed8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:26:57 GMT' + 'Thu, 11 Nov 2021 09:31:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3409,21 +3409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10868', + '10433', 'x-ms-request-id', - '0d37e03f-0f5a-4509-a79c-1fbcb3963d31', + '9e398d51-1fee-482b-8b3b-875f8baafc88', 'x-ms-correlation-request-id', - '0d37e03f-0f5a-4509-a79c-1fbcb3963d31', + '9e398d51-1fee-482b-8b3b-875f8baafc88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042701Z:0d37e03f-0f5a-4509-a79c-1fbcb3963d31', + 'SOUTHEASTASIA:20211111T093152Z:9e398d51-1fee-482b-8b3b-875f8baafc88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:00 GMT' + 'Thu, 11 Nov 2021 09:31:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3445,21 +3445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10867', + '10432', 'x-ms-request-id', - 'd26c938b-239b-427e-bc44-a83ecde6e708', + 'eefce17a-d5d0-4016-8a50-7635875eaab6', 'x-ms-correlation-request-id', - 'd26c938b-239b-427e-bc44-a83ecde6e708', + 'eefce17a-d5d0-4016-8a50-7635875eaab6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042703Z:d26c938b-239b-427e-bc44-a83ecde6e708', + 'SOUTHEASTASIA:20211111T093154Z:eefce17a-d5d0-4016-8a50-7635875eaab6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:02 GMT' + 'Thu, 11 Nov 2021 09:31:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3481,21 +3481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10866', + '10431', 'x-ms-request-id', - 'becfa11a-49b7-414a-aa8a-4fe2bb8a3018', + 'f6c77f10-846f-47a7-887c-6d7242ea4699', 'x-ms-correlation-request-id', - 'becfa11a-49b7-414a-aa8a-4fe2bb8a3018', + 'f6c77f10-846f-47a7-887c-6d7242ea4699', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042705Z:becfa11a-49b7-414a-aa8a-4fe2bb8a3018', + 'SOUTHEASTASIA:20211111T093156Z:f6c77f10-846f-47a7-887c-6d7242ea4699', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:04 GMT' + 'Thu, 11 Nov 2021 09:31:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3517,21 +3517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10865', + '10430', 'x-ms-request-id', - 'c6e1ef76-9b8a-4284-86ce-7cef8ee77e35', + '7615848c-a590-4b0e-a486-7a1ad552acf2', 'x-ms-correlation-request-id', - 'c6e1ef76-9b8a-4284-86ce-7cef8ee77e35', + '7615848c-a590-4b0e-a486-7a1ad552acf2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042708Z:c6e1ef76-9b8a-4284-86ce-7cef8ee77e35', + 'SOUTHEASTASIA:20211111T093159Z:7615848c-a590-4b0e-a486-7a1ad552acf2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:07 GMT' + 'Thu, 11 Nov 2021 09:31:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3553,21 +3553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10864', + '10429', 'x-ms-request-id', - 'b28e4add-308b-429f-b7f6-b13137fc0a67', + 'b8754967-e564-4ee3-9fc0-1a6eb56f6112', 'x-ms-correlation-request-id', - 'b28e4add-308b-429f-b7f6-b13137fc0a67', + 'b8754967-e564-4ee3-9fc0-1a6eb56f6112', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042710Z:b28e4add-308b-429f-b7f6-b13137fc0a67', + 'SOUTHEASTASIA:20211111T093201Z:b8754967-e564-4ee3-9fc0-1a6eb56f6112', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:09 GMT' + 'Thu, 11 Nov 2021 09:32:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3589,21 +3589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10863', + '10428', 'x-ms-request-id', - 'ff8c959d-8318-42ab-9a9b-5d93e29122e0', + '3d9dac73-a391-4dca-9850-a69138aa6e5f', 'x-ms-correlation-request-id', - 'ff8c959d-8318-42ab-9a9b-5d93e29122e0', + '3d9dac73-a391-4dca-9850-a69138aa6e5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042712Z:ff8c959d-8318-42ab-9a9b-5d93e29122e0', + 'SOUTHEASTASIA:20211111T093203Z:3d9dac73-a391-4dca-9850-a69138aa6e5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:12 GMT' + 'Thu, 11 Nov 2021 09:32:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3625,21 +3625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10862', + '10427', 'x-ms-request-id', - 'a4ba1ebe-940a-4591-9917-e478d38452cf', + '2d4dc086-e464-49cc-8712-65d2e99fa182', 'x-ms-correlation-request-id', - 'a4ba1ebe-940a-4591-9917-e478d38452cf', + '2d4dc086-e464-49cc-8712-65d2e99fa182', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042715Z:a4ba1ebe-940a-4591-9917-e478d38452cf', + 'SOUTHEASTASIA:20211111T093206Z:2d4dc086-e464-49cc-8712-65d2e99fa182', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:15 GMT' + 'Thu, 11 Nov 2021 09:32:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3661,21 +3661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10861', + '10426', 'x-ms-request-id', - '704898d8-6eef-4f4d-b6fe-777555ca874f', + '4e417a58-43a3-488a-8f24-a32de45f707b', 'x-ms-correlation-request-id', - '704898d8-6eef-4f4d-b6fe-777555ca874f', + '4e417a58-43a3-488a-8f24-a32de45f707b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042717Z:704898d8-6eef-4f4d-b6fe-777555ca874f', + 'SOUTHEASTASIA:20211111T093208Z:4e417a58-43a3-488a-8f24-a32de45f707b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:17 GMT' + 'Thu, 11 Nov 2021 09:32:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3697,21 +3697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10860', + '10425', 'x-ms-request-id', - 'fe16bd08-a6a5-4a94-b7ce-cbe0dabecbd8', + '9200da81-2991-4715-9f3f-364d4e5eb161', 'x-ms-correlation-request-id', - 'fe16bd08-a6a5-4a94-b7ce-cbe0dabecbd8', + '9200da81-2991-4715-9f3f-364d4e5eb161', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042719Z:fe16bd08-a6a5-4a94-b7ce-cbe0dabecbd8', + 'SOUTHEASTASIA:20211111T093210Z:9200da81-2991-4715-9f3f-364d4e5eb161', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:19 GMT' + 'Thu, 11 Nov 2021 09:32:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3733,21 +3733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10859', + '10424', 'x-ms-request-id', - 'cb0c6815-538f-42f8-b539-d1eb4f1a9499', + '5968c0c4-44e9-40e4-9ce7-39b48b40aa5f', 'x-ms-correlation-request-id', - 'cb0c6815-538f-42f8-b539-d1eb4f1a9499', + '5968c0c4-44e9-40e4-9ce7-39b48b40aa5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042722Z:cb0c6815-538f-42f8-b539-d1eb4f1a9499', + 'SOUTHEASTASIA:20211111T093213Z:5968c0c4-44e9-40e4-9ce7-39b48b40aa5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:21 GMT' + 'Thu, 11 Nov 2021 09:32:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3769,21 +3769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10858', + '10423', 'x-ms-request-id', - 'faef90e8-6c7c-4335-bfa0-ece371c08c17', + '3aa5d7de-6408-4c19-be2f-501dc0bde90b', 'x-ms-correlation-request-id', - 'faef90e8-6c7c-4335-bfa0-ece371c08c17', + '3aa5d7de-6408-4c19-be2f-501dc0bde90b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042724Z:faef90e8-6c7c-4335-bfa0-ece371c08c17', + 'SOUTHEASTASIA:20211111T093215Z:3aa5d7de-6408-4c19-be2f-501dc0bde90b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:24 GMT' + 'Thu, 11 Nov 2021 09:32:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3805,21 +3805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10857', + '10422', 'x-ms-request-id', - '12599e84-2f15-47ab-9a20-e94c3376210e', + '5104b856-a63e-4f91-9b7a-85bf53fe1cc8', 'x-ms-correlation-request-id', - '12599e84-2f15-47ab-9a20-e94c3376210e', + '5104b856-a63e-4f91-9b7a-85bf53fe1cc8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042726Z:12599e84-2f15-47ab-9a20-e94c3376210e', + 'SOUTHEASTASIA:20211111T093217Z:5104b856-a63e-4f91-9b7a-85bf53fe1cc8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:26 GMT' + 'Thu, 11 Nov 2021 09:32:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3841,21 +3841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10856', + '10421', 'x-ms-request-id', - '64f242eb-ad74-404c-bb85-b909239fe01b', + '6980317d-6993-485b-a7eb-ac215725dcb2', 'x-ms-correlation-request-id', - '64f242eb-ad74-404c-bb85-b909239fe01b', + '6980317d-6993-485b-a7eb-ac215725dcb2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042728Z:64f242eb-ad74-404c-bb85-b909239fe01b', + 'SOUTHEASTASIA:20211111T093220Z:6980317d-6993-485b-a7eb-ac215725dcb2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:28 GMT' + 'Thu, 11 Nov 2021 09:32:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3877,21 +3877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10855', + '10420', 'x-ms-request-id', - 'e6e20930-fc9d-4567-9e54-2ec8be495924', + 'b6af4ef3-28e9-405e-b808-4be72cbb18e2', 'x-ms-correlation-request-id', - 'e6e20930-fc9d-4567-9e54-2ec8be495924', + 'b6af4ef3-28e9-405e-b808-4be72cbb18e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042731Z:e6e20930-fc9d-4567-9e54-2ec8be495924', + 'SOUTHEASTASIA:20211111T093222Z:b6af4ef3-28e9-405e-b808-4be72cbb18e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:31 GMT' + 'Thu, 11 Nov 2021 09:32:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3913,21 +3913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10854', + '10419', 'x-ms-request-id', - 'cf28b29a-9bd8-4741-94a3-48e8527ca43e', + '840bcf16-894c-4052-884d-d8af7a3f8b66', 'x-ms-correlation-request-id', - 'cf28b29a-9bd8-4741-94a3-48e8527ca43e', + '840bcf16-894c-4052-884d-d8af7a3f8b66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042733Z:cf28b29a-9bd8-4741-94a3-48e8527ca43e', + 'SOUTHEASTASIA:20211111T093224Z:840bcf16-894c-4052-884d-d8af7a3f8b66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:33 GMT' + 'Thu, 11 Nov 2021 09:32:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3949,21 +3949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10853', + '10418', 'x-ms-request-id', - '1f426ae1-a768-44ac-a03b-1fcda305c959', + 'a3f13317-d96e-402b-baee-3b4183a6f392', 'x-ms-correlation-request-id', - '1f426ae1-a768-44ac-a03b-1fcda305c959', + 'a3f13317-d96e-402b-baee-3b4183a6f392', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042735Z:1f426ae1-a768-44ac-a03b-1fcda305c959', + 'SOUTHEASTASIA:20211111T093227Z:a3f13317-d96e-402b-baee-3b4183a6f392', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:35 GMT' + 'Thu, 11 Nov 2021 09:32:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3985,21 +3985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10852', + '10417', 'x-ms-request-id', - 'aee0d47c-139c-4e56-9e97-b8244a5002bd', + 'c416d508-aa50-458b-a8d4-28c4fb755b87', 'x-ms-correlation-request-id', - 'aee0d47c-139c-4e56-9e97-b8244a5002bd', + 'c416d508-aa50-458b-a8d4-28c4fb755b87', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042738Z:aee0d47c-139c-4e56-9e97-b8244a5002bd', + 'SOUTHEASTASIA:20211111T093229Z:c416d508-aa50-458b-a8d4-28c4fb755b87', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:38 GMT' + 'Thu, 11 Nov 2021 09:32:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4021,21 +4021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10851', + '10416', 'x-ms-request-id', - 'efc8c9d6-1578-4dc9-b2d1-d52b90fb055a', + 'cf6041a5-130c-4213-bae2-4b76711c3bc8', 'x-ms-correlation-request-id', - 'efc8c9d6-1578-4dc9-b2d1-d52b90fb055a', + 'cf6041a5-130c-4213-bae2-4b76711c3bc8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042740Z:efc8c9d6-1578-4dc9-b2d1-d52b90fb055a', + 'SOUTHEASTASIA:20211111T093231Z:cf6041a5-130c-4213-bae2-4b76711c3bc8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:40 GMT' + 'Thu, 11 Nov 2021 09:32:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4057,21 +4057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10850', + '10415', 'x-ms-request-id', - '2e9df50c-d4fa-47cd-8474-06972eb89279', + 'a7128821-1059-47bf-94e6-f761dd7c28dc', 'x-ms-correlation-request-id', - '2e9df50c-d4fa-47cd-8474-06972eb89279', + 'a7128821-1059-47bf-94e6-f761dd7c28dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042742Z:2e9df50c-d4fa-47cd-8474-06972eb89279', + 'SOUTHEASTASIA:20211111T093234Z:a7128821-1059-47bf-94e6-f761dd7c28dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:42 GMT' + 'Thu, 11 Nov 2021 09:32:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4093,21 +4093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10849', + '10414', 'x-ms-request-id', - '827a1b33-98dc-4aff-80ad-b863d6651650', + '5b3056d6-d15a-4632-8622-6475ebafe964', 'x-ms-correlation-request-id', - '827a1b33-98dc-4aff-80ad-b863d6651650', + '5b3056d6-d15a-4632-8622-6475ebafe964', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042745Z:827a1b33-98dc-4aff-80ad-b863d6651650', + 'SOUTHEASTASIA:20211111T093236Z:5b3056d6-d15a-4632-8622-6475ebafe964', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:45 GMT' + 'Thu, 11 Nov 2021 09:32:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4129,21 +4129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10848', + '10413', 'x-ms-request-id', - 'fc34f5c2-e94a-47b8-8a52-09ee17eda3aa', + 'e6899a94-457d-4760-9641-1c9c99f0f845', 'x-ms-correlation-request-id', - 'fc34f5c2-e94a-47b8-8a52-09ee17eda3aa', + 'e6899a94-457d-4760-9641-1c9c99f0f845', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042747Z:fc34f5c2-e94a-47b8-8a52-09ee17eda3aa', + 'SOUTHEASTASIA:20211111T093238Z:e6899a94-457d-4760-9641-1c9c99f0f845', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:47 GMT' + 'Thu, 11 Nov 2021 09:32:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4165,21 +4165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10847', + '10412', 'x-ms-request-id', - '188a4eda-48fb-4406-aaec-3371db183989', + '8388dd33-52be-4593-a46a-5f10cfde23fe', 'x-ms-correlation-request-id', - '188a4eda-48fb-4406-aaec-3371db183989', + '8388dd33-52be-4593-a46a-5f10cfde23fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042749Z:188a4eda-48fb-4406-aaec-3371db183989', + 'SOUTHEASTASIA:20211111T093241Z:8388dd33-52be-4593-a46a-5f10cfde23fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:49 GMT' + 'Thu, 11 Nov 2021 09:32:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4201,21 +4201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10846', + '10411', 'x-ms-request-id', - '2c7b049b-de2a-4941-a890-50c5eb0148d1', + '1521f6bd-f2a5-4f98-99eb-7ea41b276424', 'x-ms-correlation-request-id', - '2c7b049b-de2a-4941-a890-50c5eb0148d1', + '1521f6bd-f2a5-4f98-99eb-7ea41b276424', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042752Z:2c7b049b-de2a-4941-a890-50c5eb0148d1', + 'SOUTHEASTASIA:20211111T093243Z:1521f6bd-f2a5-4f98-99eb-7ea41b276424', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:51 GMT' + 'Thu, 11 Nov 2021 09:32:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4237,21 +4237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10845', + '10410', 'x-ms-request-id', - '836985d0-6196-4a22-adda-a8c20f0ace36', + 'dd346a8b-96af-407b-880a-de0a2ff11713', 'x-ms-correlation-request-id', - '836985d0-6196-4a22-adda-a8c20f0ace36', + 'dd346a8b-96af-407b-880a-de0a2ff11713', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042754Z:836985d0-6196-4a22-adda-a8c20f0ace36', + 'SOUTHEASTASIA:20211111T093245Z:dd346a8b-96af-407b-880a-de0a2ff11713', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:54 GMT' + 'Thu, 11 Nov 2021 09:32:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4273,21 +4273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10844', + '10409', 'x-ms-request-id', - 'fd3ff0e5-80e1-4d10-b285-9a7e29b5b9ec', + '2ae93b0f-820a-4545-acf5-0c29296f66a5', 'x-ms-correlation-request-id', - 'fd3ff0e5-80e1-4d10-b285-9a7e29b5b9ec', + '2ae93b0f-820a-4545-acf5-0c29296f66a5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042756Z:fd3ff0e5-80e1-4d10-b285-9a7e29b5b9ec', + 'SOUTHEASTASIA:20211111T093248Z:2ae93b0f-820a-4545-acf5-0c29296f66a5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:56 GMT' + 'Thu, 11 Nov 2021 09:32:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4309,21 +4309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10843', + '10408', 'x-ms-request-id', - '9179220f-315e-4c78-a9be-8a52973ed80b', + '5c1e8cdc-3fe6-4247-8fb5-9931629df4a0', 'x-ms-correlation-request-id', - '9179220f-315e-4c78-a9be-8a52973ed80b', + '5c1e8cdc-3fe6-4247-8fb5-9931629df4a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042759Z:9179220f-315e-4c78-a9be-8a52973ed80b', + 'SOUTHEASTASIA:20211111T093250Z:5c1e8cdc-3fe6-4247-8fb5-9931629df4a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:27:58 GMT' + 'Thu, 11 Nov 2021 09:32:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4345,21 +4345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10842', + '10407', 'x-ms-request-id', - '4d531ab6-e27d-44a4-b32b-2711c8693792', + 'b6b87db1-db83-449d-92ab-e71e78f75141', 'x-ms-correlation-request-id', - '4d531ab6-e27d-44a4-b32b-2711c8693792', + 'b6b87db1-db83-449d-92ab-e71e78f75141', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042801Z:4d531ab6-e27d-44a4-b32b-2711c8693792', + 'SOUTHEASTASIA:20211111T093252Z:b6b87db1-db83-449d-92ab-e71e78f75141', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:01 GMT' + 'Thu, 11 Nov 2021 09:32:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4381,21 +4381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10841', + '10406', 'x-ms-request-id', - '0ec76e67-226c-47a3-8ea8-f972af89f811', + 'b8990084-4802-4cca-8fbd-19e3010d38be', 'x-ms-correlation-request-id', - '0ec76e67-226c-47a3-8ea8-f972af89f811', + 'b8990084-4802-4cca-8fbd-19e3010d38be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042803Z:0ec76e67-226c-47a3-8ea8-f972af89f811', + 'SOUTHEASTASIA:20211111T093255Z:b8990084-4802-4cca-8fbd-19e3010d38be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:03 GMT' + 'Thu, 11 Nov 2021 09:32:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4417,21 +4417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10840', + '10405', 'x-ms-request-id', - '79e12d76-d0e5-4a1d-bbbc-de3644025205', + '7b130929-1d52-4198-8647-6c7b314697eb', 'x-ms-correlation-request-id', - '79e12d76-d0e5-4a1d-bbbc-de3644025205', + '7b130929-1d52-4198-8647-6c7b314697eb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042806Z:79e12d76-d0e5-4a1d-bbbc-de3644025205', + 'SOUTHEASTASIA:20211111T093258Z:7b130929-1d52-4198-8647-6c7b314697eb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:05 GMT' + 'Thu, 11 Nov 2021 09:32:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4453,21 +4453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10839', + '10404', 'x-ms-request-id', - 'b0236031-7893-44f5-882c-0a83074e5ca2', + '649953f7-50fd-4970-b996-4fcc46816fc7', 'x-ms-correlation-request-id', - 'b0236031-7893-44f5-882c-0a83074e5ca2', + '649953f7-50fd-4970-b996-4fcc46816fc7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042808Z:b0236031-7893-44f5-882c-0a83074e5ca2', + 'SOUTHEASTASIA:20211111T093300Z:649953f7-50fd-4970-b996-4fcc46816fc7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:08 GMT' + 'Thu, 11 Nov 2021 09:32:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4489,21 +4489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10838', + '10403', 'x-ms-request-id', - 'ebd7932d-993a-4c14-9886-8600dcaab908', + '22cf2332-e424-4c30-be46-1dce89c993e7', 'x-ms-correlation-request-id', - 'ebd7932d-993a-4c14-9886-8600dcaab908', + '22cf2332-e424-4c30-be46-1dce89c993e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042810Z:ebd7932d-993a-4c14-9886-8600dcaab908', + 'SOUTHEASTASIA:20211111T093302Z:22cf2332-e424-4c30-be46-1dce89c993e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:10 GMT' + 'Thu, 11 Nov 2021 09:33:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4525,21 +4525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10837', + '10402', 'x-ms-request-id', - 'a227683b-78a5-44c1-ae4e-adf031ab22ba', + '606c5aea-6622-4eb1-8022-110d3617cf8b', 'x-ms-correlation-request-id', - 'a227683b-78a5-44c1-ae4e-adf031ab22ba', + '606c5aea-6622-4eb1-8022-110d3617cf8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042812Z:a227683b-78a5-44c1-ae4e-adf031ab22ba', + 'SOUTHEASTASIA:20211111T093305Z:606c5aea-6622-4eb1-8022-110d3617cf8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:12 GMT' + 'Thu, 11 Nov 2021 09:33:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4561,21 +4561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10836', + '10401', 'x-ms-request-id', - '074dbc85-972a-4814-92d7-7a50e1432314', + 'de675be6-560a-4ed5-93e2-af473e3a7c53', 'x-ms-correlation-request-id', - '074dbc85-972a-4814-92d7-7a50e1432314', + 'de675be6-560a-4ed5-93e2-af473e3a7c53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042815Z:074dbc85-972a-4814-92d7-7a50e1432314', + 'SOUTHEASTASIA:20211111T093307Z:de675be6-560a-4ed5-93e2-af473e3a7c53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:14 GMT' + 'Thu, 11 Nov 2021 09:33:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4597,21 +4597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10835', + '10400', 'x-ms-request-id', - '76767396-c426-48d4-8389-73737f54accd', + 'd4ed8dfb-0d4c-4abf-aa9f-86c8743a8682', 'x-ms-correlation-request-id', - '76767396-c426-48d4-8389-73737f54accd', + 'd4ed8dfb-0d4c-4abf-aa9f-86c8743a8682', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042817Z:76767396-c426-48d4-8389-73737f54accd', + 'SOUTHEASTASIA:20211111T093309Z:d4ed8dfb-0d4c-4abf-aa9f-86c8743a8682', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:17 GMT' + 'Thu, 11 Nov 2021 09:33:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4633,21 +4633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10834', + '10399', 'x-ms-request-id', - '1aaf0505-6e93-4d2d-b63e-a900dfcbcb8b', + '45b3871b-3e59-4ffa-898b-982a8caa85a0', 'x-ms-correlation-request-id', - '1aaf0505-6e93-4d2d-b63e-a900dfcbcb8b', + '45b3871b-3e59-4ffa-898b-982a8caa85a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042819Z:1aaf0505-6e93-4d2d-b63e-a900dfcbcb8b', + 'SOUTHEASTASIA:20211111T093312Z:45b3871b-3e59-4ffa-898b-982a8caa85a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:19 GMT' + 'Thu, 11 Nov 2021 09:33:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4669,21 +4669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10833', + '10398', 'x-ms-request-id', - '1003bd5c-8949-4af5-992e-883dc919aadb', + 'f5b560f8-afda-4f95-9b02-8522b7274f38', 'x-ms-correlation-request-id', - '1003bd5c-8949-4af5-992e-883dc919aadb', + 'f5b560f8-afda-4f95-9b02-8522b7274f38', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042822Z:1003bd5c-8949-4af5-992e-883dc919aadb', + 'SOUTHEASTASIA:20211111T093314Z:f5b560f8-afda-4f95-9b02-8522b7274f38', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:21 GMT' + 'Thu, 11 Nov 2021 09:33:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4705,21 +4705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10832', + '10397', 'x-ms-request-id', - 'ecb23baa-3cfc-4a40-8c4d-9cae4c094efd', + 'c90e02f8-3f2a-4ab9-a589-ee5f08d5b006', 'x-ms-correlation-request-id', - 'ecb23baa-3cfc-4a40-8c4d-9cae4c094efd', + 'c90e02f8-3f2a-4ab9-a589-ee5f08d5b006', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042824Z:ecb23baa-3cfc-4a40-8c4d-9cae4c094efd', + 'SOUTHEASTASIA:20211111T093316Z:c90e02f8-3f2a-4ab9-a589-ee5f08d5b006', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:24 GMT' + 'Thu, 11 Nov 2021 09:33:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4741,21 +4741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10831', + '10396', 'x-ms-request-id', - '20dc74a8-92f7-4d6b-b154-8ef23068c49d', + 'ee0738b6-15b0-41b4-9c7c-04a93dfc8c3c', 'x-ms-correlation-request-id', - '20dc74a8-92f7-4d6b-b154-8ef23068c49d', + 'ee0738b6-15b0-41b4-9c7c-04a93dfc8c3c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042826Z:20dc74a8-92f7-4d6b-b154-8ef23068c49d', + 'SOUTHEASTASIA:20211111T093319Z:ee0738b6-15b0-41b4-9c7c-04a93dfc8c3c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:26 GMT' + 'Thu, 11 Nov 2021 09:33:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4777,21 +4777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10830', + '10395', 'x-ms-request-id', - '3f2e06b4-163d-468d-8be4-e3f581afab1e', + 'fc6a38cf-7515-4785-ba36-aab09b79316d', 'x-ms-correlation-request-id', - '3f2e06b4-163d-468d-8be4-e3f581afab1e', + 'fc6a38cf-7515-4785-ba36-aab09b79316d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042829Z:3f2e06b4-163d-468d-8be4-e3f581afab1e', + 'SOUTHEASTASIA:20211111T093321Z:fc6a38cf-7515-4785-ba36-aab09b79316d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:28 GMT' + 'Thu, 11 Nov 2021 09:33:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4813,21 +4813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10829', + '10394', 'x-ms-request-id', - '4417451c-9ae4-4aa2-9cfc-9f95153e492d', + '7b301ca1-dc6f-4d20-a956-7a1d88af8de9', 'x-ms-correlation-request-id', - '4417451c-9ae4-4aa2-9cfc-9f95153e492d', + '7b301ca1-dc6f-4d20-a956-7a1d88af8de9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042831Z:4417451c-9ae4-4aa2-9cfc-9f95153e492d', + 'SOUTHEASTASIA:20211111T093323Z:7b301ca1-dc6f-4d20-a956-7a1d88af8de9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:31 GMT' + 'Thu, 11 Nov 2021 09:33:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4849,21 +4849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10828', + '10393', 'x-ms-request-id', - '93a374db-5aa3-4fed-9e79-5bd759140717', + '6b7349f2-5854-4dfe-a2e9-0305247a910c', 'x-ms-correlation-request-id', - '93a374db-5aa3-4fed-9e79-5bd759140717', + '6b7349f2-5854-4dfe-a2e9-0305247a910c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042833Z:93a374db-5aa3-4fed-9e79-5bd759140717', + 'SOUTHEASTASIA:20211111T093326Z:6b7349f2-5854-4dfe-a2e9-0305247a910c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:33 GMT' + 'Thu, 11 Nov 2021 09:33:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4885,21 +4885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10827', + '10392', 'x-ms-request-id', - '20bda28c-7412-4c71-9141-bb571911d187', + '952aa54a-5f28-452f-9822-cca1666cbc9e', 'x-ms-correlation-request-id', - '20bda28c-7412-4c71-9141-bb571911d187', + '952aa54a-5f28-452f-9822-cca1666cbc9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042836Z:20bda28c-7412-4c71-9141-bb571911d187', + 'SOUTHEASTASIA:20211111T093328Z:952aa54a-5f28-452f-9822-cca1666cbc9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:35 GMT' + 'Thu, 11 Nov 2021 09:33:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4921,21 +4921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10826', + '10391', 'x-ms-request-id', - '9d1a446b-1ae5-429d-863f-3c725b2f9448', + '5f76daca-4604-4593-bbc1-3390a7983b95', 'x-ms-correlation-request-id', - '9d1a446b-1ae5-429d-863f-3c725b2f9448', + '5f76daca-4604-4593-bbc1-3390a7983b95', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042838Z:9d1a446b-1ae5-429d-863f-3c725b2f9448', + 'SOUTHEASTASIA:20211111T093330Z:5f76daca-4604-4593-bbc1-3390a7983b95', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:38 GMT' + 'Thu, 11 Nov 2021 09:33:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4957,21 +4957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10825', + '10390', 'x-ms-request-id', - '15572fac-3cc0-4bbc-a948-39c1b2d49656', + '0702c925-5031-4e0d-bbeb-c8159a2d7ed2', 'x-ms-correlation-request-id', - '15572fac-3cc0-4bbc-a948-39c1b2d49656', + '0702c925-5031-4e0d-bbeb-c8159a2d7ed2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042840Z:15572fac-3cc0-4bbc-a948-39c1b2d49656', + 'SOUTHEASTASIA:20211111T093333Z:0702c925-5031-4e0d-bbeb-c8159a2d7ed2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:40 GMT' + 'Thu, 11 Nov 2021 09:33:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4993,21 +4993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10824', + '10389', 'x-ms-request-id', - '0cd828de-f3a0-4b01-a076-e4d270257060', + 'bdff6b23-e986-460b-8885-50cf580da10b', 'x-ms-correlation-request-id', - '0cd828de-f3a0-4b01-a076-e4d270257060', + 'bdff6b23-e986-460b-8885-50cf580da10b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042843Z:0cd828de-f3a0-4b01-a076-e4d270257060', + 'SOUTHEASTASIA:20211111T093335Z:bdff6b23-e986-460b-8885-50cf580da10b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:42 GMT' + 'Thu, 11 Nov 2021 09:33:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5029,21 +5029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10823', + '10388', 'x-ms-request-id', - '1af46994-8c1e-4ed3-813f-aaa4fe836359', + 'ddbf634b-ccae-4c31-9e65-301946545849', 'x-ms-correlation-request-id', - '1af46994-8c1e-4ed3-813f-aaa4fe836359', + 'ddbf634b-ccae-4c31-9e65-301946545849', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042845Z:1af46994-8c1e-4ed3-813f-aaa4fe836359', + 'SOUTHEASTASIA:20211111T093337Z:ddbf634b-ccae-4c31-9e65-301946545849', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:44 GMT' + 'Thu, 11 Nov 2021 09:33:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5065,21 +5065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10822', + '10387', 'x-ms-request-id', - '7f9873e9-0b4b-4c1c-b12d-9e9fdc594a2f', + 'e4a0e0e8-d08c-4875-8b31-3088869d8fdf', 'x-ms-correlation-request-id', - '7f9873e9-0b4b-4c1c-b12d-9e9fdc594a2f', + 'e4a0e0e8-d08c-4875-8b31-3088869d8fdf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042847Z:7f9873e9-0b4b-4c1c-b12d-9e9fdc594a2f', + 'SOUTHEASTASIA:20211111T093340Z:e4a0e0e8-d08c-4875-8b31-3088869d8fdf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:47 GMT' + 'Thu, 11 Nov 2021 09:33:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5101,21 +5101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10821', + '10386', 'x-ms-request-id', - '742d5a5b-8817-4b4c-924d-0f82c027eb93', + '632729fb-b482-477f-9de3-dd073d5e0853', 'x-ms-correlation-request-id', - '742d5a5b-8817-4b4c-924d-0f82c027eb93', + '632729fb-b482-477f-9de3-dd073d5e0853', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042850Z:742d5a5b-8817-4b4c-924d-0f82c027eb93', + 'SOUTHEASTASIA:20211111T093342Z:632729fb-b482-477f-9de3-dd073d5e0853', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:49 GMT' + 'Thu, 11 Nov 2021 09:33:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5137,21 +5137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10820', + '10385', 'x-ms-request-id', - '5e07c397-c0d2-4a83-8c15-5c6b03827d1e', + '8bcc3652-50c7-4b51-8ad4-935bed55dc69', 'x-ms-correlation-request-id', - '5e07c397-c0d2-4a83-8c15-5c6b03827d1e', + '8bcc3652-50c7-4b51-8ad4-935bed55dc69', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042852Z:5e07c397-c0d2-4a83-8c15-5c6b03827d1e', + 'SOUTHEASTASIA:20211111T093344Z:8bcc3652-50c7-4b51-8ad4-935bed55dc69', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:51 GMT' + 'Thu, 11 Nov 2021 09:33:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5173,21 +5173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10819', + '10384', 'x-ms-request-id', - '2a7f466b-278a-4578-b34a-0e4627af557a', + '620cb5c4-dc9e-423f-bd6c-ba1e5de0e669', 'x-ms-correlation-request-id', - '2a7f466b-278a-4578-b34a-0e4627af557a', + '620cb5c4-dc9e-423f-bd6c-ba1e5de0e669', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042854Z:2a7f466b-278a-4578-b34a-0e4627af557a', + 'SOUTHEASTASIA:20211111T093346Z:620cb5c4-dc9e-423f-bd6c-ba1e5de0e669', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:54 GMT' + 'Thu, 11 Nov 2021 09:33:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5209,21 +5209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10818', + '10383', 'x-ms-request-id', - '53d034e0-2f0c-4cda-b062-30531097b2a0', + '9f2b1bd4-1777-4ad8-9885-199042c56cc4', 'x-ms-correlation-request-id', - '53d034e0-2f0c-4cda-b062-30531097b2a0', + '9f2b1bd4-1777-4ad8-9885-199042c56cc4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042857Z:53d034e0-2f0c-4cda-b062-30531097b2a0', + 'SOUTHEASTASIA:20211111T093349Z:9f2b1bd4-1777-4ad8-9885-199042c56cc4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:56 GMT' + 'Thu, 11 Nov 2021 09:33:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5245,21 +5245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10817', + '10382', 'x-ms-request-id', - '58e84d7c-ae98-435c-99a0-78fae3c93338', + '2e955740-637f-4c46-ad74-92609dbea352', 'x-ms-correlation-request-id', - '58e84d7c-ae98-435c-99a0-78fae3c93338', + '2e955740-637f-4c46-ad74-92609dbea352', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042859Z:58e84d7c-ae98-435c-99a0-78fae3c93338', + 'SOUTHEASTASIA:20211111T093351Z:2e955740-637f-4c46-ad74-92609dbea352', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:28:58 GMT' + 'Thu, 11 Nov 2021 09:33:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5281,21 +5281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10816', + '10381', 'x-ms-request-id', - '366dd630-1e12-43ba-97be-f16669eb4819', + '555929d3-09e9-4581-8f2a-fb44ab638327', 'x-ms-correlation-request-id', - '366dd630-1e12-43ba-97be-f16669eb4819', + '555929d3-09e9-4581-8f2a-fb44ab638327', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042901Z:366dd630-1e12-43ba-97be-f16669eb4819', + 'SOUTHEASTASIA:20211111T093354Z:555929d3-09e9-4581-8f2a-fb44ab638327', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:01 GMT' + 'Thu, 11 Nov 2021 09:33:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5317,21 +5317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10815', + '10380', 'x-ms-request-id', - 'eca12b6d-bb84-4a65-b5a0-a9b947cb6eec', + '5dcf53d0-83c3-4cfd-a724-8fb85aab5ccf', 'x-ms-correlation-request-id', - 'eca12b6d-bb84-4a65-b5a0-a9b947cb6eec', + '5dcf53d0-83c3-4cfd-a724-8fb85aab5ccf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042904Z:eca12b6d-bb84-4a65-b5a0-a9b947cb6eec', + 'SOUTHEASTASIA:20211111T093356Z:5dcf53d0-83c3-4cfd-a724-8fb85aab5ccf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:03 GMT' + 'Thu, 11 Nov 2021 09:33:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5353,21 +5353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10814', + '10379', 'x-ms-request-id', - 'ffc93188-9c40-4db4-bc27-9cd8b2d32277', + 'd575a319-4eb3-41e7-9265-9891b4a82417', 'x-ms-correlation-request-id', - 'ffc93188-9c40-4db4-bc27-9cd8b2d32277', + 'd575a319-4eb3-41e7-9265-9891b4a82417', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042906Z:ffc93188-9c40-4db4-bc27-9cd8b2d32277', + 'SOUTHEASTASIA:20211111T093359Z:d575a319-4eb3-41e7-9265-9891b4a82417', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:05 GMT' + 'Thu, 11 Nov 2021 09:33:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5389,21 +5389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10813', + '10378', 'x-ms-request-id', - 'dba58f5b-d959-4092-961e-62582cd3ab92', + '1830313a-c02d-46b7-ad26-39926f53d71f', 'x-ms-correlation-request-id', - 'dba58f5b-d959-4092-961e-62582cd3ab92', + '1830313a-c02d-46b7-ad26-39926f53d71f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042908Z:dba58f5b-d959-4092-961e-62582cd3ab92', + 'SOUTHEASTASIA:20211111T093401Z:1830313a-c02d-46b7-ad26-39926f53d71f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:08 GMT' + 'Thu, 11 Nov 2021 09:34:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5425,21 +5425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10812', + '10377', 'x-ms-request-id', - '26e58068-1c80-4cc2-8d0f-ab0701b93bf9', + '2efb76f0-5851-4890-9832-973b4b1d7190', 'x-ms-correlation-request-id', - '26e58068-1c80-4cc2-8d0f-ab0701b93bf9', + '2efb76f0-5851-4890-9832-973b4b1d7190', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042911Z:26e58068-1c80-4cc2-8d0f-ab0701b93bf9', + 'SOUTHEASTASIA:20211111T093403Z:2efb76f0-5851-4890-9832-973b4b1d7190', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:10 GMT' + 'Thu, 11 Nov 2021 09:34:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5461,21 +5461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10811', + '10376', 'x-ms-request-id', - '30b34a40-1cb5-4ff9-bfe1-78f43745eb70', + '564bfa43-1058-485e-bd8f-fa931ae496a4', 'x-ms-correlation-request-id', - '30b34a40-1cb5-4ff9-bfe1-78f43745eb70', + '564bfa43-1058-485e-bd8f-fa931ae496a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042913Z:30b34a40-1cb5-4ff9-bfe1-78f43745eb70', + 'SOUTHEASTASIA:20211111T093406Z:564bfa43-1058-485e-bd8f-fa931ae496a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:12 GMT' + 'Thu, 11 Nov 2021 09:34:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5497,21 +5497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10810', + '10375', 'x-ms-request-id', - '756f6b11-0314-4bf4-a223-8a53fa4c3614', + 'fb32e972-f935-456c-865c-a7618bec98cc', 'x-ms-correlation-request-id', - '756f6b11-0314-4bf4-a223-8a53fa4c3614', + 'fb32e972-f935-456c-865c-a7618bec98cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042915Z:756f6b11-0314-4bf4-a223-8a53fa4c3614', + 'SOUTHEASTASIA:20211111T093408Z:fb32e972-f935-456c-865c-a7618bec98cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:14 GMT' + 'Thu, 11 Nov 2021 09:34:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5533,21 +5533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10809', + '10374', 'x-ms-request-id', - '73853f8c-0381-4bab-9d29-bd8577147567', + '7026ed16-66db-4169-a32e-3795e521ba09', 'x-ms-correlation-request-id', - '73853f8c-0381-4bab-9d29-bd8577147567', + '7026ed16-66db-4169-a32e-3795e521ba09', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042918Z:73853f8c-0381-4bab-9d29-bd8577147567', + 'SOUTHEASTASIA:20211111T093410Z:7026ed16-66db-4169-a32e-3795e521ba09', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:17 GMT' + 'Thu, 11 Nov 2021 09:34:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5569,21 +5569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10808', + '10373', 'x-ms-request-id', - 'ad77b3ed-2e21-42cd-b214-eb8ef41597c8', + '7cbe45be-2114-47d6-b4a6-030fef4ed8bc', 'x-ms-correlation-request-id', - 'ad77b3ed-2e21-42cd-b214-eb8ef41597c8', + '7cbe45be-2114-47d6-b4a6-030fef4ed8bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042920Z:ad77b3ed-2e21-42cd-b214-eb8ef41597c8', + 'SOUTHEASTASIA:20211111T093413Z:7cbe45be-2114-47d6-b4a6-030fef4ed8bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:19 GMT' + 'Thu, 11 Nov 2021 09:34:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5605,21 +5605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10807', + '10372', 'x-ms-request-id', - '5da50b22-b4ac-4ea6-a7c3-6c497350caef', + '4c95e987-85ae-4521-8d86-92ec853f2097', 'x-ms-correlation-request-id', - '5da50b22-b4ac-4ea6-a7c3-6c497350caef', + '4c95e987-85ae-4521-8d86-92ec853f2097', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042922Z:5da50b22-b4ac-4ea6-a7c3-6c497350caef', + 'SOUTHEASTASIA:20211111T093415Z:4c95e987-85ae-4521-8d86-92ec853f2097', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:21 GMT' + 'Thu, 11 Nov 2021 09:34:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5641,21 +5641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10806', + '10371', 'x-ms-request-id', - '18db0994-631a-4b8c-874c-d07036ac26ce', + 'dd5cb15d-b506-45a9-a08c-ed4880e51266', 'x-ms-correlation-request-id', - '18db0994-631a-4b8c-874c-d07036ac26ce', + 'dd5cb15d-b506-45a9-a08c-ed4880e51266', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042925Z:18db0994-631a-4b8c-874c-d07036ac26ce', + 'SOUTHEASTASIA:20211111T093417Z:dd5cb15d-b506-45a9-a08c-ed4880e51266', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:24 GMT' + 'Thu, 11 Nov 2021 09:34:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5677,21 +5677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10805', + '10370', 'x-ms-request-id', - '89c9788f-be72-4307-a996-1a04927aa18e', + '60ecbe7c-e206-4b33-b6cb-e8b438624904', 'x-ms-correlation-request-id', - '89c9788f-be72-4307-a996-1a04927aa18e', + '60ecbe7c-e206-4b33-b6cb-e8b438624904', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042927Z:89c9788f-be72-4307-a996-1a04927aa18e', + 'SOUTHEASTASIA:20211111T093420Z:60ecbe7c-e206-4b33-b6cb-e8b438624904', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:26 GMT' + 'Thu, 11 Nov 2021 09:34:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5713,21 +5713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10804', + '10369', 'x-ms-request-id', - '2e1ae926-a1af-4d1e-a2de-fd15bd61b41d', + '0afc6aec-0e3b-4cf3-aa3b-3695be1d3421', 'x-ms-correlation-request-id', - '2e1ae926-a1af-4d1e-a2de-fd15bd61b41d', + '0afc6aec-0e3b-4cf3-aa3b-3695be1d3421', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042929Z:2e1ae926-a1af-4d1e-a2de-fd15bd61b41d', + 'SOUTHEASTASIA:20211111T093422Z:0afc6aec-0e3b-4cf3-aa3b-3695be1d3421', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:28 GMT' + 'Thu, 11 Nov 2021 09:34:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5749,21 +5749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10803', + '10368', 'x-ms-request-id', - '7dda287a-c8cc-4680-af9b-4bf45fceccdc', + '2255b01c-3725-4675-9a97-88a644c6ed9e', 'x-ms-correlation-request-id', - '7dda287a-c8cc-4680-af9b-4bf45fceccdc', + '2255b01c-3725-4675-9a97-88a644c6ed9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042932Z:7dda287a-c8cc-4680-af9b-4bf45fceccdc', + 'SOUTHEASTASIA:20211111T093424Z:2255b01c-3725-4675-9a97-88a644c6ed9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:31 GMT' + 'Thu, 11 Nov 2021 09:34:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5785,21 +5785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10802', + '10367', 'x-ms-request-id', - '48adb042-0c2c-4d7a-9c42-b9e34401d27a', + 'c25302ca-065d-467c-b898-47dbe15f9223', 'x-ms-correlation-request-id', - '48adb042-0c2c-4d7a-9c42-b9e34401d27a', + 'c25302ca-065d-467c-b898-47dbe15f9223', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042934Z:48adb042-0c2c-4d7a-9c42-b9e34401d27a', + 'SOUTHEASTASIA:20211111T093427Z:c25302ca-065d-467c-b898-47dbe15f9223', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:33 GMT' + 'Thu, 11 Nov 2021 09:34:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5821,21 +5821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10801', + '10366', 'x-ms-request-id', - '780bedae-f83b-474a-834c-004df77664cd', + '7791395e-bc9d-4a74-aa99-9caa074de711', 'x-ms-correlation-request-id', - '780bedae-f83b-474a-834c-004df77664cd', + '7791395e-bc9d-4a74-aa99-9caa074de711', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042936Z:780bedae-f83b-474a-834c-004df77664cd', + 'SOUTHEASTASIA:20211111T093429Z:7791395e-bc9d-4a74-aa99-9caa074de711', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:35 GMT' + 'Thu, 11 Nov 2021 09:34:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5857,21 +5857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10800', + '10365', 'x-ms-request-id', - 'bcdda080-7820-4960-afd2-157d928fb3e2', + '69c150dc-6be7-448b-bbad-1b2a57c7bc79', 'x-ms-correlation-request-id', - 'bcdda080-7820-4960-afd2-157d928fb3e2', + '69c150dc-6be7-448b-bbad-1b2a57c7bc79', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042939Z:bcdda080-7820-4960-afd2-157d928fb3e2', + 'SOUTHEASTASIA:20211111T093431Z:69c150dc-6be7-448b-bbad-1b2a57c7bc79', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:38 GMT' + 'Thu, 11 Nov 2021 09:34:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5893,21 +5893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10799', + '10364', 'x-ms-request-id', - '845a6bb2-722e-465f-809f-ff96886fd28d', + 'd607af6d-3b72-4263-8a31-0e7c954244f5', 'x-ms-correlation-request-id', - '845a6bb2-722e-465f-809f-ff96886fd28d', + 'd607af6d-3b72-4263-8a31-0e7c954244f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042941Z:845a6bb2-722e-465f-809f-ff96886fd28d', + 'SOUTHEASTASIA:20211111T093434Z:d607af6d-3b72-4263-8a31-0e7c954244f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:40 GMT' + 'Thu, 11 Nov 2021 09:34:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5929,21 +5929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10798', + '10363', 'x-ms-request-id', - 'ffaa7b90-e98e-4c54-af86-fbc954ba5651', + '4ef1b1a7-bd24-4253-9455-b11aaa55481d', 'x-ms-correlation-request-id', - 'ffaa7b90-e98e-4c54-af86-fbc954ba5651', + '4ef1b1a7-bd24-4253-9455-b11aaa55481d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042943Z:ffaa7b90-e98e-4c54-af86-fbc954ba5651', + 'SOUTHEASTASIA:20211111T093436Z:4ef1b1a7-bd24-4253-9455-b11aaa55481d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:42 GMT' + 'Thu, 11 Nov 2021 09:34:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5965,21 +5965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10797', + '10362', 'x-ms-request-id', - 'e9cdac64-15ae-4510-aa20-3a0af0e6b782', + 'eb45cc82-a46f-4163-bc39-00cde535cb83', 'x-ms-correlation-request-id', - 'e9cdac64-15ae-4510-aa20-3a0af0e6b782', + 'eb45cc82-a46f-4163-bc39-00cde535cb83', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042946Z:e9cdac64-15ae-4510-aa20-3a0af0e6b782', + 'SOUTHEASTASIA:20211111T093438Z:eb45cc82-a46f-4163-bc39-00cde535cb83', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:45 GMT' + 'Thu, 11 Nov 2021 09:34:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6001,21 +6001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10796', + '10361', 'x-ms-request-id', - 'e6f8f913-a944-4382-a380-fdc0a2f0add9', + 'b5737ce2-35e8-4afe-9f0e-7b19b47957ba', 'x-ms-correlation-request-id', - 'e6f8f913-a944-4382-a380-fdc0a2f0add9', + 'b5737ce2-35e8-4afe-9f0e-7b19b47957ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042948Z:e6f8f913-a944-4382-a380-fdc0a2f0add9', + 'SOUTHEASTASIA:20211111T093441Z:b5737ce2-35e8-4afe-9f0e-7b19b47957ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:47 GMT' + 'Thu, 11 Nov 2021 09:34:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6037,21 +6037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10795', + '10360', 'x-ms-request-id', - '4871ba1c-ed16-4c93-b58f-ee2ab9a1b8f0', + '98d7bb0a-f1e9-4a51-ae92-a582f05a387d', 'x-ms-correlation-request-id', - '4871ba1c-ed16-4c93-b58f-ee2ab9a1b8f0', + '98d7bb0a-f1e9-4a51-ae92-a582f05a387d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042950Z:4871ba1c-ed16-4c93-b58f-ee2ab9a1b8f0', + 'SOUTHEASTASIA:20211111T093443Z:98d7bb0a-f1e9-4a51-ae92-a582f05a387d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:49 GMT' + 'Thu, 11 Nov 2021 09:34:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6073,21 +6073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10794', + '10359', 'x-ms-request-id', - '09988523-a4b6-4096-87b8-433d3b26a664', + '879edf6d-8043-4cbb-933a-4fe2facddfe6', 'x-ms-correlation-request-id', - '09988523-a4b6-4096-87b8-433d3b26a664', + '879edf6d-8043-4cbb-933a-4fe2facddfe6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042953Z:09988523-a4b6-4096-87b8-433d3b26a664', + 'SOUTHEASTASIA:20211111T093445Z:879edf6d-8043-4cbb-933a-4fe2facddfe6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:52 GMT' + 'Thu, 11 Nov 2021 09:34:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6109,21 +6109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10793', + '10358', 'x-ms-request-id', - '48e7bbf8-4263-416b-aae8-701053a07a0d', + '9bc2a2d6-a45c-4d33-9ecf-11687700a0f0', 'x-ms-correlation-request-id', - '48e7bbf8-4263-416b-aae8-701053a07a0d', + '9bc2a2d6-a45c-4d33-9ecf-11687700a0f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042955Z:48e7bbf8-4263-416b-aae8-701053a07a0d', + 'SOUTHEASTASIA:20211111T093448Z:9bc2a2d6-a45c-4d33-9ecf-11687700a0f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:54 GMT' + 'Thu, 11 Nov 2021 09:34:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6145,21 +6145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10792', + '10357', 'x-ms-request-id', - '7a39ca6e-8ca6-40fc-995d-ab70274dc138', + '0cbcc842-ec7f-463e-84c2-972a2f14e9a6', 'x-ms-correlation-request-id', - '7a39ca6e-8ca6-40fc-995d-ab70274dc138', + '0cbcc842-ec7f-463e-84c2-972a2f14e9a6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042957Z:7a39ca6e-8ca6-40fc-995d-ab70274dc138', + 'SOUTHEASTASIA:20211111T093450Z:0cbcc842-ec7f-463e-84c2-972a2f14e9a6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:57 GMT' + 'Thu, 11 Nov 2021 09:34:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6181,21 +6181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10791', + '10356', 'x-ms-request-id', - '72504646-597d-404f-a695-ed134eb2f5cd', + 'a6bdf6e5-5c00-46e3-8245-1f5bde4897d2', 'x-ms-correlation-request-id', - '72504646-597d-404f-a695-ed134eb2f5cd', + 'a6bdf6e5-5c00-46e3-8245-1f5bde4897d2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043000Z:72504646-597d-404f-a695-ed134eb2f5cd', + 'SOUTHEASTASIA:20211111T093452Z:a6bdf6e5-5c00-46e3-8245-1f5bde4897d2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:29:59 GMT' + 'Thu, 11 Nov 2021 09:34:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6217,21 +6217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10790', + '10355', 'x-ms-request-id', - '31d8bc15-3d8c-45fe-a5e1-7d8350ec0368', + '43db1e92-7c99-461f-a940-f6ee2b52efd4', 'x-ms-correlation-request-id', - '31d8bc15-3d8c-45fe-a5e1-7d8350ec0368', + '43db1e92-7c99-461f-a940-f6ee2b52efd4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043002Z:31d8bc15-3d8c-45fe-a5e1-7d8350ec0368', + 'SOUTHEASTASIA:20211111T093455Z:43db1e92-7c99-461f-a940-f6ee2b52efd4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:02 GMT' + 'Thu, 11 Nov 2021 09:34:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6253,21 +6253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10789', + '10354', 'x-ms-request-id', - '0363f81c-3819-453c-9d62-ceefabc09c4e', + 'a5981a61-1b8d-434b-8845-a3ba16495f7a', 'x-ms-correlation-request-id', - '0363f81c-3819-453c-9d62-ceefabc09c4e', + 'a5981a61-1b8d-434b-8845-a3ba16495f7a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043004Z:0363f81c-3819-453c-9d62-ceefabc09c4e', + 'SOUTHEASTASIA:20211111T093458Z:a5981a61-1b8d-434b-8845-a3ba16495f7a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:04 GMT' + 'Thu, 11 Nov 2021 09:34:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6289,21 +6289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10788', + '10481', 'x-ms-request-id', - '28b7d49e-22e4-4179-b682-c638d759d1bb', + '183bc077-e950-40b9-9c46-5f08c3ec9e17', 'x-ms-correlation-request-id', - '28b7d49e-22e4-4179-b682-c638d759d1bb', + '183bc077-e950-40b9-9c46-5f08c3ec9e17', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043006Z:28b7d49e-22e4-4179-b682-c638d759d1bb', + 'SOUTHEASTASIA:20211111T093500Z:183bc077-e950-40b9-9c46-5f08c3ec9e17', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:06 GMT' + 'Thu, 11 Nov 2021 09:34:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6325,21 +6325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10787', + '10480', 'x-ms-request-id', - '474b28f2-9a44-4efa-af8a-9f6154e41a2d', + '50bd4da6-90a3-4738-b3a0-74d80f592fcc', 'x-ms-correlation-request-id', - '474b28f2-9a44-4efa-af8a-9f6154e41a2d', + '50bd4da6-90a3-4738-b3a0-74d80f592fcc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043009Z:474b28f2-9a44-4efa-af8a-9f6154e41a2d', + 'SOUTHEASTASIA:20211111T093502Z:50bd4da6-90a3-4738-b3a0-74d80f592fcc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:09 GMT' + 'Thu, 11 Nov 2021 09:35:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6361,21 +6361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10786', + '10479', 'x-ms-request-id', - '075f1a95-b9b5-4176-a1f9-b581b6fe162a', + '958e6705-411f-496e-9a44-1e9ec061d601', 'x-ms-correlation-request-id', - '075f1a95-b9b5-4176-a1f9-b581b6fe162a', + '958e6705-411f-496e-9a44-1e9ec061d601', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043011Z:075f1a95-b9b5-4176-a1f9-b581b6fe162a', + 'SOUTHEASTASIA:20211111T093505Z:958e6705-411f-496e-9a44-1e9ec061d601', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:11 GMT' + 'Thu, 11 Nov 2021 09:35:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6397,21 +6397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10785', + '10478', 'x-ms-request-id', - '6623239f-e969-4b00-b7a2-b854fd6189c5', + '0dcf78be-b38f-416b-bbb2-a262d903a45b', 'x-ms-correlation-request-id', - '6623239f-e969-4b00-b7a2-b854fd6189c5', + '0dcf78be-b38f-416b-bbb2-a262d903a45b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043013Z:6623239f-e969-4b00-b7a2-b854fd6189c5', + 'SOUTHEASTASIA:20211111T093507Z:0dcf78be-b38f-416b-bbb2-a262d903a45b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:13 GMT' + 'Thu, 11 Nov 2021 09:35:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6433,21 +6433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10784', + '10477', 'x-ms-request-id', - 'be1cb440-f1e9-49b0-9051-018b601ab636', + '5291b009-b135-41ee-8773-dd92a7bd01ee', 'x-ms-correlation-request-id', - 'be1cb440-f1e9-49b0-9051-018b601ab636', + '5291b009-b135-41ee-8773-dd92a7bd01ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043016Z:be1cb440-f1e9-49b0-9051-018b601ab636', + 'SOUTHEASTASIA:20211111T093509Z:5291b009-b135-41ee-8773-dd92a7bd01ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:16 GMT' + 'Thu, 11 Nov 2021 09:35:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6469,21 +6469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10783', + '10476', 'x-ms-request-id', - '276706e5-36a4-4f09-b56b-cf908240da5d', + 'cc2f043b-0346-4897-860c-38064308b958', 'x-ms-correlation-request-id', - '276706e5-36a4-4f09-b56b-cf908240da5d', + 'cc2f043b-0346-4897-860c-38064308b958', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043018Z:276706e5-36a4-4f09-b56b-cf908240da5d', + 'SOUTHEASTASIA:20211111T093511Z:cc2f043b-0346-4897-860c-38064308b958', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:18 GMT' + 'Thu, 11 Nov 2021 09:35:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6505,21 +6505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10782', + '10475', 'x-ms-request-id', - 'c1e142a5-45f7-400a-8272-8839648c3dda', + '2cdae42b-3c49-4cc2-a004-f2fa72187dc6', 'x-ms-correlation-request-id', - 'c1e142a5-45f7-400a-8272-8839648c3dda', + '2cdae42b-3c49-4cc2-a004-f2fa72187dc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043020Z:c1e142a5-45f7-400a-8272-8839648c3dda', + 'SOUTHEASTASIA:20211111T093514Z:2cdae42b-3c49-4cc2-a004-f2fa72187dc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:20 GMT' + 'Thu, 11 Nov 2021 09:35:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6541,21 +6541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10781', + '10474', 'x-ms-request-id', - '9fac7039-8fe5-4899-826c-057d168d1735', + '43ddc052-19d5-4fcb-87e5-181542411240', 'x-ms-correlation-request-id', - '9fac7039-8fe5-4899-826c-057d168d1735', + '43ddc052-19d5-4fcb-87e5-181542411240', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043023Z:9fac7039-8fe5-4899-826c-057d168d1735', + 'SOUTHEASTASIA:20211111T093516Z:43ddc052-19d5-4fcb-87e5-181542411240', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:23 GMT' + 'Thu, 11 Nov 2021 09:35:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6577,21 +6577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10780', + '10473', 'x-ms-request-id', - '1e830c34-7d3c-4a71-ae2e-440ee15bebeb', + 'a050e476-2d65-4b0f-8408-e4ae7cbf2c54', 'x-ms-correlation-request-id', - '1e830c34-7d3c-4a71-ae2e-440ee15bebeb', + 'a050e476-2d65-4b0f-8408-e4ae7cbf2c54', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043026Z:1e830c34-7d3c-4a71-ae2e-440ee15bebeb', + 'SOUTHEASTASIA:20211111T093518Z:a050e476-2d65-4b0f-8408-e4ae7cbf2c54', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:25 GMT' + 'Thu, 11 Nov 2021 09:35:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6613,21 +6613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10779', + '10472', 'x-ms-request-id', - '05e8d541-ba11-4654-aed9-db4ef0e4df9b', + 'e30a321e-bb9c-459d-8089-a766cbbe2a0f', 'x-ms-correlation-request-id', - '05e8d541-ba11-4654-aed9-db4ef0e4df9b', + 'e30a321e-bb9c-459d-8089-a766cbbe2a0f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043028Z:05e8d541-ba11-4654-aed9-db4ef0e4df9b', + 'SOUTHEASTASIA:20211111T093521Z:e30a321e-bb9c-459d-8089-a766cbbe2a0f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:28 GMT' + 'Thu, 11 Nov 2021 09:35:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6649,21 +6649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10778', + '10471', 'x-ms-request-id', - '9d0472ad-0184-4662-a25c-92baeff978b1', + '1f45baeb-7b2c-42a9-9727-2ebbd75c55b8', 'x-ms-correlation-request-id', - '9d0472ad-0184-4662-a25c-92baeff978b1', + '1f45baeb-7b2c-42a9-9727-2ebbd75c55b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043030Z:9d0472ad-0184-4662-a25c-92baeff978b1', + 'SOUTHEASTASIA:20211111T093523Z:1f45baeb-7b2c-42a9-9727-2ebbd75c55b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:30 GMT' + 'Thu, 11 Nov 2021 09:35:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6685,21 +6685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10777', + '10470', 'x-ms-request-id', - 'f5ea85a0-6bc0-472f-b096-fa5543078333', + 'b9ea5cd4-93d8-42cd-8304-9fbe5f06cf57', 'x-ms-correlation-request-id', - 'f5ea85a0-6bc0-472f-b096-fa5543078333', + 'b9ea5cd4-93d8-42cd-8304-9fbe5f06cf57', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043032Z:f5ea85a0-6bc0-472f-b096-fa5543078333', + 'SOUTHEASTASIA:20211111T093525Z:b9ea5cd4-93d8-42cd-8304-9fbe5f06cf57', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:32 GMT' + 'Thu, 11 Nov 2021 09:35:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6721,21 +6721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10776', + '10469', 'x-ms-request-id', - 'da0590df-87b8-485b-9379-6eb2307aa2bb', + '439aaee1-7367-4094-b983-66be32598342', 'x-ms-correlation-request-id', - 'da0590df-87b8-485b-9379-6eb2307aa2bb', + '439aaee1-7367-4094-b983-66be32598342', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043035Z:da0590df-87b8-485b-9379-6eb2307aa2bb', + 'SOUTHEASTASIA:20211111T093528Z:439aaee1-7367-4094-b983-66be32598342', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:35 GMT' + 'Thu, 11 Nov 2021 09:35:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6757,21 +6757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10775', + '10468', 'x-ms-request-id', - '7261a03a-3c44-4a7c-8b70-c8e55f0adeda', + '9686e6e5-385a-467d-a5ed-ece39bc0328a', 'x-ms-correlation-request-id', - '7261a03a-3c44-4a7c-8b70-c8e55f0adeda', + '9686e6e5-385a-467d-a5ed-ece39bc0328a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043037Z:7261a03a-3c44-4a7c-8b70-c8e55f0adeda', + 'SOUTHEASTASIA:20211111T093530Z:9686e6e5-385a-467d-a5ed-ece39bc0328a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:37 GMT' + 'Thu, 11 Nov 2021 09:35:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6793,21 +6793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10774', + '10467', 'x-ms-request-id', - '29f74f91-afc3-4a6d-8178-f61297eea4b1', + '0e150da5-2b02-434c-9dfd-1184bafffa70', 'x-ms-correlation-request-id', - '29f74f91-afc3-4a6d-8178-f61297eea4b1', + '0e150da5-2b02-434c-9dfd-1184bafffa70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043039Z:29f74f91-afc3-4a6d-8178-f61297eea4b1', + 'SOUTHEASTASIA:20211111T093532Z:0e150da5-2b02-434c-9dfd-1184bafffa70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:39 GMT' + 'Thu, 11 Nov 2021 09:35:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6829,21 +6829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10773', + '10466', 'x-ms-request-id', - '11a6fcfb-8fb8-47bf-bc48-9775e6341131', + 'd4049672-c30b-44df-90c8-51c8d0ec6c18', 'x-ms-correlation-request-id', - '11a6fcfb-8fb8-47bf-bc48-9775e6341131', + 'd4049672-c30b-44df-90c8-51c8d0ec6c18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043042Z:11a6fcfb-8fb8-47bf-bc48-9775e6341131', + 'SOUTHEASTASIA:20211111T093535Z:d4049672-c30b-44df-90c8-51c8d0ec6c18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:42 GMT' + 'Thu, 11 Nov 2021 09:35:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6865,21 +6865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10772', + '10465', 'x-ms-request-id', - '21fdcef0-a8a2-4efa-8089-8b130fe7f79c', + 'a8c67210-1489-40be-a550-dd2a65f2c79e', 'x-ms-correlation-request-id', - '21fdcef0-a8a2-4efa-8089-8b130fe7f79c', + 'a8c67210-1489-40be-a550-dd2a65f2c79e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043044Z:21fdcef0-a8a2-4efa-8089-8b130fe7f79c', + 'SOUTHEASTASIA:20211111T093537Z:a8c67210-1489-40be-a550-dd2a65f2c79e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:44 GMT' + 'Thu, 11 Nov 2021 09:35:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6901,21 +6901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10771', + '10464', 'x-ms-request-id', - '008d140c-6abb-4869-9ab9-83f8a84d5ae3', + '1db9c01f-0dca-40e9-b407-a60f8e08e0dd', 'x-ms-correlation-request-id', - '008d140c-6abb-4869-9ab9-83f8a84d5ae3', + '1db9c01f-0dca-40e9-b407-a60f8e08e0dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043047Z:008d140c-6abb-4869-9ab9-83f8a84d5ae3', + 'SOUTHEASTASIA:20211111T093539Z:1db9c01f-0dca-40e9-b407-a60f8e08e0dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:46 GMT' + 'Thu, 11 Nov 2021 09:35:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6937,21 +6937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10770', + '10463', 'x-ms-request-id', - 'c9f06095-8143-41c4-89de-c17b30694d01', + '3a53dd3a-0ec0-43cd-b54e-447635b34845', 'x-ms-correlation-request-id', - 'c9f06095-8143-41c4-89de-c17b30694d01', + '3a53dd3a-0ec0-43cd-b54e-447635b34845', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043049Z:c9f06095-8143-41c4-89de-c17b30694d01', + 'SOUTHEASTASIA:20211111T093542Z:3a53dd3a-0ec0-43cd-b54e-447635b34845', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:49 GMT' + 'Thu, 11 Nov 2021 09:35:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6973,21 +6973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10769', + '10462', 'x-ms-request-id', - 'c65a74a4-2256-4fd4-b242-981f83a4c868', + '7e274b02-d2be-4130-acfe-a387df05bc36', 'x-ms-correlation-request-id', - 'c65a74a4-2256-4fd4-b242-981f83a4c868', + '7e274b02-d2be-4130-acfe-a387df05bc36', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043051Z:c65a74a4-2256-4fd4-b242-981f83a4c868', + 'SOUTHEASTASIA:20211111T093544Z:7e274b02-d2be-4130-acfe-a387df05bc36', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:51 GMT' + 'Thu, 11 Nov 2021 09:35:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7009,21 +7009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10768', + '10461', 'x-ms-request-id', - '77e49af5-1f78-4c85-959f-5f7b3379f19d', + 'f28053cd-d83d-4ae3-8361-78d6c5bf55c6', 'x-ms-correlation-request-id', - '77e49af5-1f78-4c85-959f-5f7b3379f19d', + 'f28053cd-d83d-4ae3-8361-78d6c5bf55c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043054Z:77e49af5-1f78-4c85-959f-5f7b3379f19d', + 'SOUTHEASTASIA:20211111T093546Z:f28053cd-d83d-4ae3-8361-78d6c5bf55c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:53 GMT' + 'Thu, 11 Nov 2021 09:35:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7045,21 +7045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10767', + '10460', 'x-ms-request-id', - 'e3ef4e0f-d093-4b96-bec3-fa2d46e31614', + 'f737c695-372d-46eb-8c62-b5ac3d07a961', 'x-ms-correlation-request-id', - 'e3ef4e0f-d093-4b96-bec3-fa2d46e31614', + 'f737c695-372d-46eb-8c62-b5ac3d07a961', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043056Z:e3ef4e0f-d093-4b96-bec3-fa2d46e31614', + 'SOUTHEASTASIA:20211111T093549Z:f737c695-372d-46eb-8c62-b5ac3d07a961', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:56 GMT' + 'Thu, 11 Nov 2021 09:35:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7081,21 +7081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10766', + '10459', 'x-ms-request-id', - 'e8e6e8c4-fca4-45bf-9f27-97faa715f275', + '75251240-9d7c-4968-9c6f-96912cdbccf7', 'x-ms-correlation-request-id', - 'e8e6e8c4-fca4-45bf-9f27-97faa715f275', + '75251240-9d7c-4968-9c6f-96912cdbccf7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043058Z:e8e6e8c4-fca4-45bf-9f27-97faa715f275', + 'SOUTHEASTASIA:20211111T093551Z:75251240-9d7c-4968-9c6f-96912cdbccf7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:30:58 GMT' + 'Thu, 11 Nov 2021 09:35:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7117,21 +7117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10765', + '10458', 'x-ms-request-id', - 'be4a4432-f67e-44b2-9c7c-a08c122a9fc8', + 'ad5d5393-1d96-4042-bdf1-ebd2241bbdcf', 'x-ms-correlation-request-id', - 'be4a4432-f67e-44b2-9c7c-a08c122a9fc8', + 'ad5d5393-1d96-4042-bdf1-ebd2241bbdcf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043101Z:be4a4432-f67e-44b2-9c7c-a08c122a9fc8', + 'SOUTHEASTASIA:20211111T093553Z:ad5d5393-1d96-4042-bdf1-ebd2241bbdcf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:00 GMT' + 'Thu, 11 Nov 2021 09:35:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7153,21 +7153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10764', + '10457', 'x-ms-request-id', - '5e765cd8-cd12-4e86-ace6-4b747adedc47', + 'ccd09f05-25f5-42f1-b31f-74c1996543ad', 'x-ms-correlation-request-id', - '5e765cd8-cd12-4e86-ace6-4b747adedc47', + 'ccd09f05-25f5-42f1-b31f-74c1996543ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043103Z:5e765cd8-cd12-4e86-ace6-4b747adedc47', + 'SOUTHEASTASIA:20211111T093556Z:ccd09f05-25f5-42f1-b31f-74c1996543ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:03 GMT' + 'Thu, 11 Nov 2021 09:35:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7189,21 +7189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10763', + '10456', 'x-ms-request-id', - 'ed603758-2b95-45a9-b20f-4d30f64b5b3b', + 'f98b6e3d-cfd1-49f3-b2dd-5e34b62d1990', 'x-ms-correlation-request-id', - 'ed603758-2b95-45a9-b20f-4d30f64b5b3b', + 'f98b6e3d-cfd1-49f3-b2dd-5e34b62d1990', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043105Z:ed603758-2b95-45a9-b20f-4d30f64b5b3b', + 'SOUTHEASTASIA:20211111T093559Z:f98b6e3d-cfd1-49f3-b2dd-5e34b62d1990', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:05 GMT' + 'Thu, 11 Nov 2021 09:35:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7225,21 +7225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10762', + '10455', 'x-ms-request-id', - 'b8b2c650-2e91-4689-8f8b-7a26c3df8fd4', + 'aa266c4e-2821-4bd3-8c0b-2d1179121f23', 'x-ms-correlation-request-id', - 'b8b2c650-2e91-4689-8f8b-7a26c3df8fd4', + 'aa266c4e-2821-4bd3-8c0b-2d1179121f23', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043107Z:b8b2c650-2e91-4689-8f8b-7a26c3df8fd4', + 'SOUTHEASTASIA:20211111T093601Z:aa266c4e-2821-4bd3-8c0b-2d1179121f23', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:07 GMT' + 'Thu, 11 Nov 2021 09:36:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7261,21 +7261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10761', + '10454', 'x-ms-request-id', - 'fd7e68f7-d5d1-4e8d-be05-1660bd9c1556', + '729937db-bce2-4ec6-9f6e-a255dd432e4b', 'x-ms-correlation-request-id', - 'fd7e68f7-d5d1-4e8d-be05-1660bd9c1556', + '729937db-bce2-4ec6-9f6e-a255dd432e4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043110Z:fd7e68f7-d5d1-4e8d-be05-1660bd9c1556', + 'SOUTHEASTASIA:20211111T093603Z:729937db-bce2-4ec6-9f6e-a255dd432e4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:09 GMT' + 'Thu, 11 Nov 2021 09:36:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7297,21 +7297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10760', + '10453', 'x-ms-request-id', - '2c6d8f04-a309-4f9a-ae75-4d2bbce23725', + '7467ebdb-4fa9-4143-877e-876005730923', 'x-ms-correlation-request-id', - '2c6d8f04-a309-4f9a-ae75-4d2bbce23725', + '7467ebdb-4fa9-4143-877e-876005730923', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043112Z:2c6d8f04-a309-4f9a-ae75-4d2bbce23725', + 'SOUTHEASTASIA:20211111T093606Z:7467ebdb-4fa9-4143-877e-876005730923', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:12 GMT' + 'Thu, 11 Nov 2021 09:36:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7333,21 +7333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10759', + '10452', 'x-ms-request-id', - 'a0ffc496-335f-441f-b478-65d781aca7c8', + 'fae0e9ac-15a9-4265-a9d7-5c097c8e428c', 'x-ms-correlation-request-id', - 'a0ffc496-335f-441f-b478-65d781aca7c8', + 'fae0e9ac-15a9-4265-a9d7-5c097c8e428c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043114Z:a0ffc496-335f-441f-b478-65d781aca7c8', + 'SOUTHEASTASIA:20211111T093608Z:fae0e9ac-15a9-4265-a9d7-5c097c8e428c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:14 GMT' + 'Thu, 11 Nov 2021 09:36:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7369,21 +7369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10758', + '10451', 'x-ms-request-id', - 'd8d120e4-55a5-47d5-bdba-68873af742bf', + '61f1e422-5602-4894-a6db-e9048b4726fe', 'x-ms-correlation-request-id', - 'd8d120e4-55a5-47d5-bdba-68873af742bf', + '61f1e422-5602-4894-a6db-e9048b4726fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043117Z:d8d120e4-55a5-47d5-bdba-68873af742bf', + 'SOUTHEASTASIA:20211111T093610Z:61f1e422-5602-4894-a6db-e9048b4726fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:16 GMT' + 'Thu, 11 Nov 2021 09:36:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7405,21 +7405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10757', + '10450', 'x-ms-request-id', - 'f9d2c8e5-288e-48da-86cb-c976eb8bf459', + '54eec9fb-fe83-4324-8fee-dda554afa430', 'x-ms-correlation-request-id', - 'f9d2c8e5-288e-48da-86cb-c976eb8bf459', + '54eec9fb-fe83-4324-8fee-dda554afa430', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043119Z:f9d2c8e5-288e-48da-86cb-c976eb8bf459', + 'SOUTHEASTASIA:20211111T093613Z:54eec9fb-fe83-4324-8fee-dda554afa430', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:19 GMT' + 'Thu, 11 Nov 2021 09:36:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7441,21 +7441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10756', + '10449', 'x-ms-request-id', - '0eb578eb-d022-4756-9373-6b8a6459c8dd', + '71f13057-4486-4f6a-9740-44c0155633e1', 'x-ms-correlation-request-id', - '0eb578eb-d022-4756-9373-6b8a6459c8dd', + '71f13057-4486-4f6a-9740-44c0155633e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043121Z:0eb578eb-d022-4756-9373-6b8a6459c8dd', + 'SOUTHEASTASIA:20211111T093615Z:71f13057-4486-4f6a-9740-44c0155633e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:21 GMT' + 'Thu, 11 Nov 2021 09:36:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7477,21 +7477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10755', + '10448', 'x-ms-request-id', - '3c54e724-027d-41fe-bdc6-17d8e98c81d8', + '7c838686-75db-4b59-a202-2283226f9f58', 'x-ms-correlation-request-id', - '3c54e724-027d-41fe-bdc6-17d8e98c81d8', + '7c838686-75db-4b59-a202-2283226f9f58', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043124Z:3c54e724-027d-41fe-bdc6-17d8e98c81d8', + 'SOUTHEASTASIA:20211111T093617Z:7c838686-75db-4b59-a202-2283226f9f58', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:23 GMT' + 'Thu, 11 Nov 2021 09:36:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7513,21 +7513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10754', + '10447', 'x-ms-request-id', - '9951fabd-4a70-4a9e-9cb4-339d4b66419a', + 'd23373a0-274a-49db-8292-2b46fd02aba2', 'x-ms-correlation-request-id', - '9951fabd-4a70-4a9e-9cb4-339d4b66419a', + 'd23373a0-274a-49db-8292-2b46fd02aba2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043126Z:9951fabd-4a70-4a9e-9cb4-339d4b66419a', + 'SOUTHEASTASIA:20211111T093620Z:d23373a0-274a-49db-8292-2b46fd02aba2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:26 GMT' + 'Thu, 11 Nov 2021 09:36:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7549,21 +7549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10753', + '10446', 'x-ms-request-id', - 'cfb91e91-2309-465c-bc64-12905bdd71b1', + '7ef9a0cc-1a33-49bd-aab1-b74f2772fa70', 'x-ms-correlation-request-id', - 'cfb91e91-2309-465c-bc64-12905bdd71b1', + '7ef9a0cc-1a33-49bd-aab1-b74f2772fa70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043128Z:cfb91e91-2309-465c-bc64-12905bdd71b1', + 'SOUTHEASTASIA:20211111T093623Z:7ef9a0cc-1a33-49bd-aab1-b74f2772fa70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:28 GMT' + 'Thu, 11 Nov 2021 09:36:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7585,21 +7585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10752', + '10445', 'x-ms-request-id', - '59c7498c-0c7b-4d33-a40d-c30f9fb815a4', + 'd7535a94-a9cd-4737-8e3c-931a04f61fc1', 'x-ms-correlation-request-id', - '59c7498c-0c7b-4d33-a40d-c30f9fb815a4', + 'd7535a94-a9cd-4737-8e3c-931a04f61fc1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043131Z:59c7498c-0c7b-4d33-a40d-c30f9fb815a4', + 'SOUTHEASTASIA:20211111T093625Z:d7535a94-a9cd-4737-8e3c-931a04f61fc1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:30 GMT' + 'Thu, 11 Nov 2021 09:36:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7621,21 +7621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10751', + '10444', 'x-ms-request-id', - 'f6b0a223-b5eb-4936-a0ae-61c023dd976e', + 'c4359390-8b21-40aa-b792-2eb6e63a23b0', 'x-ms-correlation-request-id', - 'f6b0a223-b5eb-4936-a0ae-61c023dd976e', + 'c4359390-8b21-40aa-b792-2eb6e63a23b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043133Z:f6b0a223-b5eb-4936-a0ae-61c023dd976e', + 'SOUTHEASTASIA:20211111T093627Z:c4359390-8b21-40aa-b792-2eb6e63a23b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:33 GMT' + 'Thu, 11 Nov 2021 09:36:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7657,21 +7657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10750', + '10443', 'x-ms-request-id', - 'b867c9b7-3124-4e14-b1a4-76e3d12b219e', + '7c1e30df-e628-42b8-9743-1fea51ad9d93', 'x-ms-correlation-request-id', - 'b867c9b7-3124-4e14-b1a4-76e3d12b219e', + '7c1e30df-e628-42b8-9743-1fea51ad9d93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043135Z:b867c9b7-3124-4e14-b1a4-76e3d12b219e', + 'SOUTHEASTASIA:20211111T093630Z:7c1e30df-e628-42b8-9743-1fea51ad9d93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:35 GMT' + 'Thu, 11 Nov 2021 09:36:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7693,21 +7693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10749', + '10442', 'x-ms-request-id', - '9db2f0cc-bf68-466d-9bea-7877efa83b98', + 'aea53ad2-d35f-40ff-ab13-8065ced4b1ae', 'x-ms-correlation-request-id', - '9db2f0cc-bf68-466d-9bea-7877efa83b98', + 'aea53ad2-d35f-40ff-ab13-8065ced4b1ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043138Z:9db2f0cc-bf68-466d-9bea-7877efa83b98', + 'SOUTHEASTASIA:20211111T093632Z:aea53ad2-d35f-40ff-ab13-8065ced4b1ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:37 GMT' + 'Thu, 11 Nov 2021 09:36:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7729,21 +7729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10748', + '10441', 'x-ms-request-id', - '33f5b77e-a8ef-4b30-a07f-47cde5fc05cb', + 'ace1af0d-32a3-4389-9c7c-3cdac88b0ef6', 'x-ms-correlation-request-id', - '33f5b77e-a8ef-4b30-a07f-47cde5fc05cb', + 'ace1af0d-32a3-4389-9c7c-3cdac88b0ef6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043140Z:33f5b77e-a8ef-4b30-a07f-47cde5fc05cb', + 'SOUTHEASTASIA:20211111T093634Z:ace1af0d-32a3-4389-9c7c-3cdac88b0ef6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:40 GMT' + 'Thu, 11 Nov 2021 09:36:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7765,21 +7765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10747', + '10440', 'x-ms-request-id', - '1babab9f-45a0-432f-be81-87127202b5e4', + 'ce5b8da2-f255-4f2b-b770-7b8ae766a894', 'x-ms-correlation-request-id', - '1babab9f-45a0-432f-be81-87127202b5e4', + 'ce5b8da2-f255-4f2b-b770-7b8ae766a894', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043142Z:1babab9f-45a0-432f-be81-87127202b5e4', + 'SOUTHEASTASIA:20211111T093637Z:ce5b8da2-f255-4f2b-b770-7b8ae766a894', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:42 GMT' + 'Thu, 11 Nov 2021 09:36:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7801,21 +7801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10746', + '10439', 'x-ms-request-id', - 'e082267e-521e-4af6-814f-75f61102dfd9', + '68a50ddc-f427-4e95-ad05-d05d272b626b', 'x-ms-correlation-request-id', - 'e082267e-521e-4af6-814f-75f61102dfd9', + '68a50ddc-f427-4e95-ad05-d05d272b626b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043145Z:e082267e-521e-4af6-814f-75f61102dfd9', + 'SOUTHEASTASIA:20211111T093639Z:68a50ddc-f427-4e95-ad05-d05d272b626b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:44 GMT' + 'Thu, 11 Nov 2021 09:36:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7837,21 +7837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10745', + '10438', 'x-ms-request-id', - 'f19569d8-7157-47b1-9a2f-df93ff873f84', + '579e96fe-237b-4677-82ad-a6c80b6d29e7', 'x-ms-correlation-request-id', - 'f19569d8-7157-47b1-9a2f-df93ff873f84', + '579e96fe-237b-4677-82ad-a6c80b6d29e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043147Z:f19569d8-7157-47b1-9a2f-df93ff873f84', + 'SOUTHEASTASIA:20211111T093641Z:579e96fe-237b-4677-82ad-a6c80b6d29e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:46 GMT' + 'Thu, 11 Nov 2021 09:36:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7873,21 +7873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10744', + '10437', 'x-ms-request-id', - 'd14b03ff-0d72-41e3-8f0f-3d1263551fa1', + '2fcd1310-934b-45f4-9bfd-bbe8b29d43dc', 'x-ms-correlation-request-id', - 'd14b03ff-0d72-41e3-8f0f-3d1263551fa1', + '2fcd1310-934b-45f4-9bfd-bbe8b29d43dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043149Z:d14b03ff-0d72-41e3-8f0f-3d1263551fa1', + 'SOUTHEASTASIA:20211111T093644Z:2fcd1310-934b-45f4-9bfd-bbe8b29d43dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:49 GMT' + 'Thu, 11 Nov 2021 09:36:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7909,21 +7909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10743', + '10436', 'x-ms-request-id', - '16a9881c-c1f3-425f-a930-351c67f91367', + 'b3764ef2-c5ac-4d84-ab0b-e786ad6bb0ae', 'x-ms-correlation-request-id', - '16a9881c-c1f3-425f-a930-351c67f91367', + 'b3764ef2-c5ac-4d84-ab0b-e786ad6bb0ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043152Z:16a9881c-c1f3-425f-a930-351c67f91367', + 'SOUTHEASTASIA:20211111T093646Z:b3764ef2-c5ac-4d84-ab0b-e786ad6bb0ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:51 GMT' + 'Thu, 11 Nov 2021 09:36:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7945,21 +7945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10742', + '10435', 'x-ms-request-id', - '510d7507-723b-485f-809f-a3dc81840bb7', + '20ccc087-9205-4243-a46a-e249f43fcee8', 'x-ms-correlation-request-id', - '510d7507-723b-485f-809f-a3dc81840bb7', + '20ccc087-9205-4243-a46a-e249f43fcee8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043154Z:510d7507-723b-485f-809f-a3dc81840bb7', + 'SOUTHEASTASIA:20211111T093648Z:20ccc087-9205-4243-a46a-e249f43fcee8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:53 GMT' + 'Thu, 11 Nov 2021 09:36:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7981,21 +7981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10741', + '10434', 'x-ms-request-id', - '5d4aff27-3b6e-4432-9909-66cfb6720b37', + '62c14b27-9851-4d1f-ae13-ce571b3e4ca1', 'x-ms-correlation-request-id', - '5d4aff27-3b6e-4432-9909-66cfb6720b37', + '62c14b27-9851-4d1f-ae13-ce571b3e4ca1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043156Z:5d4aff27-3b6e-4432-9909-66cfb6720b37', + 'SOUTHEASTASIA:20211111T093651Z:62c14b27-9851-4d1f-ae13-ce571b3e4ca1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:56 GMT' + 'Thu, 11 Nov 2021 09:36:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8017,21 +8017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10740', + '10433', 'x-ms-request-id', - '79a0ee6f-3c34-40a2-b3c7-f16aaf444a43', + '297b0211-bdeb-4016-8741-b5d5d136b95b', 'x-ms-correlation-request-id', - '79a0ee6f-3c34-40a2-b3c7-f16aaf444a43', + '297b0211-bdeb-4016-8741-b5d5d136b95b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043159Z:79a0ee6f-3c34-40a2-b3c7-f16aaf444a43', + 'SOUTHEASTASIA:20211111T093653Z:297b0211-bdeb-4016-8741-b5d5d136b95b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:31:58 GMT' + 'Thu, 11 Nov 2021 09:36:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8053,21 +8053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10739', + '10432', 'x-ms-request-id', - '5080460f-3293-4151-8bbb-d82093e804ba', + '9aff2410-3fda-40fb-9554-742c87df4bef', 'x-ms-correlation-request-id', - '5080460f-3293-4151-8bbb-d82093e804ba', + '9aff2410-3fda-40fb-9554-742c87df4bef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043201Z:5080460f-3293-4151-8bbb-d82093e804ba', + 'SOUTHEASTASIA:20211111T093656Z:9aff2410-3fda-40fb-9554-742c87df4bef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:00 GMT' + 'Thu, 11 Nov 2021 09:36:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8089,21 +8089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10738', + '10431', 'x-ms-request-id', - 'e6e2df98-cf44-47a4-9eb5-5c26917578cc', + '2f62ee53-8984-414b-a36a-a6d0e9ee193a', 'x-ms-correlation-request-id', - 'e6e2df98-cf44-47a4-9eb5-5c26917578cc', + '2f62ee53-8984-414b-a36a-a6d0e9ee193a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043203Z:e6e2df98-cf44-47a4-9eb5-5c26917578cc', + 'SOUTHEASTASIA:20211111T093658Z:2f62ee53-8984-414b-a36a-a6d0e9ee193a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:03 GMT' + 'Thu, 11 Nov 2021 09:36:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8125,21 +8125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10737', + '10430', 'x-ms-request-id', - '56b2b899-88c0-47ac-898e-48e96d9309dd', + '045fc829-479e-4cc1-8a5c-ade6cc4a687b', 'x-ms-correlation-request-id', - '56b2b899-88c0-47ac-898e-48e96d9309dd', + '045fc829-479e-4cc1-8a5c-ade6cc4a687b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043206Z:56b2b899-88c0-47ac-898e-48e96d9309dd', + 'SOUTHEASTASIA:20211111T093701Z:045fc829-479e-4cc1-8a5c-ade6cc4a687b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:05 GMT' + 'Thu, 11 Nov 2021 09:37:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8161,21 +8161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10736', + '10429', 'x-ms-request-id', - '21d9dc88-6e8c-4da6-98f2-8cc2c73349e7', + 'd9bece37-ad84-449a-9d0c-016cb8a7bb45', 'x-ms-correlation-request-id', - '21d9dc88-6e8c-4da6-98f2-8cc2c73349e7', + 'd9bece37-ad84-449a-9d0c-016cb8a7bb45', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043208Z:21d9dc88-6e8c-4da6-98f2-8cc2c73349e7', + 'SOUTHEASTASIA:20211111T093703Z:d9bece37-ad84-449a-9d0c-016cb8a7bb45', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:07 GMT' + 'Thu, 11 Nov 2021 09:37:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8197,21 +8197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10735', + '10428', 'x-ms-request-id', - 'ff8a76cb-971c-4a2f-82f3-3907e317a600', + 'cd5fb863-daf5-4b24-b463-482f7ceb85e4', 'x-ms-correlation-request-id', - 'ff8a76cb-971c-4a2f-82f3-3907e317a600', + 'cd5fb863-daf5-4b24-b463-482f7ceb85e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043210Z:ff8a76cb-971c-4a2f-82f3-3907e317a600', + 'SOUTHEASTASIA:20211111T093705Z:cd5fb863-daf5-4b24-b463-482f7ceb85e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:10 GMT' + 'Thu, 11 Nov 2021 09:37:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8233,21 +8233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10734', + '10427', 'x-ms-request-id', - 'f3d5f234-2f23-4ebb-9891-2b9f956a2e92', + 'a90b3c2a-2fa0-4603-8394-d0c6aa4486a8', 'x-ms-correlation-request-id', - 'f3d5f234-2f23-4ebb-9891-2b9f956a2e92', + 'a90b3c2a-2fa0-4603-8394-d0c6aa4486a8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043212Z:f3d5f234-2f23-4ebb-9891-2b9f956a2e92', + 'SOUTHEASTASIA:20211111T093708Z:a90b3c2a-2fa0-4603-8394-d0c6aa4486a8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:12 GMT' + 'Thu, 11 Nov 2021 09:37:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8269,21 +8269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10733', + '10426', 'x-ms-request-id', - 'f73a4585-a2a0-42df-998c-25130505b5d3', + '58ccdb05-949c-47c3-a721-8d9ca5999372', 'x-ms-correlation-request-id', - 'f73a4585-a2a0-42df-998c-25130505b5d3', + '58ccdb05-949c-47c3-a721-8d9ca5999372', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043215Z:f73a4585-a2a0-42df-998c-25130505b5d3', + 'SOUTHEASTASIA:20211111T093710Z:58ccdb05-949c-47c3-a721-8d9ca5999372', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:14 GMT' + 'Thu, 11 Nov 2021 09:37:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8305,21 +8305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10732', + '10425', 'x-ms-request-id', - '4521a687-81d3-4be1-bc00-1f225dbb5a11', + '99d57d38-63dd-4ed7-8e00-53b6138568c5', 'x-ms-correlation-request-id', - '4521a687-81d3-4be1-bc00-1f225dbb5a11', + '99d57d38-63dd-4ed7-8e00-53b6138568c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043217Z:4521a687-81d3-4be1-bc00-1f225dbb5a11', + 'SOUTHEASTASIA:20211111T093712Z:99d57d38-63dd-4ed7-8e00-53b6138568c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:16 GMT' + 'Thu, 11 Nov 2021 09:37:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8341,21 +8341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10731', + '10424', 'x-ms-request-id', - '667ad7b4-0371-4e48-85ba-f26e63604f9f', + 'c5a252c9-b627-4b95-90cf-6868e2c5a9d1', 'x-ms-correlation-request-id', - '667ad7b4-0371-4e48-85ba-f26e63604f9f', + 'c5a252c9-b627-4b95-90cf-6868e2c5a9d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043219Z:667ad7b4-0371-4e48-85ba-f26e63604f9f', + 'SOUTHEASTASIA:20211111T093715Z:c5a252c9-b627-4b95-90cf-6868e2c5a9d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:19 GMT' + 'Thu, 11 Nov 2021 09:37:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8377,21 +8377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10730', + '10423', 'x-ms-request-id', - '2f7a9d65-9351-49d8-9c76-115c6f25b7ab', + 'e47853b4-0b35-4cbc-a6cb-e6f5c3d85198', 'x-ms-correlation-request-id', - '2f7a9d65-9351-49d8-9c76-115c6f25b7ab', + 'e47853b4-0b35-4cbc-a6cb-e6f5c3d85198', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043222Z:2f7a9d65-9351-49d8-9c76-115c6f25b7ab', + 'SOUTHEASTASIA:20211111T093717Z:e47853b4-0b35-4cbc-a6cb-e6f5c3d85198', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:21 GMT' + 'Thu, 11 Nov 2021 09:37:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8413,21 +8413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10729', + '10422', 'x-ms-request-id', - '8e2795af-f58d-41f5-9abd-6aca7485e48b', + 'b0b02049-6967-4237-a0d3-d34cceb51de2', 'x-ms-correlation-request-id', - '8e2795af-f58d-41f5-9abd-6aca7485e48b', + 'b0b02049-6967-4237-a0d3-d34cceb51de2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043224Z:8e2795af-f58d-41f5-9abd-6aca7485e48b', + 'SOUTHEASTASIA:20211111T093719Z:b0b02049-6967-4237-a0d3-d34cceb51de2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:23 GMT' + 'Thu, 11 Nov 2021 09:37:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8449,21 +8449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10728', + '10421', 'x-ms-request-id', - '87eb754a-9e59-49a2-b96f-59811c267f3a', + 'b866f8bc-ef41-4860-b136-3ae6c7c93eae', 'x-ms-correlation-request-id', - '87eb754a-9e59-49a2-b96f-59811c267f3a', + 'b866f8bc-ef41-4860-b136-3ae6c7c93eae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043226Z:87eb754a-9e59-49a2-b96f-59811c267f3a', + 'SOUTHEASTASIA:20211111T093722Z:b866f8bc-ef41-4860-b136-3ae6c7c93eae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:26 GMT' + 'Thu, 11 Nov 2021 09:37:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8485,21 +8485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10727', + '10420', 'x-ms-request-id', - '63bc6dd5-b594-4690-87d3-818af53863bd', + '49395a31-dc7b-4d06-9ecf-da8abd7b98ae', 'x-ms-correlation-request-id', - '63bc6dd5-b594-4690-87d3-818af53863bd', + '49395a31-dc7b-4d06-9ecf-da8abd7b98ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043229Z:63bc6dd5-b594-4690-87d3-818af53863bd', + 'SOUTHEASTASIA:20211111T093724Z:49395a31-dc7b-4d06-9ecf-da8abd7b98ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:28 GMT' + 'Thu, 11 Nov 2021 09:37:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8521,21 +8521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10726', + '10419', 'x-ms-request-id', - '9e2c9a73-287e-4cfe-a3fb-d66e0e53d4e4', + 'c1ace247-4ea7-41c4-a1aa-697102f8b0d9', 'x-ms-correlation-request-id', - '9e2c9a73-287e-4cfe-a3fb-d66e0e53d4e4', + 'c1ace247-4ea7-41c4-a1aa-697102f8b0d9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043231Z:9e2c9a73-287e-4cfe-a3fb-d66e0e53d4e4', + 'SOUTHEASTASIA:20211111T093726Z:c1ace247-4ea7-41c4-a1aa-697102f8b0d9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:30 GMT' + 'Thu, 11 Nov 2021 09:37:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8557,21 +8557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10725', + '10418', 'x-ms-request-id', - '07e0b37c-7ef7-4e6a-93ee-1759d423d3bd', + '3b92bcd9-d304-4e3a-a3b8-bc9a70e5c3b9', 'x-ms-correlation-request-id', - '07e0b37c-7ef7-4e6a-93ee-1759d423d3bd', + '3b92bcd9-d304-4e3a-a3b8-bc9a70e5c3b9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043233Z:07e0b37c-7ef7-4e6a-93ee-1759d423d3bd', + 'SOUTHEASTASIA:20211111T093728Z:3b92bcd9-d304-4e3a-a3b8-bc9a70e5c3b9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:33 GMT' + 'Thu, 11 Nov 2021 09:37:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8593,21 +8593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10724', + '10417', 'x-ms-request-id', - 'd0613562-5fab-4125-900e-fe6b04b54cfe', + 'f631a820-362d-4642-9719-7ae259cd08c3', 'x-ms-correlation-request-id', - 'd0613562-5fab-4125-900e-fe6b04b54cfe', + 'f631a820-362d-4642-9719-7ae259cd08c3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043236Z:d0613562-5fab-4125-900e-fe6b04b54cfe', + 'SOUTHEASTASIA:20211111T093731Z:f631a820-362d-4642-9719-7ae259cd08c3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:35 GMT' + 'Thu, 11 Nov 2021 09:37:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8629,21 +8629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10723', + '10416', 'x-ms-request-id', - 'ae8b1696-b8ee-4b21-acdd-cdd10f0d3946', + '3810c7fe-56c8-46c9-ab37-528b991ea062', 'x-ms-correlation-request-id', - 'ae8b1696-b8ee-4b21-acdd-cdd10f0d3946', + '3810c7fe-56c8-46c9-ab37-528b991ea062', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043238Z:ae8b1696-b8ee-4b21-acdd-cdd10f0d3946', + 'SOUTHEASTASIA:20211111T093733Z:3810c7fe-56c8-46c9-ab37-528b991ea062', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:37 GMT' + 'Thu, 11 Nov 2021 09:37:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8665,21 +8665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10722', + '10415', 'x-ms-request-id', - '8e819f88-887a-4096-863e-051cfe002376', + '276bf497-ee5b-491a-a58d-b4aab8a4160b', 'x-ms-correlation-request-id', - '8e819f88-887a-4096-863e-051cfe002376', + '276bf497-ee5b-491a-a58d-b4aab8a4160b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043240Z:8e819f88-887a-4096-863e-051cfe002376', + 'SOUTHEASTASIA:20211111T093735Z:276bf497-ee5b-491a-a58d-b4aab8a4160b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:40 GMT' + 'Thu, 11 Nov 2021 09:37:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8701,21 +8701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10721', + '10414', 'x-ms-request-id', - '3de66d86-e4e4-401d-8448-39ae47193eac', + 'a761f4c1-d897-46bd-9276-b0899cae3e52', 'x-ms-correlation-request-id', - '3de66d86-e4e4-401d-8448-39ae47193eac', + 'a761f4c1-d897-46bd-9276-b0899cae3e52', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043243Z:3de66d86-e4e4-401d-8448-39ae47193eac', + 'SOUTHEASTASIA:20211111T093738Z:a761f4c1-d897-46bd-9276-b0899cae3e52', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:42 GMT' + 'Thu, 11 Nov 2021 09:37:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8737,21 +8737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10720', + '10413', 'x-ms-request-id', - 'f3865347-f0fe-4eec-8377-aeb46903cbbc', + 'cb17326c-ecf6-4dbd-b3f2-af753ff29797', 'x-ms-correlation-request-id', - 'f3865347-f0fe-4eec-8377-aeb46903cbbc', + 'cb17326c-ecf6-4dbd-b3f2-af753ff29797', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043245Z:f3865347-f0fe-4eec-8377-aeb46903cbbc', + 'SOUTHEASTASIA:20211111T093740Z:cb17326c-ecf6-4dbd-b3f2-af753ff29797', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:44 GMT' + 'Thu, 11 Nov 2021 09:37:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8773,21 +8773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10719', + '10412', 'x-ms-request-id', - '4623875a-458a-432d-96e1-171537679c91', + '568d6f3a-a8e0-40bf-ab5b-49fcaf056787', 'x-ms-correlation-request-id', - '4623875a-458a-432d-96e1-171537679c91', + '568d6f3a-a8e0-40bf-ab5b-49fcaf056787', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043247Z:4623875a-458a-432d-96e1-171537679c91', + 'SOUTHEASTASIA:20211111T093742Z:568d6f3a-a8e0-40bf-ab5b-49fcaf056787', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:47 GMT' + 'Thu, 11 Nov 2021 09:37:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8809,21 +8809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10718', + '10411', 'x-ms-request-id', - 'f24f5254-aab6-4d9b-8485-149bb4e7ecaa', + 'b6aaae8e-6e6b-44a2-a852-5d98ed982c64', 'x-ms-correlation-request-id', - 'f24f5254-aab6-4d9b-8485-149bb4e7ecaa', + 'b6aaae8e-6e6b-44a2-a852-5d98ed982c64', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043250Z:f24f5254-aab6-4d9b-8485-149bb4e7ecaa', + 'SOUTHEASTASIA:20211111T093745Z:b6aaae8e-6e6b-44a2-a852-5d98ed982c64', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:49 GMT' + 'Thu, 11 Nov 2021 09:37:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8845,21 +8845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10717', + '10410', 'x-ms-request-id', - 'd2291953-f991-45f5-a684-a8f19af32a19', + '57c5f59f-eba7-4cf3-a9bd-a5baa5a14cf9', 'x-ms-correlation-request-id', - 'd2291953-f991-45f5-a684-a8f19af32a19', + '57c5f59f-eba7-4cf3-a9bd-a5baa5a14cf9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043252Z:d2291953-f991-45f5-a684-a8f19af32a19', + 'SOUTHEASTASIA:20211111T093747Z:57c5f59f-eba7-4cf3-a9bd-a5baa5a14cf9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:51 GMT' + 'Thu, 11 Nov 2021 09:37:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8881,21 +8881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10716', + '10409', 'x-ms-request-id', - '697d9973-14c8-4cb3-a0e0-245a00cfcf66', + 'af942414-05c2-42ea-b041-987aae56a889', 'x-ms-correlation-request-id', - '697d9973-14c8-4cb3-a0e0-245a00cfcf66', + 'af942414-05c2-42ea-b041-987aae56a889', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043254Z:697d9973-14c8-4cb3-a0e0-245a00cfcf66', + 'SOUTHEASTASIA:20211111T093749Z:af942414-05c2-42ea-b041-987aae56a889', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:54 GMT' + 'Thu, 11 Nov 2021 09:37:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8917,21 +8917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10715', + '10408', 'x-ms-request-id', - '29fc4354-3b07-4c59-9acd-7c101e3dde81', + '6cda0051-3680-4a0c-834c-4a1f16a36920', 'x-ms-correlation-request-id', - '29fc4354-3b07-4c59-9acd-7c101e3dde81', + '6cda0051-3680-4a0c-834c-4a1f16a36920', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043257Z:29fc4354-3b07-4c59-9acd-7c101e3dde81', + 'SOUTHEASTASIA:20211111T093752Z:6cda0051-3680-4a0c-834c-4a1f16a36920', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:56 GMT' + 'Thu, 11 Nov 2021 09:37:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8953,21 +8953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10714', + '10407', 'x-ms-request-id', - '709d3d05-362a-409d-9cff-e9bf7d41c7bf', + '4df3e3a8-6baf-4975-bb40-de11c847e8c5', 'x-ms-correlation-request-id', - '709d3d05-362a-409d-9cff-e9bf7d41c7bf', + '4df3e3a8-6baf-4975-bb40-de11c847e8c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043259Z:709d3d05-362a-409d-9cff-e9bf7d41c7bf', + 'SOUTHEASTASIA:20211111T093754Z:4df3e3a8-6baf-4975-bb40-de11c847e8c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:32:58 GMT' + 'Thu, 11 Nov 2021 09:37:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8989,21 +8989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10713', + '10406', 'x-ms-request-id', - '478a4046-2801-4f87-8664-ad34406b0311', + 'e7b65501-0b8f-403b-be26-b4133b684203', 'x-ms-correlation-request-id', - '478a4046-2801-4f87-8664-ad34406b0311', + 'e7b65501-0b8f-403b-be26-b4133b684203', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043301Z:478a4046-2801-4f87-8664-ad34406b0311', + 'SOUTHEASTASIA:20211111T093757Z:e7b65501-0b8f-403b-be26-b4133b684203', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:00 GMT' + 'Thu, 11 Nov 2021 09:37:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9025,21 +9025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10712', + '10405', 'x-ms-request-id', - 'ca0cebd1-9960-4e10-bf0b-6a2846bfc71e', + 'f7f13bdd-8399-4e63-b0a9-e4400fe69db0', 'x-ms-correlation-request-id', - 'ca0cebd1-9960-4e10-bf0b-6a2846bfc71e', + 'f7f13bdd-8399-4e63-b0a9-e4400fe69db0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043304Z:ca0cebd1-9960-4e10-bf0b-6a2846bfc71e', + 'SOUTHEASTASIA:20211111T093759Z:f7f13bdd-8399-4e63-b0a9-e4400fe69db0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:03 GMT' + 'Thu, 11 Nov 2021 09:37:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9061,21 +9061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10711', + '10404', 'x-ms-request-id', - '4790e481-aa8a-40bf-8343-1339c0899175', + '69cc6fbd-d120-43cd-a064-7485314692cc', 'x-ms-correlation-request-id', - '4790e481-aa8a-40bf-8343-1339c0899175', + '69cc6fbd-d120-43cd-a064-7485314692cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043306Z:4790e481-aa8a-40bf-8343-1339c0899175', + 'SOUTHEASTASIA:20211111T093802Z:69cc6fbd-d120-43cd-a064-7485314692cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:05 GMT' + 'Thu, 11 Nov 2021 09:38:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9097,21 +9097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10710', + '10403', 'x-ms-request-id', - 'e74ba76a-4a2a-4d2b-b0f6-dcbdc4bdebd4', + 'e37bbd83-57ec-402c-bcd7-00efd99a05ea', 'x-ms-correlation-request-id', - 'e74ba76a-4a2a-4d2b-b0f6-dcbdc4bdebd4', + 'e37bbd83-57ec-402c-bcd7-00efd99a05ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043308Z:e74ba76a-4a2a-4d2b-b0f6-dcbdc4bdebd4', + 'SOUTHEASTASIA:20211111T093804Z:e37bbd83-57ec-402c-bcd7-00efd99a05ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:07 GMT' + 'Thu, 11 Nov 2021 09:38:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9133,21 +9133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10709', + '10402', 'x-ms-request-id', - '0d0c33f8-314f-4f69-9ebe-b42a44dbd88a', + 'c295d33f-1b5b-44b8-a249-4c3710dc0772', 'x-ms-correlation-request-id', - '0d0c33f8-314f-4f69-9ebe-b42a44dbd88a', + 'c295d33f-1b5b-44b8-a249-4c3710dc0772', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043310Z:0d0c33f8-314f-4f69-9ebe-b42a44dbd88a', + 'SOUTHEASTASIA:20211111T093806Z:c295d33f-1b5b-44b8-a249-4c3710dc0772', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:10 GMT' + 'Thu, 11 Nov 2021 09:38:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9169,21 +9169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10708', + '10401', 'x-ms-request-id', - '070bd6f7-46e4-481e-ace3-594233484c91', + '5b9e1363-e24d-43c2-95e5-3ab6c0aba0f5', 'x-ms-correlation-request-id', - '070bd6f7-46e4-481e-ace3-594233484c91', + '5b9e1363-e24d-43c2-95e5-3ab6c0aba0f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043313Z:070bd6f7-46e4-481e-ace3-594233484c91', + 'SOUTHEASTASIA:20211111T093809Z:5b9e1363-e24d-43c2-95e5-3ab6c0aba0f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:12 GMT' + 'Thu, 11 Nov 2021 09:38:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9205,21 +9205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10707', + '10400', 'x-ms-request-id', - '746037c0-c8bd-47d8-8e18-86e9101f066e', + 'c66a00fd-5482-4029-926c-36ff9204ee56', 'x-ms-correlation-request-id', - '746037c0-c8bd-47d8-8e18-86e9101f066e', + 'c66a00fd-5482-4029-926c-36ff9204ee56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043315Z:746037c0-c8bd-47d8-8e18-86e9101f066e', + 'SOUTHEASTASIA:20211111T093811Z:c66a00fd-5482-4029-926c-36ff9204ee56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:14 GMT' + 'Thu, 11 Nov 2021 09:38:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9241,21 +9241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10706', + '10399', 'x-ms-request-id', - '39b006e9-276a-47b9-95d5-f601eba79db8', + 'b0b64eb9-b833-4d88-98f6-9e705722a93a', 'x-ms-correlation-request-id', - '39b006e9-276a-47b9-95d5-f601eba79db8', + 'b0b64eb9-b833-4d88-98f6-9e705722a93a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043317Z:39b006e9-276a-47b9-95d5-f601eba79db8', + 'SOUTHEASTASIA:20211111T093813Z:b0b64eb9-b833-4d88-98f6-9e705722a93a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:17 GMT' + 'Thu, 11 Nov 2021 09:38:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9277,21 +9277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10705', + '10398', 'x-ms-request-id', - 'afd45aff-e9ad-4f08-8a3b-d7b5fd28df9b', + '991a3684-30fd-46e4-97f9-434c68baf943', 'x-ms-correlation-request-id', - 'afd45aff-e9ad-4f08-8a3b-d7b5fd28df9b', + '991a3684-30fd-46e4-97f9-434c68baf943', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043320Z:afd45aff-e9ad-4f08-8a3b-d7b5fd28df9b', + 'SOUTHEASTASIA:20211111T093816Z:991a3684-30fd-46e4-97f9-434c68baf943', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:19 GMT' + 'Thu, 11 Nov 2021 09:38:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9313,21 +9313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10704', + '10397', 'x-ms-request-id', - 'a9ba1ab9-b386-41b1-b3a9-82619dca2487', + 'bdae0f34-444a-4ae6-8fea-51444c0c5993', 'x-ms-correlation-request-id', - 'a9ba1ab9-b386-41b1-b3a9-82619dca2487', + 'bdae0f34-444a-4ae6-8fea-51444c0c5993', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043322Z:a9ba1ab9-b386-41b1-b3a9-82619dca2487', + 'SOUTHEASTASIA:20211111T093818Z:bdae0f34-444a-4ae6-8fea-51444c0c5993', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:21 GMT' + 'Thu, 11 Nov 2021 09:38:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9349,21 +9349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10703', + '10396', 'x-ms-request-id', - 'acea0ba0-7c69-4a05-9f5f-bd092e9389d2', + '7086ceca-5b44-4fea-8dcf-a8b349f2305c', 'x-ms-correlation-request-id', - 'acea0ba0-7c69-4a05-9f5f-bd092e9389d2', + '7086ceca-5b44-4fea-8dcf-a8b349f2305c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043324Z:acea0ba0-7c69-4a05-9f5f-bd092e9389d2', + 'SOUTHEASTASIA:20211111T093820Z:7086ceca-5b44-4fea-8dcf-a8b349f2305c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:24 GMT' + 'Thu, 11 Nov 2021 09:38:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9385,21 +9385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10702', + '10395', 'x-ms-request-id', - 'b04e6ab1-a46b-4d5a-b032-8b8b95659aab', + '21f420ff-6c3a-467b-b685-2d19ffdbcd1d', 'x-ms-correlation-request-id', - 'b04e6ab1-a46b-4d5a-b032-8b8b95659aab', + '21f420ff-6c3a-467b-b685-2d19ffdbcd1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043327Z:b04e6ab1-a46b-4d5a-b032-8b8b95659aab', + 'SOUTHEASTASIA:20211111T093823Z:21f420ff-6c3a-467b-b685-2d19ffdbcd1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:26 GMT' + 'Thu, 11 Nov 2021 09:38:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9421,21 +9421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10701', + '10394', 'x-ms-request-id', - '25beeca5-2784-4cad-b565-ba27ec1b19b9', + 'aa77a03d-4bad-4940-a551-34a5f53f44e8', 'x-ms-correlation-request-id', - '25beeca5-2784-4cad-b565-ba27ec1b19b9', + 'aa77a03d-4bad-4940-a551-34a5f53f44e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043329Z:25beeca5-2784-4cad-b565-ba27ec1b19b9', + 'SOUTHEASTASIA:20211111T093825Z:aa77a03d-4bad-4940-a551-34a5f53f44e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:28 GMT' + 'Thu, 11 Nov 2021 09:38:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9457,21 +9457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10700', + '10393', 'x-ms-request-id', - '29a1a19b-b6cc-46ad-9609-d75fe90ff0cc', + '74233307-b620-418e-a0cf-4997f1c93167', 'x-ms-correlation-request-id', - '29a1a19b-b6cc-46ad-9609-d75fe90ff0cc', + '74233307-b620-418e-a0cf-4997f1c93167', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043331Z:29a1a19b-b6cc-46ad-9609-d75fe90ff0cc', + 'SOUTHEASTASIA:20211111T093827Z:74233307-b620-418e-a0cf-4997f1c93167', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:30 GMT' + 'Thu, 11 Nov 2021 09:38:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9493,21 +9493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10699', + '10392', 'x-ms-request-id', - 'e6121947-3ec8-4245-b0d9-25c47bb2eb3f', + '9cc2a342-41f8-4c8e-9c51-6b3a0a138f99', 'x-ms-correlation-request-id', - 'e6121947-3ec8-4245-b0d9-25c47bb2eb3f', + '9cc2a342-41f8-4c8e-9c51-6b3a0a138f99', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043334Z:e6121947-3ec8-4245-b0d9-25c47bb2eb3f', + 'SOUTHEASTASIA:20211111T093830Z:9cc2a342-41f8-4c8e-9c51-6b3a0a138f99', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:33 GMT' + 'Thu, 11 Nov 2021 09:38:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9529,21 +9529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10698', + '10391', 'x-ms-request-id', - '73f31f44-2e33-41d8-9559-c3dcdc872dfe', + '7a2701c6-8772-45cd-91a9-205c74fae3c5', 'x-ms-correlation-request-id', - '73f31f44-2e33-41d8-9559-c3dcdc872dfe', + '7a2701c6-8772-45cd-91a9-205c74fae3c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043336Z:73f31f44-2e33-41d8-9559-c3dcdc872dfe', + 'SOUTHEASTASIA:20211111T093832Z:7a2701c6-8772-45cd-91a9-205c74fae3c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:35 GMT' + 'Thu, 11 Nov 2021 09:38:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9565,21 +9565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10697', + '10390', 'x-ms-request-id', - '07697139-0727-4086-9644-c65f894dac32', + '230da79c-12b3-478d-bb12-7c6963b5396f', 'x-ms-correlation-request-id', - '07697139-0727-4086-9644-c65f894dac32', + '230da79c-12b3-478d-bb12-7c6963b5396f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043338Z:07697139-0727-4086-9644-c65f894dac32', + 'SOUTHEASTASIA:20211111T093834Z:230da79c-12b3-478d-bb12-7c6963b5396f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:37 GMT' + 'Thu, 11 Nov 2021 09:38:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9601,21 +9601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10696', + '10389', 'x-ms-request-id', - 'df5e3710-4aea-4219-a001-44a849501ac6', + 'a51ec262-7305-42a7-bd2a-d9f0412c6221', 'x-ms-correlation-request-id', - 'df5e3710-4aea-4219-a001-44a849501ac6', + 'a51ec262-7305-42a7-bd2a-d9f0412c6221', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043341Z:df5e3710-4aea-4219-a001-44a849501ac6', + 'SOUTHEASTASIA:20211111T093837Z:a51ec262-7305-42a7-bd2a-d9f0412c6221', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:40 GMT' + 'Thu, 11 Nov 2021 09:38:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9637,21 +9637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10695', + '10388', 'x-ms-request-id', - '302f0b38-7cb7-4457-a7d5-656b20192b57', + 'd3260b2a-71e4-4a7e-bb34-a5ec06212e75', 'x-ms-correlation-request-id', - '302f0b38-7cb7-4457-a7d5-656b20192b57', + 'd3260b2a-71e4-4a7e-bb34-a5ec06212e75', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043343Z:302f0b38-7cb7-4457-a7d5-656b20192b57', + 'SOUTHEASTASIA:20211111T093839Z:d3260b2a-71e4-4a7e-bb34-a5ec06212e75', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:42 GMT' + 'Thu, 11 Nov 2021 09:38:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9673,21 +9673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10694', + '10387', 'x-ms-request-id', - '1587a9c4-5c55-42f1-979d-b45268d05498', + 'cb2d2dec-62c4-4533-9fd7-181052690209', 'x-ms-correlation-request-id', - '1587a9c4-5c55-42f1-979d-b45268d05498', + 'cb2d2dec-62c4-4533-9fd7-181052690209', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043345Z:1587a9c4-5c55-42f1-979d-b45268d05498', + 'SOUTHEASTASIA:20211111T093841Z:cb2d2dec-62c4-4533-9fd7-181052690209', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:44 GMT' + 'Thu, 11 Nov 2021 09:38:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9709,21 +9709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10693', + '10386', 'x-ms-request-id', - '3102e549-dfa2-4114-9945-f78e6d7d538a', + '6298d643-f19c-45bc-81e2-65a0ca096b5a', 'x-ms-correlation-request-id', - '3102e549-dfa2-4114-9945-f78e6d7d538a', + '6298d643-f19c-45bc-81e2-65a0ca096b5a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043348Z:3102e549-dfa2-4114-9945-f78e6d7d538a', + 'SOUTHEASTASIA:20211111T093844Z:6298d643-f19c-45bc-81e2-65a0ca096b5a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:47 GMT' + 'Thu, 11 Nov 2021 09:38:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9745,21 +9745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10692', + '10385', 'x-ms-request-id', - '57a3bb93-c3cd-45d3-aa9e-d3c6c01290e9', + 'a6915a2e-5263-4636-b3a0-602a589a567a', 'x-ms-correlation-request-id', - '57a3bb93-c3cd-45d3-aa9e-d3c6c01290e9', + 'a6915a2e-5263-4636-b3a0-602a589a567a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043350Z:57a3bb93-c3cd-45d3-aa9e-d3c6c01290e9', + 'SOUTHEASTASIA:20211111T093846Z:a6915a2e-5263-4636-b3a0-602a589a567a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:49 GMT' + 'Thu, 11 Nov 2021 09:38:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9781,21 +9781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10691', + '10384', 'x-ms-request-id', - '3369ebfe-0d39-463f-aae0-9fe01e3fa17c', + '425b754a-4285-4426-bfee-67bd086462f4', 'x-ms-correlation-request-id', - '3369ebfe-0d39-463f-aae0-9fe01e3fa17c', + '425b754a-4285-4426-bfee-67bd086462f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043352Z:3369ebfe-0d39-463f-aae0-9fe01e3fa17c', + 'SOUTHEASTASIA:20211111T093848Z:425b754a-4285-4426-bfee-67bd086462f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:51 GMT' + 'Thu, 11 Nov 2021 09:38:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9817,21 +9817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10690', + '10383', 'x-ms-request-id', - '91b54e86-ce2f-4746-ae83-94bd5c01b22e', + '1a8b04b3-986e-4357-b7af-dceef281cda8', 'x-ms-correlation-request-id', - '91b54e86-ce2f-4746-ae83-94bd5c01b22e', + '1a8b04b3-986e-4357-b7af-dceef281cda8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043355Z:91b54e86-ce2f-4746-ae83-94bd5c01b22e', + 'SOUTHEASTASIA:20211111T093851Z:1a8b04b3-986e-4357-b7af-dceef281cda8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:55 GMT' + 'Thu, 11 Nov 2021 09:38:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9853,21 +9853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10689', + '10382', 'x-ms-request-id', - 'd00259d2-ca6c-4d4b-ae3c-a70441f1dba7', + '25bdc062-dc3e-470b-9e25-d91062c26c4c', 'x-ms-correlation-request-id', - 'd00259d2-ca6c-4d4b-ae3c-a70441f1dba7', + '25bdc062-dc3e-470b-9e25-d91062c26c4c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043357Z:d00259d2-ca6c-4d4b-ae3c-a70441f1dba7', + 'SOUTHEASTASIA:20211111T093853Z:25bdc062-dc3e-470b-9e25-d91062c26c4c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:57 GMT' + 'Thu, 11 Nov 2021 09:38:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9889,21 +9889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10688', + '10381', 'x-ms-request-id', - '8e256130-39c2-4cd3-ac8c-762167563a1a', + '1b8ad682-b608-460f-9b2d-f32273408a7e', 'x-ms-correlation-request-id', - '8e256130-39c2-4cd3-ac8c-762167563a1a', + '1b8ad682-b608-460f-9b2d-f32273408a7e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043359Z:8e256130-39c2-4cd3-ac8c-762167563a1a', + 'SOUTHEASTASIA:20211111T093856Z:1b8ad682-b608-460f-9b2d-f32273408a7e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:33:59 GMT' + 'Thu, 11 Nov 2021 09:38:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9925,21 +9925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10687', + '10380', 'x-ms-request-id', - '8441ea90-a7f4-471f-a051-86b4d4ca4592', + 'f485844b-ddda-4b78-b829-2eb85c5a5d5c', 'x-ms-correlation-request-id', - '8441ea90-a7f4-471f-a051-86b4d4ca4592', + 'f485844b-ddda-4b78-b829-2eb85c5a5d5c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043401Z:8441ea90-a7f4-471f-a051-86b4d4ca4592', + 'SOUTHEASTASIA:20211111T093858Z:f485844b-ddda-4b78-b829-2eb85c5a5d5c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:01 GMT' + 'Thu, 11 Nov 2021 09:38:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9961,21 +9961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10686', + '10379', 'x-ms-request-id', - '2d9c6a49-1dd9-426f-b21a-631f4fdbd270', + '193d0029-3e23-41f1-979f-3c3037f2705e', 'x-ms-correlation-request-id', - '2d9c6a49-1dd9-426f-b21a-631f4fdbd270', + '193d0029-3e23-41f1-979f-3c3037f2705e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043404Z:2d9c6a49-1dd9-426f-b21a-631f4fdbd270', + 'SOUTHEASTASIA:20211111T093901Z:193d0029-3e23-41f1-979f-3c3037f2705e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:04 GMT' + 'Thu, 11 Nov 2021 09:39:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9997,21 +9997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10685', + '10378', 'x-ms-request-id', - '8f556dc0-29fe-4251-b6ef-6c895fe33969', + '77fb00de-2ac8-484a-a678-3e8c9e4bab47', 'x-ms-correlation-request-id', - '8f556dc0-29fe-4251-b6ef-6c895fe33969', + '77fb00de-2ac8-484a-a678-3e8c9e4bab47', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043406Z:8f556dc0-29fe-4251-b6ef-6c895fe33969', + 'SOUTHEASTASIA:20211111T093903Z:77fb00de-2ac8-484a-a678-3e8c9e4bab47', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:06 GMT' + 'Thu, 11 Nov 2021 09:39:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10033,21 +10033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10684', + '10377', 'x-ms-request-id', - '284a16ed-4c7b-4c41-b803-1a9de7ae53df', + 'a147606f-2533-4ad0-87cb-7358b78d6387', 'x-ms-correlation-request-id', - '284a16ed-4c7b-4c41-b803-1a9de7ae53df', + 'a147606f-2533-4ad0-87cb-7358b78d6387', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043408Z:284a16ed-4c7b-4c41-b803-1a9de7ae53df', + 'SOUTHEASTASIA:20211111T093905Z:a147606f-2533-4ad0-87cb-7358b78d6387', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:08 GMT' + 'Thu, 11 Nov 2021 09:39:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10069,21 +10069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10683', + '10376', 'x-ms-request-id', - '7570930c-8afa-4034-94cd-9550ab2eb4e9', + '29363421-499e-477f-8ff5-67de06c06530', 'x-ms-correlation-request-id', - '7570930c-8afa-4034-94cd-9550ab2eb4e9', + '29363421-499e-477f-8ff5-67de06c06530', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043411Z:7570930c-8afa-4034-94cd-9550ab2eb4e9', + 'SOUTHEASTASIA:20211111T093907Z:29363421-499e-477f-8ff5-67de06c06530', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:11 GMT' + 'Thu, 11 Nov 2021 09:39:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10105,21 +10105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10682', + '10375', 'x-ms-request-id', - 'd248ff95-a6e0-4e8e-94af-41f9865c3974', + 'a913a66c-6fde-4d78-b077-08bca55133df', 'x-ms-correlation-request-id', - 'd248ff95-a6e0-4e8e-94af-41f9865c3974', + 'a913a66c-6fde-4d78-b077-08bca55133df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043413Z:d248ff95-a6e0-4e8e-94af-41f9865c3974', + 'SOUTHEASTASIA:20211111T093910Z:a913a66c-6fde-4d78-b077-08bca55133df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:13 GMT' + 'Thu, 11 Nov 2021 09:39:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10141,21 +10141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10681', + '10374', 'x-ms-request-id', - 'cec47d6d-d4b8-4e30-b557-16b6d5bf59e2', + '637dd3a9-553d-45c9-929b-b68e192f3ea4', 'x-ms-correlation-request-id', - 'cec47d6d-d4b8-4e30-b557-16b6d5bf59e2', + '637dd3a9-553d-45c9-929b-b68e192f3ea4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043415Z:cec47d6d-d4b8-4e30-b557-16b6d5bf59e2', + 'SOUTHEASTASIA:20211111T093912Z:637dd3a9-553d-45c9-929b-b68e192f3ea4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:15 GMT' + 'Thu, 11 Nov 2021 09:39:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10177,21 +10177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10680', + '10373', 'x-ms-request-id', - '2475aaa0-5431-4262-8b22-d0a1f1a509e1', + 'dd446742-bbb5-4d45-8da8-b993525f6c0b', 'x-ms-correlation-request-id', - '2475aaa0-5431-4262-8b22-d0a1f1a509e1', + 'dd446742-bbb5-4d45-8da8-b993525f6c0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043418Z:2475aaa0-5431-4262-8b22-d0a1f1a509e1', + 'SOUTHEASTASIA:20211111T093914Z:dd446742-bbb5-4d45-8da8-b993525f6c0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:18 GMT' + 'Thu, 11 Nov 2021 09:39:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10213,21 +10213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10679', + '10372', 'x-ms-request-id', - 'ad4e7ce3-c988-4b9c-8564-5759eff99388', + '1fd61c85-146d-4c5e-945a-dfa643b15acb', 'x-ms-correlation-request-id', - 'ad4e7ce3-c988-4b9c-8564-5759eff99388', + '1fd61c85-146d-4c5e-945a-dfa643b15acb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043420Z:ad4e7ce3-c988-4b9c-8564-5759eff99388', + 'SOUTHEASTASIA:20211111T093917Z:1fd61c85-146d-4c5e-945a-dfa643b15acb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:20 GMT' + 'Thu, 11 Nov 2021 09:39:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10249,21 +10249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10678', + '10371', 'x-ms-request-id', - 'a43132f3-b2ff-4b44-b252-e6448078e2f6', + '06cc97ba-5df4-4682-8b18-4673e7389641', 'x-ms-correlation-request-id', - 'a43132f3-b2ff-4b44-b252-e6448078e2f6', + '06cc97ba-5df4-4682-8b18-4673e7389641', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043422Z:a43132f3-b2ff-4b44-b252-e6448078e2f6', + 'SOUTHEASTASIA:20211111T093919Z:06cc97ba-5df4-4682-8b18-4673e7389641', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:22 GMT' + 'Thu, 11 Nov 2021 09:39:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10285,21 +10285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10677', + '10370', 'x-ms-request-id', - '19daba44-365c-47e4-aad4-ad53f8d1aaa3', + '2d02d722-7208-465f-9c0c-9e69de6d32cd', 'x-ms-correlation-request-id', - '19daba44-365c-47e4-aad4-ad53f8d1aaa3', + '2d02d722-7208-465f-9c0c-9e69de6d32cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043425Z:19daba44-365c-47e4-aad4-ad53f8d1aaa3', + 'SOUTHEASTASIA:20211111T093921Z:2d02d722-7208-465f-9c0c-9e69de6d32cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:24 GMT' + 'Thu, 11 Nov 2021 09:39:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10321,21 +10321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10676', + '10369', 'x-ms-request-id', - 'c041bda7-0b51-49c3-b6d8-4b10570f5247', + '2922292e-724e-4a81-abcd-06361eb295f0', 'x-ms-correlation-request-id', - 'c041bda7-0b51-49c3-b6d8-4b10570f5247', + '2922292e-724e-4a81-abcd-06361eb295f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043427Z:c041bda7-0b51-49c3-b6d8-4b10570f5247', + 'SOUTHEASTASIA:20211111T093924Z:2922292e-724e-4a81-abcd-06361eb295f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:27 GMT' + 'Thu, 11 Nov 2021 09:39:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10357,21 +10357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10675', + '10368', 'x-ms-request-id', - 'a8f7f325-146f-4106-8fc3-ab77b7cc8c57', + '2eb6fe91-4ef4-4c10-9b60-73c0b2a6e76c', 'x-ms-correlation-request-id', - 'a8f7f325-146f-4106-8fc3-ab77b7cc8c57', + '2eb6fe91-4ef4-4c10-9b60-73c0b2a6e76c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043429Z:a8f7f325-146f-4106-8fc3-ab77b7cc8c57', + 'SOUTHEASTASIA:20211111T093926Z:2eb6fe91-4ef4-4c10-9b60-73c0b2a6e76c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:29 GMT' + 'Thu, 11 Nov 2021 09:39:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10393,21 +10393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10674', + '10367', 'x-ms-request-id', - 'cc490f25-f359-4907-84f5-e4e867143919', + '78e04135-0116-4b37-9d27-bdceed349388', 'x-ms-correlation-request-id', - 'cc490f25-f359-4907-84f5-e4e867143919', + '78e04135-0116-4b37-9d27-bdceed349388', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043432Z:cc490f25-f359-4907-84f5-e4e867143919', + 'SOUTHEASTASIA:20211111T093928Z:78e04135-0116-4b37-9d27-bdceed349388', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:31 GMT' + 'Thu, 11 Nov 2021 09:39:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10429,21 +10429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10673', + '10366', 'x-ms-request-id', - '13efeb55-e2ef-486d-8a38-0f9afee9d782', + '354994f6-4211-4ee1-a874-fe14162d90c1', 'x-ms-correlation-request-id', - '13efeb55-e2ef-486d-8a38-0f9afee9d782', + '354994f6-4211-4ee1-a874-fe14162d90c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043434Z:13efeb55-e2ef-486d-8a38-0f9afee9d782', + 'SOUTHEASTASIA:20211111T093931Z:354994f6-4211-4ee1-a874-fe14162d90c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:34 GMT' + 'Thu, 11 Nov 2021 09:39:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10465,21 +10465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10672', + '10365', 'x-ms-request-id', - '65bd6a8d-13d6-49df-9b11-bcebf83c8d13', + '76010e86-b267-4bec-b6ca-d94ef2d1ff55', 'x-ms-correlation-request-id', - '65bd6a8d-13d6-49df-9b11-bcebf83c8d13', + '76010e86-b267-4bec-b6ca-d94ef2d1ff55', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043436Z:65bd6a8d-13d6-49df-9b11-bcebf83c8d13', + 'SOUTHEASTASIA:20211111T093933Z:76010e86-b267-4bec-b6ca-d94ef2d1ff55', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:36 GMT' + 'Thu, 11 Nov 2021 09:39:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10501,21 +10501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10671', + '10364', 'x-ms-request-id', - '5ef406e3-7e9f-4030-91d9-a4a7b06d4e6e', + '19aa34b1-73f5-4ffe-9bbb-ce4d199f2f37', 'x-ms-correlation-request-id', - '5ef406e3-7e9f-4030-91d9-a4a7b06d4e6e', + '19aa34b1-73f5-4ffe-9bbb-ce4d199f2f37', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043439Z:5ef406e3-7e9f-4030-91d9-a4a7b06d4e6e', + 'SOUTHEASTASIA:20211111T093935Z:19aa34b1-73f5-4ffe-9bbb-ce4d199f2f37', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:38 GMT' + 'Thu, 11 Nov 2021 09:39:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10537,21 +10537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10670', + '10363', 'x-ms-request-id', - '85021309-0e8d-47f0-83a8-322dbd630d62', + 'd9f6dc7c-d32c-457b-b08f-2dcd86a4120d', 'x-ms-correlation-request-id', - '85021309-0e8d-47f0-83a8-322dbd630d62', + 'd9f6dc7c-d32c-457b-b08f-2dcd86a4120d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043441Z:85021309-0e8d-47f0-83a8-322dbd630d62', + 'SOUTHEASTASIA:20211111T093938Z:d9f6dc7c-d32c-457b-b08f-2dcd86a4120d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:41 GMT' + 'Thu, 11 Nov 2021 09:39:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10573,21 +10573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10669', + '10362', 'x-ms-request-id', - '93b051db-d690-47da-9959-12fe2cf2b9c5', + '2b3a14bc-38c0-49a0-a1d5-7f33fe3ab5ed', 'x-ms-correlation-request-id', - '93b051db-d690-47da-9959-12fe2cf2b9c5', + '2b3a14bc-38c0-49a0-a1d5-7f33fe3ab5ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043443Z:93b051db-d690-47da-9959-12fe2cf2b9c5', + 'SOUTHEASTASIA:20211111T093940Z:2b3a14bc-38c0-49a0-a1d5-7f33fe3ab5ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:43 GMT' + 'Thu, 11 Nov 2021 09:39:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10609,21 +10609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10668', + '10361', 'x-ms-request-id', - '62d912f0-a50a-4dea-8107-772851ed1dae', + 'ea0d1198-e99f-4a97-972e-5c0f20a27628', 'x-ms-correlation-request-id', - '62d912f0-a50a-4dea-8107-772851ed1dae', + 'ea0d1198-e99f-4a97-972e-5c0f20a27628', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043446Z:62d912f0-a50a-4dea-8107-772851ed1dae', + 'SOUTHEASTASIA:20211111T093942Z:ea0d1198-e99f-4a97-972e-5c0f20a27628', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:45 GMT' + 'Thu, 11 Nov 2021 09:39:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10645,21 +10645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10667', + '10360', 'x-ms-request-id', - 'ac8be0c2-45c8-46d7-a1fe-89150e612124', + 'b4462d59-6567-47f1-b07f-631dd1a47df6', 'x-ms-correlation-request-id', - 'ac8be0c2-45c8-46d7-a1fe-89150e612124', + 'b4462d59-6567-47f1-b07f-631dd1a47df6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043448Z:ac8be0c2-45c8-46d7-a1fe-89150e612124', + 'SOUTHEASTASIA:20211111T093945Z:b4462d59-6567-47f1-b07f-631dd1a47df6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:48 GMT' + 'Thu, 11 Nov 2021 09:39:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10681,21 +10681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10666', + '10359', 'x-ms-request-id', - '4953f13a-d6f5-4fc7-bd12-d711af828592', + '97e43e73-6d47-4810-b5bc-5936f0a6850e', 'x-ms-correlation-request-id', - '4953f13a-d6f5-4fc7-bd12-d711af828592', + '97e43e73-6d47-4810-b5bc-5936f0a6850e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043450Z:4953f13a-d6f5-4fc7-bd12-d711af828592', + 'SOUTHEASTASIA:20211111T093947Z:97e43e73-6d47-4810-b5bc-5936f0a6850e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:50 GMT' + 'Thu, 11 Nov 2021 09:39:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10717,21 +10717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10665', + '10358', 'x-ms-request-id', - '2bdccd53-7b70-410d-80f0-1252de37f311', + '5e8374b1-fa50-49fe-a141-a1d5de0321c5', 'x-ms-correlation-request-id', - '2bdccd53-7b70-410d-80f0-1252de37f311', + '5e8374b1-fa50-49fe-a141-a1d5de0321c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043452Z:2bdccd53-7b70-410d-80f0-1252de37f311', + 'SOUTHEASTASIA:20211111T093949Z:5e8374b1-fa50-49fe-a141-a1d5de0321c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:52 GMT' + 'Thu, 11 Nov 2021 09:39:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10753,21 +10753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10664', + '10357', 'x-ms-request-id', - '418bf7ec-2d4d-4cb8-a2df-69de565ffce6', + 'fb0447e4-5ab5-4b89-8e30-3eefa1771a9a', 'x-ms-correlation-request-id', - '418bf7ec-2d4d-4cb8-a2df-69de565ffce6', + 'fb0447e4-5ab5-4b89-8e30-3eefa1771a9a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043455Z:418bf7ec-2d4d-4cb8-a2df-69de565ffce6', + 'SOUTHEASTASIA:20211111T093952Z:fb0447e4-5ab5-4b89-8e30-3eefa1771a9a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:54 GMT' + 'Thu, 11 Nov 2021 09:39:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10789,21 +10789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10663', + '10356', 'x-ms-request-id', - '971f277a-7b6b-44e4-bca8-fc46aa05238f', + '73d0caff-062c-4e99-8717-d283b3b6fdce', 'x-ms-correlation-request-id', - '971f277a-7b6b-44e4-bca8-fc46aa05238f', + '73d0caff-062c-4e99-8717-d283b3b6fdce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043457Z:971f277a-7b6b-44e4-bca8-fc46aa05238f', + 'SOUTHEASTASIA:20211111T093954Z:73d0caff-062c-4e99-8717-d283b3b6fdce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:57 GMT' + 'Thu, 11 Nov 2021 09:39:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10825,21 +10825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10662', + '10355', 'x-ms-request-id', - '4b2b9745-6f32-41dd-90d8-16fb832aaf49', + 'f0490c3f-d467-41e9-a23b-cf1fc5ea3c9b', 'x-ms-correlation-request-id', - '4b2b9745-6f32-41dd-90d8-16fb832aaf49', + 'f0490c3f-d467-41e9-a23b-cf1fc5ea3c9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043459Z:4b2b9745-6f32-41dd-90d8-16fb832aaf49', + 'SOUTHEASTASIA:20211111T093956Z:f0490c3f-d467-41e9-a23b-cf1fc5ea3c9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:34:59 GMT' + 'Thu, 11 Nov 2021 09:39:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10861,21 +10861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10661', + '10354', 'x-ms-request-id', - '39656888-c616-4cd3-9588-7e37ac520dac', + 'f1f18aad-5874-45b3-9eb1-602e094da697', 'x-ms-correlation-request-id', - '39656888-c616-4cd3-9588-7e37ac520dac', + 'f1f18aad-5874-45b3-9eb1-602e094da697', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043502Z:39656888-c616-4cd3-9588-7e37ac520dac', + 'SOUTHEASTASIA:20211111T093959Z:f1f18aad-5874-45b3-9eb1-602e094da697', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:01 GMT' + 'Thu, 11 Nov 2021 09:39:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10897,21 +10897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10660', + '10477', 'x-ms-request-id', - '908a849d-d412-4770-8e28-f561a1fb4f2d', + '19de79a6-4961-44f4-952e-2df6874fa9f3', 'x-ms-correlation-request-id', - '908a849d-d412-4770-8e28-f561a1fb4f2d', + '19de79a6-4961-44f4-952e-2df6874fa9f3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043504Z:908a849d-d412-4770-8e28-f561a1fb4f2d', + 'SOUTHEASTASIA:20211111T094002Z:19de79a6-4961-44f4-952e-2df6874fa9f3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:04 GMT' + 'Thu, 11 Nov 2021 09:40:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10933,21 +10933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10659', + '10476', 'x-ms-request-id', - '7bde7082-8f61-430a-b33c-2ecd3b2c2df8', + '2c070d79-b9c7-428f-bb5a-8fa5a3ad7107', 'x-ms-correlation-request-id', - '7bde7082-8f61-430a-b33c-2ecd3b2c2df8', + '2c070d79-b9c7-428f-bb5a-8fa5a3ad7107', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043506Z:7bde7082-8f61-430a-b33c-2ecd3b2c2df8', + 'SOUTHEASTASIA:20211111T094004Z:2c070d79-b9c7-428f-bb5a-8fa5a3ad7107', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:06 GMT' + 'Thu, 11 Nov 2021 09:40:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10969,21 +10969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10658', + '10475', 'x-ms-request-id', - 'effef27e-5f71-424b-84ba-2969164ed6bf', + 'bdb4f402-9d4b-4e49-8d19-fb16bc0611b8', 'x-ms-correlation-request-id', - 'effef27e-5f71-424b-84ba-2969164ed6bf', + 'bdb4f402-9d4b-4e49-8d19-fb16bc0611b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043509Z:effef27e-5f71-424b-84ba-2969164ed6bf', + 'SOUTHEASTASIA:20211111T094006Z:bdb4f402-9d4b-4e49-8d19-fb16bc0611b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:08 GMT' + 'Thu, 11 Nov 2021 09:40:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11005,21 +11005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10657', + '10474', 'x-ms-request-id', - '7ef7c663-9f6d-4584-b028-dafe8b921be6', + '1377951b-6394-4d32-b866-8667b736cac3', 'x-ms-correlation-request-id', - '7ef7c663-9f6d-4584-b028-dafe8b921be6', + '1377951b-6394-4d32-b866-8667b736cac3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043511Z:7ef7c663-9f6d-4584-b028-dafe8b921be6', + 'SOUTHEASTASIA:20211111T094009Z:1377951b-6394-4d32-b866-8667b736cac3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:11 GMT' + 'Thu, 11 Nov 2021 09:40:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11041,21 +11041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10656', + '10473', 'x-ms-request-id', - '7962179f-ddd4-45e1-8d85-9958980ecf9d', + '34b964ee-8f30-41e6-b285-ca5964026ccd', 'x-ms-correlation-request-id', - '7962179f-ddd4-45e1-8d85-9958980ecf9d', + '34b964ee-8f30-41e6-b285-ca5964026ccd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043513Z:7962179f-ddd4-45e1-8d85-9958980ecf9d', + 'SOUTHEASTASIA:20211111T094011Z:34b964ee-8f30-41e6-b285-ca5964026ccd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:13 GMT' + 'Thu, 11 Nov 2021 09:40:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11077,21 +11077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10655', + '10472', 'x-ms-request-id', - '5bd4d004-a171-48f7-8867-18f8ffd61194', + 'ca2eefad-d153-4003-b7f6-1713b07af36b', 'x-ms-correlation-request-id', - '5bd4d004-a171-48f7-8867-18f8ffd61194', + 'ca2eefad-d153-4003-b7f6-1713b07af36b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043516Z:5bd4d004-a171-48f7-8867-18f8ffd61194', + 'SOUTHEASTASIA:20211111T094013Z:ca2eefad-d153-4003-b7f6-1713b07af36b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:15 GMT' + 'Thu, 11 Nov 2021 09:40:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11113,21 +11113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10654', + '10471', 'x-ms-request-id', - '9585aefa-223a-4226-8592-20eaba230f71', + '2735805b-d874-4a56-ad3f-1ab46b82333d', 'x-ms-correlation-request-id', - '9585aefa-223a-4226-8592-20eaba230f71', + '2735805b-d874-4a56-ad3f-1ab46b82333d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043518Z:9585aefa-223a-4226-8592-20eaba230f71', + 'SOUTHEASTASIA:20211111T094016Z:2735805b-d874-4a56-ad3f-1ab46b82333d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:17 GMT' + 'Thu, 11 Nov 2021 09:40:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11149,21 +11149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10653', + '10470', 'x-ms-request-id', - 'b794b778-7f5d-4ca5-81df-ee0885c6c3f1', + '57ccaee0-7f85-4214-bbe0-e2f25dd13793', 'x-ms-correlation-request-id', - 'b794b778-7f5d-4ca5-81df-ee0885c6c3f1', + '57ccaee0-7f85-4214-bbe0-e2f25dd13793', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043520Z:b794b778-7f5d-4ca5-81df-ee0885c6c3f1', + 'SOUTHEASTASIA:20211111T094018Z:57ccaee0-7f85-4214-bbe0-e2f25dd13793', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:20 GMT' + 'Thu, 11 Nov 2021 09:40:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11185,21 +11185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10652', + '10469', 'x-ms-request-id', - '66b7a4bd-eb83-4913-9649-07076e4dcc6f', + 'f15aabfa-bb93-4bd0-979d-a9dbd8c2d9e0', 'x-ms-correlation-request-id', - '66b7a4bd-eb83-4913-9649-07076e4dcc6f', + 'f15aabfa-bb93-4bd0-979d-a9dbd8c2d9e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043523Z:66b7a4bd-eb83-4913-9649-07076e4dcc6f', + 'SOUTHEASTASIA:20211111T094020Z:f15aabfa-bb93-4bd0-979d-a9dbd8c2d9e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:22 GMT' + 'Thu, 11 Nov 2021 09:40:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11221,21 +11221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10651', + '10468', 'x-ms-request-id', - '46d73a32-b60d-4c88-b162-2f2c44479928', + 'c1fb49d2-4b0d-4ce8-a7fb-69fe9419a540', 'x-ms-correlation-request-id', - '46d73a32-b60d-4c88-b162-2f2c44479928', + 'c1fb49d2-4b0d-4ce8-a7fb-69fe9419a540', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043525Z:46d73a32-b60d-4c88-b162-2f2c44479928', + 'SOUTHEASTASIA:20211111T094023Z:c1fb49d2-4b0d-4ce8-a7fb-69fe9419a540', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:24 GMT' + 'Thu, 11 Nov 2021 09:40:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11257,21 +11257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10650', + '10467', 'x-ms-request-id', - '3153784d-3566-4cce-b284-7d93d213122d', + '08e3ba3d-3f96-4947-833a-47e8017c11fb', 'x-ms-correlation-request-id', - '3153784d-3566-4cce-b284-7d93d213122d', + '08e3ba3d-3f96-4947-833a-47e8017c11fb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043527Z:3153784d-3566-4cce-b284-7d93d213122d', + 'SOUTHEASTASIA:20211111T094025Z:08e3ba3d-3f96-4947-833a-47e8017c11fb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:27 GMT' + 'Thu, 11 Nov 2021 09:40:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11293,21 +11293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10649', + '10466', 'x-ms-request-id', - '5110b238-4802-4185-b7ed-5244f316f88a', + '684be488-2827-49e6-882c-1e6b1d69b830', 'x-ms-correlation-request-id', - '5110b238-4802-4185-b7ed-5244f316f88a', + '684be488-2827-49e6-882c-1e6b1d69b830', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043529Z:5110b238-4802-4185-b7ed-5244f316f88a', + 'SOUTHEASTASIA:20211111T094027Z:684be488-2827-49e6-882c-1e6b1d69b830', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:29 GMT' + 'Thu, 11 Nov 2021 09:40:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11329,21 +11329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10648', + '10465', 'x-ms-request-id', - 'b9251dcc-a007-4681-a3e6-038e5e22ffdb', + 'a3674b25-6f87-43d7-b013-980d4e3b83ae', 'x-ms-correlation-request-id', - 'b9251dcc-a007-4681-a3e6-038e5e22ffdb', + 'a3674b25-6f87-43d7-b013-980d4e3b83ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043532Z:b9251dcc-a007-4681-a3e6-038e5e22ffdb', + 'SOUTHEASTASIA:20211111T094030Z:a3674b25-6f87-43d7-b013-980d4e3b83ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:31 GMT' + 'Thu, 11 Nov 2021 09:40:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11365,21 +11365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10647', + '10464', 'x-ms-request-id', - '89fafc88-115b-4b61-bb3b-dc840ee6f3bf', + 'fb13b4a9-0f28-4b99-9393-f04a4f466e02', 'x-ms-correlation-request-id', - '89fafc88-115b-4b61-bb3b-dc840ee6f3bf', + 'fb13b4a9-0f28-4b99-9393-f04a4f466e02', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043534Z:89fafc88-115b-4b61-bb3b-dc840ee6f3bf', + 'SOUTHEASTASIA:20211111T094032Z:fb13b4a9-0f28-4b99-9393-f04a4f466e02', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:34 GMT' + 'Thu, 11 Nov 2021 09:40:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11401,21 +11401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10646', + '10463', 'x-ms-request-id', - '0f10659d-677f-49a9-823f-a9133d1657c8', + 'd976b733-b79d-4052-ad96-78913e6208b4', 'x-ms-correlation-request-id', - '0f10659d-677f-49a9-823f-a9133d1657c8', + 'd976b733-b79d-4052-ad96-78913e6208b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043537Z:0f10659d-677f-49a9-823f-a9133d1657c8', + 'SOUTHEASTASIA:20211111T094034Z:d976b733-b79d-4052-ad96-78913e6208b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:37 GMT' + 'Thu, 11 Nov 2021 09:40:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11437,21 +11437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10645', + '10462', 'x-ms-request-id', - '65411d36-10ad-430a-977e-621f2e3b4d78', + '6380b359-9553-4e7e-b8f3-89e6e09a2736', 'x-ms-correlation-request-id', - '65411d36-10ad-430a-977e-621f2e3b4d78', + '6380b359-9553-4e7e-b8f3-89e6e09a2736', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043539Z:65411d36-10ad-430a-977e-621f2e3b4d78', + 'SOUTHEASTASIA:20211111T094037Z:6380b359-9553-4e7e-b8f3-89e6e09a2736', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:39 GMT' + 'Thu, 11 Nov 2021 09:40:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11473,21 +11473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10644', + '10461', 'x-ms-request-id', - '1b7f04a7-d927-4085-9ef0-2d103539d239', + '701e6576-a9cc-48f1-86f6-83c10396a2d2', 'x-ms-correlation-request-id', - '1b7f04a7-d927-4085-9ef0-2d103539d239', + '701e6576-a9cc-48f1-86f6-83c10396a2d2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043542Z:1b7f04a7-d927-4085-9ef0-2d103539d239', + 'SOUTHEASTASIA:20211111T094039Z:701e6576-a9cc-48f1-86f6-83c10396a2d2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:41 GMT' + 'Thu, 11 Nov 2021 09:40:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11509,21 +11509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10643', + '10460', 'x-ms-request-id', - '9c2c7940-c479-4f44-9113-4a05c8d4c97c', + '1dc2e771-d740-4c14-859c-b7f5a3d5aac6', 'x-ms-correlation-request-id', - '9c2c7940-c479-4f44-9113-4a05c8d4c97c', + '1dc2e771-d740-4c14-859c-b7f5a3d5aac6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043544Z:9c2c7940-c479-4f44-9113-4a05c8d4c97c', + 'SOUTHEASTASIA:20211111T094041Z:1dc2e771-d740-4c14-859c-b7f5a3d5aac6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:43 GMT' + 'Thu, 11 Nov 2021 09:40:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11545,21 +11545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10642', + '10459', 'x-ms-request-id', - '032dcf4f-b074-4a2c-8bfe-bc08594fed6e', + 'e1a3213e-e034-4c46-8385-e4203490e9d9', 'x-ms-correlation-request-id', - '032dcf4f-b074-4a2c-8bfe-bc08594fed6e', + 'e1a3213e-e034-4c46-8385-e4203490e9d9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043546Z:032dcf4f-b074-4a2c-8bfe-bc08594fed6e', + 'SOUTHEASTASIA:20211111T094044Z:e1a3213e-e034-4c46-8385-e4203490e9d9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:46 GMT' + 'Thu, 11 Nov 2021 09:40:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11581,21 +11581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10641', + '10458', 'x-ms-request-id', - '715cbbb1-2158-4c6f-a987-abd30b9c15cc', + '370b2294-322a-42c5-96a0-f88cf5a753a5', 'x-ms-correlation-request-id', - '715cbbb1-2158-4c6f-a987-abd30b9c15cc', + '370b2294-322a-42c5-96a0-f88cf5a753a5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043549Z:715cbbb1-2158-4c6f-a987-abd30b9c15cc', + 'SOUTHEASTASIA:20211111T094046Z:370b2294-322a-42c5-96a0-f88cf5a753a5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:48 GMT' + 'Thu, 11 Nov 2021 09:40:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11617,21 +11617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10640', + '10457', 'x-ms-request-id', - '7947bb36-9702-442c-89ab-4114d784ffec', + '2c724c2e-1e1e-4b46-9826-22d873e217e6', 'x-ms-correlation-request-id', - '7947bb36-9702-442c-89ab-4114d784ffec', + '2c724c2e-1e1e-4b46-9826-22d873e217e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043551Z:7947bb36-9702-442c-89ab-4114d784ffec', + 'SOUTHEASTASIA:20211111T094048Z:2c724c2e-1e1e-4b46-9826-22d873e217e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:50 GMT' + 'Thu, 11 Nov 2021 09:40:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11653,21 +11653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10639', + '10456', 'x-ms-request-id', - '139fb5eb-a8e8-448b-86a5-702526f6e637', + '2f0e5ce0-325d-46af-9829-f8df6c3c4f1d', 'x-ms-correlation-request-id', - '139fb5eb-a8e8-448b-86a5-702526f6e637', + '2f0e5ce0-325d-46af-9829-f8df6c3c4f1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043553Z:139fb5eb-a8e8-448b-86a5-702526f6e637', + 'SOUTHEASTASIA:20211111T094051Z:2f0e5ce0-325d-46af-9829-f8df6c3c4f1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:53 GMT' + 'Thu, 11 Nov 2021 09:40:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11689,21 +11689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10638', + '10455', 'x-ms-request-id', - 'ac686fa6-9ab1-43ee-9e84-f6a69cd6774e', + 'd90af5d3-9bd6-425d-a9ed-892575491816', 'x-ms-correlation-request-id', - 'ac686fa6-9ab1-43ee-9e84-f6a69cd6774e', + 'd90af5d3-9bd6-425d-a9ed-892575491816', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043556Z:ac686fa6-9ab1-43ee-9e84-f6a69cd6774e', + 'SOUTHEASTASIA:20211111T094053Z:d90af5d3-9bd6-425d-a9ed-892575491816', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:55 GMT' + 'Thu, 11 Nov 2021 09:40:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11725,21 +11725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10637', + '10454', 'x-ms-request-id', - 'f347180d-f9a4-4db1-a8b7-73beb141986c', + '65057640-85a3-4a78-a6e7-63b7a070e5e2', 'x-ms-correlation-request-id', - 'f347180d-f9a4-4db1-a8b7-73beb141986c', + '65057640-85a3-4a78-a6e7-63b7a070e5e2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043558Z:f347180d-f9a4-4db1-a8b7-73beb141986c', + 'SOUTHEASTASIA:20211111T094055Z:65057640-85a3-4a78-a6e7-63b7a070e5e2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:35:57 GMT' + 'Thu, 11 Nov 2021 09:40:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11761,21 +11761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10636', + '10453', 'x-ms-request-id', - '83a08dd2-a1c6-4c77-88a0-6fd3cbfa40bc', + '6de0787a-2f32-465f-a374-a394ad508dc6', 'x-ms-correlation-request-id', - '83a08dd2-a1c6-4c77-88a0-6fd3cbfa40bc', + '6de0787a-2f32-465f-a374-a394ad508dc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043600Z:83a08dd2-a1c6-4c77-88a0-6fd3cbfa40bc', + 'SOUTHEASTASIA:20211111T094058Z:6de0787a-2f32-465f-a374-a394ad508dc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:00 GMT' + 'Thu, 11 Nov 2021 09:40:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11797,21 +11797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10635', + '10452', 'x-ms-request-id', - '47d251bd-59ed-4fc1-bbea-57e27c5b6467', + 'ed962c8d-2aca-4f65-8559-0555f8bd413c', 'x-ms-correlation-request-id', - '47d251bd-59ed-4fc1-bbea-57e27c5b6467', + 'ed962c8d-2aca-4f65-8559-0555f8bd413c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043603Z:47d251bd-59ed-4fc1-bbea-57e27c5b6467', + 'SOUTHEASTASIA:20211111T094101Z:ed962c8d-2aca-4f65-8559-0555f8bd413c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:02 GMT' + 'Thu, 11 Nov 2021 09:41:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11833,21 +11833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10634', + '10451', 'x-ms-request-id', - '1a306251-3a01-4042-83b2-2cc620e5cef4', + '4583b495-8ed4-47be-9b6b-156c67b8d406', 'x-ms-correlation-request-id', - '1a306251-3a01-4042-83b2-2cc620e5cef4', + '4583b495-8ed4-47be-9b6b-156c67b8d406', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043605Z:1a306251-3a01-4042-83b2-2cc620e5cef4', + 'SOUTHEASTASIA:20211111T094103Z:4583b495-8ed4-47be-9b6b-156c67b8d406', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:04 GMT' + 'Thu, 11 Nov 2021 09:41:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11869,21 +11869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10633', + '10450', 'x-ms-request-id', - 'f832bfc5-972b-4cb1-badf-c83df85af04c', + '958d3c3d-54bd-471e-8d4f-2dc26c320a8a', 'x-ms-correlation-request-id', - 'f832bfc5-972b-4cb1-badf-c83df85af04c', + '958d3c3d-54bd-471e-8d4f-2dc26c320a8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043607Z:f832bfc5-972b-4cb1-badf-c83df85af04c', + 'SOUTHEASTASIA:20211111T094105Z:958d3c3d-54bd-471e-8d4f-2dc26c320a8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:07 GMT' + 'Thu, 11 Nov 2021 09:41:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11905,21 +11905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10632', + '10449', 'x-ms-request-id', - '7e1944f7-6dbb-43cf-9528-658c354e28fe', + 'bd7e1ab0-61f3-44ca-ac87-550ff862ed1b', 'x-ms-correlation-request-id', - '7e1944f7-6dbb-43cf-9528-658c354e28fe', + 'bd7e1ab0-61f3-44ca-ac87-550ff862ed1b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043610Z:7e1944f7-6dbb-43cf-9528-658c354e28fe', + 'SOUTHEASTASIA:20211111T094108Z:bd7e1ab0-61f3-44ca-ac87-550ff862ed1b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:09 GMT' + 'Thu, 11 Nov 2021 09:41:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11941,21 +11941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10631', + '10448', 'x-ms-request-id', - 'e3975c5b-8ab3-4c44-943e-1f57a074b568', + '7d3aa1ca-7dd9-4010-9710-5327a602647a', 'x-ms-correlation-request-id', - 'e3975c5b-8ab3-4c44-943e-1f57a074b568', + '7d3aa1ca-7dd9-4010-9710-5327a602647a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043612Z:e3975c5b-8ab3-4c44-943e-1f57a074b568', + 'SOUTHEASTASIA:20211111T094110Z:7d3aa1ca-7dd9-4010-9710-5327a602647a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:11 GMT' + 'Thu, 11 Nov 2021 09:41:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11977,21 +11977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10630', + '10447', 'x-ms-request-id', - '194f5fa4-f22f-4082-8347-bbcbae20d066', + '6fd2ec40-e731-4246-84a3-6c0e7da9fbc9', 'x-ms-correlation-request-id', - '194f5fa4-f22f-4082-8347-bbcbae20d066', + '6fd2ec40-e731-4246-84a3-6c0e7da9fbc9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043614Z:194f5fa4-f22f-4082-8347-bbcbae20d066', + 'SOUTHEASTASIA:20211111T094112Z:6fd2ec40-e731-4246-84a3-6c0e7da9fbc9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:13 GMT' + 'Thu, 11 Nov 2021 09:41:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12013,21 +12013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10629', + '10446', 'x-ms-request-id', - '233669eb-d50b-4eda-8f22-18443a840aeb', + '9b41a7c5-829f-486f-aa87-b649c1f83365', 'x-ms-correlation-request-id', - '233669eb-d50b-4eda-8f22-18443a840aeb', + '9b41a7c5-829f-486f-aa87-b649c1f83365', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043617Z:233669eb-d50b-4eda-8f22-18443a840aeb', + 'SOUTHEASTASIA:20211111T094114Z:9b41a7c5-829f-486f-aa87-b649c1f83365', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:16 GMT' + 'Thu, 11 Nov 2021 09:41:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12049,21 +12049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10628', + '10445', 'x-ms-request-id', - '6bb58bd9-6a63-472d-80b1-84a52c1aee2a', + '3f913527-4e67-4044-8842-b86ba8870de3', 'x-ms-correlation-request-id', - '6bb58bd9-6a63-472d-80b1-84a52c1aee2a', + '3f913527-4e67-4044-8842-b86ba8870de3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043619Z:6bb58bd9-6a63-472d-80b1-84a52c1aee2a', + 'SOUTHEASTASIA:20211111T094117Z:3f913527-4e67-4044-8842-b86ba8870de3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:18 GMT' + 'Thu, 11 Nov 2021 09:41:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12085,21 +12085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10627', + '10444', 'x-ms-request-id', - 'e929e0ad-0898-4196-87f9-6f6806ee8201', + '52230670-6d42-4b94-910d-296f27958adb', 'x-ms-correlation-request-id', - 'e929e0ad-0898-4196-87f9-6f6806ee8201', + '52230670-6d42-4b94-910d-296f27958adb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043621Z:e929e0ad-0898-4196-87f9-6f6806ee8201', + 'SOUTHEASTASIA:20211111T094119Z:52230670-6d42-4b94-910d-296f27958adb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:20 GMT' + 'Thu, 11 Nov 2021 09:41:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12121,21 +12121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10626', + '10443', 'x-ms-request-id', - '29689fbb-4c78-4c43-919d-176f41ffc9e5', + 'd976c778-1e6c-4292-9dc4-d2feeefb331b', 'x-ms-correlation-request-id', - '29689fbb-4c78-4c43-919d-176f41ffc9e5', + 'd976c778-1e6c-4292-9dc4-d2feeefb331b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043623Z:29689fbb-4c78-4c43-919d-176f41ffc9e5', + 'SOUTHEASTASIA:20211111T094121Z:d976c778-1e6c-4292-9dc4-d2feeefb331b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:23 GMT' + 'Thu, 11 Nov 2021 09:41:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12157,21 +12157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10625', + '10442', 'x-ms-request-id', - '1bbce1f0-88e3-4f92-bfea-85c0fc4c08ad', + 'd2fdcff0-64aa-4edd-a35b-15be2f09c4ab', 'x-ms-correlation-request-id', - '1bbce1f0-88e3-4f92-bfea-85c0fc4c08ad', + 'd2fdcff0-64aa-4edd-a35b-15be2f09c4ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043626Z:1bbce1f0-88e3-4f92-bfea-85c0fc4c08ad', + 'SOUTHEASTASIA:20211111T094124Z:d2fdcff0-64aa-4edd-a35b-15be2f09c4ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:25 GMT' + 'Thu, 11 Nov 2021 09:41:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12193,21 +12193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10624', + '10441', 'x-ms-request-id', - '0c72e281-8fa6-479d-8674-83397caa7d09', + 'a62f3d3f-bc3c-4796-9f7f-8751ff947a2e', 'x-ms-correlation-request-id', - '0c72e281-8fa6-479d-8674-83397caa7d09', + 'a62f3d3f-bc3c-4796-9f7f-8751ff947a2e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043628Z:0c72e281-8fa6-479d-8674-83397caa7d09', + 'SOUTHEASTASIA:20211111T094126Z:a62f3d3f-bc3c-4796-9f7f-8751ff947a2e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:27 GMT' + 'Thu, 11 Nov 2021 09:41:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12229,21 +12229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10623', + '10440', 'x-ms-request-id', - '5d87e40c-941c-420d-b8d4-7cdc708f32d0', + '0548b4b3-1a58-462e-af43-051a8b590136', 'x-ms-correlation-request-id', - '5d87e40c-941c-420d-b8d4-7cdc708f32d0', + '0548b4b3-1a58-462e-af43-051a8b590136', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043630Z:5d87e40c-941c-420d-b8d4-7cdc708f32d0', + 'SOUTHEASTASIA:20211111T094128Z:0548b4b3-1a58-462e-af43-051a8b590136', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:30 GMT' + 'Thu, 11 Nov 2021 09:41:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12265,21 +12265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10622', + '10439', 'x-ms-request-id', - '2d8cac74-f48d-4cd8-9433-522e7c29ce16', + 'a308b4e1-510e-411c-9c2f-9b9834e04c8c', 'x-ms-correlation-request-id', - '2d8cac74-f48d-4cd8-9433-522e7c29ce16', + 'a308b4e1-510e-411c-9c2f-9b9834e04c8c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043633Z:2d8cac74-f48d-4cd8-9433-522e7c29ce16', + 'SOUTHEASTASIA:20211111T094131Z:a308b4e1-510e-411c-9c2f-9b9834e04c8c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:32 GMT' + 'Thu, 11 Nov 2021 09:41:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12301,21 +12301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10621', + '10438', 'x-ms-request-id', - '1f09d00d-60eb-4e0a-b6ee-d89ebba2ff27', + '9e93de62-07f6-41a1-af81-065b0e7cefd4', 'x-ms-correlation-request-id', - '1f09d00d-60eb-4e0a-b6ee-d89ebba2ff27', + '9e93de62-07f6-41a1-af81-065b0e7cefd4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043635Z:1f09d00d-60eb-4e0a-b6ee-d89ebba2ff27', + 'SOUTHEASTASIA:20211111T094133Z:9e93de62-07f6-41a1-af81-065b0e7cefd4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:34 GMT' + 'Thu, 11 Nov 2021 09:41:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12337,21 +12337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10620', + '10437', 'x-ms-request-id', - '7c187632-3c17-4bba-970d-35572b52f9cf', + '325adf76-7516-4182-9ace-7f25b8fa1c16', 'x-ms-correlation-request-id', - '7c187632-3c17-4bba-970d-35572b52f9cf', + '325adf76-7516-4182-9ace-7f25b8fa1c16', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043637Z:7c187632-3c17-4bba-970d-35572b52f9cf', + 'SOUTHEASTASIA:20211111T094135Z:325adf76-7516-4182-9ace-7f25b8fa1c16', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:36 GMT' + 'Thu, 11 Nov 2021 09:41:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12373,21 +12373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10619', + '10436', 'x-ms-request-id', - 'e819a238-64d0-4304-8d1d-5f0e2786e35c', + '4ce24f7e-f734-4c16-b7ad-c46d9adea1e1', 'x-ms-correlation-request-id', - 'e819a238-64d0-4304-8d1d-5f0e2786e35c', + '4ce24f7e-f734-4c16-b7ad-c46d9adea1e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043640Z:e819a238-64d0-4304-8d1d-5f0e2786e35c', + 'SOUTHEASTASIA:20211111T094138Z:4ce24f7e-f734-4c16-b7ad-c46d9adea1e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:40 GMT' + 'Thu, 11 Nov 2021 09:41:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12409,21 +12409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10618', + '10435', 'x-ms-request-id', - '46ba2f1a-c091-4199-9bc2-c8caf9357d45', + '91793f89-e9db-4a8b-a9e8-260386729467', 'x-ms-correlation-request-id', - '46ba2f1a-c091-4199-9bc2-c8caf9357d45', + '91793f89-e9db-4a8b-a9e8-260386729467', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043642Z:46ba2f1a-c091-4199-9bc2-c8caf9357d45', + 'SOUTHEASTASIA:20211111T094140Z:91793f89-e9db-4a8b-a9e8-260386729467', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:42 GMT' + 'Thu, 11 Nov 2021 09:41:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12445,21 +12445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10617', + '10434', 'x-ms-request-id', - 'c464ff63-86d5-4dd6-8ef6-eaedde41718a', + 'e193e9f8-dc1a-45a9-83cd-1ae4605f4228', 'x-ms-correlation-request-id', - 'c464ff63-86d5-4dd6-8ef6-eaedde41718a', + 'e193e9f8-dc1a-45a9-83cd-1ae4605f4228', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043644Z:c464ff63-86d5-4dd6-8ef6-eaedde41718a', + 'SOUTHEASTASIA:20211111T094142Z:e193e9f8-dc1a-45a9-83cd-1ae4605f4228', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:44 GMT' + 'Thu, 11 Nov 2021 09:41:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12481,21 +12481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10616', + '10433', 'x-ms-request-id', - '348bd1d7-5154-4c98-84cb-78e54f45463a', + '9adf9bb8-9d4f-4ebb-93f8-8178f3ea3c11', 'x-ms-correlation-request-id', - '348bd1d7-5154-4c98-84cb-78e54f45463a', + '9adf9bb8-9d4f-4ebb-93f8-8178f3ea3c11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043647Z:348bd1d7-5154-4c98-84cb-78e54f45463a', + 'SOUTHEASTASIA:20211111T094145Z:9adf9bb8-9d4f-4ebb-93f8-8178f3ea3c11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:47 GMT' + 'Thu, 11 Nov 2021 09:41:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12517,21 +12517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10615', + '10432', 'x-ms-request-id', - '4c4551e2-e070-4f90-83f4-c13b53f6191a', + 'a7473fbc-18fd-4840-9970-2aa4d13446a4', 'x-ms-correlation-request-id', - '4c4551e2-e070-4f90-83f4-c13b53f6191a', + 'a7473fbc-18fd-4840-9970-2aa4d13446a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043649Z:4c4551e2-e070-4f90-83f4-c13b53f6191a', + 'SOUTHEASTASIA:20211111T094147Z:a7473fbc-18fd-4840-9970-2aa4d13446a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:49 GMT' + 'Thu, 11 Nov 2021 09:41:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12553,21 +12553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10614', + '10431', 'x-ms-request-id', - '9e4aae99-b0d6-4c34-bb31-99a44b85f30f', + '0727a265-5011-4a78-8fd7-bbea78b39ea7', 'x-ms-correlation-request-id', - '9e4aae99-b0d6-4c34-bb31-99a44b85f30f', + '0727a265-5011-4a78-8fd7-bbea78b39ea7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043651Z:9e4aae99-b0d6-4c34-bb31-99a44b85f30f', + 'SOUTHEASTASIA:20211111T094149Z:0727a265-5011-4a78-8fd7-bbea78b39ea7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:51 GMT' + 'Thu, 11 Nov 2021 09:41:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12589,21 +12589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10613', + '10430', 'x-ms-request-id', - 'f497a2ac-e003-4071-8aad-a995931a7e1b', + 'dbddc50c-3dd4-46a5-827f-df36790be167', 'x-ms-correlation-request-id', - 'f497a2ac-e003-4071-8aad-a995931a7e1b', + 'dbddc50c-3dd4-46a5-827f-df36790be167', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043654Z:f497a2ac-e003-4071-8aad-a995931a7e1b', + 'SOUTHEASTASIA:20211111T094152Z:dbddc50c-3dd4-46a5-827f-df36790be167', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:53 GMT' + 'Thu, 11 Nov 2021 09:41:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12625,21 +12625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10612', + '10429', 'x-ms-request-id', - 'd2ed0085-6177-4f73-8012-a74f540999af', + 'c240addf-e3e9-4e31-8b49-274a06e35041', 'x-ms-correlation-request-id', - 'd2ed0085-6177-4f73-8012-a74f540999af', + 'c240addf-e3e9-4e31-8b49-274a06e35041', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043656Z:d2ed0085-6177-4f73-8012-a74f540999af', + 'SOUTHEASTASIA:20211111T094154Z:c240addf-e3e9-4e31-8b49-274a06e35041', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:56 GMT' + 'Thu, 11 Nov 2021 09:41:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12661,21 +12661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10611', + '10428', 'x-ms-request-id', - 'b20d7308-f362-4280-97ed-8d8e1ea5820d', + '7fbc736f-7d0d-4da4-b907-1863f65daa1c', 'x-ms-correlation-request-id', - 'b20d7308-f362-4280-97ed-8d8e1ea5820d', + '7fbc736f-7d0d-4da4-b907-1863f65daa1c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043658Z:b20d7308-f362-4280-97ed-8d8e1ea5820d', + 'SOUTHEASTASIA:20211111T094156Z:7fbc736f-7d0d-4da4-b907-1863f65daa1c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:36:58 GMT' + 'Thu, 11 Nov 2021 09:41:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12697,21 +12697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10610', + '10427', 'x-ms-request-id', - '915bfd94-c61c-4341-a818-328ef7291831', + '003287ce-95c5-45e5-97ae-7342d8943428', 'x-ms-correlation-request-id', - '915bfd94-c61c-4341-a818-328ef7291831', + '003287ce-95c5-45e5-97ae-7342d8943428', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043700Z:915bfd94-c61c-4341-a818-328ef7291831', + 'SOUTHEASTASIA:20211111T094159Z:003287ce-95c5-45e5-97ae-7342d8943428', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:00 GMT' + 'Thu, 11 Nov 2021 09:41:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12733,21 +12733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10609', + '10426', 'x-ms-request-id', - 'fbce394d-3ddf-430b-bb89-2aca8770ce20', + '0d01a8c7-1c0a-4ce4-a23e-1328beed5194', 'x-ms-correlation-request-id', - 'fbce394d-3ddf-430b-bb89-2aca8770ce20', + '0d01a8c7-1c0a-4ce4-a23e-1328beed5194', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043703Z:fbce394d-3ddf-430b-bb89-2aca8770ce20', + 'SOUTHEASTASIA:20211111T094202Z:0d01a8c7-1c0a-4ce4-a23e-1328beed5194', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:03 GMT' + 'Thu, 11 Nov 2021 09:42:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12769,21 +12769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10608', + '10425', 'x-ms-request-id', - '4b67d67a-6f83-4b48-bad3-ea8653ce5d09', + '9da0cac6-8ed9-48ea-b13e-6ba8bfaf0b9f', 'x-ms-correlation-request-id', - '4b67d67a-6f83-4b48-bad3-ea8653ce5d09', + '9da0cac6-8ed9-48ea-b13e-6ba8bfaf0b9f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043705Z:4b67d67a-6f83-4b48-bad3-ea8653ce5d09', + 'SOUTHEASTASIA:20211111T094204Z:9da0cac6-8ed9-48ea-b13e-6ba8bfaf0b9f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:05 GMT' + 'Thu, 11 Nov 2021 09:42:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12805,21 +12805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10607', + '10424', 'x-ms-request-id', - 'c1acfb7c-4326-4d95-9583-367272b3d4ea', + '44a34901-03df-4126-b4ef-39682262a2f1', 'x-ms-correlation-request-id', - 'c1acfb7c-4326-4d95-9583-367272b3d4ea', + '44a34901-03df-4126-b4ef-39682262a2f1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043707Z:c1acfb7c-4326-4d95-9583-367272b3d4ea', + 'SOUTHEASTASIA:20211111T094206Z:44a34901-03df-4126-b4ef-39682262a2f1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:07 GMT' + 'Thu, 11 Nov 2021 09:42:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12841,21 +12841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10606', + '10423', 'x-ms-request-id', - 'd1440d4d-0aab-4558-9e54-2d5679b60895', + '2578eed8-a4f9-46cb-aa53-8b81a7b10a09', 'x-ms-correlation-request-id', - 'd1440d4d-0aab-4558-9e54-2d5679b60895', + '2578eed8-a4f9-46cb-aa53-8b81a7b10a09', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043710Z:d1440d4d-0aab-4558-9e54-2d5679b60895', + 'SOUTHEASTASIA:20211111T094209Z:2578eed8-a4f9-46cb-aa53-8b81a7b10a09', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:10 GMT' + 'Thu, 11 Nov 2021 09:42:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12877,21 +12877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10605', + '10422', 'x-ms-request-id', - '788d6123-5e1d-4a28-9b60-ded03520f43c', + '178ae0d6-709c-410a-ac78-efa26766b5fd', 'x-ms-correlation-request-id', - '788d6123-5e1d-4a28-9b60-ded03520f43c', + '178ae0d6-709c-410a-ac78-efa26766b5fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043712Z:788d6123-5e1d-4a28-9b60-ded03520f43c', + 'SOUTHEASTASIA:20211111T094211Z:178ae0d6-709c-410a-ac78-efa26766b5fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:12 GMT' + 'Thu, 11 Nov 2021 09:42:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12913,21 +12913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10604', + '10421', 'x-ms-request-id', - '3caf31cf-4eaa-4f0a-b382-20b58180af44', + '27696b42-16bc-4286-9cb1-3240e357a85c', 'x-ms-correlation-request-id', - '3caf31cf-4eaa-4f0a-b382-20b58180af44', + '27696b42-16bc-4286-9cb1-3240e357a85c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043714Z:3caf31cf-4eaa-4f0a-b382-20b58180af44', + 'SOUTHEASTASIA:20211111T094213Z:27696b42-16bc-4286-9cb1-3240e357a85c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:14 GMT' + 'Thu, 11 Nov 2021 09:42:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12949,21 +12949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10603', + '10420', 'x-ms-request-id', - 'c60d817f-4cf2-4465-87db-b2f6ab146882', + '3d38145c-3642-4734-8c8e-e6aa731dbaae', 'x-ms-correlation-request-id', - 'c60d817f-4cf2-4465-87db-b2f6ab146882', + '3d38145c-3642-4734-8c8e-e6aa731dbaae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043717Z:c60d817f-4cf2-4465-87db-b2f6ab146882', + 'SOUTHEASTASIA:20211111T094216Z:3d38145c-3642-4734-8c8e-e6aa731dbaae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:16 GMT' + 'Thu, 11 Nov 2021 09:42:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12985,21 +12985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10602', + '10419', 'x-ms-request-id', - 'f94a898d-94f5-4fc0-8056-734136e61b74', + '711aeb43-6616-422e-b130-fe891f5e900d', 'x-ms-correlation-request-id', - 'f94a898d-94f5-4fc0-8056-734136e61b74', + '711aeb43-6616-422e-b130-fe891f5e900d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043719Z:f94a898d-94f5-4fc0-8056-734136e61b74', + 'SOUTHEASTASIA:20211111T094218Z:711aeb43-6616-422e-b130-fe891f5e900d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:19 GMT' + 'Thu, 11 Nov 2021 09:42:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13021,21 +13021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10601', + '10418', 'x-ms-request-id', - 'e17bed65-ce7a-4e20-ba9d-c6f1e3b31bd9', + 'a063be68-6ec6-402c-b48d-0e3bea5d5fd4', 'x-ms-correlation-request-id', - 'e17bed65-ce7a-4e20-ba9d-c6f1e3b31bd9', + 'a063be68-6ec6-402c-b48d-0e3bea5d5fd4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043721Z:e17bed65-ce7a-4e20-ba9d-c6f1e3b31bd9', + 'SOUTHEASTASIA:20211111T094220Z:a063be68-6ec6-402c-b48d-0e3bea5d5fd4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:21 GMT' + 'Thu, 11 Nov 2021 09:42:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13057,21 +13057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10600', + '10417', 'x-ms-request-id', - '8fa25f60-cab8-4cbb-bad1-a79720cea701', + '9964b210-021c-4826-bf98-eaa6336d2038', 'x-ms-correlation-request-id', - '8fa25f60-cab8-4cbb-bad1-a79720cea701', + '9964b210-021c-4826-bf98-eaa6336d2038', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043724Z:8fa25f60-cab8-4cbb-bad1-a79720cea701', + 'SOUTHEASTASIA:20211111T094223Z:9964b210-021c-4826-bf98-eaa6336d2038', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:23 GMT' + 'Thu, 11 Nov 2021 09:42:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13093,21 +13093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10599', + '10416', 'x-ms-request-id', - '6fdc165c-4822-4d7e-adf5-9cb8c5f3648f', + '6dde945b-090e-4c3b-b993-e90f3270dea2', 'x-ms-correlation-request-id', - '6fdc165c-4822-4d7e-adf5-9cb8c5f3648f', + '6dde945b-090e-4c3b-b993-e90f3270dea2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043726Z:6fdc165c-4822-4d7e-adf5-9cb8c5f3648f', + 'SOUTHEASTASIA:20211111T094225Z:6dde945b-090e-4c3b-b993-e90f3270dea2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:26 GMT' + 'Thu, 11 Nov 2021 09:42:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13129,21 +13129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10598', + '10415', 'x-ms-request-id', - 'a819043c-3d5d-490f-befc-be8b7724ef52', + '9790d894-aab4-4ba7-b9ce-bc3a2e99ca4d', 'x-ms-correlation-request-id', - 'a819043c-3d5d-490f-befc-be8b7724ef52', + '9790d894-aab4-4ba7-b9ce-bc3a2e99ca4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043728Z:a819043c-3d5d-490f-befc-be8b7724ef52', + 'SOUTHEASTASIA:20211111T094227Z:9790d894-aab4-4ba7-b9ce-bc3a2e99ca4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:28 GMT' + 'Thu, 11 Nov 2021 09:42:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13165,21 +13165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10597', + '10414', 'x-ms-request-id', - '6d050240-edfc-4738-a789-1b34289d7ad7', + 'cdd9f24b-209e-4829-8c1d-86369fa4cc2d', 'x-ms-correlation-request-id', - '6d050240-edfc-4738-a789-1b34289d7ad7', + 'cdd9f24b-209e-4829-8c1d-86369fa4cc2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043731Z:6d050240-edfc-4738-a789-1b34289d7ad7', + 'SOUTHEASTASIA:20211111T094230Z:cdd9f24b-209e-4829-8c1d-86369fa4cc2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:30 GMT' + 'Thu, 11 Nov 2021 09:42:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13201,21 +13201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10596', + '10413', 'x-ms-request-id', - '42d1db1a-bc62-401f-a409-a20325730111', + '6325a0f5-d653-4c49-9373-f835e90953f4', 'x-ms-correlation-request-id', - '42d1db1a-bc62-401f-a409-a20325730111', + '6325a0f5-d653-4c49-9373-f835e90953f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043733Z:42d1db1a-bc62-401f-a409-a20325730111', + 'SOUTHEASTASIA:20211111T094232Z:6325a0f5-d653-4c49-9373-f835e90953f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:33 GMT' + 'Thu, 11 Nov 2021 09:42:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13237,21 +13237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10595', + '10412', 'x-ms-request-id', - 'a12672b2-4f41-46e4-b35d-4931f723a2aa', + 'b96836f5-8736-461a-92f9-d49a0a74e004', 'x-ms-correlation-request-id', - 'a12672b2-4f41-46e4-b35d-4931f723a2aa', + 'b96836f5-8736-461a-92f9-d49a0a74e004', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043735Z:a12672b2-4f41-46e4-b35d-4931f723a2aa', + 'SOUTHEASTASIA:20211111T094234Z:b96836f5-8736-461a-92f9-d49a0a74e004', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:35 GMT' + 'Thu, 11 Nov 2021 09:42:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13273,21 +13273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10594', + '10411', 'x-ms-request-id', - '163a5986-457a-44c2-943e-b55aef0ac311', + '885b92a8-a20f-448d-b60d-49aee8814cc8', 'x-ms-correlation-request-id', - '163a5986-457a-44c2-943e-b55aef0ac311', + '885b92a8-a20f-448d-b60d-49aee8814cc8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043738Z:163a5986-457a-44c2-943e-b55aef0ac311', + 'SOUTHEASTASIA:20211111T094237Z:885b92a8-a20f-448d-b60d-49aee8814cc8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:37 GMT' + 'Thu, 11 Nov 2021 09:42:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13309,21 +13309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10593', + '10410', 'x-ms-request-id', - '28f737f9-3348-4995-a2fe-e54f24f4728f', + '977f049a-33ac-4132-bb16-ab0faa468b50', 'x-ms-correlation-request-id', - '28f737f9-3348-4995-a2fe-e54f24f4728f', + '977f049a-33ac-4132-bb16-ab0faa468b50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043740Z:28f737f9-3348-4995-a2fe-e54f24f4728f', + 'SOUTHEASTASIA:20211111T094239Z:977f049a-33ac-4132-bb16-ab0faa468b50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:39 GMT' + 'Thu, 11 Nov 2021 09:42:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13345,21 +13345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10592', + '10409', 'x-ms-request-id', - 'fc462233-d93d-47b1-9b1d-8476b1dcec46', + '219777dc-01f3-40c2-84da-b2b71ee947cc', 'x-ms-correlation-request-id', - 'fc462233-d93d-47b1-9b1d-8476b1dcec46', + '219777dc-01f3-40c2-84da-b2b71ee947cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043742Z:fc462233-d93d-47b1-9b1d-8476b1dcec46', + 'SOUTHEASTASIA:20211111T094241Z:219777dc-01f3-40c2-84da-b2b71ee947cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:42 GMT' + 'Thu, 11 Nov 2021 09:42:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13381,21 +13381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10591', + '10408', 'x-ms-request-id', - 'b5a8cfdd-6d7e-4d49-ab3b-e1d5d460480e', + '7d895b1a-c1d3-4e9e-a58c-d2390ec4f367', 'x-ms-correlation-request-id', - 'b5a8cfdd-6d7e-4d49-ab3b-e1d5d460480e', + '7d895b1a-c1d3-4e9e-a58c-d2390ec4f367', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043744Z:b5a8cfdd-6d7e-4d49-ab3b-e1d5d460480e', + 'SOUTHEASTASIA:20211111T094244Z:7d895b1a-c1d3-4e9e-a58c-d2390ec4f367', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:44 GMT' + 'Thu, 11 Nov 2021 09:42:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13417,21 +13417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10590', + '10407', 'x-ms-request-id', - '967a9279-5d02-44a3-aa40-0971560d6f2f', + '0942d3dd-c68c-41ce-829e-93fafa177fa5', 'x-ms-correlation-request-id', - '967a9279-5d02-44a3-aa40-0971560d6f2f', + '0942d3dd-c68c-41ce-829e-93fafa177fa5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043747Z:967a9279-5d02-44a3-aa40-0971560d6f2f', + 'SOUTHEASTASIA:20211111T094246Z:0942d3dd-c68c-41ce-829e-93fafa177fa5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:46 GMT' + 'Thu, 11 Nov 2021 09:42:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13453,21 +13453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10589', + '10406', 'x-ms-request-id', - 'b5297add-98c1-48ee-bd83-1b6a547f123b', + '71c77363-3520-4615-aaf5-c4bff021623a', 'x-ms-correlation-request-id', - 'b5297add-98c1-48ee-bd83-1b6a547f123b', + '71c77363-3520-4615-aaf5-c4bff021623a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043749Z:b5297add-98c1-48ee-bd83-1b6a547f123b', + 'SOUTHEASTASIA:20211111T094248Z:71c77363-3520-4615-aaf5-c4bff021623a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:49 GMT' + 'Thu, 11 Nov 2021 09:42:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13489,21 +13489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10588', + '10405', 'x-ms-request-id', - '1d3fdfe9-0776-4830-82e8-2b46502a5828', + '414a4f6f-fad6-43d8-92a1-78a268f52e22', 'x-ms-correlation-request-id', - '1d3fdfe9-0776-4830-82e8-2b46502a5828', + '414a4f6f-fad6-43d8-92a1-78a268f52e22', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043751Z:1d3fdfe9-0776-4830-82e8-2b46502a5828', + 'SOUTHEASTASIA:20211111T094251Z:414a4f6f-fad6-43d8-92a1-78a268f52e22', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:51 GMT' + 'Thu, 11 Nov 2021 09:42:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13525,21 +13525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10587', + '10404', 'x-ms-request-id', - 'c2cf234c-0f12-4f14-b415-6a8c2ee88ca6', + 'f660236e-fb8c-45c3-b2d8-b43a594f53ea', 'x-ms-correlation-request-id', - 'c2cf234c-0f12-4f14-b415-6a8c2ee88ca6', + 'f660236e-fb8c-45c3-b2d8-b43a594f53ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043754Z:c2cf234c-0f12-4f14-b415-6a8c2ee88ca6', + 'SOUTHEASTASIA:20211111T094253Z:f660236e-fb8c-45c3-b2d8-b43a594f53ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:53 GMT' + 'Thu, 11 Nov 2021 09:42:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13561,21 +13561,2073 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10586', + '10403', 'x-ms-request-id', - '4266a882-0d5d-420a-8d7d-12fca3d936c1', + 'b359e13c-ef36-49f0-a710-a5debccc8c60', 'x-ms-correlation-request-id', - '4266a882-0d5d-420a-8d7d-12fca3d936c1', + 'b359e13c-ef36-49f0-a710-a5debccc8c60', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043756Z:4266a882-0d5d-420a-8d7d-12fca3d936c1', + 'SOUTHEASTASIA:20211111T094255Z:b359e13c-ef36-49f0-a710-a5debccc8c60', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:56 GMT' + 'Thu, 11 Nov 2021 09:42:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b6ee2e82-2b87-4b75-b97b-db94f87cb5d4') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f7e5f8c5-7548-414e-bb9f-142e6902f92c', + 'x-ms-correlation-request-id', + 'f7e5f8c5-7548-414e-bb9f-142e6902f92c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094257Z:f7e5f8c5-7548-414e-bb9f-142e6902f92c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:42:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8e319a33-6266-46d9-9115-848158b3f034', + 'x-ms-correlation-request-id', + '8e319a33-6266-46d9-9115-848158b3f034', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094300Z:8e319a33-6266-46d9-9115-848158b3f034', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f5dc63b-17e6-428f-8e7a-60f7efdf1ca7', + 'x-ms-correlation-request-id', + '7f5dc63b-17e6-428f-8e7a-60f7efdf1ca7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094303Z:7f5dc63b-17e6-428f-8e7a-60f7efdf1ca7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4e5da50e-5a62-4309-afab-ddd52194191e', + 'x-ms-correlation-request-id', + '4e5da50e-5a62-4309-afab-ddd52194191e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094305Z:4e5da50e-5a62-4309-afab-ddd52194191e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'eea80460-bb80-451b-9ad3-7f2de1b45d23', + 'x-ms-correlation-request-id', + 'eea80460-bb80-451b-9ad3-7f2de1b45d23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094307Z:eea80460-bb80-451b-9ad3-7f2de1b45d23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f007ed54-bf5f-4f08-87e5-4ff3fe13da74', + 'x-ms-correlation-request-id', + 'f007ed54-bf5f-4f08-87e5-4ff3fe13da74', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094310Z:f007ed54-bf5f-4f08-87e5-4ff3fe13da74', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e9b70284-59b4-4f31-b1f2-27347bf478ca', + 'x-ms-correlation-request-id', + 'e9b70284-59b4-4f31-b1f2-27347bf478ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094312Z:e9b70284-59b4-4f31-b1f2-27347bf478ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2b51c3f6-f085-4be9-933b-6b8ab95133b3', + 'x-ms-correlation-request-id', + '2b51c3f6-f085-4be9-933b-6b8ab95133b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094314Z:2b51c3f6-f085-4be9-933b-6b8ab95133b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '541d2f71-3c98-41cd-b380-14b2d8552592', + 'x-ms-correlation-request-id', + '541d2f71-3c98-41cd-b380-14b2d8552592', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094317Z:541d2f71-3c98-41cd-b380-14b2d8552592', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0af49d10-bbe3-4a6e-b6fc-c6e39573bb6c', + 'x-ms-correlation-request-id', + '0af49d10-bbe3-4a6e-b6fc-c6e39573bb6c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094319Z:0af49d10-bbe3-4a6e-b6fc-c6e39573bb6c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5fd25c40-1e9b-4019-8295-8d66e4686cef', + 'x-ms-correlation-request-id', + '5fd25c40-1e9b-4019-8295-8d66e4686cef', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094321Z:5fd25c40-1e9b-4019-8295-8d66e4686cef', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4793d837-4586-41f9-ba99-12522b9aa1d7', + 'x-ms-correlation-request-id', + '4793d837-4586-41f9-ba99-12522b9aa1d7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094324Z:4793d837-4586-41f9-ba99-12522b9aa1d7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '82b2eb82-6d9e-4690-8d6a-8d31c4a4dbb6', + 'x-ms-correlation-request-id', + '82b2eb82-6d9e-4690-8d6a-8d31c4a4dbb6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094326Z:82b2eb82-6d9e-4690-8d6a-8d31c4a4dbb6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f0b8878b-a603-4e14-b4c8-e6ee15a77ed7', + 'x-ms-correlation-request-id', + 'f0b8878b-a603-4e14-b4c8-e6ee15a77ed7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094328Z:f0b8878b-a603-4e14-b4c8-e6ee15a77ed7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd21d15ff-bb55-466c-b86c-793b4e59eafd', + 'x-ms-correlation-request-id', + 'd21d15ff-bb55-466c-b86c-793b4e59eafd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094331Z:d21d15ff-bb55-466c-b86c-793b4e59eafd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ad2f42bc-90a9-417d-993e-1b03b482956a', + 'x-ms-correlation-request-id', + 'ad2f42bc-90a9-417d-993e-1b03b482956a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094333Z:ad2f42bc-90a9-417d-993e-1b03b482956a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a379cd87-a842-468d-8231-d23cf40ca76e', + 'x-ms-correlation-request-id', + 'a379cd87-a842-468d-8231-d23cf40ca76e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094335Z:a379cd87-a842-468d-8231-d23cf40ca76e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2bd71049-f4c0-49c2-8098-dbd891f3b3b6', + 'x-ms-correlation-request-id', + '2bd71049-f4c0-49c2-8098-dbd891f3b3b6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094338Z:2bd71049-f4c0-49c2-8098-dbd891f3b3b6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e12f0272-28f1-477c-ac8b-060d50c864c2', + 'x-ms-correlation-request-id', + 'e12f0272-28f1-477c-ac8b-060d50c864c2', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094340Z:e12f0272-28f1-477c-ac8b-060d50c864c2', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '57e570ce-3294-497f-aeea-1cd5a49568f4', + 'x-ms-correlation-request-id', + '57e570ce-3294-497f-aeea-1cd5a49568f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094342Z:57e570ce-3294-497f-aeea-1cd5a49568f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ecd8c3f6-5a0f-4b8c-9ad5-5539d6088fc4', + 'x-ms-correlation-request-id', + 'ecd8c3f6-5a0f-4b8c-9ad5-5539d6088fc4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094345Z:ecd8c3f6-5a0f-4b8c-9ad5-5539d6088fc4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '12ad8087-9fcd-4324-9124-1f9ac752d587', + 'x-ms-correlation-request-id', + '12ad8087-9fcd-4324-9124-1f9ac752d587', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094347Z:12ad8087-9fcd-4324-9124-1f9ac752d587', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '710a4538-cfb2-4c7f-b9c9-94d9dafac8c3', + 'x-ms-correlation-request-id', + '710a4538-cfb2-4c7f-b9c9-94d9dafac8c3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094349Z:710a4538-cfb2-4c7f-b9c9-94d9dafac8c3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '608e744a-c5c3-4893-aeb2-5fb331a4f8d8', + 'x-ms-correlation-request-id', + '608e744a-c5c3-4893-aeb2-5fb331a4f8d8', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094352Z:608e744a-c5c3-4893-aeb2-5fb331a4f8d8', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '06592057-076d-4e8c-b852-b3ef4ab70274', + 'x-ms-correlation-request-id', + '06592057-076d-4e8c-b852-b3ef4ab70274', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094354Z:06592057-076d-4e8c-b852-b3ef4ab70274', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '488dba6f-b01d-403d-a560-1cc255f7fc05', + 'x-ms-correlation-request-id', + '488dba6f-b01d-403d-a560-1cc255f7fc05', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094356Z:488dba6f-b01d-403d-a560-1cc255f7fc05', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b53d4a5e-1d7a-473f-b8de-1c2c96e2c188', + 'x-ms-correlation-request-id', + 'b53d4a5e-1d7a-473f-b8de-1c2c96e2c188', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094358Z:b53d4a5e-1d7a-473f-b8de-1c2c96e2c188', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:43:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '68e62c9b-914f-440d-9914-9abb54cfe93e', + 'x-ms-correlation-request-id', + '68e62c9b-914f-440d-9914-9abb54cfe93e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094401Z:68e62c9b-914f-440d-9914-9abb54cfe93e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:01 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd9da1483-c62d-4711-824c-2aec6ca6c893', + 'x-ms-correlation-request-id', + 'd9da1483-c62d-4711-824c-2aec6ca6c893', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094404Z:d9da1483-c62d-4711-824c-2aec6ca6c893', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f62d81f9-714b-44a9-a58d-e0ed519d04e6', + 'x-ms-correlation-request-id', + 'f62d81f9-714b-44a9-a58d-e0ed519d04e6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094406Z:f62d81f9-714b-44a9-a58d-e0ed519d04e6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '50d6f639-24ca-4f67-8ade-7a181566946e', + 'x-ms-correlation-request-id', + '50d6f639-24ca-4f67-8ade-7a181566946e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094408Z:50d6f639-24ca-4f67-8ade-7a181566946e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:08 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '266e56ba-ad79-4aa2-bd2b-e07bc5c1aedd', + 'x-ms-correlation-request-id', + '266e56ba-ad79-4aa2-bd2b-e07bc5c1aedd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094411Z:266e56ba-ad79-4aa2-bd2b-e07bc5c1aedd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2c20382d-14a4-41f3-9186-80a84a792059', + 'x-ms-correlation-request-id', + '2c20382d-14a4-41f3-9186-80a84a792059', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094413Z:2c20382d-14a4-41f3-9186-80a84a792059', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '31111ade-7db0-4729-90b0-c1ed2c42458b', + 'x-ms-correlation-request-id', + '31111ade-7db0-4729-90b0-c1ed2c42458b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094415Z:31111ade-7db0-4729-90b0-c1ed2c42458b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:15 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3baa3d31-d7e6-4238-b44b-71875f5b33b7', + 'x-ms-correlation-request-id', + '3baa3d31-d7e6-4238-b44b-71875f5b33b7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094418Z:3baa3d31-d7e6-4238-b44b-71875f5b33b7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '58121fc7-efcc-428a-abee-396f48aaac53', + 'x-ms-correlation-request-id', + '58121fc7-efcc-428a-abee-396f48aaac53', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094420Z:58121fc7-efcc-428a-abee-396f48aaac53', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '53f19268-2087-4f68-bc8a-c380c634a25f', + 'x-ms-correlation-request-id', + '53f19268-2087-4f68-bc8a-c380c634a25f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094422Z:53f19268-2087-4f68-bc8a-c380c634a25f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a4a5232e-4633-41b6-87a5-ff8987f3cb9b', + 'x-ms-correlation-request-id', + 'a4a5232e-4633-41b6-87a5-ff8987f3cb9b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094425Z:a4a5232e-4633-41b6-87a5-ff8987f3cb9b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b286e1ec-ecc8-4489-b4eb-68b25ee1fdcd', + 'x-ms-correlation-request-id', + 'b286e1ec-ecc8-4489-b4eb-68b25ee1fdcd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094427Z:b286e1ec-ecc8-4489-b4eb-68b25ee1fdcd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7b91bede-03e6-4d29-a106-ed5c995c56b0', + 'x-ms-correlation-request-id', + '7b91bede-03e6-4d29-a106-ed5c995c56b0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094429Z:7b91bede-03e6-4d29-a106-ed5c995c56b0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59a539af-e58f-4fd9-aed3-e6d4fbfb2dcc', + 'x-ms-correlation-request-id', + '59a539af-e58f-4fd9-aed3-e6d4fbfb2dcc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094432Z:59a539af-e58f-4fd9-aed3-e6d4fbfb2dcc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0b4d34f9-d7c3-439d-839e-30cc37916731', + 'x-ms-correlation-request-id', + '0b4d34f9-d7c3-439d-839e-30cc37916731', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094434Z:0b4d34f9-d7c3-439d-839e-30cc37916731', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6acff7c2-1217-4e74-9064-f0a8cc5a3f2a', + 'x-ms-correlation-request-id', + '6acff7c2-1217-4e74-9064-f0a8cc5a3f2a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094436Z:6acff7c2-1217-4e74-9064-f0a8cc5a3f2a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10359', + 'x-ms-request-id', + 'c2e5c51e-bad2-446d-95a1-c3e0e861d4db', + 'x-ms-correlation-request-id', + 'c2e5c51e-bad2-446d-95a1-c3e0e861d4db', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094439Z:c2e5c51e-bad2-446d-95a1-c3e0e861d4db', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10358', + 'x-ms-request-id', + 'd0823df2-086e-4f2a-a5a6-7fb53f5fbb56', + 'x-ms-correlation-request-id', + 'd0823df2-086e-4f2a-a5a6-7fb53f5fbb56', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094441Z:d0823df2-086e-4f2a-a5a6-7fb53f5fbb56', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10357', + 'x-ms-request-id', + '483bd73e-d398-4841-a625-5ab5aa20d7f6', + 'x-ms-correlation-request-id', + '483bd73e-d398-4841-a625-5ab5aa20d7f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094443Z:483bd73e-d398-4841-a625-5ab5aa20d7f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:43 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10356', + 'x-ms-request-id', + 'dcbeb961-1ef6-45c9-84d7-e4b807c1b596', + 'x-ms-correlation-request-id', + 'dcbeb961-1ef6-45c9-84d7-e4b807c1b596', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094446Z:dcbeb961-1ef6-45c9-84d7-e4b807c1b596', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:45 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10355', + 'x-ms-request-id', + '1dbd5fef-2357-4205-8850-ac1258f42bc9', + 'x-ms-correlation-request-id', + '1dbd5fef-2357-4205-8850-ac1258f42bc9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094448Z:1dbd5fef-2357-4205-8850-ac1258f42bc9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10354', + 'x-ms-request-id', + '813f2504-d5ae-477e-91af-a804434baccb', + 'x-ms-correlation-request-id', + '813f2504-d5ae-477e-91af-a804434baccb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094450Z:813f2504-d5ae-477e-91af-a804434baccb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10353', + 'x-ms-request-id', + 'a8051f60-9d6d-48e8-b7b9-00ee011e613a', + 'x-ms-correlation-request-id', + 'a8051f60-9d6d-48e8-b7b9-00ee011e613a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094453Z:a8051f60-9d6d-48e8-b7b9-00ee011e613a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:52 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10352', + 'x-ms-request-id', + 'db1c0192-6eb8-403d-b03a-ef59027bc416', + 'x-ms-correlation-request-id', + 'db1c0192-6eb8-403d-b03a-ef59027bc416', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094455Z:db1c0192-6eb8-403d-b03a-ef59027bc416', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-Transport-Security', + 'max-age=31536000; includeSubDomains', + 'x-ms-gatewayversion', + 'version=2.14.0', + 'Server', + 'Microsoft-HTTPAPI/2.0', + 'x-ms-ratelimit-remaining-subscription-reads', + '10351', + 'x-ms-request-id', + '7e562b04-7d55-45f5-a28e-ef2176eb1450', + 'x-ms-correlation-request-id', + '7e562b04-7d55-45f5-a28e-ef2176eb1450', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094457Z:7e562b04-7d55-45f5-a28e-ef2176eb1450', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:44:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2d35da6d-9a09-4e17-9aa0-2dcc0b53f52d', + 'x-ms-correlation-request-id', + '2d35da6d-9a09-4e17-9aa0-2dcc0b53f52d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094500Z:2d35da6d-9a09-4e17-9aa0-2dcc0b53f52d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:45:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c6effe10-d199-4232-9f72-db29fa340596', + 'x-ms-correlation-request-id', + 'c6effe10-d199-4232-9f72-db29fa340596', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094503Z:c6effe10-d199-4232-9f72-db29fa340596', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:45:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '87b33968-871a-4c37-bfb1-4b4536ce4862', + 'x-ms-correlation-request-id', + '87b33968-871a-4c37-bfb1-4b4536ce4862', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094505Z:87b33968-871a-4c37-bfb1-4b4536ce4862', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:45:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f8ebea69-ab74-4d6b-967b-cf473460b4cf', + 'x-ms-correlation-request-id', + 'f8ebea69-ab74-4d6b-967b-cf473460b4cf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094507Z:f8ebea69-ab74-4d6b-967b-cf473460b4cf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:45:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9bf36e5-ac7c-40f2-8c47-c7c65e175731', + 'x-ms-correlation-request-id', + 'c9bf36e5-ac7c-40f2-8c47-c7c65e175731', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T094510Z:c9bf36e5-ac7c-40f2-8c47-c7c65e175731', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:45:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6010f74c-07ff-4cb6-b3ba-c867dbcf7379') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -13597,17 +15649,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10585', + '10472', 'x-ms-request-id', - '8b88eb31-2cfc-41fd-9b8c-fa2f3a0bd8d1', + 'cff42a47-235b-4a55-b69d-64ab03203012', 'x-ms-correlation-request-id', - '8b88eb31-2cfc-41fd-9b8c-fa2f3a0bd8d1', + 'cff42a47-235b-4a55-b69d-64ab03203012', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043758Z:8b88eb31-2cfc-41fd-9b8c-fa2f3a0bd8d1', + 'SOUTHEASTASIA:20211111T094512Z:cff42a47-235b-4a55-b69d-64ab03203012', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:58 GMT' + 'Thu, 11 Nov 2021 09:45:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) @@ -13633,15 +15685,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10584', + '10471', 'x-ms-request-id', - '9a12bdf8-0325-49e4-9588-bf6a7712a67d', + '61178682-461d-41cf-b587-e611aead6ac9', 'x-ms-correlation-request-id', - '9a12bdf8-0325-49e4-9588-bf6a7712a67d', + '61178682-461d-41cf-b587-e611aead6ac9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T043759Z:9a12bdf8-0325-49e4-9588-bf6a7712a67d', + 'SOUTHEASTASIA:20211111T094512Z:61178682-461d-41cf-b587-e611aead6ac9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:37:58 GMT' + 'Thu, 11 Nov 2021 09:45:12 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 index 834afc81a8e8..446dfe0c5fa3 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '287c3834-52aa-4874-b1fb-286595b60600', + '313d1610-5cb1-4645-b130-28f7cbf01100', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=Ak12ohriMB9Jhoi3X7-acg4; expires=Sun, 24-Oct-2021 03:42:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AjcUCu2EULhLoEuxnBcVccg; expires=Sat, 11-Dec-2021 08:42:51 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrRzEQbyNuMwHvn23VvqlzUFQjzr6xWrm3d88XexErO2FJ5n7MjBqTTQDlE811hmdbhCrsboLQ85i1P46kP1-lnNTNf04b3CilDqBOrAao4A9QGn3J7rkF64VQyyluqm6DpBn6zai0pi5CCKQIrfDwkZetFvOtqKj1PgOJv52FEMcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr-5ETsN_nCDypakMzeuYW-NxmmioEWKpD2rQPSP59GCV-bK9epYDtwxKYjLWzt0ja-aNwoDlmfjxQefy4lAeeziKlEAbEWm85r9csaKEKjIS7hDzryQaz1UAe9ztJtJ4RSKExU4EVzOF0bO3HONH6RRGOEeeSOtVjvUe-AMw-TS4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:58 GMT', + 'Thu, 11 Nov 2021 08:42:50 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9ba6f45d-c4e8-4eef-b292-a7c247d20700', + '313d1610-5cb1-4645-b130-28f7cff01100', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AiLy5Jf-Mt9EgXOkzbUDaJ0; expires=Sun, 24-Oct-2021 03:42:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ah_EBQO_AGNHm9SQF9qfFyI; expires=Sat, 11-Dec-2021 08:42:51 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrT37reauAinRGrDat4OUkwTGL_Gqn1yWayJ5-i-yq1Cx1MDuBaKSjtXVfdYYI8MECtIHNISQG57jyHaIqZLR8GCUJwe1Z6oRd7v57iYX-fNJ45Gz3DRS9WFZKEKXmgPexZA2QeNkg1kyewhPEZrhdEAtSYhlD8JawrHvJri03rWIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8_46-LdAoM9RcjAw8zZw3wfKJCUnulL6jxqzfbX-uZjkXBo2uwbf1itZfPrLThLiI3TPnPkZSgKbCnvkbaMsLsbR0j5_JHRbFUC4w7Z8wBQ_xC040C68B904_O7wqkacdtp6_DtxxN5NhjeF-I-DLxC3_X05Z_AJsPK7uTwB_BkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:58 GMT', + 'Thu, 11 Nov 2021 08:42:50 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.1&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=84bfdb2b-96ab-4563-8ebd-6264ef26df49&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") + .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.1&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=7f033384-4cd2-42e9-ba4a-2e063973081b&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9361213a-51de-46fd-bfc0-66fd60ce0600', + '428c2df3-e54a-4b33-a537-d9d8d79f1600', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AtUzLNTfCmBCgjExJPHjpEAWPr5BAQAAAEFA39gOAAAA; expires=Sun, 24-Oct-2021 03:42:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=An4gO9QNJVhOo6wBhQmt048WPr5BAQAAAIvOHtkOAAAA; expires=Sat, 11-Dec-2021 08:42:51 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:58 GMT', + 'Thu, 11 Nov 2021 08:42:50 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/f49e406b-bd77-4100-9353-605fe477c03c?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/578224be-2528-4c96-b70e-71c070bf6e20?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20?api-version=2021-10-15', 'x-ms-request-id', - 'f49e406b-bd77-4100-9353-605fe477c03c', + '578224be-2528-4c96-b70e-71c070bf6e20', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-deletes', - '14999', + '14997', 'x-ms-correlation-request-id', - 'd528ddb7-b8e2-4f37-a9c1-2dbbda73d718', + 'eef346b9-884f-4ba8-94e3-f537ae6216c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034303Z:d528ddb7-b8e2-4f37-a9c1-2dbbda73d718', + 'SOUTHEASTASIA:20211111T084254Z:eef346b9-884f-4ba8-94e3-f537ae6216c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:02 GMT' + 'Thu, 11 Nov 2021 08:42:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,23 +169,3551 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11999', + '11311', + 'x-ms-request-id', + 'fc0bcc70-1d2c-4622-9beb-a799142c71f9', + 'x-ms-correlation-request-id', + 'fc0bcc70-1d2c-4622-9beb-a799142c71f9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084254Z:fc0bcc70-1d2c-4622-9beb-a799142c71f9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .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', + '11310', + 'x-ms-request-id', + '2aa50a35-267f-4e26-b2be-9ecbe961aafe', + 'x-ms-correlation-request-id', + '2aa50a35-267f-4e26-b2be-9ecbe961aafe', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084257Z:2aa50a35-267f-4e26-b2be-9ecbe961aafe', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4d08f479-b5c4-4207-922c-a1455e09382d', + 'x-ms-correlation-request-id', + '4d08f479-b5c4-4207-922c-a1455e09382d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084259Z:4d08f479-b5c4-4207-922c-a1455e09382d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:42:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7f554be5-373b-4b07-ade6-1deee2c76361', + 'x-ms-correlation-request-id', + '7f554be5-373b-4b07-ade6-1deee2c76361', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084301Z:7f554be5-373b-4b07-ade6-1deee2c76361', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '80357dca-8721-4014-a040-a3677033f288', + 'x-ms-correlation-request-id', + '80357dca-8721-4014-a040-a3677033f288', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084304Z:80357dca-8721-4014-a040-a3677033f288', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b8af70b8-9392-4ebe-9632-2c7b49b43b84', + 'x-ms-correlation-request-id', + 'b8af70b8-9392-4ebe-9632-2c7b49b43b84', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084306Z:b8af70b8-9392-4ebe-9632-2c7b49b43b84', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9aab8699-ab8c-45a3-a638-e289100ffc22', + 'x-ms-correlation-request-id', + '9aab8699-ab8c-45a3-a638-e289100ffc22', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084308Z:9aab8699-ab8c-45a3-a638-e289100ffc22', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6899e7c8-a4ae-4997-bcd9-d159f6a39281', + 'x-ms-correlation-request-id', + '6899e7c8-a4ae-4997-bcd9-d159f6a39281', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084310Z:6899e7c8-a4ae-4997-bcd9-d159f6a39281', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6019da6e-0379-41ce-94de-d8d762f1e1ca', + 'x-ms-correlation-request-id', + '6019da6e-0379-41ce-94de-d8d762f1e1ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084313Z:6019da6e-0379-41ce-94de-d8d762f1e1ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e4885a3c-fb77-49e8-a5c8-4f56867c4750', + 'x-ms-correlation-request-id', + 'e4885a3c-fb77-49e8-a5c8-4f56867c4750', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084315Z:e4885a3c-fb77-49e8-a5c8-4f56867c4750', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '884a3ebd-6009-4548-96dd-ab08e6aec2fa', + 'x-ms-correlation-request-id', + '884a3ebd-6009-4548-96dd-ab08e6aec2fa', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084317Z:884a3ebd-6009-4548-96dd-ab08e6aec2fa', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ede06f03-b6d3-4db5-ae1f-782ce05ed407', + 'x-ms-correlation-request-id', + 'ede06f03-b6d3-4db5-ae1f-782ce05ed407', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084320Z:ede06f03-b6d3-4db5-ae1f-782ce05ed407', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6d031bd9-ad81-4ed3-9f25-ace55bded9fb', + 'x-ms-correlation-request-id', + '6d031bd9-ad81-4ed3-9f25-ace55bded9fb', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084322Z:6d031bd9-ad81-4ed3-9f25-ace55bded9fb', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e3a142a-07b4-4d87-a48c-662dd9d8e812', + 'x-ms-correlation-request-id', + '3e3a142a-07b4-4d87-a48c-662dd9d8e812', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084324Z:3e3a142a-07b4-4d87-a48c-662dd9d8e812', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:24 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '146774d6-0aea-4900-9485-b809217a7f15', + 'x-ms-correlation-request-id', + '146774d6-0aea-4900-9485-b809217a7f15', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084327Z:146774d6-0aea-4900-9485-b809217a7f15', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4f942fbf-3784-4e50-a887-06b7d45affda', + 'x-ms-correlation-request-id', + '4f942fbf-3784-4e50-a887-06b7d45affda', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084330Z:4f942fbf-3784-4e50-a887-06b7d45affda', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dc568df0-cb7b-4f34-bd8f-a893d2af89b5', + 'x-ms-correlation-request-id', + 'dc568df0-cb7b-4f34-bd8f-a893d2af89b5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084332Z:dc568df0-cb7b-4f34-bd8f-a893d2af89b5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e6b52553-ccd7-475a-b3f1-ce6033a75aad', + 'x-ms-correlation-request-id', + 'e6b52553-ccd7-475a-b3f1-ce6033a75aad', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084334Z:e6b52553-ccd7-475a-b3f1-ce6033a75aad', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0c8a721-0069-490c-9cdf-0890990b0c3a', + 'x-ms-correlation-request-id', + 'd0c8a721-0069-490c-9cdf-0890990b0c3a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084337Z:d0c8a721-0069-490c-9cdf-0890990b0c3a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4364cf3e-69b9-4147-aeb6-6c2db20995ca', + 'x-ms-correlation-request-id', + '4364cf3e-69b9-4147-aeb6-6c2db20995ca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084339Z:4364cf3e-69b9-4147-aeb6-6c2db20995ca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:39 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f5172697-8488-49cc-8ea3-97ff95434dca', + 'x-ms-correlation-request-id', + 'f5172697-8488-49cc-8ea3-97ff95434dca', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084341Z:f5172697-8488-49cc-8ea3-97ff95434dca', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3e545145-2cf2-45ca-bd6f-ac0c68c801e5', + 'x-ms-correlation-request-id', + '3e545145-2cf2-45ca-bd6f-ac0c68c801e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084344Z:3e545145-2cf2-45ca-bd6f-ac0c68c801e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f1edd1d0-f08b-4e1e-9927-054dabb00818', + 'x-ms-correlation-request-id', + 'f1edd1d0-f08b-4e1e-9927-054dabb00818', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084346Z:f1edd1d0-f08b-4e1e-9927-054dabb00818', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'def99250-f5b4-4c67-8771-72826f4181f1', + 'x-ms-correlation-request-id', + 'def99250-f5b4-4c67-8771-72826f4181f1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084348Z:def99250-f5b4-4c67-8771-72826f4181f1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '34054856-b157-4148-879f-2bb4af3e2bf4', + 'x-ms-correlation-request-id', + '34054856-b157-4148-879f-2bb4af3e2bf4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084351Z:34054856-b157-4148-879f-2bb4af3e2bf4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e4174d4f-b638-4ef7-acde-73e852cab6e5', + 'x-ms-correlation-request-id', + 'e4174d4f-b638-4ef7-acde-73e852cab6e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084353Z:e4174d4f-b638-4ef7-acde-73e852cab6e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd3da3302-2cdb-437e-92f6-ec0df8118e2e', + 'x-ms-correlation-request-id', + 'd3da3302-2cdb-437e-92f6-ec0df8118e2e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084355Z:d3da3302-2cdb-437e-92f6-ec0df8118e2e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f38b3f19-0bdd-4f97-ac9d-d130df998626', + 'x-ms-correlation-request-id', + 'f38b3f19-0bdd-4f97-ac9d-d130df998626', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084358Z:f38b3f19-0bdd-4f97-ac9d-d130df998626', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:43:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2b26b7a1-e2c2-4601-bedf-19cbefe26347', + 'x-ms-correlation-request-id', + '2b26b7a1-e2c2-4601-bedf-19cbefe26347', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084400Z:2b26b7a1-e2c2-4601-bedf-19cbefe26347', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '88745789-408a-4b3f-8206-8955be218f27', + 'x-ms-correlation-request-id', + '88745789-408a-4b3f-8206-8955be218f27', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084402Z:88745789-408a-4b3f-8206-8955be218f27', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c61f179f-0991-4671-9d81-71ff7087dfc1', + 'x-ms-correlation-request-id', + 'c61f179f-0991-4671-9d81-71ff7087dfc1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084405Z:c61f179f-0991-4671-9d81-71ff7087dfc1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '2a5562ff-7991-48a0-9164-34cfa8514f3f', + 'x-ms-correlation-request-id', + '2a5562ff-7991-48a0-9164-34cfa8514f3f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084407Z:2a5562ff-7991-48a0-9164-34cfa8514f3f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd60ba3af-08bc-4a1b-b985-1de7eba3fb14', + 'x-ms-correlation-request-id', + 'd60ba3af-08bc-4a1b-b985-1de7eba3fb14', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084409Z:d60ba3af-08bc-4a1b-b985-1de7eba3fb14', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '61ab98d1-169c-4307-bb3d-44f2e1d736d1', + 'x-ms-correlation-request-id', + '61ab98d1-169c-4307-bb3d-44f2e1d736d1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084412Z:61ab98d1-169c-4307-bb3d-44f2e1d736d1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '58388572-4c3b-42d1-959f-cc360abca7bd', + 'x-ms-correlation-request-id', + '58388572-4c3b-42d1-959f-cc360abca7bd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084414Z:58388572-4c3b-42d1-959f-cc360abca7bd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '48965391-424b-4f0d-835c-1e4b2a5a4abd', + 'x-ms-correlation-request-id', + '48965391-424b-4f0d-835c-1e4b2a5a4abd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084416Z:48965391-424b-4f0d-835c-1e4b2a5a4abd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bda3f0a5-de64-4cf5-bb90-4f1c9228b946', + 'x-ms-correlation-request-id', + 'bda3f0a5-de64-4cf5-bb90-4f1c9228b946', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084419Z:bda3f0a5-de64-4cf5-bb90-4f1c9228b946', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9247bb02-b075-47eb-a7a6-73cba8ec8e23', + 'x-ms-correlation-request-id', + '9247bb02-b075-47eb-a7a6-73cba8ec8e23', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084421Z:9247bb02-b075-47eb-a7a6-73cba8ec8e23', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd176aff0-62ed-4993-b7a8-89ed4cd0c0e4', + 'x-ms-correlation-request-id', + 'd176aff0-62ed-4993-b7a8-89ed4cd0c0e4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084423Z:d176aff0-62ed-4993-b7a8-89ed4cd0c0e4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fbf2c36f-b576-42de-89a4-341a18ac23b3', + 'x-ms-correlation-request-id', + 'fbf2c36f-b576-42de-89a4-341a18ac23b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084426Z:fbf2c36f-b576-42de-89a4-341a18ac23b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cf2211ef-71ed-471f-9f29-c1a188b6dd29', + 'x-ms-correlation-request-id', + 'cf2211ef-71ed-471f-9f29-c1a188b6dd29', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084429Z:cf2211ef-71ed-471f-9f29-c1a188b6dd29', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:28 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd526ca54-10ee-4863-9940-0159a53973e5', + 'x-ms-correlation-request-id', + 'd526ca54-10ee-4863-9940-0159a53973e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084431Z:d526ca54-10ee-4863-9940-0159a53973e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'b3df127f-e055-4502-bbbe-fc7d83a5445a', + 'x-ms-correlation-request-id', + 'b3df127f-e055-4502-bbbe-fc7d83a5445a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084433Z:b3df127f-e055-4502-bbbe-fc7d83a5445a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c90b6ac7-cfc2-4bf5-8f03-0dff3cd981dd', + 'x-ms-correlation-request-id', + 'c90b6ac7-cfc2-4bf5-8f03-0dff3cd981dd', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084436Z:c90b6ac7-cfc2-4bf5-8f03-0dff3cd981dd', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:35 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8c4903fd-a1f9-4061-aaa4-5432bdce25f6', + 'x-ms-correlation-request-id', + '8c4903fd-a1f9-4061-aaa4-5432bdce25f6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084438Z:8c4903fd-a1f9-4061-aaa4-5432bdce25f6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '59d95583-827d-4ddf-8c9e-0875d2db3f55', + 'x-ms-correlation-request-id', + '59d95583-827d-4ddf-8c9e-0875d2db3f55', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084440Z:59d95583-827d-4ddf-8c9e-0875d2db3f55', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0d7dde16-f819-40b6-ac34-4ccb6189fce9', + 'x-ms-correlation-request-id', + '0d7dde16-f819-40b6-ac34-4ccb6189fce9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084443Z:0d7dde16-f819-40b6-ac34-4ccb6189fce9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:42 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '059a6178-5bfb-4b9e-b99e-695577e6e6b9', + 'x-ms-correlation-request-id', + '059a6178-5bfb-4b9e-b99e-695577e6e6b9', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084445Z:059a6178-5bfb-4b9e-b99e-695577e6e6b9', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd0293899-ee59-42a4-a926-9e3f26468d0a', + 'x-ms-correlation-request-id', + 'd0293899-ee59-42a4-a926-9e3f26468d0a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084447Z:d0293899-ee59-42a4-a926-9e3f26468d0a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:47 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '614794de-7718-45dc-97dc-b99989e9318d', + 'x-ms-correlation-request-id', + '614794de-7718-45dc-97dc-b99989e9318d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084450Z:614794de-7718-45dc-97dc-b99989e9318d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:49 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0891719f-5e95-4fdb-bb61-e7aabf1c682e', + 'x-ms-correlation-request-id', + '0891719f-5e95-4fdb-bb61-e7aabf1c682e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084452Z:0891719f-5e95-4fdb-bb61-e7aabf1c682e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:51 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9cf5c8b5-1eea-4075-ab20-2c6d5f0187d1', + 'x-ms-correlation-request-id', + '9cf5c8b5-1eea-4075-ab20-2c6d5f0187d1', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084454Z:9cf5c8b5-1eea-4075-ab20-2c6d5f0187d1', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'dd346c4b-e3ba-4f62-86ff-ab9773e42e2a', + 'x-ms-correlation-request-id', + 'dd346c4b-e3ba-4f62-86ff-ab9773e42e2a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084456Z:dd346c4b-e3ba-4f62-86ff-ab9773e42e2a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:56 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '33d84eaf-98a5-4c71-9999-e98d5c28379e', + 'x-ms-correlation-request-id', + '33d84eaf-98a5-4c71-9999-e98d5c28379e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084459Z:33d84eaf-98a5-4c71-9999-e98d5c28379e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:44:58 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c59026c7-3df0-4ea4-b968-1e29c4c7cc9d', + 'x-ms-correlation-request-id', + 'c59026c7-3df0-4ea4-b968-1e29c4c7cc9d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084501Z:c59026c7-3df0-4ea4-b968-1e29c4c7cc9d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c808d8e8-53c0-4e63-bb75-25e3f88e274d', + 'x-ms-correlation-request-id', + 'c808d8e8-53c0-4e63-bb75-25e3f88e274d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084503Z:c808d8e8-53c0-4e63-bb75-25e3f88e274d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:03 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5d948a77-aa79-4d1f-aea9-99da833fd572', + 'x-ms-correlation-request-id', + '5d948a77-aa79-4d1f-aea9-99da833fd572', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084506Z:5d948a77-aa79-4d1f-aea9-99da833fd572', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:05 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9eeaa414-e2cb-49f1-82d1-d926ae09e439', + 'x-ms-correlation-request-id', + '9eeaa414-e2cb-49f1-82d1-d926ae09e439', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084508Z:9eeaa414-e2cb-49f1-82d1-d926ae09e439', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'db6e6593-ed11-4105-9e22-1bb723ac6fcf', + 'x-ms-correlation-request-id', + 'db6e6593-ed11-4105-9e22-1bb723ac6fcf', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084510Z:db6e6593-ed11-4105-9e22-1bb723ac6fcf', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:10 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c64923d8-445b-46b1-8fb9-8ab86b080015', + 'x-ms-correlation-request-id', + 'c64923d8-445b-46b1-8fb9-8ab86b080015', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084513Z:c64923d8-445b-46b1-8fb9-8ab86b080015', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:12 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '40f64710-92c1-4124-96df-8eaf649ddecc', + 'x-ms-correlation-request-id', + '40f64710-92c1-4124-96df-8eaf649ddecc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084515Z:40f64710-92c1-4124-96df-8eaf649ddecc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '351c8666-f935-4c99-b589-7c5f2a6f248c', + 'x-ms-correlation-request-id', + '351c8666-f935-4c99-b589-7c5f2a6f248c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084517Z:351c8666-f935-4c99-b589-7c5f2a6f248c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:17 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '45e0801c-f6da-4c27-8c9d-c33379121b29', + 'x-ms-correlation-request-id', + '45e0801c-f6da-4c27-8c9d-c33379121b29', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084520Z:45e0801c-f6da-4c27-8c9d-c33379121b29', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:19 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8860a4bb-ed10-4342-b677-a642871fe3df', + 'x-ms-correlation-request-id', + '8860a4bb-ed10-4342-b677-a642871fe3df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084522Z:8860a4bb-ed10-4342-b677-a642871fe3df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:21 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fe84dc5a-1a2b-4dc2-b18b-52d7b66bd5d6', + 'x-ms-correlation-request-id', + 'fe84dc5a-1a2b-4dc2-b18b-52d7b66bd5d6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084524Z:fe84dc5a-1a2b-4dc2-b18b-52d7b66bd5d6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4b8aa610-1cd5-4be8-b2a9-91467656f679', + 'x-ms-correlation-request-id', + '4b8aa610-1cd5-4be8-b2a9-91467656f679', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084527Z:4b8aa610-1cd5-4be8-b2a9-91467656f679', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:26 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4c402735-735f-4a7f-9569-f1e55894f8e3', + 'x-ms-correlation-request-id', + '4c402735-735f-4a7f-9569-f1e55894f8e3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084530Z:4c402735-735f-4a7f-9569-f1e55894f8e3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:29 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'a88a4df0-d564-4f8f-b9a1-329cf6956213', + 'x-ms-correlation-request-id', + 'a88a4df0-d564-4f8f-b9a1-329cf6956213', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084532Z:a88a4df0-d564-4f8f-b9a1-329cf6956213', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:31 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '3d5c551d-06b6-40f4-aeb8-21aa9e8eaa8d', + 'x-ms-correlation-request-id', + '3d5c551d-06b6-40f4-aeb8-21aa9e8eaa8d', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084534Z:3d5c551d-06b6-40f4-aeb8-21aa9e8eaa8d', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:33 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e71af765-1299-4223-96ac-8da10c88823b', + 'x-ms-correlation-request-id', + 'e71af765-1299-4223-96ac-8da10c88823b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084537Z:e71af765-1299-4223-96ac-8da10c88823b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:36 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '1b64717e-c86c-47d6-aaa7-e11012ad4b61', + 'x-ms-correlation-request-id', + '1b64717e-c86c-47d6-aaa7-e11012ad4b61', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084539Z:1b64717e-c86c-47d6-aaa7-e11012ad4b61', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:38 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '5fa38ca7-8a04-4ba6-a836-abb2f860262b', + 'x-ms-correlation-request-id', + '5fa38ca7-8a04-4ba6-a836-abb2f860262b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084541Z:5fa38ca7-8a04-4ba6-a836-abb2f860262b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:40 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f253ff06-d554-48f7-8843-52989702068b', + 'x-ms-correlation-request-id', + 'f253ff06-d554-48f7-8843-52989702068b', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084544Z:f253ff06-d554-48f7-8843-52989702068b', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7cc7c954-c2f6-4d32-bace-779df0c932b3', + 'x-ms-correlation-request-id', + '7cc7c954-c2f6-4d32-bace-779df0c932b3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084546Z:7cc7c954-c2f6-4d32-bace-779df0c932b3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:46 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'cfc5aa7d-699c-4e94-ae66-6e53719bea29', + 'x-ms-correlation-request-id', + 'cfc5aa7d-699c-4e94-ae66-6e53719bea29', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084548Z:cfc5aa7d-699c-4e94-ae66-6e53719bea29', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:48 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6558ab79-ac28-4ee7-b7d3-1a866a108d33', + 'x-ms-correlation-request-id', + '6558ab79-ac28-4ee7-b7d3-1a866a108d33', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084550Z:6558ab79-ac28-4ee7-b7d3-1a866a108d33', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:50 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ebc60a7a-0196-4e4f-9518-7734ba5c61db', + 'x-ms-correlation-request-id', + 'ebc60a7a-0196-4e4f-9518-7734ba5c61db', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084553Z:ebc60a7a-0196-4e4f-9518-7734ba5c61db', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:53 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f07528df-97e6-49ef-b163-22d6d475df84', + 'x-ms-correlation-request-id', + 'f07528df-97e6-49ef-b163-22d6d475df84', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084555Z:f07528df-97e6-49ef-b163-22d6d475df84', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:55 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'e7bf43a4-3b2d-4336-a10e-a41a962910d0', + 'x-ms-correlation-request-id', + 'e7bf43a4-3b2d-4336-a10e-a41a962910d0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084558Z:e7bf43a4-3b2d-4336-a10e-a41a962910d0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:45:57 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fd69a978-da39-4042-adb2-a577d051943a', + 'x-ms-correlation-request-id', + 'fd69a978-da39-4042-adb2-a577d051943a', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084600Z:fd69a978-da39-4042-adb2-a577d051943a', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:00 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '6e90431e-c8f9-46f2-b318-6b32baf78bc3', + 'x-ms-correlation-request-id', + '6e90431e-c8f9-46f2-b318-6b32baf78bc3', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084602Z:6e90431e-c8f9-46f2-b318-6b32baf78bc3', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:02 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '9cd20c31-ca2a-445e-b5e6-5afdfdb73b00', + 'x-ms-correlation-request-id', + '9cd20c31-ca2a-445e-b5e6-5afdfdb73b00', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084605Z:9cd20c31-ca2a-445e-b5e6-5afdfdb73b00', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:04 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '955d4b5b-dd63-47ee-bed0-9bbe2c00a6df', + 'x-ms-correlation-request-id', + '955d4b5b-dd63-47ee-bed0-9bbe2c00a6df', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084607Z:955d4b5b-dd63-47ee-bed0-9bbe2c00a6df', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'ed154ec5-41b5-4e08-a622-962a378a59f4', + 'x-ms-correlation-request-id', + 'ed154ec5-41b5-4e08-a622-962a378a59f4', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084609Z:ed154ec5-41b5-4e08-a622-962a378a59f4', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:09 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '547eda7f-ba1e-4384-9570-979fd54063c0', + 'x-ms-correlation-request-id', + '547eda7f-ba1e-4384-9570-979fd54063c0', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084612Z:547eda7f-ba1e-4384-9570-979fd54063c0', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:11 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '8a899e87-90c6-42ae-b75e-812add2eb2fc', + 'x-ms-correlation-request-id', + '8a899e87-90c6-42ae-b75e-812add2eb2fc', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084614Z:8a899e87-90c6-42ae-b75e-812add2eb2fc', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:14 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'c9334c6a-fd99-4c10-9b3b-862b0e70d4e5', + 'x-ms-correlation-request-id', + 'c9334c6a-fd99-4c10-9b3b-862b0e70d4e5', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084616Z:c9334c6a-fd99-4c10-9b3b-862b0e70d4e5', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:16 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'd85ab889-97a3-41f7-8f84-6663d4978800', + 'x-ms-correlation-request-id', + 'd85ab889-97a3-41f7-8f84-6663d4978800', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084619Z:d85ab889-97a3-41f7-8f84-6663d4978800', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:18 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '635144a7-b506-4c2c-a50d-28fe41492c76', + 'x-ms-correlation-request-id', + '635144a7-b506-4c2c-a50d-28fe41492c76', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084621Z:635144a7-b506-4c2c-a50d-28fe41492c76', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:20 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fda75b18-7538-4676-9235-9dd21a90d4b6', + 'x-ms-correlation-request-id', + 'fda75b18-7538-4676-9235-9dd21a90d4b6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084623Z:fda75b18-7538-4676-9235-9dd21a90d4b6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:23 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '7425ef96-8ea2-484b-bfb6-7ec035493d6c', + 'x-ms-correlation-request-id', + '7425ef96-8ea2-484b-bfb6-7ec035493d6c', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084626Z:7425ef96-8ea2-484b-bfb6-7ec035493d6c', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:25 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'bc3b1c45-5d51-4a50-9e54-babfdfa0282f', + 'x-ms-correlation-request-id', + 'bc3b1c45-5d51-4a50-9e54-babfdfa0282f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084628Z:bc3b1c45-5d51-4a50-9e54-babfdfa0282f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:27 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'fd933796-c055-41e4-8488-4d18d0777bec', + 'x-ms-correlation-request-id', + 'fd933796-c055-41e4-8488-4d18d0777bec', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084630Z:fd933796-c055-41e4-8488-4d18d0777bec', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:30 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '74e411fe-2f7f-44a0-9b3c-c242fe1ecf99', + 'x-ms-correlation-request-id', + '74e411fe-2f7f-44a0-9b3c-c242fe1ecf99', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084633Z:74e411fe-2f7f-44a0-9b3c-c242fe1ecf99', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:32 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '4a721494-de69-4335-bd61-e37046af22e7', + 'x-ms-correlation-request-id', + '4a721494-de69-4335-bd61-e37046af22e7', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084635Z:4a721494-de69-4335-bd61-e37046af22e7', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:34 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '00a1b062-e25d-44ba-bebf-9b62ad2cef0f', + 'x-ms-correlation-request-id', + '00a1b062-e25d-44ba-bebf-9b62ad2cef0f', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084637Z:00a1b062-e25d-44ba-bebf-9b62ad2cef0f', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:37 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', - '5eeea215-daa1-4a17-84bc-6d1f19ad294b', + 'abe9eb23-dd45-4555-a8da-b40dc9875b49', 'x-ms-correlation-request-id', - '5eeea215-daa1-4a17-84bc-6d1f19ad294b', + 'abe9eb23-dd45-4555-a8da-b40dc9875b49', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034303Z:5eeea215-daa1-4a17-84bc-6d1f19ad294b', + 'SOUTHEASTASIA:20211111T084639Z:abe9eb23-dd45-4555-a8da-b40dc9875b49', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:03 GMT' + 'Thu, 11 Nov 2021 08:46:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '0b3ae0c9-2463-41f4-97cd-b05ba1187547', + 'x-ms-correlation-request-id', + '0b3ae0c9-2463-41f4-97cd-b05ba1187547', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084642Z:0b3ae0c9-2463-41f4-97cd-b05ba1187547', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:41 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + 'f6bcc6a8-9a97-46a0-8ebf-8c7e55528b7e', + 'x-ms-correlation-request-id', + 'f6bcc6a8-9a97-46a0-8ebf-8c7e55528b7e', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T084645Z:f6bcc6a8-9a97-46a0-8ebf-8c7e55528b7e', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 08:46:44 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -205,21 +3733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11998', + '11212', 'x-ms-request-id', - '19ef98d3-4d36-4c45-a79a-7cb31e49963e', + 'f17ceb34-576d-47ee-8dab-013bc6ce3cdf', 'x-ms-correlation-request-id', - '19ef98d3-4d36-4c45-a79a-7cb31e49963e', + 'f17ceb34-576d-47ee-8dab-013bc6ce3cdf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034306Z:19ef98d3-4d36-4c45-a79a-7cb31e49963e', + 'SOUTHEASTASIA:20211111T084647Z:f17ceb34-576d-47ee-8dab-013bc6ce3cdf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:05 GMT' + 'Thu, 11 Nov 2021 08:46:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +3769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11997', + '11211', 'x-ms-request-id', - 'f8965737-92af-4c44-87cf-6d820ea3e5bd', + '020e2f3e-d3a5-444c-ac78-eeecaaa0afac', 'x-ms-correlation-request-id', - 'f8965737-92af-4c44-87cf-6d820ea3e5bd', + '020e2f3e-d3a5-444c-ac78-eeecaaa0afac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034308Z:f8965737-92af-4c44-87cf-6d820ea3e5bd', + 'SOUTHEASTASIA:20211111T084649Z:020e2f3e-d3a5-444c-ac78-eeecaaa0afac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:07 GMT' + 'Thu, 11 Nov 2021 08:46:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -277,21 +3805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11996', + '11210', 'x-ms-request-id', - 'fe2aacbf-b10b-4457-9e6d-2583527c0643', + '441da961-6162-4979-b082-878f16afcfbd', 'x-ms-correlation-request-id', - 'fe2aacbf-b10b-4457-9e6d-2583527c0643', + '441da961-6162-4979-b082-878f16afcfbd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034310Z:fe2aacbf-b10b-4457-9e6d-2583527c0643', + 'SOUTHEASTASIA:20211111T084652Z:441da961-6162-4979-b082-878f16afcfbd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:10 GMT' + 'Thu, 11 Nov 2021 08:46:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -313,21 +3841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11995', + '11209', 'x-ms-request-id', - '5bfcf9f1-3552-404d-ad7c-5a29c50b8b35', + '9b9c08ac-9b55-4e4d-a549-4c6a9906bc78', 'x-ms-correlation-request-id', - '5bfcf9f1-3552-404d-ad7c-5a29c50b8b35', + '9b9c08ac-9b55-4e4d-a549-4c6a9906bc78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034313Z:5bfcf9f1-3552-404d-ad7c-5a29c50b8b35', + 'SOUTHEASTASIA:20211111T084654Z:9b9c08ac-9b55-4e4d-a549-4c6a9906bc78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:12 GMT' + 'Thu, 11 Nov 2021 08:46:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -349,21 +3877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11994', + '11208', 'x-ms-request-id', - '488c78c9-8fa2-4b02-8d19-54683b57961d', + '73155ffe-5498-4d41-89bd-3a270e7b852d', 'x-ms-correlation-request-id', - '488c78c9-8fa2-4b02-8d19-54683b57961d', + '73155ffe-5498-4d41-89bd-3a270e7b852d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034315Z:488c78c9-8fa2-4b02-8d19-54683b57961d', + 'SOUTHEASTASIA:20211111T084657Z:73155ffe-5498-4d41-89bd-3a270e7b852d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:14 GMT' + 'Thu, 11 Nov 2021 08:46:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -385,21 +3913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11993', + '11207', 'x-ms-request-id', - '687cd4d6-49ac-454c-bc43-1c9c1278dda9', + '75195ad8-7c60-446f-a250-5cfabb8b2c01', 'x-ms-correlation-request-id', - '687cd4d6-49ac-454c-bc43-1c9c1278dda9', + '75195ad8-7c60-446f-a250-5cfabb8b2c01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034317Z:687cd4d6-49ac-454c-bc43-1c9c1278dda9', + 'SOUTHEASTASIA:20211111T084659Z:75195ad8-7c60-446f-a250-5cfabb8b2c01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:16 GMT' + 'Thu, 11 Nov 2021 08:46:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -421,21 +3949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11992', + '11206', 'x-ms-request-id', - '58e0292a-7598-4baa-8aae-0c1082614363', + '946245c8-820a-48a8-9a75-85143952aa2c', 'x-ms-correlation-request-id', - '58e0292a-7598-4baa-8aae-0c1082614363', + '946245c8-820a-48a8-9a75-85143952aa2c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034319Z:58e0292a-7598-4baa-8aae-0c1082614363', + 'SOUTHEASTASIA:20211111T084701Z:946245c8-820a-48a8-9a75-85143952aa2c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:19 GMT' + 'Thu, 11 Nov 2021 08:47:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -457,21 +3985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11991', + '11205', 'x-ms-request-id', - '11b1af75-bec1-46e8-8e89-be49ff5d2bf8', + '3a0dfc5c-bbab-41bc-b010-3ff888431172', 'x-ms-correlation-request-id', - '11b1af75-bec1-46e8-8e89-be49ff5d2bf8', + '3a0dfc5c-bbab-41bc-b010-3ff888431172', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034322Z:11b1af75-bec1-46e8-8e89-be49ff5d2bf8', + 'SOUTHEASTASIA:20211111T084703Z:3a0dfc5c-bbab-41bc-b010-3ff888431172', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:21 GMT' + 'Thu, 11 Nov 2021 08:47:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -493,21 +4021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11990', + '11204', 'x-ms-request-id', - '69ba8103-34ca-4580-82d9-4f552c6d36b5', + 'a64594f3-d5d4-42c1-808e-36ece2044235', 'x-ms-correlation-request-id', - '69ba8103-34ca-4580-82d9-4f552c6d36b5', + 'a64594f3-d5d4-42c1-808e-36ece2044235', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034324Z:69ba8103-34ca-4580-82d9-4f552c6d36b5', + 'SOUTHEASTASIA:20211111T084706Z:a64594f3-d5d4-42c1-808e-36ece2044235', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:23 GMT' + 'Thu, 11 Nov 2021 08:47:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -529,21 +4057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11989', + '11203', 'x-ms-request-id', - '54eda352-8e42-44c7-ad6c-e0d36d0d6076', + 'c33f074f-01c8-429c-b615-b5960b30d4b6', 'x-ms-correlation-request-id', - '54eda352-8e42-44c7-ad6c-e0d36d0d6076', + 'c33f074f-01c8-429c-b615-b5960b30d4b6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034326Z:54eda352-8e42-44c7-ad6c-e0d36d0d6076', + 'SOUTHEASTASIA:20211111T084708Z:c33f074f-01c8-429c-b615-b5960b30d4b6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:26 GMT' + 'Thu, 11 Nov 2021 08:47:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -565,21 +4093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11988', + '11202', 'x-ms-request-id', - '3f2aaead-e960-4d05-b5d2-3a0e5ebcf1e1', + '5cf397ba-6200-44f9-aeec-3977d10e5b7c', 'x-ms-correlation-request-id', - '3f2aaead-e960-4d05-b5d2-3a0e5ebcf1e1', + '5cf397ba-6200-44f9-aeec-3977d10e5b7c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034329Z:3f2aaead-e960-4d05-b5d2-3a0e5ebcf1e1', + 'SOUTHEASTASIA:20211111T084710Z:5cf397ba-6200-44f9-aeec-3977d10e5b7c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:28 GMT' + 'Thu, 11 Nov 2021 08:47:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -601,21 +4129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11987', + '11201', 'x-ms-request-id', - '1022b5df-6c2e-4993-8aca-297d6e78b3b9', + '0ab7b4af-5bec-451e-ac70-2d91b4faed7a', 'x-ms-correlation-request-id', - '1022b5df-6c2e-4993-8aca-297d6e78b3b9', + '0ab7b4af-5bec-451e-ac70-2d91b4faed7a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034331Z:1022b5df-6c2e-4993-8aca-297d6e78b3b9', + 'SOUTHEASTASIA:20211111T084713Z:0ab7b4af-5bec-451e-ac70-2d91b4faed7a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:30 GMT' + 'Thu, 11 Nov 2021 08:47:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -637,21 +4165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11986', + '11200', 'x-ms-request-id', - '857fec0b-a8f2-4533-afab-f3624f046f86', + '6bdfea49-b965-4434-b6a5-4f49bc23cc4d', 'x-ms-correlation-request-id', - '857fec0b-a8f2-4533-afab-f3624f046f86', + '6bdfea49-b965-4434-b6a5-4f49bc23cc4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034333Z:857fec0b-a8f2-4533-afab-f3624f046f86', + 'SOUTHEASTASIA:20211111T084715Z:6bdfea49-b965-4434-b6a5-4f49bc23cc4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:33 GMT' + 'Thu, 11 Nov 2021 08:47:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -673,21 +4201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11985', + '11199', 'x-ms-request-id', - '474ade0d-12a5-40e4-b1e5-7acb2b47b6a0', + 'cd48a4b0-7b30-4bf0-9098-618166efea6c', 'x-ms-correlation-request-id', - '474ade0d-12a5-40e4-b1e5-7acb2b47b6a0', + 'cd48a4b0-7b30-4bf0-9098-618166efea6c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034336Z:474ade0d-12a5-40e4-b1e5-7acb2b47b6a0', + 'SOUTHEASTASIA:20211111T084717Z:cd48a4b0-7b30-4bf0-9098-618166efea6c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:35 GMT' + 'Thu, 11 Nov 2021 08:47:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -709,21 +4237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11984', + '11198', 'x-ms-request-id', - 'dcedc255-a485-46b6-93cd-1161d83a50d3', + 'f9200af7-4011-47b2-bd1e-b38eddf2f698', 'x-ms-correlation-request-id', - 'dcedc255-a485-46b6-93cd-1161d83a50d3', + 'f9200af7-4011-47b2-bd1e-b38eddf2f698', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034338Z:dcedc255-a485-46b6-93cd-1161d83a50d3', + 'SOUTHEASTASIA:20211111T084720Z:f9200af7-4011-47b2-bd1e-b38eddf2f698', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:37 GMT' + 'Thu, 11 Nov 2021 08:47:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -745,21 +4273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11983', + '11197', 'x-ms-request-id', - 'd738cd72-b3e1-43b2-acc8-0d2b53dd5ff1', + '4e359569-c845-4048-af6b-4f43ee3f9a7b', 'x-ms-correlation-request-id', - 'd738cd72-b3e1-43b2-acc8-0d2b53dd5ff1', + '4e359569-c845-4048-af6b-4f43ee3f9a7b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034340Z:d738cd72-b3e1-43b2-acc8-0d2b53dd5ff1', + 'SOUTHEASTASIA:20211111T084723Z:4e359569-c845-4048-af6b-4f43ee3f9a7b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:40 GMT' + 'Thu, 11 Nov 2021 08:47:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -781,21 +4309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11982', + '11196', 'x-ms-request-id', - 'ec8a8544-66b7-4a6a-ae16-e8634d969536', + 'f5ad9c95-2d60-43b3-a224-5fbd5187eb68', 'x-ms-correlation-request-id', - 'ec8a8544-66b7-4a6a-ae16-e8634d969536', + 'f5ad9c95-2d60-43b3-a224-5fbd5187eb68', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034343Z:ec8a8544-66b7-4a6a-ae16-e8634d969536', + 'SOUTHEASTASIA:20211111T084725Z:f5ad9c95-2d60-43b3-a224-5fbd5187eb68', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:42 GMT' + 'Thu, 11 Nov 2021 08:47:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -817,21 +4345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11981', + '11195', 'x-ms-request-id', - '0bd20d54-957c-485a-87c6-35a81209208d', + 'b2b07680-02e3-480e-a963-7b5ccfb43b65', 'x-ms-correlation-request-id', - '0bd20d54-957c-485a-87c6-35a81209208d', + 'b2b07680-02e3-480e-a963-7b5ccfb43b65', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034345Z:0bd20d54-957c-485a-87c6-35a81209208d', + 'SOUTHEASTASIA:20211111T084727Z:b2b07680-02e3-480e-a963-7b5ccfb43b65', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:44 GMT' + 'Thu, 11 Nov 2021 08:47:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -853,21 +4381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11980', + '11194', 'x-ms-request-id', - '50aad1f0-168f-4c7c-aadd-6d92110da67d', + 'ff7c99a2-140c-42db-bdaa-6835753a9e5c', 'x-ms-correlation-request-id', - '50aad1f0-168f-4c7c-aadd-6d92110da67d', + 'ff7c99a2-140c-42db-bdaa-6835753a9e5c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034347Z:50aad1f0-168f-4c7c-aadd-6d92110da67d', + 'SOUTHEASTASIA:20211111T084730Z:ff7c99a2-140c-42db-bdaa-6835753a9e5c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:46 GMT' + 'Thu, 11 Nov 2021 08:47:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -889,21 +4417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11979', + '11193', 'x-ms-request-id', - 'fda0e020-74f9-4394-9da6-10b04fd2a912', + '15838056-d7f7-4348-b0b5-e43ece7bc620', 'x-ms-correlation-request-id', - 'fda0e020-74f9-4394-9da6-10b04fd2a912', + '15838056-d7f7-4348-b0b5-e43ece7bc620', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034350Z:fda0e020-74f9-4394-9da6-10b04fd2a912', + 'SOUTHEASTASIA:20211111T084733Z:15838056-d7f7-4348-b0b5-e43ece7bc620', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:49 GMT' + 'Thu, 11 Nov 2021 08:47:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -925,21 +4453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11978', + '11192', 'x-ms-request-id', - '97d055e5-c340-4b53-9574-d70b88254c42', + 'a2632323-24e5-4c49-8aca-4a1c1df352b5', 'x-ms-correlation-request-id', - '97d055e5-c340-4b53-9574-d70b88254c42', + 'a2632323-24e5-4c49-8aca-4a1c1df352b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034352Z:97d055e5-c340-4b53-9574-d70b88254c42', + 'SOUTHEASTASIA:20211111T084735Z:a2632323-24e5-4c49-8aca-4a1c1df352b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:51 GMT' + 'Thu, 11 Nov 2021 08:47:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -961,21 +4489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11977', + '11191', 'x-ms-request-id', - '00a67dad-a10b-41da-a5d3-a7913c364849', + 'b04c9047-fd84-404b-a38e-6c935c4cc2dc', 'x-ms-correlation-request-id', - '00a67dad-a10b-41da-a5d3-a7913c364849', + 'b04c9047-fd84-404b-a38e-6c935c4cc2dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034354Z:00a67dad-a10b-41da-a5d3-a7913c364849', + 'SOUTHEASTASIA:20211111T084738Z:b04c9047-fd84-404b-a38e-6c935c4cc2dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:53 GMT' + 'Thu, 11 Nov 2021 08:47:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -997,21 +4525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11976', + '11190', 'x-ms-request-id', - 'dc7ccf82-64df-4ffe-b295-1512ab0c90f1', + '0c4f5f31-b540-4b0b-ba07-855c1f2b7f2c', 'x-ms-correlation-request-id', - 'dc7ccf82-64df-4ffe-b295-1512ab0c90f1', + '0c4f5f31-b540-4b0b-ba07-855c1f2b7f2c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034357Z:dc7ccf82-64df-4ffe-b295-1512ab0c90f1', + 'SOUTHEASTASIA:20211111T084741Z:0c4f5f31-b540-4b0b-ba07-855c1f2b7f2c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:56 GMT' + 'Thu, 11 Nov 2021 08:47:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1033,21 +4561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11975', + '11189', 'x-ms-request-id', - '7177088e-ddc2-4a93-b3bb-aaf0572210df', + 'e4eba930-9567-4a3e-b2ed-c4fd5de2a0eb', 'x-ms-correlation-request-id', - '7177088e-ddc2-4a93-b3bb-aaf0572210df', + 'e4eba930-9567-4a3e-b2ed-c4fd5de2a0eb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034359Z:7177088e-ddc2-4a93-b3bb-aaf0572210df', + 'SOUTHEASTASIA:20211111T084743Z:e4eba930-9567-4a3e-b2ed-c4fd5de2a0eb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:43:58 GMT' + 'Thu, 11 Nov 2021 08:47:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1069,21 +4597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11974', + '11188', 'x-ms-request-id', - 'dc4f3a13-ffab-42a0-9263-cdc1c3ee4853', + 'acf87cac-27d1-4b5d-a046-d3935b051ac3', 'x-ms-correlation-request-id', - 'dc4f3a13-ffab-42a0-9263-cdc1c3ee4853', + 'acf87cac-27d1-4b5d-a046-d3935b051ac3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034401Z:dc4f3a13-ffab-42a0-9263-cdc1c3ee4853', + 'SOUTHEASTASIA:20211111T084746Z:acf87cac-27d1-4b5d-a046-d3935b051ac3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:01 GMT' + 'Thu, 11 Nov 2021 08:47:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1105,21 +4633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11973', + '11187', 'x-ms-request-id', - 'e52c2873-a157-4a78-a64a-38a78fdd406d', + '6d1a3a91-878b-4a9e-84e8-02357fe098a0', 'x-ms-correlation-request-id', - 'e52c2873-a157-4a78-a64a-38a78fdd406d', + '6d1a3a91-878b-4a9e-84e8-02357fe098a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034404Z:e52c2873-a157-4a78-a64a-38a78fdd406d', + 'SOUTHEASTASIA:20211111T084748Z:6d1a3a91-878b-4a9e-84e8-02357fe098a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:04 GMT' + 'Thu, 11 Nov 2021 08:47:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1141,21 +4669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11972', + '11186', 'x-ms-request-id', - '5a64d17e-5b22-4bf0-a408-8d12b6884364', + 'b31b57eb-f59f-4814-b448-51461c554130', 'x-ms-correlation-request-id', - '5a64d17e-5b22-4bf0-a408-8d12b6884364', + 'b31b57eb-f59f-4814-b448-51461c554130', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034406Z:5a64d17e-5b22-4bf0-a408-8d12b6884364', + 'SOUTHEASTASIA:20211111T084750Z:b31b57eb-f59f-4814-b448-51461c554130', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:06 GMT' + 'Thu, 11 Nov 2021 08:47:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1177,21 +4705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11971', + '11185', 'x-ms-request-id', - '411023c9-6759-4605-acca-437abd562968', + 'a68bb901-c291-4965-ae76-e57566894695', 'x-ms-correlation-request-id', - '411023c9-6759-4605-acca-437abd562968', + 'a68bb901-c291-4965-ae76-e57566894695', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034408Z:411023c9-6759-4605-acca-437abd562968', + 'SOUTHEASTASIA:20211111T084753Z:a68bb901-c291-4965-ae76-e57566894695', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:08 GMT' + 'Thu, 11 Nov 2021 08:47:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1213,21 +4741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11970', + '11184', 'x-ms-request-id', - '15a6937d-d8e0-42ff-9c69-010472551f48', + '7c4d5b73-5979-4f27-8db8-a3c8745dbf14', 'x-ms-correlation-request-id', - '15a6937d-d8e0-42ff-9c69-010472551f48', + '7c4d5b73-5979-4f27-8db8-a3c8745dbf14', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034411Z:15a6937d-d8e0-42ff-9c69-010472551f48', + 'SOUTHEASTASIA:20211111T084755Z:7c4d5b73-5979-4f27-8db8-a3c8745dbf14', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:11 GMT' + 'Thu, 11 Nov 2021 08:47:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1249,21 +4777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11969', + '11183', 'x-ms-request-id', - '62ef97f6-802c-4267-9d50-bf326704d4ee', + 'e9a85738-f006-4520-9cd5-87e45b593078', 'x-ms-correlation-request-id', - '62ef97f6-802c-4267-9d50-bf326704d4ee', + 'e9a85738-f006-4520-9cd5-87e45b593078', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034413Z:62ef97f6-802c-4267-9d50-bf326704d4ee', + 'SOUTHEASTASIA:20211111T084757Z:e9a85738-f006-4520-9cd5-87e45b593078', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:13 GMT' + 'Thu, 11 Nov 2021 08:47:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1285,21 +4813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11968', + '11182', 'x-ms-request-id', - '8f436a82-e5ea-4457-8147-3cf11ced888c', + 'a22afd89-99e8-429c-93cf-75e19056492b', 'x-ms-correlation-request-id', - '8f436a82-e5ea-4457-8147-3cf11ced888c', + 'a22afd89-99e8-429c-93cf-75e19056492b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034415Z:8f436a82-e5ea-4457-8147-3cf11ced888c', + 'SOUTHEASTASIA:20211111T084800Z:a22afd89-99e8-429c-93cf-75e19056492b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:15 GMT' + 'Thu, 11 Nov 2021 08:47:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1321,21 +4849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11967', + '11181', 'x-ms-request-id', - '3782c263-45f1-454f-b79c-9b5ec3fe96b8', + '71255d80-2828-4dfa-b749-c2fb13bd85c6', 'x-ms-correlation-request-id', - '3782c263-45f1-454f-b79c-9b5ec3fe96b8', + '71255d80-2828-4dfa-b749-c2fb13bd85c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034418Z:3782c263-45f1-454f-b79c-9b5ec3fe96b8', + 'SOUTHEASTASIA:20211111T084802Z:71255d80-2828-4dfa-b749-c2fb13bd85c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:17 GMT' + 'Thu, 11 Nov 2021 08:48:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1357,21 +4885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11966', + '11180', 'x-ms-request-id', - '3914eef6-91aa-4fc5-8e76-5efb6cfefed8', + '2cb79253-b84e-454b-9d05-e3c49c2b3f26', 'x-ms-correlation-request-id', - '3914eef6-91aa-4fc5-8e76-5efb6cfefed8', + '2cb79253-b84e-454b-9d05-e3c49c2b3f26', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034420Z:3914eef6-91aa-4fc5-8e76-5efb6cfefed8', + 'SOUTHEASTASIA:20211111T084804Z:2cb79253-b84e-454b-9d05-e3c49c2b3f26', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:20 GMT' + 'Thu, 11 Nov 2021 08:48:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1393,21 +4921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11965', + '11179', 'x-ms-request-id', - '27ea06bc-94c1-4815-aedc-7b910ad5a68d', + '101d7c89-7424-4c25-bc0f-bba62d3a6eed', 'x-ms-correlation-request-id', - '27ea06bc-94c1-4815-aedc-7b910ad5a68d', + '101d7c89-7424-4c25-bc0f-bba62d3a6eed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034422Z:27ea06bc-94c1-4815-aedc-7b910ad5a68d', + 'SOUTHEASTASIA:20211111T084807Z:101d7c89-7424-4c25-bc0f-bba62d3a6eed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:22 GMT' + 'Thu, 11 Nov 2021 08:48:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1429,21 +4957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11964', + '11178', 'x-ms-request-id', - '8a1ebc58-6e73-45fc-8a25-36ea1a8a1213', + 'd8ae3120-f504-48b0-b58f-0926b2f11af7', 'x-ms-correlation-request-id', - '8a1ebc58-6e73-45fc-8a25-36ea1a8a1213', + 'd8ae3120-f504-48b0-b58f-0926b2f11af7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034425Z:8a1ebc58-6e73-45fc-8a25-36ea1a8a1213', + 'SOUTHEASTASIA:20211111T084809Z:d8ae3120-f504-48b0-b58f-0926b2f11af7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:24 GMT' + 'Thu, 11 Nov 2021 08:48:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1465,21 +4993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11963', + '11177', 'x-ms-request-id', - '16202f14-f48f-4e25-9749-54663c0ab997', + '57b63040-45a2-4d2d-b1ea-d03feec7b3bc', 'x-ms-correlation-request-id', - '16202f14-f48f-4e25-9749-54663c0ab997', + '57b63040-45a2-4d2d-b1ea-d03feec7b3bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034427Z:16202f14-f48f-4e25-9749-54663c0ab997', + 'SOUTHEASTASIA:20211111T084811Z:57b63040-45a2-4d2d-b1ea-d03feec7b3bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:27 GMT' + 'Thu, 11 Nov 2021 08:48:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1501,21 +5029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11962', + '11176', 'x-ms-request-id', - 'ef62f830-0e7c-42e4-964e-0f5d7e566668', + 'fb115269-da45-4aae-95a6-caf30990fd67', 'x-ms-correlation-request-id', - 'ef62f830-0e7c-42e4-964e-0f5d7e566668', + 'fb115269-da45-4aae-95a6-caf30990fd67', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034429Z:ef62f830-0e7c-42e4-964e-0f5d7e566668', + 'SOUTHEASTASIA:20211111T084814Z:fb115269-da45-4aae-95a6-caf30990fd67', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:29 GMT' + 'Thu, 11 Nov 2021 08:48:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1537,21 +5065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11961', + '11175', 'x-ms-request-id', - '662c61ad-a7c5-4b6b-9f4a-1e0e67434c57', + 'fc15f8e7-6c99-4fab-b4fc-7411af635723', 'x-ms-correlation-request-id', - '662c61ad-a7c5-4b6b-9f4a-1e0e67434c57', + 'fc15f8e7-6c99-4fab-b4fc-7411af635723', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034432Z:662c61ad-a7c5-4b6b-9f4a-1e0e67434c57', + 'SOUTHEASTASIA:20211111T084817Z:fc15f8e7-6c99-4fab-b4fc-7411af635723', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:31 GMT' + 'Thu, 11 Nov 2021 08:48:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1573,21 +5101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11960', + '11174', 'x-ms-request-id', - '99eb1e71-a141-40ed-aa2d-1b9549277247', + 'bc48f1af-70c7-4c12-b95f-cb92721bbfd3', 'x-ms-correlation-request-id', - '99eb1e71-a141-40ed-aa2d-1b9549277247', + 'bc48f1af-70c7-4c12-b95f-cb92721bbfd3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034434Z:99eb1e71-a141-40ed-aa2d-1b9549277247', + 'SOUTHEASTASIA:20211111T084820Z:bc48f1af-70c7-4c12-b95f-cb92721bbfd3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:34 GMT' + 'Thu, 11 Nov 2021 08:48:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1609,21 +5137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11959', + '11173', 'x-ms-request-id', - '99579d2c-ba9e-48d6-b0f2-6ac3ee7923b1', + '8049acf5-a2b2-40de-b876-c8db96a6ef61', 'x-ms-correlation-request-id', - '99579d2c-ba9e-48d6-b0f2-6ac3ee7923b1', + '8049acf5-a2b2-40de-b876-c8db96a6ef61', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034436Z:99579d2c-ba9e-48d6-b0f2-6ac3ee7923b1', + 'SOUTHEASTASIA:20211111T084823Z:8049acf5-a2b2-40de-b876-c8db96a6ef61', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:36 GMT' + 'Thu, 11 Nov 2021 08:48:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1645,21 +5173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11958', + '11172', 'x-ms-request-id', - '6b77ff23-8762-404a-9f5f-06fd0654cdf3', + 'f5b3c359-737d-4500-bab8-f5aaf3260578', 'x-ms-correlation-request-id', - '6b77ff23-8762-404a-9f5f-06fd0654cdf3', + 'f5b3c359-737d-4500-bab8-f5aaf3260578', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034439Z:6b77ff23-8762-404a-9f5f-06fd0654cdf3', + 'SOUTHEASTASIA:20211111T084825Z:f5b3c359-737d-4500-bab8-f5aaf3260578', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:38 GMT' + 'Thu, 11 Nov 2021 08:48:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1681,21 +5209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11957', + '11171', 'x-ms-request-id', - '6a2762c0-65a4-4944-9e1b-00b545b8bbd0', + '24a141cb-22e3-4cd5-a25b-8e3c5b784262', 'x-ms-correlation-request-id', - '6a2762c0-65a4-4944-9e1b-00b545b8bbd0', + '24a141cb-22e3-4cd5-a25b-8e3c5b784262', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034441Z:6a2762c0-65a4-4944-9e1b-00b545b8bbd0', + 'SOUTHEASTASIA:20211111T084828Z:24a141cb-22e3-4cd5-a25b-8e3c5b784262', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:41 GMT' + 'Thu, 11 Nov 2021 08:48:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1717,21 +5245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11956', + '11170', 'x-ms-request-id', - 'cc377f9b-458a-4619-a721-774e91da8917', + '1e463d0a-f823-443d-955e-2c50126fd0b1', 'x-ms-correlation-request-id', - 'cc377f9b-458a-4619-a721-774e91da8917', + '1e463d0a-f823-443d-955e-2c50126fd0b1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034443Z:cc377f9b-458a-4619-a721-774e91da8917', + 'SOUTHEASTASIA:20211111T084831Z:1e463d0a-f823-443d-955e-2c50126fd0b1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:43 GMT' + 'Thu, 11 Nov 2021 08:48:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1753,21 +5281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11955', + '11169', 'x-ms-request-id', - 'd7916ebb-0b0d-415e-8e4f-cd5e064d4f9b', + 'c5decc13-eba9-4286-a50f-c8df3b42c64c', 'x-ms-correlation-request-id', - 'd7916ebb-0b0d-415e-8e4f-cd5e064d4f9b', + 'c5decc13-eba9-4286-a50f-c8df3b42c64c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034445Z:d7916ebb-0b0d-415e-8e4f-cd5e064d4f9b', + 'SOUTHEASTASIA:20211111T084833Z:c5decc13-eba9-4286-a50f-c8df3b42c64c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:45 GMT' + 'Thu, 11 Nov 2021 08:48:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1789,21 +5317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11954', + '11168', 'x-ms-request-id', - '93b0fffb-ed55-4dc5-978b-7dcd1bb655c2', + '184016a9-ae10-46e3-86b4-979f8fd621ad', 'x-ms-correlation-request-id', - '93b0fffb-ed55-4dc5-978b-7dcd1bb655c2', + '184016a9-ae10-46e3-86b4-979f8fd621ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034448Z:93b0fffb-ed55-4dc5-978b-7dcd1bb655c2', + 'SOUTHEASTASIA:20211111T084836Z:184016a9-ae10-46e3-86b4-979f8fd621ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:48 GMT' + 'Thu, 11 Nov 2021 08:48:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1825,21 +5353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11953', + '11167', 'x-ms-request-id', - '808b0da9-089c-4d20-b083-0f20bc46df48', + '9fe883a8-46a6-4db8-95a4-3e7b8182092c', 'x-ms-correlation-request-id', - '808b0da9-089c-4d20-b083-0f20bc46df48', + '9fe883a8-46a6-4db8-95a4-3e7b8182092c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034450Z:808b0da9-089c-4d20-b083-0f20bc46df48', + 'SOUTHEASTASIA:20211111T084839Z:9fe883a8-46a6-4db8-95a4-3e7b8182092c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:50 GMT' + 'Thu, 11 Nov 2021 08:48:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1861,21 +5389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11952', + '11166', 'x-ms-request-id', - 'ecba03c2-1c40-4302-9318-bd608413a326', + '545bf63b-12a3-480f-9132-a7bd1cefb41a', 'x-ms-correlation-request-id', - 'ecba03c2-1c40-4302-9318-bd608413a326', + '545bf63b-12a3-480f-9132-a7bd1cefb41a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034452Z:ecba03c2-1c40-4302-9318-bd608413a326', + 'SOUTHEASTASIA:20211111T084842Z:545bf63b-12a3-480f-9132-a7bd1cefb41a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:52 GMT' + 'Thu, 11 Nov 2021 08:48:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1897,21 +5425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11951', + '11165', 'x-ms-request-id', - 'fcae35f0-eb42-4953-ba4e-185bc65c5751', + '81692270-54f8-455a-b04b-1d6e41d03281', 'x-ms-correlation-request-id', - 'fcae35f0-eb42-4953-ba4e-185bc65c5751', + '81692270-54f8-455a-b04b-1d6e41d03281', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034455Z:fcae35f0-eb42-4953-ba4e-185bc65c5751', + 'SOUTHEASTASIA:20211111T084845Z:81692270-54f8-455a-b04b-1d6e41d03281', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:54 GMT' + 'Thu, 11 Nov 2021 08:48:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1933,21 +5461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11950', + '11164', 'x-ms-request-id', - 'e79ea035-ba2e-4ea4-baa2-83cd049c0736', + 'bcffe1ff-bc97-4d9c-897b-ac044c37b0df', 'x-ms-correlation-request-id', - 'e79ea035-ba2e-4ea4-baa2-83cd049c0736', + 'bcffe1ff-bc97-4d9c-897b-ac044c37b0df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034457Z:e79ea035-ba2e-4ea4-baa2-83cd049c0736', + 'SOUTHEASTASIA:20211111T084848Z:bcffe1ff-bc97-4d9c-897b-ac044c37b0df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:57 GMT' + 'Thu, 11 Nov 2021 08:48:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -1969,21 +5497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11949', + '11163', 'x-ms-request-id', - 'bd4856ae-3819-43c7-9b79-3cbb4f1cdfab', + '14b5fd6e-2c76-4d3c-b83f-de69ec8c1fe8', 'x-ms-correlation-request-id', - 'bd4856ae-3819-43c7-9b79-3cbb4f1cdfab', + '14b5fd6e-2c76-4d3c-b83f-de69ec8c1fe8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034459Z:bd4856ae-3819-43c7-9b79-3cbb4f1cdfab', + 'SOUTHEASTASIA:20211111T084850Z:14b5fd6e-2c76-4d3c-b83f-de69ec8c1fe8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:44:59 GMT' + 'Thu, 11 Nov 2021 08:48:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2005,21 +5533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11948', + '11162', 'x-ms-request-id', - 'c011d57d-af03-4ffc-bfcc-dfad6f883c9c', + '3a2a8fc7-956f-4908-8d60-dbac8f126794', 'x-ms-correlation-request-id', - 'c011d57d-af03-4ffc-bfcc-dfad6f883c9c', + '3a2a8fc7-956f-4908-8d60-dbac8f126794', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034502Z:c011d57d-af03-4ffc-bfcc-dfad6f883c9c', + 'SOUTHEASTASIA:20211111T084852Z:3a2a8fc7-956f-4908-8d60-dbac8f126794', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:01 GMT' + 'Thu, 11 Nov 2021 08:48:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2041,21 +5569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11947', + '11161', 'x-ms-request-id', - '23ac49bd-21dc-4751-8915-e6c815b6c8f1', + '4b549dae-f40b-44e2-9920-9e4ab0fb5412', 'x-ms-correlation-request-id', - '23ac49bd-21dc-4751-8915-e6c815b6c8f1', + '4b549dae-f40b-44e2-9920-9e4ab0fb5412', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034504Z:23ac49bd-21dc-4751-8915-e6c815b6c8f1', + 'SOUTHEASTASIA:20211111T084854Z:4b549dae-f40b-44e2-9920-9e4ab0fb5412', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:04 GMT' + 'Thu, 11 Nov 2021 08:48:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2077,21 +5605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11946', + '11160', 'x-ms-request-id', - '70b44f77-68ef-415b-bbb4-6c7eea707058', + '9da17f77-2206-45f7-9604-0d597d9685df', 'x-ms-correlation-request-id', - '70b44f77-68ef-415b-bbb4-6c7eea707058', + '9da17f77-2206-45f7-9604-0d597d9685df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034506Z:70b44f77-68ef-415b-bbb4-6c7eea707058', + 'SOUTHEASTASIA:20211111T084857Z:9da17f77-2206-45f7-9604-0d597d9685df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:06 GMT' + 'Thu, 11 Nov 2021 08:48:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2113,21 +5641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11945', + '11159', 'x-ms-request-id', - '0dd3b766-7bcf-497a-9828-43eeeb8ebacd', + 'e1a3c3dc-5bf8-4c49-802e-af54bec9fc81', 'x-ms-correlation-request-id', - '0dd3b766-7bcf-497a-9828-43eeeb8ebacd', + 'e1a3c3dc-5bf8-4c49-802e-af54bec9fc81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034509Z:0dd3b766-7bcf-497a-9828-43eeeb8ebacd', + 'SOUTHEASTASIA:20211111T084859Z:e1a3c3dc-5bf8-4c49-802e-af54bec9fc81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:08 GMT' + 'Thu, 11 Nov 2021 08:48:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2149,21 +5677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11944', + '11158', 'x-ms-request-id', - '6b400546-72f5-42ec-aaa9-25f9be3bca8a', + 'f5b371c4-acf7-460c-a20b-1ff08fc3dcd2', 'x-ms-correlation-request-id', - '6b400546-72f5-42ec-aaa9-25f9be3bca8a', + 'f5b371c4-acf7-460c-a20b-1ff08fc3dcd2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034511Z:6b400546-72f5-42ec-aaa9-25f9be3bca8a', + 'SOUTHEASTASIA:20211111T084901Z:f5b371c4-acf7-460c-a20b-1ff08fc3dcd2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:11 GMT' + 'Thu, 11 Nov 2021 08:49:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2185,21 +5713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11943', + '11157', 'x-ms-request-id', - '83f92397-d58d-44b6-a87b-4596ca8b3c47', + 'a5460f70-67ed-46f3-9afc-19e89183a923', 'x-ms-correlation-request-id', - '83f92397-d58d-44b6-a87b-4596ca8b3c47', + 'a5460f70-67ed-46f3-9afc-19e89183a923', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034513Z:83f92397-d58d-44b6-a87b-4596ca8b3c47', + 'SOUTHEASTASIA:20211111T084904Z:a5460f70-67ed-46f3-9afc-19e89183a923', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:13 GMT' + 'Thu, 11 Nov 2021 08:49:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2221,21 +5749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11942', + '11156', 'x-ms-request-id', - 'dc0cdac2-99aa-4a67-a769-6cd96b9a16fd', + '6933e43b-3278-4b0a-b967-518e74086a34', 'x-ms-correlation-request-id', - 'dc0cdac2-99aa-4a67-a769-6cd96b9a16fd', + '6933e43b-3278-4b0a-b967-518e74086a34', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034516Z:dc0cdac2-99aa-4a67-a769-6cd96b9a16fd', + 'SOUTHEASTASIA:20211111T084906Z:6933e43b-3278-4b0a-b967-518e74086a34', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:15 GMT' + 'Thu, 11 Nov 2021 08:49:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2257,21 +5785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11941', + '11155', 'x-ms-request-id', - '2882c2da-fc1b-4169-a490-4cf095c76dfb', + 'f3ccc63f-dae4-4fcc-ab07-fe4fa3e09df3', 'x-ms-correlation-request-id', - '2882c2da-fc1b-4169-a490-4cf095c76dfb', + 'f3ccc63f-dae4-4fcc-ab07-fe4fa3e09df3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034518Z:2882c2da-fc1b-4169-a490-4cf095c76dfb', + 'SOUTHEASTASIA:20211111T084908Z:f3ccc63f-dae4-4fcc-ab07-fe4fa3e09df3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:18 GMT' + 'Thu, 11 Nov 2021 08:49:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2293,21 +5821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11940', + '11154', 'x-ms-request-id', - '380dacbf-5e77-4663-9d87-661f5b45ddcc', + '51b4b0f6-a270-4e5f-bd58-c0ab1ac025df', 'x-ms-correlation-request-id', - '380dacbf-5e77-4663-9d87-661f5b45ddcc', + '51b4b0f6-a270-4e5f-bd58-c0ab1ac025df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034520Z:380dacbf-5e77-4663-9d87-661f5b45ddcc', + 'SOUTHEASTASIA:20211111T084911Z:51b4b0f6-a270-4e5f-bd58-c0ab1ac025df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:20 GMT' + 'Thu, 11 Nov 2021 08:49:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2329,21 +5857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11939', + '11153', 'x-ms-request-id', - 'bad22bbf-872a-4684-aaf5-ec78ca0c25ff', + '58553e6a-31f2-4c7f-8650-d11a94247acd', 'x-ms-correlation-request-id', - 'bad22bbf-872a-4684-aaf5-ec78ca0c25ff', + '58553e6a-31f2-4c7f-8650-d11a94247acd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034523Z:bad22bbf-872a-4684-aaf5-ec78ca0c25ff', + 'SOUTHEASTASIA:20211111T084913Z:58553e6a-31f2-4c7f-8650-d11a94247acd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:22 GMT' + 'Thu, 11 Nov 2021 08:49:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2365,21 +5893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11938', + '11152', 'x-ms-request-id', - '73b096f7-5290-46a7-a7be-568728355cd2', + '6045fc19-f760-4da7-919e-601b1df209db', 'x-ms-correlation-request-id', - '73b096f7-5290-46a7-a7be-568728355cd2', + '6045fc19-f760-4da7-919e-601b1df209db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034525Z:73b096f7-5290-46a7-a7be-568728355cd2', + 'SOUTHEASTASIA:20211111T084915Z:6045fc19-f760-4da7-919e-601b1df209db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:25 GMT' + 'Thu, 11 Nov 2021 08:49:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2401,21 +5929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11937', + '11151', 'x-ms-request-id', - '475ee793-d3ac-4f48-91ab-21ffbc1c6d5a', + 'df3d4959-6051-4589-9186-ad415ee5dc2c', 'x-ms-correlation-request-id', - '475ee793-d3ac-4f48-91ab-21ffbc1c6d5a', + 'df3d4959-6051-4589-9186-ad415ee5dc2c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034527Z:475ee793-d3ac-4f48-91ab-21ffbc1c6d5a', + 'SOUTHEASTASIA:20211111T084918Z:df3d4959-6051-4589-9186-ad415ee5dc2c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:27 GMT' + 'Thu, 11 Nov 2021 08:49:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2437,21 +5965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11936', + '11150', 'x-ms-request-id', - '79424b71-1818-4b6b-8eba-ab30a420d2aa', + '17e903a4-71c1-4cbb-a52d-97489d58aee7', 'x-ms-correlation-request-id', - '79424b71-1818-4b6b-8eba-ab30a420d2aa', + '17e903a4-71c1-4cbb-a52d-97489d58aee7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034530Z:79424b71-1818-4b6b-8eba-ab30a420d2aa', + 'SOUTHEASTASIA:20211111T084920Z:17e903a4-71c1-4cbb-a52d-97489d58aee7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:29 GMT' + 'Thu, 11 Nov 2021 08:49:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2473,21 +6001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11935', + '11149', 'x-ms-request-id', - '4cd13172-f142-4fc4-ba01-28bafad5dcaf', + '04eb8cef-fd30-4009-983d-083a79e71bf7', 'x-ms-correlation-request-id', - '4cd13172-f142-4fc4-ba01-28bafad5dcaf', + '04eb8cef-fd30-4009-983d-083a79e71bf7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034532Z:4cd13172-f142-4fc4-ba01-28bafad5dcaf', + 'SOUTHEASTASIA:20211111T084922Z:04eb8cef-fd30-4009-983d-083a79e71bf7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:31 GMT' + 'Thu, 11 Nov 2021 08:49:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2509,21 +6037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11934', + '11148', 'x-ms-request-id', - 'bced5506-f841-4559-a7b4-4b66502bc0c0', + '01cd6113-db17-410a-9f07-3da43b909b11', 'x-ms-correlation-request-id', - 'bced5506-f841-4559-a7b4-4b66502bc0c0', + '01cd6113-db17-410a-9f07-3da43b909b11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034534Z:bced5506-f841-4559-a7b4-4b66502bc0c0', + 'SOUTHEASTASIA:20211111T084925Z:01cd6113-db17-410a-9f07-3da43b909b11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:34 GMT' + 'Thu, 11 Nov 2021 08:49:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2545,21 +6073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11933', + '11147', 'x-ms-request-id', - '12cf8851-dc15-43e7-a0f6-32e2e80061a9', + 'bb43ed42-c870-4c36-82df-701156cd655b', 'x-ms-correlation-request-id', - '12cf8851-dc15-43e7-a0f6-32e2e80061a9', + 'bb43ed42-c870-4c36-82df-701156cd655b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034537Z:12cf8851-dc15-43e7-a0f6-32e2e80061a9', + 'SOUTHEASTASIA:20211111T084927Z:bb43ed42-c870-4c36-82df-701156cd655b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:36 GMT' + 'Thu, 11 Nov 2021 08:49:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2581,21 +6109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11932', + '11146', 'x-ms-request-id', - 'dadf6d75-0109-4af1-b545-14efa93bf6cf', + 'dbd17df9-77d3-42db-a3b7-c997823fab8c', 'x-ms-correlation-request-id', - 'dadf6d75-0109-4af1-b545-14efa93bf6cf', + 'dbd17df9-77d3-42db-a3b7-c997823fab8c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034539Z:dadf6d75-0109-4af1-b545-14efa93bf6cf', + 'SOUTHEASTASIA:20211111T084929Z:dbd17df9-77d3-42db-a3b7-c997823fab8c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:38 GMT' + 'Thu, 11 Nov 2021 08:49:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2617,21 +6145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11931', + '11145', 'x-ms-request-id', - 'a255687d-630c-4d7f-9a14-2fa4e8c75cfd', + '35bba55e-185b-4978-a1fb-a4ae5155346c', 'x-ms-correlation-request-id', - 'a255687d-630c-4d7f-9a14-2fa4e8c75cfd', + '35bba55e-185b-4978-a1fb-a4ae5155346c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034541Z:a255687d-630c-4d7f-9a14-2fa4e8c75cfd', + 'SOUTHEASTASIA:20211111T084932Z:35bba55e-185b-4978-a1fb-a4ae5155346c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:41 GMT' + 'Thu, 11 Nov 2021 08:49:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2653,21 +6181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11930', + '11144', 'x-ms-request-id', - 'e1ba78c2-59c6-4007-811f-d3f5d6e2bc3a', + 'a2aa1356-f213-4225-b073-3b1939f12370', 'x-ms-correlation-request-id', - 'e1ba78c2-59c6-4007-811f-d3f5d6e2bc3a', + 'a2aa1356-f213-4225-b073-3b1939f12370', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034544Z:e1ba78c2-59c6-4007-811f-d3f5d6e2bc3a', + 'SOUTHEASTASIA:20211111T084935Z:a2aa1356-f213-4225-b073-3b1939f12370', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:43 GMT' + 'Thu, 11 Nov 2021 08:49:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2689,21 +6217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11929', + '11143', 'x-ms-request-id', - '508311cb-f997-44ba-b6f4-b6cf0335ad51', + '7384acb0-a713-449f-b743-e183666ee784', 'x-ms-correlation-request-id', - '508311cb-f997-44ba-b6f4-b6cf0335ad51', + '7384acb0-a713-449f-b743-e183666ee784', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034546Z:508311cb-f997-44ba-b6f4-b6cf0335ad51', + 'SOUTHEASTASIA:20211111T084937Z:7384acb0-a713-449f-b743-e183666ee784', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:45 GMT' + 'Thu, 11 Nov 2021 08:49:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2725,21 +6253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11928', + '11142', 'x-ms-request-id', - '60eb4acb-7b18-49f3-a5d2-83b977abab3e', + '25d89474-46c0-4eb4-a341-bc905e7fa94b', 'x-ms-correlation-request-id', - '60eb4acb-7b18-49f3-a5d2-83b977abab3e', + '25d89474-46c0-4eb4-a341-bc905e7fa94b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034548Z:60eb4acb-7b18-49f3-a5d2-83b977abab3e', + 'SOUTHEASTASIA:20211111T084939Z:25d89474-46c0-4eb4-a341-bc905e7fa94b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:48 GMT' + 'Thu, 11 Nov 2021 08:49:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2761,21 +6289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11927', + '11141', 'x-ms-request-id', - '4c06a404-123a-47c7-868f-60fd42ff492c', + '1eb344f0-c045-4e3d-a71b-bd157e40ea15', 'x-ms-correlation-request-id', - '4c06a404-123a-47c7-868f-60fd42ff492c', + '1eb344f0-c045-4e3d-a71b-bd157e40ea15', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034550Z:4c06a404-123a-47c7-868f-60fd42ff492c', + 'SOUTHEASTASIA:20211111T084942Z:1eb344f0-c045-4e3d-a71b-bd157e40ea15', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:50 GMT' + 'Thu, 11 Nov 2021 08:49:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2797,21 +6325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11926', + '11140', 'x-ms-request-id', - 'ac05875e-7b62-43a3-a2b8-249ad2f5466e', + '8ce27015-d860-4380-9e76-c557cbef676f', 'x-ms-correlation-request-id', - 'ac05875e-7b62-43a3-a2b8-249ad2f5466e', + '8ce27015-d860-4380-9e76-c557cbef676f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034553Z:ac05875e-7b62-43a3-a2b8-249ad2f5466e', + 'SOUTHEASTASIA:20211111T084944Z:8ce27015-d860-4380-9e76-c557cbef676f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:52 GMT' + 'Thu, 11 Nov 2021 08:49:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2833,21 +6361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11925', + '11139', 'x-ms-request-id', - '5b05a110-3850-45cf-be59-ef6f1141b7b5', + '727d62e4-9588-47b3-8dfa-861903d4b063', 'x-ms-correlation-request-id', - '5b05a110-3850-45cf-be59-ef6f1141b7b5', + '727d62e4-9588-47b3-8dfa-861903d4b063', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034555Z:5b05a110-3850-45cf-be59-ef6f1141b7b5', + 'SOUTHEASTASIA:20211111T084946Z:727d62e4-9588-47b3-8dfa-861903d4b063', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:54 GMT' + 'Thu, 11 Nov 2021 08:49:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2869,21 +6397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11924', + '11138', 'x-ms-request-id', - '797eb35c-cf87-4d30-94e1-d6d284b90867', + '2ad7557f-183b-44cb-a3fd-72c811631d56', 'x-ms-correlation-request-id', - '797eb35c-cf87-4d30-94e1-d6d284b90867', + '2ad7557f-183b-44cb-a3fd-72c811631d56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034557Z:797eb35c-cf87-4d30-94e1-d6d284b90867', + 'SOUTHEASTASIA:20211111T084949Z:2ad7557f-183b-44cb-a3fd-72c811631d56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:57 GMT' + 'Thu, 11 Nov 2021 08:49:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2905,21 +6433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11923', + '11137', 'x-ms-request-id', - '7d3443b7-e199-4d11-ab1e-f12c971fcc9e', + 'f2035dc7-f28b-492f-8ef6-50940600f6fa', 'x-ms-correlation-request-id', - '7d3443b7-e199-4d11-ab1e-f12c971fcc9e', + 'f2035dc7-f28b-492f-8ef6-50940600f6fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034600Z:7d3443b7-e199-4d11-ab1e-f12c971fcc9e', + 'SOUTHEASTASIA:20211111T084951Z:f2035dc7-f28b-492f-8ef6-50940600f6fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:45:59 GMT' + 'Thu, 11 Nov 2021 08:49:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2941,21 +6469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11922', + '11136', 'x-ms-request-id', - '5b098ef6-2292-4ae7-aa27-7cc88ba74b6a', + 'ef375340-a02c-401e-acad-d11b232bb00e', 'x-ms-correlation-request-id', - '5b098ef6-2292-4ae7-aa27-7cc88ba74b6a', + 'ef375340-a02c-401e-acad-d11b232bb00e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034602Z:5b098ef6-2292-4ae7-aa27-7cc88ba74b6a', + 'SOUTHEASTASIA:20211111T084953Z:ef375340-a02c-401e-acad-d11b232bb00e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:01 GMT' + 'Thu, 11 Nov 2021 08:49:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -2977,21 +6505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11921', + '11135', 'x-ms-request-id', - '08dd1e1a-a60c-44ac-932c-109fac061185', + 'af42eeca-52d5-4ffa-aaf6-d1cc88774d98', 'x-ms-correlation-request-id', - '08dd1e1a-a60c-44ac-932c-109fac061185', + 'af42eeca-52d5-4ffa-aaf6-d1cc88774d98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034604Z:08dd1e1a-a60c-44ac-932c-109fac061185', + 'SOUTHEASTASIA:20211111T084956Z:af42eeca-52d5-4ffa-aaf6-d1cc88774d98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:04 GMT' + 'Thu, 11 Nov 2021 08:49:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3013,21 +6541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11920', + '11134', 'x-ms-request-id', - '7ce43744-f40f-403f-9bcb-116f1e901484', + '26e24a07-87ee-4703-a3a8-fdc30660bc5e', 'x-ms-correlation-request-id', - '7ce43744-f40f-403f-9bcb-116f1e901484', + '26e24a07-87ee-4703-a3a8-fdc30660bc5e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034607Z:7ce43744-f40f-403f-9bcb-116f1e901484', + 'SOUTHEASTASIA:20211111T084958Z:26e24a07-87ee-4703-a3a8-fdc30660bc5e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:06 GMT' + 'Thu, 11 Nov 2021 08:49:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3049,21 +6577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11919', + '11133', 'x-ms-request-id', - '09583c80-977b-4462-a4fd-28875ff7bc35', + 'ce985f16-15d0-48ea-bcd7-766d27a30d96', 'x-ms-correlation-request-id', - '09583c80-977b-4462-a4fd-28875ff7bc35', + 'ce985f16-15d0-48ea-bcd7-766d27a30d96', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034609Z:09583c80-977b-4462-a4fd-28875ff7bc35', + 'SOUTHEASTASIA:20211111T085000Z:ce985f16-15d0-48ea-bcd7-766d27a30d96', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:08 GMT' + 'Thu, 11 Nov 2021 08:50:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3085,21 +6613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11918', + '11132', 'x-ms-request-id', - '6227d6e5-6a8d-4c91-96f9-24f49449b99a', + 'a970d69d-7cd9-4229-be6d-10a678ccebea', 'x-ms-correlation-request-id', - '6227d6e5-6a8d-4c91-96f9-24f49449b99a', + 'a970d69d-7cd9-4229-be6d-10a678ccebea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034611Z:6227d6e5-6a8d-4c91-96f9-24f49449b99a', + 'SOUTHEASTASIA:20211111T085003Z:a970d69d-7cd9-4229-be6d-10a678ccebea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:11 GMT' + 'Thu, 11 Nov 2021 08:50:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3121,21 +6649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11917', + '11131', 'x-ms-request-id', - '921755a2-3213-4fa1-851c-254d9277b2fc', + 'b82789bc-c166-41da-b2df-3a746c2cf732', 'x-ms-correlation-request-id', - '921755a2-3213-4fa1-851c-254d9277b2fc', + 'b82789bc-c166-41da-b2df-3a746c2cf732', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034614Z:921755a2-3213-4fa1-851c-254d9277b2fc', + 'SOUTHEASTASIA:20211111T085005Z:b82789bc-c166-41da-b2df-3a746c2cf732', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:13 GMT' + 'Thu, 11 Nov 2021 08:50:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3157,21 +6685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11916', + '11130', 'x-ms-request-id', - '76f23da7-2b77-4892-8f8b-f1a30c1ed71a', + '7096ae1b-d634-4791-8792-08b2f77c1499', 'x-ms-correlation-request-id', - '76f23da7-2b77-4892-8f8b-f1a30c1ed71a', + '7096ae1b-d634-4791-8792-08b2f77c1499', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034616Z:76f23da7-2b77-4892-8f8b-f1a30c1ed71a', + 'SOUTHEASTASIA:20211111T085007Z:7096ae1b-d634-4791-8792-08b2f77c1499', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:15 GMT' + 'Thu, 11 Nov 2021 08:50:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3193,21 +6721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11915', + '11129', 'x-ms-request-id', - 'c1f728d1-2a7b-42f2-aac3-b6660ca3a8c9', + 'ccc1ab57-4730-4693-a115-3e385023ee21', 'x-ms-correlation-request-id', - 'c1f728d1-2a7b-42f2-aac3-b6660ca3a8c9', + 'ccc1ab57-4730-4693-a115-3e385023ee21', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034618Z:c1f728d1-2a7b-42f2-aac3-b6660ca3a8c9', + 'SOUTHEASTASIA:20211111T085010Z:ccc1ab57-4730-4693-a115-3e385023ee21', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:18 GMT' + 'Thu, 11 Nov 2021 08:50:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3229,21 +6757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11914', + '11128', 'x-ms-request-id', - '4a918a30-4558-4309-b069-03c946212685', + 'be1e8f5e-a1f4-4302-9fe1-69c00ffdc4e8', 'x-ms-correlation-request-id', - '4a918a30-4558-4309-b069-03c946212685', + 'be1e8f5e-a1f4-4302-9fe1-69c00ffdc4e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034621Z:4a918a30-4558-4309-b069-03c946212685', + 'SOUTHEASTASIA:20211111T085012Z:be1e8f5e-a1f4-4302-9fe1-69c00ffdc4e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:20 GMT' + 'Thu, 11 Nov 2021 08:50:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3265,21 +6793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11913', + '11127', 'x-ms-request-id', - '2f806f30-9627-4f52-8438-3fba068ea8fa', + '19a2c78e-8aa9-4b25-bd58-3e0ff9d84b12', 'x-ms-correlation-request-id', - '2f806f30-9627-4f52-8438-3fba068ea8fa', + '19a2c78e-8aa9-4b25-bd58-3e0ff9d84b12', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034623Z:2f806f30-9627-4f52-8438-3fba068ea8fa', + 'SOUTHEASTASIA:20211111T085014Z:19a2c78e-8aa9-4b25-bd58-3e0ff9d84b12', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:22 GMT' + 'Thu, 11 Nov 2021 08:50:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3301,21 +6829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11912', + '11126', 'x-ms-request-id', - 'c622b01b-8fe4-4b69-a94a-0d36304e4ad2', + '9dad8fdc-6245-43f2-839b-5a789a651c5c', 'x-ms-correlation-request-id', - 'c622b01b-8fe4-4b69-a94a-0d36304e4ad2', + '9dad8fdc-6245-43f2-839b-5a789a651c5c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034625Z:c622b01b-8fe4-4b69-a94a-0d36304e4ad2', + 'SOUTHEASTASIA:20211111T085017Z:9dad8fdc-6245-43f2-839b-5a789a651c5c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:25 GMT' + 'Thu, 11 Nov 2021 08:50:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3337,21 +6865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11911', + '11125', 'x-ms-request-id', - '9b4b5826-47f5-4ab1-bea4-e8a3887718c5', + '31ddd84d-4033-44e4-83eb-e84141b527ed', 'x-ms-correlation-request-id', - '9b4b5826-47f5-4ab1-bea4-e8a3887718c5', + '31ddd84d-4033-44e4-83eb-e84141b527ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034628Z:9b4b5826-47f5-4ab1-bea4-e8a3887718c5', + 'SOUTHEASTASIA:20211111T085019Z:31ddd84d-4033-44e4-83eb-e84141b527ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:27 GMT' + 'Thu, 11 Nov 2021 08:50:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3373,21 +6901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11910', + '11124', 'x-ms-request-id', - 'e88636b7-df23-427a-9806-8dc5a128d5d1', + '74c7c727-1f10-4b4e-9cf2-8e5c79f1f89c', 'x-ms-correlation-request-id', - 'e88636b7-df23-427a-9806-8dc5a128d5d1', + '74c7c727-1f10-4b4e-9cf2-8e5c79f1f89c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034630Z:e88636b7-df23-427a-9806-8dc5a128d5d1', + 'SOUTHEASTASIA:20211111T085021Z:74c7c727-1f10-4b4e-9cf2-8e5c79f1f89c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:29 GMT' + 'Thu, 11 Nov 2021 08:50:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3409,21 +6937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11909', + '11123', 'x-ms-request-id', - '3d8dbba2-2914-4e62-9920-17998138029f', + '4741818d-3a67-4f1e-9cb6-e958d8b5b9a9', 'x-ms-correlation-request-id', - '3d8dbba2-2914-4e62-9920-17998138029f', + '4741818d-3a67-4f1e-9cb6-e958d8b5b9a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034632Z:3d8dbba2-2914-4e62-9920-17998138029f', + 'SOUTHEASTASIA:20211111T085024Z:4741818d-3a67-4f1e-9cb6-e958d8b5b9a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:31 GMT' + 'Thu, 11 Nov 2021 08:50:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3445,21 +6973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11908', + '11122', 'x-ms-request-id', - 'a405377f-42f1-4dc7-b501-eebd6fb9587d', + 'b62d7eab-7a4f-4a93-a50e-6c4d3f197a10', 'x-ms-correlation-request-id', - 'a405377f-42f1-4dc7-b501-eebd6fb9587d', + 'b62d7eab-7a4f-4a93-a50e-6c4d3f197a10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034635Z:a405377f-42f1-4dc7-b501-eebd6fb9587d', + 'SOUTHEASTASIA:20211111T085026Z:b62d7eab-7a4f-4a93-a50e-6c4d3f197a10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:34 GMT' + 'Thu, 11 Nov 2021 08:50:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3481,21 +7009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11907', + '11121', 'x-ms-request-id', - '41fa4272-e38c-491b-8435-0ae4c57597c7', + 'c5c917b8-046a-451f-9000-60e28fe01940', 'x-ms-correlation-request-id', - '41fa4272-e38c-491b-8435-0ae4c57597c7', + 'c5c917b8-046a-451f-9000-60e28fe01940', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034637Z:41fa4272-e38c-491b-8435-0ae4c57597c7', + 'SOUTHEASTASIA:20211111T085028Z:c5c917b8-046a-451f-9000-60e28fe01940', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:36 GMT' + 'Thu, 11 Nov 2021 08:50:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3517,21 +7045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11906', + '11120', 'x-ms-request-id', - '15785e37-d204-40e9-b37f-16583cf3633e', + '92c69267-b2a2-4813-b0d1-0127389d638e', 'x-ms-correlation-request-id', - '15785e37-d204-40e9-b37f-16583cf3633e', + '92c69267-b2a2-4813-b0d1-0127389d638e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034639Z:15785e37-d204-40e9-b37f-16583cf3633e', + 'SOUTHEASTASIA:20211111T085031Z:92c69267-b2a2-4813-b0d1-0127389d638e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:38 GMT' + 'Thu, 11 Nov 2021 08:50:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3553,21 +7081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11905', + '11119', 'x-ms-request-id', - '0d6ea493-55b1-4ed6-80c9-3ae457263761', + 'da9b06c2-34d1-48ba-8a63-c3de7732364a', 'x-ms-correlation-request-id', - '0d6ea493-55b1-4ed6-80c9-3ae457263761', + 'da9b06c2-34d1-48ba-8a63-c3de7732364a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034642Z:0d6ea493-55b1-4ed6-80c9-3ae457263761', + 'SOUTHEASTASIA:20211111T085033Z:da9b06c2-34d1-48ba-8a63-c3de7732364a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:41 GMT' + 'Thu, 11 Nov 2021 08:50:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3589,21 +7117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11904', + '11118', 'x-ms-request-id', - '72c14152-c2cf-462d-b85c-eea1212d4cb9', + 'b2e82319-20a6-4488-a292-aa2d1e9f5e58', 'x-ms-correlation-request-id', - '72c14152-c2cf-462d-b85c-eea1212d4cb9', + 'b2e82319-20a6-4488-a292-aa2d1e9f5e58', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034644Z:72c14152-c2cf-462d-b85c-eea1212d4cb9', + 'SOUTHEASTASIA:20211111T085035Z:b2e82319-20a6-4488-a292-aa2d1e9f5e58', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:44 GMT' + 'Thu, 11 Nov 2021 08:50:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3625,21 +7153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11903', + '11117', 'x-ms-request-id', - 'b359d090-d559-4c19-8ba5-98e8dcaedbdc', + '29c3f0e1-5680-4fae-a854-0e70766b500a', 'x-ms-correlation-request-id', - 'b359d090-d559-4c19-8ba5-98e8dcaedbdc', + '29c3f0e1-5680-4fae-a854-0e70766b500a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034646Z:b359d090-d559-4c19-8ba5-98e8dcaedbdc', + 'SOUTHEASTASIA:20211111T085038Z:29c3f0e1-5680-4fae-a854-0e70766b500a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:46 GMT' + 'Thu, 11 Nov 2021 08:50:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3661,21 +7189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11902', + '11116', 'x-ms-request-id', - '9f8a365e-0c37-49ae-a12c-579c34c5d780', + 'e9c8036d-f7d2-4b78-9807-75ad0d95fa42', 'x-ms-correlation-request-id', - '9f8a365e-0c37-49ae-a12c-579c34c5d780', + 'e9c8036d-f7d2-4b78-9807-75ad0d95fa42', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034648Z:9f8a365e-0c37-49ae-a12c-579c34c5d780', + 'SOUTHEASTASIA:20211111T085040Z:e9c8036d-f7d2-4b78-9807-75ad0d95fa42', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:48 GMT' + 'Thu, 11 Nov 2021 08:50:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3697,21 +7225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11901', + '11115', 'x-ms-request-id', - 'a1724d08-d4cb-43c2-9a20-8f93ae33a032', + 'db063ff4-124c-4b95-8c60-0ffe8c31b2b4', 'x-ms-correlation-request-id', - 'a1724d08-d4cb-43c2-9a20-8f93ae33a032', + 'db063ff4-124c-4b95-8c60-0ffe8c31b2b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034651Z:a1724d08-d4cb-43c2-9a20-8f93ae33a032', + 'SOUTHEASTASIA:20211111T085042Z:db063ff4-124c-4b95-8c60-0ffe8c31b2b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:51 GMT' + 'Thu, 11 Nov 2021 08:50:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3733,21 +7261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11900', + '11114', 'x-ms-request-id', - 'c06e057e-ee8d-437d-8f8d-55f78c0a8136', + '53e90513-c9e5-435a-95c6-3b7e5747a578', 'x-ms-correlation-request-id', - 'c06e057e-ee8d-437d-8f8d-55f78c0a8136', + '53e90513-c9e5-435a-95c6-3b7e5747a578', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034653Z:c06e057e-ee8d-437d-8f8d-55f78c0a8136', + 'SOUTHEASTASIA:20211111T085044Z:53e90513-c9e5-435a-95c6-3b7e5747a578', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:53 GMT' + 'Thu, 11 Nov 2021 08:50:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3769,21 +7297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11899', + '11113', 'x-ms-request-id', - 'b66532b2-b76e-4a2f-ac4b-d032f56baaf2', + 'd703a7a9-36a9-4c01-8b93-f435d3c85774', 'x-ms-correlation-request-id', - 'b66532b2-b76e-4a2f-ac4b-d032f56baaf2', + 'd703a7a9-36a9-4c01-8b93-f435d3c85774', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034655Z:b66532b2-b76e-4a2f-ac4b-d032f56baaf2', + 'SOUTHEASTASIA:20211111T085047Z:d703a7a9-36a9-4c01-8b93-f435d3c85774', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:55 GMT' + 'Thu, 11 Nov 2021 08:50:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3805,21 +7333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11898', + '11112', 'x-ms-request-id', - 'df2cb719-7a55-447b-ba03-01cbb996df1e', + 'e961104b-7c69-4c02-8ab9-a73148123d03', 'x-ms-correlation-request-id', - 'df2cb719-7a55-447b-ba03-01cbb996df1e', + 'e961104b-7c69-4c02-8ab9-a73148123d03', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034658Z:df2cb719-7a55-447b-ba03-01cbb996df1e', + 'SOUTHEASTASIA:20211111T085049Z:e961104b-7c69-4c02-8ab9-a73148123d03', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:46:58 GMT' + 'Thu, 11 Nov 2021 08:50:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3841,21 +7369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11897', + '11111', 'x-ms-request-id', - '800d8415-0191-4dff-80a3-211a7eafc3e9', + 'a35c0a0f-9f33-4bfc-88da-a3399effd6cd', 'x-ms-correlation-request-id', - '800d8415-0191-4dff-80a3-211a7eafc3e9', + 'a35c0a0f-9f33-4bfc-88da-a3399effd6cd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034700Z:800d8415-0191-4dff-80a3-211a7eafc3e9', + 'SOUTHEASTASIA:20211111T085052Z:a35c0a0f-9f33-4bfc-88da-a3399effd6cd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:00 GMT' + 'Thu, 11 Nov 2021 08:50:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3877,21 +7405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11896', + '11110', 'x-ms-request-id', - 'f6225989-c122-4ebe-b387-97a850613fa0', + 'a52ebddd-2621-43c7-8b23-ad149752bdce', 'x-ms-correlation-request-id', - 'f6225989-c122-4ebe-b387-97a850613fa0', + 'a52ebddd-2621-43c7-8b23-ad149752bdce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034702Z:f6225989-c122-4ebe-b387-97a850613fa0', + 'SOUTHEASTASIA:20211111T085054Z:a52ebddd-2621-43c7-8b23-ad149752bdce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:02 GMT' + 'Thu, 11 Nov 2021 08:50:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3913,21 +7441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11895', + '11109', 'x-ms-request-id', - 'f7fa3195-e520-445b-9f4e-58097d751e95', + '80887fe2-c231-4d10-8723-5381780e8a04', 'x-ms-correlation-request-id', - 'f7fa3195-e520-445b-9f4e-58097d751e95', + '80887fe2-c231-4d10-8723-5381780e8a04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034705Z:f7fa3195-e520-445b-9f4e-58097d751e95', + 'SOUTHEASTASIA:20211111T085056Z:80887fe2-c231-4d10-8723-5381780e8a04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:05 GMT' + 'Thu, 11 Nov 2021 08:50:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3949,21 +7477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11894', + '11108', 'x-ms-request-id', - '4dc6b357-0126-4627-8e28-91210254e1c2', + 'cc770c18-5642-4370-ba67-3ee57990d567', 'x-ms-correlation-request-id', - '4dc6b357-0126-4627-8e28-91210254e1c2', + 'cc770c18-5642-4370-ba67-3ee57990d567', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034707Z:4dc6b357-0126-4627-8e28-91210254e1c2', + 'SOUTHEASTASIA:20211111T085059Z:cc770c18-5642-4370-ba67-3ee57990d567', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:07 GMT' + 'Thu, 11 Nov 2021 08:50:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -3985,21 +7513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11893', + '11107', 'x-ms-request-id', - '83255971-4304-4cdb-be4d-079dfaa4bad7', + 'ef17104a-fbd5-4ee0-8531-230320bb7c94', 'x-ms-correlation-request-id', - '83255971-4304-4cdb-be4d-079dfaa4bad7', + 'ef17104a-fbd5-4ee0-8531-230320bb7c94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034709Z:83255971-4304-4cdb-be4d-079dfaa4bad7', + 'SOUTHEASTASIA:20211111T085101Z:ef17104a-fbd5-4ee0-8531-230320bb7c94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:09 GMT' + 'Thu, 11 Nov 2021 08:51:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4021,21 +7549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11892', + '11106', 'x-ms-request-id', - '8de57771-742f-4f9a-a1d6-015c59aafe53', + '149eef4e-5562-4849-a283-cada13ee597e', 'x-ms-correlation-request-id', - '8de57771-742f-4f9a-a1d6-015c59aafe53', + '149eef4e-5562-4849-a283-cada13ee597e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034712Z:8de57771-742f-4f9a-a1d6-015c59aafe53', + 'SOUTHEASTASIA:20211111T085103Z:149eef4e-5562-4849-a283-cada13ee597e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:12 GMT' + 'Thu, 11 Nov 2021 08:51:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4057,21 +7585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11891', + '11105', 'x-ms-request-id', - 'e09731eb-37c2-48c4-acb0-9bfbfaeda209', + 'f88ec55f-cf08-4799-bdb1-002325117ed8', 'x-ms-correlation-request-id', - 'e09731eb-37c2-48c4-acb0-9bfbfaeda209', + 'f88ec55f-cf08-4799-bdb1-002325117ed8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034714Z:e09731eb-37c2-48c4-acb0-9bfbfaeda209', + 'SOUTHEASTASIA:20211111T085106Z:f88ec55f-cf08-4799-bdb1-002325117ed8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:14 GMT' + 'Thu, 11 Nov 2021 08:51:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4093,21 +7621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11890', + '11104', 'x-ms-request-id', - '0778ddb8-ce95-4e5b-af70-234d05343e77', + '98251f35-5bc3-47cf-95b6-a6edf056ccac', 'x-ms-correlation-request-id', - '0778ddb8-ce95-4e5b-af70-234d05343e77', + '98251f35-5bc3-47cf-95b6-a6edf056ccac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034716Z:0778ddb8-ce95-4e5b-af70-234d05343e77', + 'SOUTHEASTASIA:20211111T085108Z:98251f35-5bc3-47cf-95b6-a6edf056ccac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:16 GMT' + 'Thu, 11 Nov 2021 08:51:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4129,21 +7657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11889', + '11103', 'x-ms-request-id', - '995a5ad2-3424-4881-aa03-5feb03ac7ac7', + '3ad0e8ae-ab65-40e9-b0a9-eade3f6ce420', 'x-ms-correlation-request-id', - '995a5ad2-3424-4881-aa03-5feb03ac7ac7', + '3ad0e8ae-ab65-40e9-b0a9-eade3f6ce420', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034719Z:995a5ad2-3424-4881-aa03-5feb03ac7ac7', + 'SOUTHEASTASIA:20211111T085110Z:3ad0e8ae-ab65-40e9-b0a9-eade3f6ce420', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:18 GMT' + 'Thu, 11 Nov 2021 08:51:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4165,21 +7693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11888', + '11102', 'x-ms-request-id', - '41c96d17-06ac-4b63-acd1-d3e3ce04ab03', + 'be43ae9e-b49f-4bf2-8d1d-790ae9ed3efe', 'x-ms-correlation-request-id', - '41c96d17-06ac-4b63-acd1-d3e3ce04ab03', + 'be43ae9e-b49f-4bf2-8d1d-790ae9ed3efe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034721Z:41c96d17-06ac-4b63-acd1-d3e3ce04ab03', + 'SOUTHEASTASIA:20211111T085113Z:be43ae9e-b49f-4bf2-8d1d-790ae9ed3efe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:21 GMT' + 'Thu, 11 Nov 2021 08:51:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4201,21 +7729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11887', + '11101', 'x-ms-request-id', - '32fcfd12-4556-4982-9823-a432e1478a02', + '85076c84-2ddb-4425-83f0-535774e1af91', 'x-ms-correlation-request-id', - '32fcfd12-4556-4982-9823-a432e1478a02', + '85076c84-2ddb-4425-83f0-535774e1af91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034723Z:32fcfd12-4556-4982-9823-a432e1478a02', + 'SOUTHEASTASIA:20211111T085115Z:85076c84-2ddb-4425-83f0-535774e1af91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:23 GMT' + 'Thu, 11 Nov 2021 08:51:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4237,21 +7765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11886', + '11100', 'x-ms-request-id', - '905eaae8-861b-4e72-ad74-073b0e05e0d6', + '63768023-a666-4388-a0e3-637ac94d8f85', 'x-ms-correlation-request-id', - '905eaae8-861b-4e72-ad74-073b0e05e0d6', + '63768023-a666-4388-a0e3-637ac94d8f85', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034726Z:905eaae8-861b-4e72-ad74-073b0e05e0d6', + 'SOUTHEASTASIA:20211111T085117Z:63768023-a666-4388-a0e3-637ac94d8f85', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:25 GMT' + 'Thu, 11 Nov 2021 08:51:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4273,21 +7801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11885', + '11099', 'x-ms-request-id', - 'd67316ae-c0a7-4361-96f7-7bb5fb8a2d94', + '66217fac-8749-47b8-a54d-d5a4ad1e8a6c', 'x-ms-correlation-request-id', - 'd67316ae-c0a7-4361-96f7-7bb5fb8a2d94', + '66217fac-8749-47b8-a54d-d5a4ad1e8a6c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034728Z:d67316ae-c0a7-4361-96f7-7bb5fb8a2d94', + 'SOUTHEASTASIA:20211111T085120Z:66217fac-8749-47b8-a54d-d5a4ad1e8a6c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:28 GMT' + 'Thu, 11 Nov 2021 08:51:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4309,21 +7837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11884', + '11098', 'x-ms-request-id', - '034636e5-0879-4557-a01e-43f9d164c4c9', + '7ed61449-3fac-4240-a382-5869321dc753', 'x-ms-correlation-request-id', - '034636e5-0879-4557-a01e-43f9d164c4c9', + '7ed61449-3fac-4240-a382-5869321dc753', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034730Z:034636e5-0879-4557-a01e-43f9d164c4c9', + 'SOUTHEASTASIA:20211111T085122Z:7ed61449-3fac-4240-a382-5869321dc753', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:30 GMT' + 'Thu, 11 Nov 2021 08:51:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4345,21 +7873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11883', + '11097', 'x-ms-request-id', - 'a454103d-d6c5-41ca-b174-a5fdff34ebf0', + 'b49f4ae4-d453-4400-a0d4-99a029d6adb9', 'x-ms-correlation-request-id', - 'a454103d-d6c5-41ca-b174-a5fdff34ebf0', + 'b49f4ae4-d453-4400-a0d4-99a029d6adb9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034733Z:a454103d-d6c5-41ca-b174-a5fdff34ebf0', + 'SOUTHEASTASIA:20211111T085124Z:b49f4ae4-d453-4400-a0d4-99a029d6adb9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:32 GMT' + 'Thu, 11 Nov 2021 08:51:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4381,21 +7909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11882', + '11096', 'x-ms-request-id', - 'abda5faf-abf0-4b7a-a926-4a3244d389ac', + 'b8a099e5-f488-4136-b1b8-6b9696ce339f', 'x-ms-correlation-request-id', - 'abda5faf-abf0-4b7a-a926-4a3244d389ac', + 'b8a099e5-f488-4136-b1b8-6b9696ce339f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034735Z:abda5faf-abf0-4b7a-a926-4a3244d389ac', + 'SOUTHEASTASIA:20211111T085126Z:b8a099e5-f488-4136-b1b8-6b9696ce339f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:35 GMT' + 'Thu, 11 Nov 2021 08:51:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4417,21 +7945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11881', + '11095', 'x-ms-request-id', - '2026907b-8451-4afe-8f09-d2e18e92291a', + 'e34ad03c-ee4c-40f2-9f73-e5a91f3d2102', 'x-ms-correlation-request-id', - '2026907b-8451-4afe-8f09-d2e18e92291a', + 'e34ad03c-ee4c-40f2-9f73-e5a91f3d2102', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034737Z:2026907b-8451-4afe-8f09-d2e18e92291a', + 'SOUTHEASTASIA:20211111T085129Z:e34ad03c-ee4c-40f2-9f73-e5a91f3d2102', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:37 GMT' + 'Thu, 11 Nov 2021 08:51:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4453,21 +7981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11880', + '11094', 'x-ms-request-id', - '21277d19-dc3d-41c7-9bb6-66c5ad5d05fa', + '73b8064b-17d4-405d-8cde-d3c9d1892739', 'x-ms-correlation-request-id', - '21277d19-dc3d-41c7-9bb6-66c5ad5d05fa', + '73b8064b-17d4-405d-8cde-d3c9d1892739', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034740Z:21277d19-dc3d-41c7-9bb6-66c5ad5d05fa', + 'SOUTHEASTASIA:20211111T085131Z:73b8064b-17d4-405d-8cde-d3c9d1892739', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:39 GMT' + 'Thu, 11 Nov 2021 08:51:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4489,21 +8017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11879', + '11093', 'x-ms-request-id', - '4aefb67a-cbf5-43fb-a04a-a8dea49f232b', + 'e952ac5e-2e4f-4356-b972-a0b948b66b9e', 'x-ms-correlation-request-id', - '4aefb67a-cbf5-43fb-a04a-a8dea49f232b', + 'e952ac5e-2e4f-4356-b972-a0b948b66b9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034742Z:4aefb67a-cbf5-43fb-a04a-a8dea49f232b', + 'SOUTHEASTASIA:20211111T085134Z:e952ac5e-2e4f-4356-b972-a0b948b66b9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:41 GMT' + 'Thu, 11 Nov 2021 08:51:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4525,21 +8053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11878', + '11092', 'x-ms-request-id', - 'a8f07e08-5c41-4d97-8a3f-25b94da26696', + '013b260d-c5fc-43d6-960b-9507b47dec55', 'x-ms-correlation-request-id', - 'a8f07e08-5c41-4d97-8a3f-25b94da26696', + '013b260d-c5fc-43d6-960b-9507b47dec55', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034744Z:a8f07e08-5c41-4d97-8a3f-25b94da26696', + 'SOUTHEASTASIA:20211111T085136Z:013b260d-c5fc-43d6-960b-9507b47dec55', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:44 GMT' + 'Thu, 11 Nov 2021 08:51:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4561,21 +8089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11877', + '11091', 'x-ms-request-id', - 'faaaa119-24bc-405d-ac78-3cab026b09dc', + '5dbea4a2-81c7-4675-ae9b-66b5c65d8d18', 'x-ms-correlation-request-id', - 'faaaa119-24bc-405d-ac78-3cab026b09dc', + '5dbea4a2-81c7-4675-ae9b-66b5c65d8d18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034747Z:faaaa119-24bc-405d-ac78-3cab026b09dc', + 'SOUTHEASTASIA:20211111T085139Z:5dbea4a2-81c7-4675-ae9b-66b5c65d8d18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:46 GMT' + 'Thu, 11 Nov 2021 08:51:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4597,21 +8125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11876', + '11090', 'x-ms-request-id', - '1f35f5cf-ad01-4ee3-a997-a132da712757', + '749dda1c-4caa-4953-9995-ca461551fc16', 'x-ms-correlation-request-id', - '1f35f5cf-ad01-4ee3-a997-a132da712757', + '749dda1c-4caa-4953-9995-ca461551fc16', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034749Z:1f35f5cf-ad01-4ee3-a997-a132da712757', + 'SOUTHEASTASIA:20211111T085141Z:749dda1c-4caa-4953-9995-ca461551fc16', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:48 GMT' + 'Thu, 11 Nov 2021 08:51:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4633,21 +8161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11875', + '11089', 'x-ms-request-id', - '069b6f5c-2d3d-4792-b10f-fdc362763b40', + '62b652d7-7168-4ad0-a8e6-79cfc9b5804d', 'x-ms-correlation-request-id', - '069b6f5c-2d3d-4792-b10f-fdc362763b40', + '62b652d7-7168-4ad0-a8e6-79cfc9b5804d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034751Z:069b6f5c-2d3d-4792-b10f-fdc362763b40', + 'SOUTHEASTASIA:20211111T085143Z:62b652d7-7168-4ad0-a8e6-79cfc9b5804d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:51 GMT' + 'Thu, 11 Nov 2021 08:51:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4669,21 +8197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11874', + '11088', 'x-ms-request-id', - 'ba43bbe9-094b-487d-92a7-cfacb7a12642', + '227342fe-c43b-4a55-930f-ee63aa41aaac', 'x-ms-correlation-request-id', - 'ba43bbe9-094b-487d-92a7-cfacb7a12642', + '227342fe-c43b-4a55-930f-ee63aa41aaac', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034754Z:ba43bbe9-094b-487d-92a7-cfacb7a12642', + 'SOUTHEASTASIA:20211111T085146Z:227342fe-c43b-4a55-930f-ee63aa41aaac', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:53 GMT' + 'Thu, 11 Nov 2021 08:51:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4705,21 +8233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11873', + '11087', 'x-ms-request-id', - '94ef4547-98ca-4c3b-9c2a-b20a79104e60', + '72818974-5120-4b8c-bf53-8177599d43e9', 'x-ms-correlation-request-id', - '94ef4547-98ca-4c3b-9c2a-b20a79104e60', + '72818974-5120-4b8c-bf53-8177599d43e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034756Z:94ef4547-98ca-4c3b-9c2a-b20a79104e60', + 'SOUTHEASTASIA:20211111T085148Z:72818974-5120-4b8c-bf53-8177599d43e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:55 GMT' + 'Thu, 11 Nov 2021 08:51:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4741,21 +8269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11872', + '11086', 'x-ms-request-id', - '2fca855d-48e2-41f6-8747-a3fcc080f023', + 'b9cbc5ca-0754-4a11-9abc-d3783f8f8406', 'x-ms-correlation-request-id', - '2fca855d-48e2-41f6-8747-a3fcc080f023', + 'b9cbc5ca-0754-4a11-9abc-d3783f8f8406', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034758Z:2fca855d-48e2-41f6-8747-a3fcc080f023', + 'SOUTHEASTASIA:20211111T085150Z:b9cbc5ca-0754-4a11-9abc-d3783f8f8406', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:47:58 GMT' + 'Thu, 11 Nov 2021 08:51:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4777,21 +8305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11871', + '11085', 'x-ms-request-id', - 'd6ad7814-e29e-4f57-9127-d430109fae96', + '63abb33a-f264-4fd8-bdb0-0e7eb7da95b8', 'x-ms-correlation-request-id', - 'd6ad7814-e29e-4f57-9127-d430109fae96', + '63abb33a-f264-4fd8-bdb0-0e7eb7da95b8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034801Z:d6ad7814-e29e-4f57-9127-d430109fae96', + 'SOUTHEASTASIA:20211111T085153Z:63abb33a-f264-4fd8-bdb0-0e7eb7da95b8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:00 GMT' + 'Thu, 11 Nov 2021 08:51:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4813,21 +8341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11870', + '11084', 'x-ms-request-id', - '47e09d52-f7d1-44a3-9a0e-147d70cf0ce0', + '0d6fa0da-d2d3-4cb8-b597-c2cb37dcfd66', 'x-ms-correlation-request-id', - '47e09d52-f7d1-44a3-9a0e-147d70cf0ce0', + '0d6fa0da-d2d3-4cb8-b597-c2cb37dcfd66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034803Z:47e09d52-f7d1-44a3-9a0e-147d70cf0ce0', + 'SOUTHEASTASIA:20211111T085155Z:0d6fa0da-d2d3-4cb8-b597-c2cb37dcfd66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:02 GMT' + 'Thu, 11 Nov 2021 08:51:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4849,21 +8377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11869', + '11083', 'x-ms-request-id', - '4b23ebbd-1705-40de-8f7e-3651d78af582', + '2b9c92ae-4c57-4050-8ec3-711be4556fb3', 'x-ms-correlation-request-id', - '4b23ebbd-1705-40de-8f7e-3651d78af582', + '2b9c92ae-4c57-4050-8ec3-711be4556fb3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034805Z:4b23ebbd-1705-40de-8f7e-3651d78af582', + 'SOUTHEASTASIA:20211111T085157Z:2b9c92ae-4c57-4050-8ec3-711be4556fb3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:05 GMT' + 'Thu, 11 Nov 2021 08:51:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4885,21 +8413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11868', + '11082', 'x-ms-request-id', - 'ffa73ad5-d076-4408-aede-613b1d0c6e3a', + '907e3b18-2f1d-47f8-ab55-df429225755e', 'x-ms-correlation-request-id', - 'ffa73ad5-d076-4408-aede-613b1d0c6e3a', + '907e3b18-2f1d-47f8-ab55-df429225755e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034808Z:ffa73ad5-d076-4408-aede-613b1d0c6e3a', + 'SOUTHEASTASIA:20211111T085200Z:907e3b18-2f1d-47f8-ab55-df429225755e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:07 GMT' + 'Thu, 11 Nov 2021 08:51:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4921,21 +8449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11867', + '11081', 'x-ms-request-id', - '8ae8bae1-a15b-4513-8900-0dbd389f2395', + 'a9fcd479-6069-4df0-aea5-d8a1607f93d7', 'x-ms-correlation-request-id', - '8ae8bae1-a15b-4513-8900-0dbd389f2395', + 'a9fcd479-6069-4df0-aea5-d8a1607f93d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034810Z:8ae8bae1-a15b-4513-8900-0dbd389f2395', + 'SOUTHEASTASIA:20211111T085202Z:a9fcd479-6069-4df0-aea5-d8a1607f93d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:09 GMT' + 'Thu, 11 Nov 2021 08:52:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4957,21 +8485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11866', + '11080', 'x-ms-request-id', - 'c7b0f4b4-b823-42e3-930b-8da8a51897e9', + '6ef7cfb4-37cb-4b30-92fe-c0802f366a5f', 'x-ms-correlation-request-id', - 'c7b0f4b4-b823-42e3-930b-8da8a51897e9', + '6ef7cfb4-37cb-4b30-92fe-c0802f366a5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034813Z:c7b0f4b4-b823-42e3-930b-8da8a51897e9', + 'SOUTHEASTASIA:20211111T085204Z:6ef7cfb4-37cb-4b30-92fe-c0802f366a5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:12 GMT' + 'Thu, 11 Nov 2021 08:52:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -4993,21 +8521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11865', + '11079', 'x-ms-request-id', - 'c62e4fe7-8045-4c2a-ab04-b34eab949dc9', + '53686a13-62b5-40b3-84b3-ea2ae5445177', 'x-ms-correlation-request-id', - 'c62e4fe7-8045-4c2a-ab04-b34eab949dc9', + '53686a13-62b5-40b3-84b3-ea2ae5445177', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034815Z:c62e4fe7-8045-4c2a-ab04-b34eab949dc9', + 'SOUTHEASTASIA:20211111T085207Z:53686a13-62b5-40b3-84b3-ea2ae5445177', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:15 GMT' + 'Thu, 11 Nov 2021 08:52:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5029,21 +8557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11864', + '11078', 'x-ms-request-id', - '95327a8c-c3bd-4c2c-9a82-319dd1701732', + '4ee7517c-4b47-4ca6-9604-7eb08a132975', 'x-ms-correlation-request-id', - '95327a8c-c3bd-4c2c-9a82-319dd1701732', + '4ee7517c-4b47-4ca6-9604-7eb08a132975', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034818Z:95327a8c-c3bd-4c2c-9a82-319dd1701732', + 'SOUTHEASTASIA:20211111T085209Z:4ee7517c-4b47-4ca6-9604-7eb08a132975', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:17 GMT' + 'Thu, 11 Nov 2021 08:52:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5065,21 +8593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11863', + '11077', 'x-ms-request-id', - 'b010ffc7-bd7c-4f35-a1bf-bcaa899bd8ae', + '7dd30248-9c14-4e4c-81e8-2cb0dea26582', 'x-ms-correlation-request-id', - 'b010ffc7-bd7c-4f35-a1bf-bcaa899bd8ae', + '7dd30248-9c14-4e4c-81e8-2cb0dea26582', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034820Z:b010ffc7-bd7c-4f35-a1bf-bcaa899bd8ae', + 'SOUTHEASTASIA:20211111T085211Z:7dd30248-9c14-4e4c-81e8-2cb0dea26582', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:19 GMT' + 'Thu, 11 Nov 2021 08:52:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5101,21 +8629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11862', + '11076', 'x-ms-request-id', - '093881df-01ef-4069-92b6-3b441bb893a1', + '322a67e1-d7ee-4131-b403-458d60670c97', 'x-ms-correlation-request-id', - '093881df-01ef-4069-92b6-3b441bb893a1', + '322a67e1-d7ee-4131-b403-458d60670c97', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034822Z:093881df-01ef-4069-92b6-3b441bb893a1', + 'SOUTHEASTASIA:20211111T085214Z:322a67e1-d7ee-4131-b403-458d60670c97', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:21 GMT' + 'Thu, 11 Nov 2021 08:52:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5137,21 +8665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11861', + '11075', 'x-ms-request-id', - '0a640c3d-4c26-45ed-9f34-c4d7b216b615', + 'd6f414af-c429-490f-ba50-b4a8d3b3aa54', 'x-ms-correlation-request-id', - '0a640c3d-4c26-45ed-9f34-c4d7b216b615', + 'd6f414af-c429-490f-ba50-b4a8d3b3aa54', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034825Z:0a640c3d-4c26-45ed-9f34-c4d7b216b615', + 'SOUTHEASTASIA:20211111T085216Z:d6f414af-c429-490f-ba50-b4a8d3b3aa54', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:24 GMT' + 'Thu, 11 Nov 2021 08:52:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5173,21 +8701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11860', + '11074', 'x-ms-request-id', - '760b609e-5a29-4391-8e41-1bfa28914d05', + 'b5ca3346-77c3-4435-8da3-a27befae040d', 'x-ms-correlation-request-id', - '760b609e-5a29-4391-8e41-1bfa28914d05', + 'b5ca3346-77c3-4435-8da3-a27befae040d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034827Z:760b609e-5a29-4391-8e41-1bfa28914d05', + 'SOUTHEASTASIA:20211111T085218Z:b5ca3346-77c3-4435-8da3-a27befae040d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:26 GMT' + 'Thu, 11 Nov 2021 08:52:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5209,21 +8737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11859', + '11073', 'x-ms-request-id', - 'd2185081-4223-44b9-9759-20a0580597ad', + '4832fe0a-04ff-4802-9031-7b051eb9bf83', 'x-ms-correlation-request-id', - 'd2185081-4223-44b9-9759-20a0580597ad', + '4832fe0a-04ff-4802-9031-7b051eb9bf83', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034829Z:d2185081-4223-44b9-9759-20a0580597ad', + 'SOUTHEASTASIA:20211111T085220Z:4832fe0a-04ff-4802-9031-7b051eb9bf83', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:28 GMT' + 'Thu, 11 Nov 2021 08:52:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5245,21 +8773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11858', + '11072', 'x-ms-request-id', - 'ea26e2ea-89e9-4b49-8c8f-a58335ea297b', + '26eeafe9-a360-4f6a-9c91-164adcc65c98', 'x-ms-correlation-request-id', - 'ea26e2ea-89e9-4b49-8c8f-a58335ea297b', + '26eeafe9-a360-4f6a-9c91-164adcc65c98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034831Z:ea26e2ea-89e9-4b49-8c8f-a58335ea297b', + 'SOUTHEASTASIA:20211111T085223Z:26eeafe9-a360-4f6a-9c91-164adcc65c98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:31 GMT' + 'Thu, 11 Nov 2021 08:52:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5281,21 +8809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11857', + '11071', 'x-ms-request-id', - 'eaf79411-8e81-4da0-905c-089b3d4fee10', + 'e36e1de9-cd96-41de-abd9-c956f289d500', 'x-ms-correlation-request-id', - 'eaf79411-8e81-4da0-905c-089b3d4fee10', + 'e36e1de9-cd96-41de-abd9-c956f289d500', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034834Z:eaf79411-8e81-4da0-905c-089b3d4fee10', + 'SOUTHEASTASIA:20211111T085225Z:e36e1de9-cd96-41de-abd9-c956f289d500', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:33 GMT' + 'Thu, 11 Nov 2021 08:52:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5317,21 +8845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11856', + '11070', 'x-ms-request-id', - 'fee7bca1-af85-4edb-ad47-6405cd2f87c4', + '947d0796-b9d8-4494-b394-289734806f1a', 'x-ms-correlation-request-id', - 'fee7bca1-af85-4edb-ad47-6405cd2f87c4', + '947d0796-b9d8-4494-b394-289734806f1a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034836Z:fee7bca1-af85-4edb-ad47-6405cd2f87c4', + 'SOUTHEASTASIA:20211111T085227Z:947d0796-b9d8-4494-b394-289734806f1a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:35 GMT' + 'Thu, 11 Nov 2021 08:52:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5353,21 +8881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11855', + '11069', 'x-ms-request-id', - '6630e624-5407-4fdd-bf71-f6197efbe4bc', + 'ab4fdf4c-4d78-4d4b-8f9b-e5e6cca33a1a', 'x-ms-correlation-request-id', - '6630e624-5407-4fdd-bf71-f6197efbe4bc', + 'ab4fdf4c-4d78-4d4b-8f9b-e5e6cca33a1a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034838Z:6630e624-5407-4fdd-bf71-f6197efbe4bc', + 'SOUTHEASTASIA:20211111T085230Z:ab4fdf4c-4d78-4d4b-8f9b-e5e6cca33a1a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:38 GMT' + 'Thu, 11 Nov 2021 08:52:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5389,21 +8917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11854', + '11068', 'x-ms-request-id', - '7ce3a672-f2f5-4b69-aa18-16d1a6257624', + '43267bd0-36e6-42b9-8bf9-5ac7200406c8', 'x-ms-correlation-request-id', - '7ce3a672-f2f5-4b69-aa18-16d1a6257624', + '43267bd0-36e6-42b9-8bf9-5ac7200406c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034841Z:7ce3a672-f2f5-4b69-aa18-16d1a6257624', + 'SOUTHEASTASIA:20211111T085232Z:43267bd0-36e6-42b9-8bf9-5ac7200406c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:40 GMT' + 'Thu, 11 Nov 2021 08:52:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5425,21 +8953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11853', + '11067', 'x-ms-request-id', - 'f2735f2d-a006-452a-b495-22a96ef74831', + 'd2cd46ef-a352-4a00-b820-25f5f366c712', 'x-ms-correlation-request-id', - 'f2735f2d-a006-452a-b495-22a96ef74831', + 'd2cd46ef-a352-4a00-b820-25f5f366c712', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034843Z:f2735f2d-a006-452a-b495-22a96ef74831', + 'SOUTHEASTASIA:20211111T085234Z:d2cd46ef-a352-4a00-b820-25f5f366c712', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:42 GMT' + 'Thu, 11 Nov 2021 08:52:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5461,21 +8989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11852', + '11066', 'x-ms-request-id', - 'bf9bcb73-ee5b-4249-9788-8203c91e3cff', + 'b768c0ce-9ea8-4739-b652-9c9d0a153bcf', 'x-ms-correlation-request-id', - 'bf9bcb73-ee5b-4249-9788-8203c91e3cff', + 'b768c0ce-9ea8-4739-b652-9c9d0a153bcf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034845Z:bf9bcb73-ee5b-4249-9788-8203c91e3cff', + 'SOUTHEASTASIA:20211111T085237Z:b768c0ce-9ea8-4739-b652-9c9d0a153bcf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:45 GMT' + 'Thu, 11 Nov 2021 08:52:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5497,21 +9025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11851', + '11065', 'x-ms-request-id', - '58b65e88-dacf-4212-9dde-98c1b84a65e4', + '748ec3f9-5fd5-4001-b518-d8c33ca2c9c2', 'x-ms-correlation-request-id', - '58b65e88-dacf-4212-9dde-98c1b84a65e4', + '748ec3f9-5fd5-4001-b518-d8c33ca2c9c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034848Z:58b65e88-dacf-4212-9dde-98c1b84a65e4', + 'SOUTHEASTASIA:20211111T085239Z:748ec3f9-5fd5-4001-b518-d8c33ca2c9c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:47 GMT' + 'Thu, 11 Nov 2021 08:52:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5533,21 +9061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11850', + '11064', 'x-ms-request-id', - '993fe85a-bd68-4446-b45a-dd014fb09ad1', + '835a969f-8c36-4d3c-b326-2f268f253dec', 'x-ms-correlation-request-id', - '993fe85a-bd68-4446-b45a-dd014fb09ad1', + '835a969f-8c36-4d3c-b326-2f268f253dec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034850Z:993fe85a-bd68-4446-b45a-dd014fb09ad1', + 'SOUTHEASTASIA:20211111T085241Z:835a969f-8c36-4d3c-b326-2f268f253dec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:49 GMT' + 'Thu, 11 Nov 2021 08:52:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5569,21 +9097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11849', + '11063', 'x-ms-request-id', - '0fa259a8-0a0d-429d-8b19-35f6c7d74a79', + 'b2f2f243-f093-4e05-88be-ee49e32582e8', 'x-ms-correlation-request-id', - '0fa259a8-0a0d-429d-8b19-35f6c7d74a79', + 'b2f2f243-f093-4e05-88be-ee49e32582e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034852Z:0fa259a8-0a0d-429d-8b19-35f6c7d74a79', + 'SOUTHEASTASIA:20211111T085244Z:b2f2f243-f093-4e05-88be-ee49e32582e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:52 GMT' + 'Thu, 11 Nov 2021 08:52:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5605,21 +9133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11848', + '11062', 'x-ms-request-id', - 'b6085116-c855-4599-9a4e-89a8991f6312', + 'a173d84e-b53c-4f16-9b5c-b66c28a201f3', 'x-ms-correlation-request-id', - 'b6085116-c855-4599-9a4e-89a8991f6312', + 'a173d84e-b53c-4f16-9b5c-b66c28a201f3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034855Z:b6085116-c855-4599-9a4e-89a8991f6312', + 'SOUTHEASTASIA:20211111T085246Z:a173d84e-b53c-4f16-9b5c-b66c28a201f3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:54 GMT' + 'Thu, 11 Nov 2021 08:52:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5641,21 +9169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11847', + '11061', 'x-ms-request-id', - 'aa321926-41e8-45c5-94d1-63d81eaab52e', + 'a90afd9c-3890-4893-af08-314e09a44c33', 'x-ms-correlation-request-id', - 'aa321926-41e8-45c5-94d1-63d81eaab52e', + 'a90afd9c-3890-4893-af08-314e09a44c33', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034857Z:aa321926-41e8-45c5-94d1-63d81eaab52e', + 'SOUTHEASTASIA:20211111T085248Z:a90afd9c-3890-4893-af08-314e09a44c33', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:56 GMT' + 'Thu, 11 Nov 2021 08:52:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5677,21 +9205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11846', + '11060', 'x-ms-request-id', - 'a9b09628-bf81-4d9a-bebe-4b3e4f4460a9', + 'e070736d-cac7-41a7-b3bc-3b7addf2053b', 'x-ms-correlation-request-id', - 'a9b09628-bf81-4d9a-bebe-4b3e4f4460a9', + 'e070736d-cac7-41a7-b3bc-3b7addf2053b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034859Z:a9b09628-bf81-4d9a-bebe-4b3e4f4460a9', + 'SOUTHEASTASIA:20211111T085251Z:e070736d-cac7-41a7-b3bc-3b7addf2053b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:48:58 GMT' + 'Thu, 11 Nov 2021 08:52:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5713,21 +9241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11845', + '11059', 'x-ms-request-id', - 'acf163df-d5ca-495b-953d-3e22037c5ca2', + '934b5a96-bd80-4112-8aeb-0e6228f61d25', 'x-ms-correlation-request-id', - 'acf163df-d5ca-495b-953d-3e22037c5ca2', + '934b5a96-bd80-4112-8aeb-0e6228f61d25', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034902Z:acf163df-d5ca-495b-953d-3e22037c5ca2', + 'SOUTHEASTASIA:20211111T085253Z:934b5a96-bd80-4112-8aeb-0e6228f61d25', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:01 GMT' + 'Thu, 11 Nov 2021 08:52:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5749,21 +9277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11844', + '11058', 'x-ms-request-id', - '4bdce280-c197-4a87-be3f-d6f5f6c6cc30', + 'e177d1c0-6e87-41ab-9196-17cd8e4fde91', 'x-ms-correlation-request-id', - '4bdce280-c197-4a87-be3f-d6f5f6c6cc30', + 'e177d1c0-6e87-41ab-9196-17cd8e4fde91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034904Z:4bdce280-c197-4a87-be3f-d6f5f6c6cc30', + 'SOUTHEASTASIA:20211111T085255Z:e177d1c0-6e87-41ab-9196-17cd8e4fde91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:03 GMT' + 'Thu, 11 Nov 2021 08:52:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5785,21 +9313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11843', + '11057', 'x-ms-request-id', - 'b4ac2a7b-1101-4a70-9879-9df3077204d7', + '40866556-a5c1-444d-bc35-6ab2f5d7f528', 'x-ms-correlation-request-id', - 'b4ac2a7b-1101-4a70-9879-9df3077204d7', + '40866556-a5c1-444d-bc35-6ab2f5d7f528', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034906Z:b4ac2a7b-1101-4a70-9879-9df3077204d7', + 'SOUTHEASTASIA:20211111T085258Z:40866556-a5c1-444d-bc35-6ab2f5d7f528', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:05 GMT' + 'Thu, 11 Nov 2021 08:52:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5821,21 +9349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11842', + '11056', 'x-ms-request-id', - '85753c57-c5ff-4315-b57a-db2409e01aba', + 'a4f3c655-9805-4817-9125-37c78807be4a', 'x-ms-correlation-request-id', - '85753c57-c5ff-4315-b57a-db2409e01aba', + 'a4f3c655-9805-4817-9125-37c78807be4a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034909Z:85753c57-c5ff-4315-b57a-db2409e01aba', + 'SOUTHEASTASIA:20211111T085300Z:a4f3c655-9805-4817-9125-37c78807be4a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:08 GMT' + 'Thu, 11 Nov 2021 08:52:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5857,21 +9385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11841', + '11055', 'x-ms-request-id', - '3a1ca037-0944-406c-86dd-0ed1b2f427ae', + 'af54159e-f5aa-4504-866d-0536c83208bc', 'x-ms-correlation-request-id', - '3a1ca037-0944-406c-86dd-0ed1b2f427ae', + 'af54159e-f5aa-4504-866d-0536c83208bc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034911Z:3a1ca037-0944-406c-86dd-0ed1b2f427ae', + 'SOUTHEASTASIA:20211111T085302Z:af54159e-f5aa-4504-866d-0536c83208bc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:10 GMT' + 'Thu, 11 Nov 2021 08:53:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5893,21 +9421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11840', + '11054', 'x-ms-request-id', - '1f693a8c-88c5-4e7f-8bf6-983e03dfaab3', + '63905a01-4edb-4424-8e31-bba64532ef88', 'x-ms-correlation-request-id', - '1f693a8c-88c5-4e7f-8bf6-983e03dfaab3', + '63905a01-4edb-4424-8e31-bba64532ef88', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034913Z:1f693a8c-88c5-4e7f-8bf6-983e03dfaab3', + 'SOUTHEASTASIA:20211111T085305Z:63905a01-4edb-4424-8e31-bba64532ef88', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:12 GMT' + 'Thu, 11 Nov 2021 08:53:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5929,21 +9457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11839', + '11053', 'x-ms-request-id', - '2157e896-1699-42c5-967a-047e0e729a51', + 'ab889d6b-3564-436c-bb72-969feff73591', 'x-ms-correlation-request-id', - '2157e896-1699-42c5-967a-047e0e729a51', + 'ab889d6b-3564-436c-bb72-969feff73591', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034916Z:2157e896-1699-42c5-967a-047e0e729a51', + 'SOUTHEASTASIA:20211111T085307Z:ab889d6b-3564-436c-bb72-969feff73591', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:15 GMT' + 'Thu, 11 Nov 2021 08:53:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -5965,21 +9493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11838', + '11052', 'x-ms-request-id', - '90918948-ef27-41c2-8cf2-4bd7d582f7f9', + 'a3944f10-2d0a-4985-9776-dc97a5910f32', 'x-ms-correlation-request-id', - '90918948-ef27-41c2-8cf2-4bd7d582f7f9', + 'a3944f10-2d0a-4985-9776-dc97a5910f32', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034918Z:90918948-ef27-41c2-8cf2-4bd7d582f7f9', + 'SOUTHEASTASIA:20211111T085309Z:a3944f10-2d0a-4985-9776-dc97a5910f32', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:17 GMT' + 'Thu, 11 Nov 2021 08:53:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6001,21 +9529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11837', + '11051', 'x-ms-request-id', - '00ed8204-747c-41dc-bb6e-e7a04684e670', + 'd6a80b1b-e502-4284-9589-116f92cf3a89', 'x-ms-correlation-request-id', - '00ed8204-747c-41dc-bb6e-e7a04684e670', + 'd6a80b1b-e502-4284-9589-116f92cf3a89', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034920Z:00ed8204-747c-41dc-bb6e-e7a04684e670', + 'SOUTHEASTASIA:20211111T085312Z:d6a80b1b-e502-4284-9589-116f92cf3a89', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:19 GMT' + 'Thu, 11 Nov 2021 08:53:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6037,21 +9565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11836', + '11050', 'x-ms-request-id', - '5c2f10c0-e0d9-433d-baff-25a86453434f', + '75637598-90ba-4764-9ef2-4e353e77df2e', 'x-ms-correlation-request-id', - '5c2f10c0-e0d9-433d-baff-25a86453434f', + '75637598-90ba-4764-9ef2-4e353e77df2e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034923Z:5c2f10c0-e0d9-433d-baff-25a86453434f', + 'SOUTHEASTASIA:20211111T085314Z:75637598-90ba-4764-9ef2-4e353e77df2e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:23 GMT' + 'Thu, 11 Nov 2021 08:53:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6073,21 +9601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11835', + '11049', 'x-ms-request-id', - '7f3b379a-f5d9-4570-a1f1-c678aea8049e', + '23897cb3-b763-43d9-b155-799f143b7a8a', 'x-ms-correlation-request-id', - '7f3b379a-f5d9-4570-a1f1-c678aea8049e', + '23897cb3-b763-43d9-b155-799f143b7a8a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034925Z:7f3b379a-f5d9-4570-a1f1-c678aea8049e', + 'SOUTHEASTASIA:20211111T085316Z:23897cb3-b763-43d9-b155-799f143b7a8a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:25 GMT' + 'Thu, 11 Nov 2021 08:53:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6109,21 +9637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11834', + '11048', 'x-ms-request-id', - '4b7b14c3-5df5-4d77-b1c9-621ce9032a1f', + '012de978-70b2-4780-8d55-9a69dcb0e958', 'x-ms-correlation-request-id', - '4b7b14c3-5df5-4d77-b1c9-621ce9032a1f', + '012de978-70b2-4780-8d55-9a69dcb0e958', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034927Z:4b7b14c3-5df5-4d77-b1c9-621ce9032a1f', + 'SOUTHEASTASIA:20211111T085319Z:012de978-70b2-4780-8d55-9a69dcb0e958', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:27 GMT' + 'Thu, 11 Nov 2021 08:53:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6145,21 +9673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11833', + '11047', 'x-ms-request-id', - '306278b1-ff7e-4d29-bea6-b2075b6c86c4', + 'aab4ef30-b654-457d-8abe-2dc5bb2f0eaa', 'x-ms-correlation-request-id', - '306278b1-ff7e-4d29-bea6-b2075b6c86c4', + 'aab4ef30-b654-457d-8abe-2dc5bb2f0eaa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034930Z:306278b1-ff7e-4d29-bea6-b2075b6c86c4', + 'SOUTHEASTASIA:20211111T085321Z:aab4ef30-b654-457d-8abe-2dc5bb2f0eaa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:30 GMT' + 'Thu, 11 Nov 2021 08:53:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6181,21 +9709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11832', + '11046', 'x-ms-request-id', - '878e3996-7772-4781-bb1c-1ad4c5c7169b', + 'bed17df5-5419-41eb-9cba-2090ddee2ddf', 'x-ms-correlation-request-id', - '878e3996-7772-4781-bb1c-1ad4c5c7169b', + 'bed17df5-5419-41eb-9cba-2090ddee2ddf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034932Z:878e3996-7772-4781-bb1c-1ad4c5c7169b', + 'SOUTHEASTASIA:20211111T085323Z:bed17df5-5419-41eb-9cba-2090ddee2ddf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:32 GMT' + 'Thu, 11 Nov 2021 08:53:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6217,21 +9745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11831', + '11045', 'x-ms-request-id', - 'deb3199a-f7b8-4c21-aa3d-f81b19d79265', + '9d5fc3c0-d3bf-4f1b-b0e7-a379321c8468', 'x-ms-correlation-request-id', - 'deb3199a-f7b8-4c21-aa3d-f81b19d79265', + '9d5fc3c0-d3bf-4f1b-b0e7-a379321c8468', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034934Z:deb3199a-f7b8-4c21-aa3d-f81b19d79265', + 'SOUTHEASTASIA:20211111T085326Z:9d5fc3c0-d3bf-4f1b-b0e7-a379321c8468', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:34 GMT' + 'Thu, 11 Nov 2021 08:53:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6253,21 +9781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11830', + '11044', 'x-ms-request-id', - '1a4b8bda-87a7-4b3e-adf6-57723ff13553', + '9a3c4205-8696-4668-b720-a3b0c4e3f1d4', 'x-ms-correlation-request-id', - '1a4b8bda-87a7-4b3e-adf6-57723ff13553', + '9a3c4205-8696-4668-b720-a3b0c4e3f1d4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034937Z:1a4b8bda-87a7-4b3e-adf6-57723ff13553', + 'SOUTHEASTASIA:20211111T085328Z:9a3c4205-8696-4668-b720-a3b0c4e3f1d4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:36 GMT' + 'Thu, 11 Nov 2021 08:53:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6289,21 +9817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11829', + '11043', 'x-ms-request-id', - '644cbb4e-375a-4cf9-9672-52a1a1b16eff', + '9926ed2d-cf91-4c53-9e5b-c199750576a1', 'x-ms-correlation-request-id', - '644cbb4e-375a-4cf9-9672-52a1a1b16eff', + '9926ed2d-cf91-4c53-9e5b-c199750576a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034939Z:644cbb4e-375a-4cf9-9672-52a1a1b16eff', + 'SOUTHEASTASIA:20211111T085330Z:9926ed2d-cf91-4c53-9e5b-c199750576a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:39 GMT' + 'Thu, 11 Nov 2021 08:53:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6325,21 +9853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11828', + '11042', 'x-ms-request-id', - 'bbd20d2e-cf84-4674-9d99-dda751a278ba', + '69eaf1e4-fd0a-418e-8faa-68d7dd590b85', 'x-ms-correlation-request-id', - 'bbd20d2e-cf84-4674-9d99-dda751a278ba', + '69eaf1e4-fd0a-418e-8faa-68d7dd590b85', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034941Z:bbd20d2e-cf84-4674-9d99-dda751a278ba', + 'SOUTHEASTASIA:20211111T085332Z:69eaf1e4-fd0a-418e-8faa-68d7dd590b85', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:41 GMT' + 'Thu, 11 Nov 2021 08:53:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6361,21 +9889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11827', + '11041', 'x-ms-request-id', - '267f67f4-94db-4263-a27c-159425b13760', + 'e1c52d4c-809f-4771-9c72-5d3daa623e33', 'x-ms-correlation-request-id', - '267f67f4-94db-4263-a27c-159425b13760', + 'e1c52d4c-809f-4771-9c72-5d3daa623e33', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034944Z:267f67f4-94db-4263-a27c-159425b13760', + 'SOUTHEASTASIA:20211111T085335Z:e1c52d4c-809f-4771-9c72-5d3daa623e33', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:43 GMT' + 'Thu, 11 Nov 2021 08:53:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6397,21 +9925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11826', + '11040', 'x-ms-request-id', - '44ee54b8-7a17-4abd-9103-fa5d34592b04', + '596efd11-a27e-4fba-b37d-93e2879ed49f', 'x-ms-correlation-request-id', - '44ee54b8-7a17-4abd-9103-fa5d34592b04', + '596efd11-a27e-4fba-b37d-93e2879ed49f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034946Z:44ee54b8-7a17-4abd-9103-fa5d34592b04', + 'SOUTHEASTASIA:20211111T085338Z:596efd11-a27e-4fba-b37d-93e2879ed49f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:46 GMT' + 'Thu, 11 Nov 2021 08:53:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6433,21 +9961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11825', + '11039', 'x-ms-request-id', - '4977958a-96a9-4998-af63-21eb3523508c', + 'f861694d-f9d0-4b92-b993-a02e8dda80dc', 'x-ms-correlation-request-id', - '4977958a-96a9-4998-af63-21eb3523508c', + 'f861694d-f9d0-4b92-b993-a02e8dda80dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034948Z:4977958a-96a9-4998-af63-21eb3523508c', + 'SOUTHEASTASIA:20211111T085340Z:f861694d-f9d0-4b92-b993-a02e8dda80dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:48 GMT' + 'Thu, 11 Nov 2021 08:53:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6469,21 +9997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11824', + '11038', 'x-ms-request-id', - '9361e9d5-07a4-414c-994f-20ec1229a8f8', + '45339469-59e6-49dc-8405-62bdaa8ad795', 'x-ms-correlation-request-id', - '9361e9d5-07a4-414c-994f-20ec1229a8f8', + '45339469-59e6-49dc-8405-62bdaa8ad795', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034951Z:9361e9d5-07a4-414c-994f-20ec1229a8f8', + 'SOUTHEASTASIA:20211111T085342Z:45339469-59e6-49dc-8405-62bdaa8ad795', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:50 GMT' + 'Thu, 11 Nov 2021 08:53:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6505,21 +10033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11823', + '11037', 'x-ms-request-id', - 'f5e5831f-3092-4d60-9da1-31b0cfa21fa8', + '7f5941a5-bf16-410b-9df7-a8b01d37b32b', 'x-ms-correlation-request-id', - 'f5e5831f-3092-4d60-9da1-31b0cfa21fa8', + '7f5941a5-bf16-410b-9df7-a8b01d37b32b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034953Z:f5e5831f-3092-4d60-9da1-31b0cfa21fa8', + 'SOUTHEASTASIA:20211111T085345Z:7f5941a5-bf16-410b-9df7-a8b01d37b32b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:53 GMT' + 'Thu, 11 Nov 2021 08:53:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6541,21 +10069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11822', + '11036', 'x-ms-request-id', - '832e4986-1c95-4d95-89cc-ddfd0739d697', + '23682513-b86d-44e8-8fbc-2865e7cd8c49', 'x-ms-correlation-request-id', - '832e4986-1c95-4d95-89cc-ddfd0739d697', + '23682513-b86d-44e8-8fbc-2865e7cd8c49', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034955Z:832e4986-1c95-4d95-89cc-ddfd0739d697', + 'SOUTHEASTASIA:20211111T085347Z:23682513-b86d-44e8-8fbc-2865e7cd8c49', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:55 GMT' + 'Thu, 11 Nov 2021 08:53:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6577,21 +10105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11821', + '11035', 'x-ms-request-id', - 'a6341009-8f2c-40bb-aedc-995a12cdb7f9', + '6659f81b-62d7-4742-834d-3a1a60ec5155', 'x-ms-correlation-request-id', - 'a6341009-8f2c-40bb-aedc-995a12cdb7f9', + '6659f81b-62d7-4742-834d-3a1a60ec5155', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034957Z:a6341009-8f2c-40bb-aedc-995a12cdb7f9', + 'SOUTHEASTASIA:20211111T085349Z:6659f81b-62d7-4742-834d-3a1a60ec5155', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:49:57 GMT' + 'Thu, 11 Nov 2021 08:53:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6613,21 +10141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11820', + '11034', 'x-ms-request-id', - 'fa65fc07-b951-4f93-8917-029dea56747c', + '50510c52-02ea-4b13-99c7-9cfb4e3181b0', 'x-ms-correlation-request-id', - 'fa65fc07-b951-4f93-8917-029dea56747c', + '50510c52-02ea-4b13-99c7-9cfb4e3181b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035000Z:fa65fc07-b951-4f93-8917-029dea56747c', + 'SOUTHEASTASIA:20211111T085352Z:50510c52-02ea-4b13-99c7-9cfb4e3181b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:00 GMT' + 'Thu, 11 Nov 2021 08:53:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6649,21 +10177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11819', + '11033', 'x-ms-request-id', - '301cab66-5722-44dd-b719-572af2d3d316', + '2c69817e-dcb6-4ca1-b89d-d61a2c916c8d', 'x-ms-correlation-request-id', - '301cab66-5722-44dd-b719-572af2d3d316', + '2c69817e-dcb6-4ca1-b89d-d61a2c916c8d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035002Z:301cab66-5722-44dd-b719-572af2d3d316', + 'SOUTHEASTASIA:20211111T085354Z:2c69817e-dcb6-4ca1-b89d-d61a2c916c8d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:02 GMT' + 'Thu, 11 Nov 2021 08:53:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6685,21 +10213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11818', + '11032', 'x-ms-request-id', - '036f2c5d-ed42-4440-a947-2a299eefe268', + '304d9747-2d8f-4a8d-a671-5dcceff016d5', 'x-ms-correlation-request-id', - '036f2c5d-ed42-4440-a947-2a299eefe268', + '304d9747-2d8f-4a8d-a671-5dcceff016d5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035005Z:036f2c5d-ed42-4440-a947-2a299eefe268', + 'SOUTHEASTASIA:20211111T085356Z:304d9747-2d8f-4a8d-a671-5dcceff016d5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:05 GMT' + 'Thu, 11 Nov 2021 08:53:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6721,21 +10249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11817', + '11031', 'x-ms-request-id', - '670046b7-2900-42ed-b48b-870d5cb505db', + '96d31139-a1be-423d-8e06-6fab7fca5216', 'x-ms-correlation-request-id', - '670046b7-2900-42ed-b48b-870d5cb505db', + '96d31139-a1be-423d-8e06-6fab7fca5216', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035007Z:670046b7-2900-42ed-b48b-870d5cb505db', + 'SOUTHEASTASIA:20211111T085359Z:96d31139-a1be-423d-8e06-6fab7fca5216', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:07 GMT' + 'Thu, 11 Nov 2021 08:53:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6757,21 +10285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11816', + '11030', 'x-ms-request-id', - 'fe123a5a-b590-419b-9f4d-4af7138e130a', + 'ec3b3380-97f2-4cd2-9373-c3483b0b18c1', 'x-ms-correlation-request-id', - 'fe123a5a-b590-419b-9f4d-4af7138e130a', + 'ec3b3380-97f2-4cd2-9373-c3483b0b18c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035010Z:fe123a5a-b590-419b-9f4d-4af7138e130a', + 'SOUTHEASTASIA:20211111T085401Z:ec3b3380-97f2-4cd2-9373-c3483b0b18c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:09 GMT' + 'Thu, 11 Nov 2021 08:54:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6793,21 +10321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11815', + '11029', 'x-ms-request-id', - '0308de97-8da0-43c6-a4a7-4c69d1e03b34', + '66d0e0a3-efac-4a79-af7e-bacf677438cf', 'x-ms-correlation-request-id', - '0308de97-8da0-43c6-a4a7-4c69d1e03b34', + '66d0e0a3-efac-4a79-af7e-bacf677438cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035012Z:0308de97-8da0-43c6-a4a7-4c69d1e03b34', + 'SOUTHEASTASIA:20211111T085403Z:66d0e0a3-efac-4a79-af7e-bacf677438cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:12 GMT' + 'Thu, 11 Nov 2021 08:54:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6829,21 +10357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11814', + '11028', 'x-ms-request-id', - '04c2856e-f711-4235-ade5-c43e7505fd9e', + '0c2231f4-bc31-43af-88e1-485ccdfcc524', 'x-ms-correlation-request-id', - '04c2856e-f711-4235-ade5-c43e7505fd9e', + '0c2231f4-bc31-43af-88e1-485ccdfcc524', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035014Z:04c2856e-f711-4235-ade5-c43e7505fd9e', + 'SOUTHEASTASIA:20211111T085406Z:0c2231f4-bc31-43af-88e1-485ccdfcc524', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:14 GMT' + 'Thu, 11 Nov 2021 08:54:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6865,21 +10393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11813', + '11027', 'x-ms-request-id', - '11c553d1-cbde-418d-84be-8dc89d295d7d', + '63644720-cadc-4e7b-afd4-0ce5e17193ca', 'x-ms-correlation-request-id', - '11c553d1-cbde-418d-84be-8dc89d295d7d', + '63644720-cadc-4e7b-afd4-0ce5e17193ca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035017Z:11c553d1-cbde-418d-84be-8dc89d295d7d', + 'SOUTHEASTASIA:20211111T085408Z:63644720-cadc-4e7b-afd4-0ce5e17193ca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:16 GMT' + 'Thu, 11 Nov 2021 08:54:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6901,21 +10429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11812', + '11026', 'x-ms-request-id', - '2f9e3a6e-08cd-4864-af19-1598cf6151da', + 'f5ea5873-6608-4c5f-b1b2-0fd47741e3d9', 'x-ms-correlation-request-id', - '2f9e3a6e-08cd-4864-af19-1598cf6151da', + 'f5ea5873-6608-4c5f-b1b2-0fd47741e3d9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035019Z:2f9e3a6e-08cd-4864-af19-1598cf6151da', + 'SOUTHEASTASIA:20211111T085410Z:f5ea5873-6608-4c5f-b1b2-0fd47741e3d9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:19 GMT' + 'Thu, 11 Nov 2021 08:54:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6937,21 +10465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11811', + '11025', 'x-ms-request-id', - '64f253b8-261a-4aef-b8b6-9de8fca3fba7', + '6e018d92-d549-446c-bd63-4c38d0f9744b', 'x-ms-correlation-request-id', - '64f253b8-261a-4aef-b8b6-9de8fca3fba7', + '6e018d92-d549-446c-bd63-4c38d0f9744b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035021Z:64f253b8-261a-4aef-b8b6-9de8fca3fba7', + 'SOUTHEASTASIA:20211111T085413Z:6e018d92-d549-446c-bd63-4c38d0f9744b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:21 GMT' + 'Thu, 11 Nov 2021 08:54:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -6973,21 +10501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11810', + '11024', 'x-ms-request-id', - '50577b94-0427-41da-a8a8-e6900eaca336', + 'c7c27860-a34a-4964-beb9-2e16c8bf7888', 'x-ms-correlation-request-id', - '50577b94-0427-41da-a8a8-e6900eaca336', + 'c7c27860-a34a-4964-beb9-2e16c8bf7888', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035024Z:50577b94-0427-41da-a8a8-e6900eaca336', + 'SOUTHEASTASIA:20211111T085415Z:c7c27860-a34a-4964-beb9-2e16c8bf7888', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:23 GMT' + 'Thu, 11 Nov 2021 08:54:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7009,21 +10537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11809', + '11023', 'x-ms-request-id', - '75390d05-e246-4649-9671-1faa1894d878', + '45a15f83-1498-4252-a713-775dd88ab31a', 'x-ms-correlation-request-id', - '75390d05-e246-4649-9671-1faa1894d878', + '45a15f83-1498-4252-a713-775dd88ab31a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035026Z:75390d05-e246-4649-9671-1faa1894d878', + 'SOUTHEASTASIA:20211111T085417Z:45a15f83-1498-4252-a713-775dd88ab31a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:26 GMT' + 'Thu, 11 Nov 2021 08:54:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7045,21 +10573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11808', + '11022', 'x-ms-request-id', - '2652deb6-2ec7-496a-b6ac-1af27c6f59fb', + 'beb386f5-8b5a-448f-86fd-1b5cf69fa425', 'x-ms-correlation-request-id', - '2652deb6-2ec7-496a-b6ac-1af27c6f59fb', + 'beb386f5-8b5a-448f-86fd-1b5cf69fa425', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035028Z:2652deb6-2ec7-496a-b6ac-1af27c6f59fb', + 'SOUTHEASTASIA:20211111T085420Z:beb386f5-8b5a-448f-86fd-1b5cf69fa425', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:28 GMT' + 'Thu, 11 Nov 2021 08:54:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7081,21 +10609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11807', + '11021', 'x-ms-request-id', - '0a5eb47d-2dc4-4a2b-aa7a-5cfbaf19356c', + 'b7e8fc29-68fb-43c2-beb6-eef8c69411e0', 'x-ms-correlation-request-id', - '0a5eb47d-2dc4-4a2b-aa7a-5cfbaf19356c', + 'b7e8fc29-68fb-43c2-beb6-eef8c69411e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035031Z:0a5eb47d-2dc4-4a2b-aa7a-5cfbaf19356c', + 'SOUTHEASTASIA:20211111T085422Z:b7e8fc29-68fb-43c2-beb6-eef8c69411e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:30 GMT' + 'Thu, 11 Nov 2021 08:54:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7117,21 +10645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11806', + '11020', 'x-ms-request-id', - '8e1b59fe-6a4b-4b1f-a9e4-f58816059659', + '7d6f3c06-1874-4794-ac21-1e1cafc24604', 'x-ms-correlation-request-id', - '8e1b59fe-6a4b-4b1f-a9e4-f58816059659', + '7d6f3c06-1874-4794-ac21-1e1cafc24604', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035033Z:8e1b59fe-6a4b-4b1f-a9e4-f58816059659', + 'SOUTHEASTASIA:20211111T085424Z:7d6f3c06-1874-4794-ac21-1e1cafc24604', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:33 GMT' + 'Thu, 11 Nov 2021 08:54:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7153,21 +10681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11805', + '11019', 'x-ms-request-id', - '79db56fb-5c2d-4369-875b-0efeb4a4745c', + 'f1d80b81-be11-4d7b-ab92-61c3ec477de8', 'x-ms-correlation-request-id', - '79db56fb-5c2d-4369-875b-0efeb4a4745c', + 'f1d80b81-be11-4d7b-ab92-61c3ec477de8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035035Z:79db56fb-5c2d-4369-875b-0efeb4a4745c', + 'SOUTHEASTASIA:20211111T085426Z:f1d80b81-be11-4d7b-ab92-61c3ec477de8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:35 GMT' + 'Thu, 11 Nov 2021 08:54:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7189,21 +10717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11804', + '11018', 'x-ms-request-id', - '44d2464d-a940-4082-97c7-111d6fa0fcfc', + 'a839eb91-4aec-4c26-bc51-df48a100982f', 'x-ms-correlation-request-id', - '44d2464d-a940-4082-97c7-111d6fa0fcfc', + 'a839eb91-4aec-4c26-bc51-df48a100982f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035038Z:44d2464d-a940-4082-97c7-111d6fa0fcfc', + 'SOUTHEASTASIA:20211111T085429Z:a839eb91-4aec-4c26-bc51-df48a100982f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:37 GMT' + 'Thu, 11 Nov 2021 08:54:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7225,21 +10753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11803', + '11017', 'x-ms-request-id', - '29a611e3-80d6-4714-b672-3b7c29e48f76', + 'ad147bad-22ee-4cee-a561-f445f0afb363', 'x-ms-correlation-request-id', - '29a611e3-80d6-4714-b672-3b7c29e48f76', + 'ad147bad-22ee-4cee-a561-f445f0afb363', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035040Z:29a611e3-80d6-4714-b672-3b7c29e48f76', + 'SOUTHEASTASIA:20211111T085431Z:ad147bad-22ee-4cee-a561-f445f0afb363', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:39 GMT' + 'Thu, 11 Nov 2021 08:54:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7261,21 +10789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11802', + '11016', 'x-ms-request-id', - 'de8888a3-d5f1-4798-9683-717364cf2c58', + 'effcf87f-c35d-4a9e-8926-804d0516b54a', 'x-ms-correlation-request-id', - 'de8888a3-d5f1-4798-9683-717364cf2c58', + 'effcf87f-c35d-4a9e-8926-804d0516b54a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035042Z:de8888a3-d5f1-4798-9683-717364cf2c58', + 'SOUTHEASTASIA:20211111T085433Z:effcf87f-c35d-4a9e-8926-804d0516b54a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:42 GMT' + 'Thu, 11 Nov 2021 08:54:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7297,21 +10825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11801', + '11015', 'x-ms-request-id', - 'c59200e9-26ab-49df-865d-39d9175d7a66', + '3ed82198-72f0-4ab2-94aa-d718531b851c', 'x-ms-correlation-request-id', - 'c59200e9-26ab-49df-865d-39d9175d7a66', + '3ed82198-72f0-4ab2-94aa-d718531b851c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035045Z:c59200e9-26ab-49df-865d-39d9175d7a66', + 'SOUTHEASTASIA:20211111T085436Z:3ed82198-72f0-4ab2-94aa-d718531b851c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:44 GMT' + 'Thu, 11 Nov 2021 08:54:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7333,21 +10861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11800', + '11014', 'x-ms-request-id', - 'f5a4b64e-631c-4cc9-b941-cc7e9b609c68', + '1f6a1b53-c159-4d7d-a038-77d5f0f4d74e', 'x-ms-correlation-request-id', - 'f5a4b64e-631c-4cc9-b941-cc7e9b609c68', + '1f6a1b53-c159-4d7d-a038-77d5f0f4d74e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035047Z:f5a4b64e-631c-4cc9-b941-cc7e9b609c68', + 'SOUTHEASTASIA:20211111T085439Z:1f6a1b53-c159-4d7d-a038-77d5f0f4d74e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:46 GMT' + 'Thu, 11 Nov 2021 08:54:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7369,21 +10897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11799', + '11013', 'x-ms-request-id', - '11c7d59e-e24a-4a78-9ba9-e95f243af1d6', + '969743d9-143e-42a6-aaff-d32d4abc6467', 'x-ms-correlation-request-id', - '11c7d59e-e24a-4a78-9ba9-e95f243af1d6', + '969743d9-143e-42a6-aaff-d32d4abc6467', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035049Z:11c7d59e-e24a-4a78-9ba9-e95f243af1d6', + 'SOUTHEASTASIA:20211111T085441Z:969743d9-143e-42a6-aaff-d32d4abc6467', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:49 GMT' + 'Thu, 11 Nov 2021 08:54:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7405,21 +10933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11798', + '11012', 'x-ms-request-id', - 'd84eee14-33d7-401d-9ef2-10525425b1f0', + '9409add8-232b-4f15-b9b0-5791b90335a2', 'x-ms-correlation-request-id', - 'd84eee14-33d7-401d-9ef2-10525425b1f0', + '9409add8-232b-4f15-b9b0-5791b90335a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035051Z:d84eee14-33d7-401d-9ef2-10525425b1f0', + 'SOUTHEASTASIA:20211111T085443Z:9409add8-232b-4f15-b9b0-5791b90335a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:51 GMT' + 'Thu, 11 Nov 2021 08:54:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7441,21 +10969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11797', + '11011', 'x-ms-request-id', - '05308f0d-b32a-48fb-880e-621900931952', + 'fb00655b-e3ea-49e7-aeeb-026a5cae5f02', 'x-ms-correlation-request-id', - '05308f0d-b32a-48fb-880e-621900931952', + 'fb00655b-e3ea-49e7-aeeb-026a5cae5f02', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035054Z:05308f0d-b32a-48fb-880e-621900931952', + 'SOUTHEASTASIA:20211111T085446Z:fb00655b-e3ea-49e7-aeeb-026a5cae5f02', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:53 GMT' + 'Thu, 11 Nov 2021 08:54:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7477,21 +11005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11796', + '11010', 'x-ms-request-id', - '0e416352-f7cf-49ec-a7d1-8e0fa87cfabb', + '5f5f82f6-bc7f-4f87-8625-1c310c3bca99', 'x-ms-correlation-request-id', - '0e416352-f7cf-49ec-a7d1-8e0fa87cfabb', + '5f5f82f6-bc7f-4f87-8625-1c310c3bca99', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035056Z:0e416352-f7cf-49ec-a7d1-8e0fa87cfabb', + 'SOUTHEASTASIA:20211111T085448Z:5f5f82f6-bc7f-4f87-8625-1c310c3bca99', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:56 GMT' + 'Thu, 11 Nov 2021 08:54:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7513,21 +11041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11795', + '11009', 'x-ms-request-id', - 'b5adea75-a2e4-48c5-af55-a558ae9883dd', + '3658b1d5-b35e-4567-aa38-9f20d0308993', 'x-ms-correlation-request-id', - 'b5adea75-a2e4-48c5-af55-a558ae9883dd', + '3658b1d5-b35e-4567-aa38-9f20d0308993', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035058Z:b5adea75-a2e4-48c5-af55-a558ae9883dd', + 'SOUTHEASTASIA:20211111T085450Z:3658b1d5-b35e-4567-aa38-9f20d0308993', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:50:58 GMT' + 'Thu, 11 Nov 2021 08:54:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7549,21 +11077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11794', + '11008', 'x-ms-request-id', - 'e6579e81-9fcb-4764-953e-4f1e3dce18c1', + 'd77582f8-9df2-4e47-a68a-33532ffd06ba', 'x-ms-correlation-request-id', - 'e6579e81-9fcb-4764-953e-4f1e3dce18c1', + 'd77582f8-9df2-4e47-a68a-33532ffd06ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035101Z:e6579e81-9fcb-4764-953e-4f1e3dce18c1', + 'SOUTHEASTASIA:20211111T085453Z:d77582f8-9df2-4e47-a68a-33532ffd06ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:00 GMT' + 'Thu, 11 Nov 2021 08:54:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7585,21 +11113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11793', + '11007', 'x-ms-request-id', - '8640a353-8bf5-4709-adc1-7e76c73b75d1', + '26068ce6-3ef0-46ec-9009-1268b73cdcd8', 'x-ms-correlation-request-id', - '8640a353-8bf5-4709-adc1-7e76c73b75d1', + '26068ce6-3ef0-46ec-9009-1268b73cdcd8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035103Z:8640a353-8bf5-4709-adc1-7e76c73b75d1', + 'SOUTHEASTASIA:20211111T085455Z:26068ce6-3ef0-46ec-9009-1268b73cdcd8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:02 GMT' + 'Thu, 11 Nov 2021 08:54:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7621,21 +11149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11792', + '11006', 'x-ms-request-id', - '21bd07c9-3d39-4c93-89ba-894bacbb0732', + 'ec4d6ad6-181c-4830-b65d-bfe3afa91f37', 'x-ms-correlation-request-id', - '21bd07c9-3d39-4c93-89ba-894bacbb0732', + 'ec4d6ad6-181c-4830-b65d-bfe3afa91f37', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035105Z:21bd07c9-3d39-4c93-89ba-894bacbb0732', + 'SOUTHEASTASIA:20211111T085457Z:ec4d6ad6-181c-4830-b65d-bfe3afa91f37', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:05 GMT' + 'Thu, 11 Nov 2021 08:54:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7657,21 +11185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11791', + '11005', 'x-ms-request-id', - '25d2542c-9367-4255-a249-4b87b8372b47', + '5f3f63bc-5bb1-4edd-a432-d7b9fa3841f8', 'x-ms-correlation-request-id', - '25d2542c-9367-4255-a249-4b87b8372b47', + '5f3f63bc-5bb1-4edd-a432-d7b9fa3841f8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035108Z:25d2542c-9367-4255-a249-4b87b8372b47', + 'SOUTHEASTASIA:20211111T085500Z:5f3f63bc-5bb1-4edd-a432-d7b9fa3841f8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:07 GMT' + 'Thu, 11 Nov 2021 08:54:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7693,21 +11221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11790', + '11004', 'x-ms-request-id', - '01ddc293-fa89-4a1a-a961-a001d955cdb5', + '5ce7a476-1e7f-4d95-8811-1923b601cd81', 'x-ms-correlation-request-id', - '01ddc293-fa89-4a1a-a961-a001d955cdb5', + '5ce7a476-1e7f-4d95-8811-1923b601cd81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035110Z:01ddc293-fa89-4a1a-a961-a001d955cdb5', + 'SOUTHEASTASIA:20211111T085502Z:5ce7a476-1e7f-4d95-8811-1923b601cd81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:09 GMT' + 'Thu, 11 Nov 2021 08:55:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7729,21 +11257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11789', + '11003', 'x-ms-request-id', - 'cd8d26ca-8386-4081-ab28-65c79cb58485', + 'a6bc82ce-bd6f-4187-9e32-9d28a9f7ef29', 'x-ms-correlation-request-id', - 'cd8d26ca-8386-4081-ab28-65c79cb58485', + 'a6bc82ce-bd6f-4187-9e32-9d28a9f7ef29', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035112Z:cd8d26ca-8386-4081-ab28-65c79cb58485', + 'SOUTHEASTASIA:20211111T085504Z:a6bc82ce-bd6f-4187-9e32-9d28a9f7ef29', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:12 GMT' + 'Thu, 11 Nov 2021 08:55:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7765,21 +11293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11788', + '11002', 'x-ms-request-id', - '820441c4-b46b-409c-ae56-84d9904617a0', + '66d16d3c-967b-4ab6-864c-e7ea5f0548c5', 'x-ms-correlation-request-id', - '820441c4-b46b-409c-ae56-84d9904617a0', + '66d16d3c-967b-4ab6-864c-e7ea5f0548c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035115Z:820441c4-b46b-409c-ae56-84d9904617a0', + 'SOUTHEASTASIA:20211111T085507Z:66d16d3c-967b-4ab6-864c-e7ea5f0548c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:14 GMT' + 'Thu, 11 Nov 2021 08:55:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7801,21 +11329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11787', + '11001', 'x-ms-request-id', - '07961064-0fb9-4679-809e-7d5fe6a8e1ea', + 'c76e946f-daaf-4c26-8a48-475979f6f334', 'x-ms-correlation-request-id', - '07961064-0fb9-4679-809e-7d5fe6a8e1ea', + 'c76e946f-daaf-4c26-8a48-475979f6f334', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035117Z:07961064-0fb9-4679-809e-7d5fe6a8e1ea', + 'SOUTHEASTASIA:20211111T085509Z:c76e946f-daaf-4c26-8a48-475979f6f334', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:16 GMT' + 'Thu, 11 Nov 2021 08:55:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7837,21 +11365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11786', + '11000', 'x-ms-request-id', - 'e4b1dfe2-f1e3-441c-aaa6-4e7eeac416da', + 'ff1aab0e-da12-4d1c-a9c1-6e814cc25c3b', 'x-ms-correlation-request-id', - 'e4b1dfe2-f1e3-441c-aaa6-4e7eeac416da', + 'ff1aab0e-da12-4d1c-a9c1-6e814cc25c3b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035119Z:e4b1dfe2-f1e3-441c-aaa6-4e7eeac416da', + 'SOUTHEASTASIA:20211111T085511Z:ff1aab0e-da12-4d1c-a9c1-6e814cc25c3b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:19 GMT' + 'Thu, 11 Nov 2021 08:55:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7873,21 +11401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11785', + '10999', 'x-ms-request-id', - 'bb4b27cd-9e52-46de-9a55-1c2961b9c6ad', + 'c202c717-2e4f-4dfc-a2c1-9b07f8b591f5', 'x-ms-correlation-request-id', - 'bb4b27cd-9e52-46de-9a55-1c2961b9c6ad', + 'c202c717-2e4f-4dfc-a2c1-9b07f8b591f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035122Z:bb4b27cd-9e52-46de-9a55-1c2961b9c6ad', + 'SOUTHEASTASIA:20211111T085514Z:c202c717-2e4f-4dfc-a2c1-9b07f8b591f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:21 GMT' + 'Thu, 11 Nov 2021 08:55:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7909,21 +11437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11784', + '10998', 'x-ms-request-id', - 'e73f9b0b-0b72-4fb7-9ecb-aac804783030', + 'fa40b368-385b-4db7-a1b1-4cff6b0f11e9', 'x-ms-correlation-request-id', - 'e73f9b0b-0b72-4fb7-9ecb-aac804783030', + 'fa40b368-385b-4db7-a1b1-4cff6b0f11e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035124Z:e73f9b0b-0b72-4fb7-9ecb-aac804783030', + 'SOUTHEASTASIA:20211111T085516Z:fa40b368-385b-4db7-a1b1-4cff6b0f11e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:23 GMT' + 'Thu, 11 Nov 2021 08:55:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7945,21 +11473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11783', + '10997', 'x-ms-request-id', - 'c802d3f7-930d-4b53-a317-d2529b81b01d', + '388fcb7d-01b7-4a4c-a436-5086d1912883', 'x-ms-correlation-request-id', - 'c802d3f7-930d-4b53-a317-d2529b81b01d', + '388fcb7d-01b7-4a4c-a436-5086d1912883', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035126Z:c802d3f7-930d-4b53-a317-d2529b81b01d', + 'SOUTHEASTASIA:20211111T085518Z:388fcb7d-01b7-4a4c-a436-5086d1912883', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:25 GMT' + 'Thu, 11 Nov 2021 08:55:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -7981,21 +11509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11782', + '10996', 'x-ms-request-id', - 'cac3afd2-0bfa-4955-a02d-64fe5203195c', + '3972d9d5-e668-4a4d-84d9-718bc6ab94a5', 'x-ms-correlation-request-id', - 'cac3afd2-0bfa-4955-a02d-64fe5203195c', + '3972d9d5-e668-4a4d-84d9-718bc6ab94a5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035128Z:cac3afd2-0bfa-4955-a02d-64fe5203195c', + 'SOUTHEASTASIA:20211111T085521Z:3972d9d5-e668-4a4d-84d9-718bc6ab94a5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:28 GMT' + 'Thu, 11 Nov 2021 08:55:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8017,21 +11545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11781', + '10995', 'x-ms-request-id', - '2fb65679-34c8-4172-9af8-ca85d362119e', + '126bb4cb-fe78-48f5-bcf7-64dc17830699', 'x-ms-correlation-request-id', - '2fb65679-34c8-4172-9af8-ca85d362119e', + '126bb4cb-fe78-48f5-bcf7-64dc17830699', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035131Z:2fb65679-34c8-4172-9af8-ca85d362119e', + 'SOUTHEASTASIA:20211111T085523Z:126bb4cb-fe78-48f5-bcf7-64dc17830699', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:30 GMT' + 'Thu, 11 Nov 2021 08:55:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8053,21 +11581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11780', + '10994', 'x-ms-request-id', - 'da80575d-a0e7-4fc3-9ac7-c8db3cf5d0e0', + '2196236c-1698-43a1-abbe-1a097d723753', 'x-ms-correlation-request-id', - 'da80575d-a0e7-4fc3-9ac7-c8db3cf5d0e0', + '2196236c-1698-43a1-abbe-1a097d723753', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035133Z:da80575d-a0e7-4fc3-9ac7-c8db3cf5d0e0', + 'SOUTHEASTASIA:20211111T085525Z:2196236c-1698-43a1-abbe-1a097d723753', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:32 GMT' + 'Thu, 11 Nov 2021 08:55:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8089,21 +11617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11779', + '10993', 'x-ms-request-id', - 'a9709f0c-3e18-445c-aae9-106d0f8ca68e', + '2c5cd4da-1468-481e-b6ee-1102d898fafd', 'x-ms-correlation-request-id', - 'a9709f0c-3e18-445c-aae9-106d0f8ca68e', + '2c5cd4da-1468-481e-b6ee-1102d898fafd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035135Z:a9709f0c-3e18-445c-aae9-106d0f8ca68e', + 'SOUTHEASTASIA:20211111T085528Z:2c5cd4da-1468-481e-b6ee-1102d898fafd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:35 GMT' + 'Thu, 11 Nov 2021 08:55:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8125,21 +11653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11778', + '10992', 'x-ms-request-id', - '7ca30472-6afd-46c6-a487-d5173556f289', + 'b332d7c3-65b2-4eea-a666-9672f1de137e', 'x-ms-correlation-request-id', - '7ca30472-6afd-46c6-a487-d5173556f289', + 'b332d7c3-65b2-4eea-a666-9672f1de137e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035138Z:7ca30472-6afd-46c6-a487-d5173556f289', + 'SOUTHEASTASIA:20211111T085530Z:b332d7c3-65b2-4eea-a666-9672f1de137e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:37 GMT' + 'Thu, 11 Nov 2021 08:55:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8161,21 +11689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11777', + '10991', 'x-ms-request-id', - 'c08c0e0e-2688-41e9-bd21-9ac0d211138c', + 'f9131a1b-0b96-48d2-8c26-b499fbc64c77', 'x-ms-correlation-request-id', - 'c08c0e0e-2688-41e9-bd21-9ac0d211138c', + 'f9131a1b-0b96-48d2-8c26-b499fbc64c77', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035140Z:c08c0e0e-2688-41e9-bd21-9ac0d211138c', + 'SOUTHEASTASIA:20211111T085532Z:f9131a1b-0b96-48d2-8c26-b499fbc64c77', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:39 GMT' + 'Thu, 11 Nov 2021 08:55:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8197,21 +11725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11776', + '10990', 'x-ms-request-id', - '9c082952-64a7-4733-a52c-e4757f51d45d', + '550ea8ed-e24f-44f0-b995-25ce3fa1200c', 'x-ms-correlation-request-id', - '9c082952-64a7-4733-a52c-e4757f51d45d', + '550ea8ed-e24f-44f0-b995-25ce3fa1200c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035142Z:9c082952-64a7-4733-a52c-e4757f51d45d', + 'SOUTHEASTASIA:20211111T085535Z:550ea8ed-e24f-44f0-b995-25ce3fa1200c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:42 GMT' + 'Thu, 11 Nov 2021 08:55:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8233,21 +11761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11775', + '10989', 'x-ms-request-id', - 'e59aec4f-8e72-4ee1-a97a-941944dd6299', + '26c2acc7-33c9-4811-82c3-6fea13d6c81b', 'x-ms-correlation-request-id', - 'e59aec4f-8e72-4ee1-a97a-941944dd6299', + '26c2acc7-33c9-4811-82c3-6fea13d6c81b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035145Z:e59aec4f-8e72-4ee1-a97a-941944dd6299', + 'SOUTHEASTASIA:20211111T085537Z:26c2acc7-33c9-4811-82c3-6fea13d6c81b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:44 GMT' + 'Thu, 11 Nov 2021 08:55:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8269,21 +11797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11774', + '10988', 'x-ms-request-id', - 'b979b3c5-5dc0-4c15-90d3-b83e45b1a401', + '77c532c5-cad2-4102-a6d0-ae8255ae32f6', 'x-ms-correlation-request-id', - 'b979b3c5-5dc0-4c15-90d3-b83e45b1a401', + '77c532c5-cad2-4102-a6d0-ae8255ae32f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035147Z:b979b3c5-5dc0-4c15-90d3-b83e45b1a401', + 'SOUTHEASTASIA:20211111T085540Z:77c532c5-cad2-4102-a6d0-ae8255ae32f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:46 GMT' + 'Thu, 11 Nov 2021 08:55:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8305,21 +11833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11773', + '10987', 'x-ms-request-id', - '6004c5b0-a3f3-4ce4-b41b-613874405936', + '01973dd1-d614-44a2-bc08-2cf448d53dad', 'x-ms-correlation-request-id', - '6004c5b0-a3f3-4ce4-b41b-613874405936', + '01973dd1-d614-44a2-bc08-2cf448d53dad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035149Z:6004c5b0-a3f3-4ce4-b41b-613874405936', + 'SOUTHEASTASIA:20211111T085542Z:01973dd1-d614-44a2-bc08-2cf448d53dad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:49 GMT' + 'Thu, 11 Nov 2021 08:55:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8341,21 +11869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11772', + '10986', 'x-ms-request-id', - '2082c670-ef58-4018-accc-aa267f7b6220', + '4ca1ed86-c0ef-42a0-9910-753ece4ad8c8', 'x-ms-correlation-request-id', - '2082c670-ef58-4018-accc-aa267f7b6220', + '4ca1ed86-c0ef-42a0-9910-753ece4ad8c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035152Z:2082c670-ef58-4018-accc-aa267f7b6220', + 'SOUTHEASTASIA:20211111T085544Z:4ca1ed86-c0ef-42a0-9910-753ece4ad8c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:51 GMT' + 'Thu, 11 Nov 2021 08:55:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8377,21 +11905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11771', + '10985', 'x-ms-request-id', - '2518a991-d94c-4647-b222-c18fd2221d10', + '697746b6-ce04-4dd5-a162-2d9310365e8d', 'x-ms-correlation-request-id', - '2518a991-d94c-4647-b222-c18fd2221d10', + '697746b6-ce04-4dd5-a162-2d9310365e8d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035154Z:2518a991-d94c-4647-b222-c18fd2221d10', + 'SOUTHEASTASIA:20211111T085547Z:697746b6-ce04-4dd5-a162-2d9310365e8d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:53 GMT' + 'Thu, 11 Nov 2021 08:55:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8413,21 +11941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11770', + '10984', 'x-ms-request-id', - '11c70df4-28af-43ec-8476-408ad91b8f83', + '1b536b52-17b1-4461-8d77-a418751eb2a1', 'x-ms-correlation-request-id', - '11c70df4-28af-43ec-8476-408ad91b8f83', + '1b536b52-17b1-4461-8d77-a418751eb2a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035156Z:11c70df4-28af-43ec-8476-408ad91b8f83', + 'SOUTHEASTASIA:20211111T085549Z:1b536b52-17b1-4461-8d77-a418751eb2a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:55 GMT' + 'Thu, 11 Nov 2021 08:55:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8449,21 +11977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11769', + '10983', 'x-ms-request-id', - '01666ac3-b585-4fe9-95fa-2c467dac98fc', + 'c8e574f8-cab8-4275-9905-cd2c7095c7df', 'x-ms-correlation-request-id', - '01666ac3-b585-4fe9-95fa-2c467dac98fc', + 'c8e574f8-cab8-4275-9905-cd2c7095c7df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035159Z:01666ac3-b585-4fe9-95fa-2c467dac98fc', + 'SOUTHEASTASIA:20211111T085551Z:c8e574f8-cab8-4275-9905-cd2c7095c7df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:51:58 GMT' + 'Thu, 11 Nov 2021 08:55:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8485,21 +12013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11768', + '10982', 'x-ms-request-id', - '83d5651b-2e90-406a-a560-353eaa1ae881', + '9d4412bf-208e-4b7b-be11-164f9d8c6ad9', 'x-ms-correlation-request-id', - '83d5651b-2e90-406a-a560-353eaa1ae881', + '9d4412bf-208e-4b7b-be11-164f9d8c6ad9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035201Z:83d5651b-2e90-406a-a560-353eaa1ae881', + 'SOUTHEASTASIA:20211111T085554Z:9d4412bf-208e-4b7b-be11-164f9d8c6ad9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:00 GMT' + 'Thu, 11 Nov 2021 08:55:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8521,21 +12049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11767', + '10981', 'x-ms-request-id', - '88a0779f-bf1b-417c-9f10-9f5c7bc4aa32', + '08b8acb9-c68c-47b6-aa0e-53d22a81d435', 'x-ms-correlation-request-id', - '88a0779f-bf1b-417c-9f10-9f5c7bc4aa32', + '08b8acb9-c68c-47b6-aa0e-53d22a81d435', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035203Z:88a0779f-bf1b-417c-9f10-9f5c7bc4aa32', + 'SOUTHEASTASIA:20211111T085556Z:08b8acb9-c68c-47b6-aa0e-53d22a81d435', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:02 GMT' + 'Thu, 11 Nov 2021 08:55:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8557,21 +12085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11766', + '10980', 'x-ms-request-id', - '5e5315ed-21bd-4afe-bc8f-ee87ef1b9e24', + 'ae5ca253-723a-49bb-af50-a72c8b86cc2d', 'x-ms-correlation-request-id', - '5e5315ed-21bd-4afe-bc8f-ee87ef1b9e24', + 'ae5ca253-723a-49bb-af50-a72c8b86cc2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035206Z:5e5315ed-21bd-4afe-bc8f-ee87ef1b9e24', + 'SOUTHEASTASIA:20211111T085559Z:ae5ca253-723a-49bb-af50-a72c8b86cc2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:05 GMT' + 'Thu, 11 Nov 2021 08:55:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8593,21 +12121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11765', + '10979', 'x-ms-request-id', - 'f929f1c3-80cf-41db-ad1c-ff4092676086', + 'e8905e08-530d-497e-a60a-9cc170515ce2', 'x-ms-correlation-request-id', - 'f929f1c3-80cf-41db-ad1c-ff4092676086', + 'e8905e08-530d-497e-a60a-9cc170515ce2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035208Z:f929f1c3-80cf-41db-ad1c-ff4092676086', + 'SOUTHEASTASIA:20211111T085601Z:e8905e08-530d-497e-a60a-9cc170515ce2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:07 GMT' + 'Thu, 11 Nov 2021 08:56:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8629,21 +12157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11764', + '10978', 'x-ms-request-id', - '6f10c682-84f0-4701-94f4-82b23868cf90', + 'aa336363-53fd-47f0-8765-1a693fca3f86', 'x-ms-correlation-request-id', - '6f10c682-84f0-4701-94f4-82b23868cf90', + 'aa336363-53fd-47f0-8765-1a693fca3f86', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035210Z:6f10c682-84f0-4701-94f4-82b23868cf90', + 'SOUTHEASTASIA:20211111T085603Z:aa336363-53fd-47f0-8765-1a693fca3f86', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:09 GMT' + 'Thu, 11 Nov 2021 08:56:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8665,21 +12193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11763', + '10977', 'x-ms-request-id', - 'c08474dd-e9c6-4809-964a-affb8fcb49a3', + '9cd8f1d0-3d67-4130-9f80-35645883ae1d', 'x-ms-correlation-request-id', - 'c08474dd-e9c6-4809-964a-affb8fcb49a3', + '9cd8f1d0-3d67-4130-9f80-35645883ae1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035213Z:c08474dd-e9c6-4809-964a-affb8fcb49a3', + 'SOUTHEASTASIA:20211111T085606Z:9cd8f1d0-3d67-4130-9f80-35645883ae1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:12 GMT' + 'Thu, 11 Nov 2021 08:56:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8701,21 +12229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11762', + '10976', 'x-ms-request-id', - 'e749faac-9bae-424f-9a1c-fd274ed45edd', + '87dcafb0-313e-41f7-89dd-49697ba6a695', 'x-ms-correlation-request-id', - 'e749faac-9bae-424f-9a1c-fd274ed45edd', + '87dcafb0-313e-41f7-89dd-49697ba6a695', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035215Z:e749faac-9bae-424f-9a1c-fd274ed45edd', + 'SOUTHEASTASIA:20211111T085608Z:87dcafb0-313e-41f7-89dd-49697ba6a695', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:14 GMT' + 'Thu, 11 Nov 2021 08:56:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8737,21 +12265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11761', + '10975', 'x-ms-request-id', - '320294a1-afd1-4e0c-8b32-5d9a63512e43', + 'c86933e7-1e77-4248-83b8-7020d721e1be', 'x-ms-correlation-request-id', - '320294a1-afd1-4e0c-8b32-5d9a63512e43', + 'c86933e7-1e77-4248-83b8-7020d721e1be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035217Z:320294a1-afd1-4e0c-8b32-5d9a63512e43', + 'SOUTHEASTASIA:20211111T085610Z:c86933e7-1e77-4248-83b8-7020d721e1be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:16 GMT' + 'Thu, 11 Nov 2021 08:56:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8773,21 +12301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11760', + '10974', 'x-ms-request-id', - 'bad54d76-a6df-4c42-beb5-61fb28a89c86', + 'f878ef8e-535b-4c8b-a13f-c64c6c96e5c8', 'x-ms-correlation-request-id', - 'bad54d76-a6df-4c42-beb5-61fb28a89c86', + 'f878ef8e-535b-4c8b-a13f-c64c6c96e5c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035220Z:bad54d76-a6df-4c42-beb5-61fb28a89c86', + 'SOUTHEASTASIA:20211111T085612Z:f878ef8e-535b-4c8b-a13f-c64c6c96e5c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:20 GMT' + 'Thu, 11 Nov 2021 08:56:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8809,21 +12337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11759', + '10973', 'x-ms-request-id', - '605e91b7-3338-4e70-94cd-2d8e60afe4d3', + 'aa4f8c13-36f2-462c-816d-ad67c692869b', 'x-ms-correlation-request-id', - '605e91b7-3338-4e70-94cd-2d8e60afe4d3', + 'aa4f8c13-36f2-462c-816d-ad67c692869b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035222Z:605e91b7-3338-4e70-94cd-2d8e60afe4d3', + 'SOUTHEASTASIA:20211111T085615Z:aa4f8c13-36f2-462c-816d-ad67c692869b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:22 GMT' + 'Thu, 11 Nov 2021 08:56:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8845,21 +12373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11758', + '10972', 'x-ms-request-id', - '6c487dec-580b-458b-b60d-02ded0f10dff', + '67f68957-9d95-46d4-8739-c7284a15c264', 'x-ms-correlation-request-id', - '6c487dec-580b-458b-b60d-02ded0f10dff', + '67f68957-9d95-46d4-8739-c7284a15c264', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035224Z:6c487dec-580b-458b-b60d-02ded0f10dff', + 'SOUTHEASTASIA:20211111T085617Z:67f68957-9d95-46d4-8739-c7284a15c264', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:24 GMT' + 'Thu, 11 Nov 2021 08:56:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8881,21 +12409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11757', + '10971', 'x-ms-request-id', - '0e87c1c4-3938-4163-831b-f346737a16b0', + '9cac2ed0-7ec7-4729-b79e-cfc4cbac3550', 'x-ms-correlation-request-id', - '0e87c1c4-3938-4163-831b-f346737a16b0', + '9cac2ed0-7ec7-4729-b79e-cfc4cbac3550', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035227Z:0e87c1c4-3938-4163-831b-f346737a16b0', + 'SOUTHEASTASIA:20211111T085619Z:9cac2ed0-7ec7-4729-b79e-cfc4cbac3550', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:27 GMT' + 'Thu, 11 Nov 2021 08:56:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8917,21 +12445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11756', + '10970', 'x-ms-request-id', - 'b102d470-12e5-4e34-8893-4879cc8a7910', + '4259274d-6fa4-4083-a761-b0751dedc08f', 'x-ms-correlation-request-id', - 'b102d470-12e5-4e34-8893-4879cc8a7910', + '4259274d-6fa4-4083-a761-b0751dedc08f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035229Z:b102d470-12e5-4e34-8893-4879cc8a7910', + 'SOUTHEASTASIA:20211111T085622Z:4259274d-6fa4-4083-a761-b0751dedc08f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:29 GMT' + 'Thu, 11 Nov 2021 08:56:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8953,21 +12481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11755', + '10969', 'x-ms-request-id', - '26583844-102b-48ec-adec-da53d7b1b1a1', + '4ab5cec2-c34e-4ef3-a277-cd7ce067ea77', 'x-ms-correlation-request-id', - '26583844-102b-48ec-adec-da53d7b1b1a1', + '4ab5cec2-c34e-4ef3-a277-cd7ce067ea77', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035231Z:26583844-102b-48ec-adec-da53d7b1b1a1', + 'SOUTHEASTASIA:20211111T085624Z:4ab5cec2-c34e-4ef3-a277-cd7ce067ea77', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:31 GMT' + 'Thu, 11 Nov 2021 08:56:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -8989,21 +12517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11754', + '10968', 'x-ms-request-id', - 'b7534d4a-66c3-4359-a25f-391ffb6b2673', + '602fc879-56e5-4402-8ef4-e8041feab1d0', 'x-ms-correlation-request-id', - 'b7534d4a-66c3-4359-a25f-391ffb6b2673', + '602fc879-56e5-4402-8ef4-e8041feab1d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035234Z:b7534d4a-66c3-4359-a25f-391ffb6b2673', + 'SOUTHEASTASIA:20211111T085626Z:602fc879-56e5-4402-8ef4-e8041feab1d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:33 GMT' + 'Thu, 11 Nov 2021 08:56:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9025,21 +12553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11753', + '10967', 'x-ms-request-id', - 'e4457147-ce66-423c-84d8-504ebe032eeb', + '6b03358a-5960-4166-a67e-83b0ce0974e1', 'x-ms-correlation-request-id', - 'e4457147-ce66-423c-84d8-504ebe032eeb', + '6b03358a-5960-4166-a67e-83b0ce0974e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035236Z:e4457147-ce66-423c-84d8-504ebe032eeb', + 'SOUTHEASTASIA:20211111T085629Z:6b03358a-5960-4166-a67e-83b0ce0974e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:36 GMT' + 'Thu, 11 Nov 2021 08:56:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9061,21 +12589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11752', + '10966', 'x-ms-request-id', - '4a8f4fe6-743a-4319-9257-fe720d722703', + '3b1bd93b-1f9a-4659-a8cd-965161501e13', 'x-ms-correlation-request-id', - '4a8f4fe6-743a-4319-9257-fe720d722703', + '3b1bd93b-1f9a-4659-a8cd-965161501e13', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035238Z:4a8f4fe6-743a-4319-9257-fe720d722703', + 'SOUTHEASTASIA:20211111T085631Z:3b1bd93b-1f9a-4659-a8cd-965161501e13', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:38 GMT' + 'Thu, 11 Nov 2021 08:56:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9097,21 +12625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11751', + '10965', 'x-ms-request-id', - 'a4ea272a-aec7-48fa-b0bd-36378c50188e', + '837e5703-25e2-48ee-9c04-718b8fed8e21', 'x-ms-correlation-request-id', - 'a4ea272a-aec7-48fa-b0bd-36378c50188e', + '837e5703-25e2-48ee-9c04-718b8fed8e21', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035241Z:a4ea272a-aec7-48fa-b0bd-36378c50188e', + 'SOUTHEASTASIA:20211111T085633Z:837e5703-25e2-48ee-9c04-718b8fed8e21', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:40 GMT' + 'Thu, 11 Nov 2021 08:56:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9133,21 +12661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11750', + '10964', 'x-ms-request-id', - 'ea53b9a7-6623-40e9-8faa-af10c7b0feeb', + '55e39bfb-abbf-477a-9bd9-04bbc37f08bb', 'x-ms-correlation-request-id', - 'ea53b9a7-6623-40e9-8faa-af10c7b0feeb', + '55e39bfb-abbf-477a-9bd9-04bbc37f08bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035243Z:ea53b9a7-6623-40e9-8faa-af10c7b0feeb', + 'SOUTHEASTASIA:20211111T085636Z:55e39bfb-abbf-477a-9bd9-04bbc37f08bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:43 GMT' + 'Thu, 11 Nov 2021 08:56:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9169,21 +12697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11749', + '10963', 'x-ms-request-id', - 'f9722c9f-8485-4804-b7be-f7240d9d675d', + 'a6640fe5-d430-4548-8519-05177141bfd7', 'x-ms-correlation-request-id', - 'f9722c9f-8485-4804-b7be-f7240d9d675d', + 'a6640fe5-d430-4548-8519-05177141bfd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035245Z:f9722c9f-8485-4804-b7be-f7240d9d675d', + 'SOUTHEASTASIA:20211111T085639Z:a6640fe5-d430-4548-8519-05177141bfd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:45 GMT' + 'Thu, 11 Nov 2021 08:56:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9205,21 +12733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11748', + '10962', 'x-ms-request-id', - '0c143a68-b7cc-43ff-a7ac-03cb96cb8e80', + '99d15513-98b6-455f-b181-a72e69544728', 'x-ms-correlation-request-id', - '0c143a68-b7cc-43ff-a7ac-03cb96cb8e80', + '99d15513-98b6-455f-b181-a72e69544728', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035247Z:0c143a68-b7cc-43ff-a7ac-03cb96cb8e80', + 'SOUTHEASTASIA:20211111T085641Z:99d15513-98b6-455f-b181-a72e69544728', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:47 GMT' + 'Thu, 11 Nov 2021 08:56:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9241,21 +12769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11747', + '10961', 'x-ms-request-id', - '23b3f831-d41d-43f3-9e9d-4b8627752698', + 'dd43a687-2f88-422d-b55e-9a32e7c1f0a2', 'x-ms-correlation-request-id', - '23b3f831-d41d-43f3-9e9d-4b8627752698', + 'dd43a687-2f88-422d-b55e-9a32e7c1f0a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035250Z:23b3f831-d41d-43f3-9e9d-4b8627752698', + 'SOUTHEASTASIA:20211111T085643Z:dd43a687-2f88-422d-b55e-9a32e7c1f0a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:50 GMT' + 'Thu, 11 Nov 2021 08:56:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9277,21 +12805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11746', + '10960', 'x-ms-request-id', - '45f79c1f-b146-4e74-a406-a25b8c95f2e6', + '51f43999-5a2f-4eb1-9c9d-13c720216909', 'x-ms-correlation-request-id', - '45f79c1f-b146-4e74-a406-a25b8c95f2e6', + '51f43999-5a2f-4eb1-9c9d-13c720216909', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035252Z:45f79c1f-b146-4e74-a406-a25b8c95f2e6', + 'SOUTHEASTASIA:20211111T085646Z:51f43999-5a2f-4eb1-9c9d-13c720216909', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:52 GMT' + 'Thu, 11 Nov 2021 08:56:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9313,21 +12841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11745', + '10959', 'x-ms-request-id', - '3065eaa6-e7db-485c-983a-e76d25ccbac1', + '332d7029-7713-4460-9e55-ea94c8e6a749', 'x-ms-correlation-request-id', - '3065eaa6-e7db-485c-983a-e76d25ccbac1', + '332d7029-7713-4460-9e55-ea94c8e6a749', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035254Z:3065eaa6-e7db-485c-983a-e76d25ccbac1', + 'SOUTHEASTASIA:20211111T085648Z:332d7029-7713-4460-9e55-ea94c8e6a749', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:54 GMT' + 'Thu, 11 Nov 2021 08:56:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9349,21 +12877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11744', + '10958', 'x-ms-request-id', - '80b3fa0e-fcc5-42a9-b924-f6fca0638210', + 'c0bed388-888b-43de-a9d9-afd3456dcf1e', 'x-ms-correlation-request-id', - '80b3fa0e-fcc5-42a9-b924-f6fca0638210', + 'c0bed388-888b-43de-a9d9-afd3456dcf1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035257Z:80b3fa0e-fcc5-42a9-b924-f6fca0638210', + 'SOUTHEASTASIA:20211111T085650Z:c0bed388-888b-43de-a9d9-afd3456dcf1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:56 GMT' + 'Thu, 11 Nov 2021 08:56:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9385,21 +12913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11743', + '10957', 'x-ms-request-id', - '2a067d41-5465-44c9-be28-6cd5543db0fd', + 'f694055b-636e-4864-97b3-22476818b967', 'x-ms-correlation-request-id', - '2a067d41-5465-44c9-be28-6cd5543db0fd', + 'f694055b-636e-4864-97b3-22476818b967', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035259Z:2a067d41-5465-44c9-be28-6cd5543db0fd', + 'SOUTHEASTASIA:20211111T085653Z:f694055b-636e-4864-97b3-22476818b967', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:52:59 GMT' + 'Thu, 11 Nov 2021 08:56:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9421,21 +12949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11742', + '10956', 'x-ms-request-id', - 'afd4f09a-928a-4c62-a6be-7cbc7191793f', + 'bb5aea1c-8b4d-45b4-9ef9-94cf1a61d681', 'x-ms-correlation-request-id', - 'afd4f09a-928a-4c62-a6be-7cbc7191793f', + 'bb5aea1c-8b4d-45b4-9ef9-94cf1a61d681', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035301Z:afd4f09a-928a-4c62-a6be-7cbc7191793f', + 'SOUTHEASTASIA:20211111T085655Z:bb5aea1c-8b4d-45b4-9ef9-94cf1a61d681', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:01 GMT' + 'Thu, 11 Nov 2021 08:56:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9457,21 +12985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11741', + '10955', 'x-ms-request-id', - '7c9450ed-ad6e-43a4-8b51-59803dd604f0', + 'b483d62d-b8e0-49f9-b096-faa9409f9a5e', 'x-ms-correlation-request-id', - '7c9450ed-ad6e-43a4-8b51-59803dd604f0', + 'b483d62d-b8e0-49f9-b096-faa9409f9a5e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035304Z:7c9450ed-ad6e-43a4-8b51-59803dd604f0', + 'SOUTHEASTASIA:20211111T085657Z:b483d62d-b8e0-49f9-b096-faa9409f9a5e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:03 GMT' + 'Thu, 11 Nov 2021 08:56:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9493,21 +13021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11740', + '10954', 'x-ms-request-id', - '2be3899c-21a9-418e-9508-2eff35b4a4c7', + 'a4dd291f-a112-483e-b8db-650def462611', 'x-ms-correlation-request-id', - '2be3899c-21a9-418e-9508-2eff35b4a4c7', + 'a4dd291f-a112-483e-b8db-650def462611', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035306Z:2be3899c-21a9-418e-9508-2eff35b4a4c7', + 'SOUTHEASTASIA:20211111T085700Z:a4dd291f-a112-483e-b8db-650def462611', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:06 GMT' + 'Thu, 11 Nov 2021 08:56:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9529,21 +13057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11739', + '10953', 'x-ms-request-id', - '3cca2cb1-88ae-4800-a7fb-9c69b227248d', + 'ac48066c-b692-4019-88c7-ff6eb268a190', 'x-ms-correlation-request-id', - '3cca2cb1-88ae-4800-a7fb-9c69b227248d', + 'ac48066c-b692-4019-88c7-ff6eb268a190', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035308Z:3cca2cb1-88ae-4800-a7fb-9c69b227248d', + 'SOUTHEASTASIA:20211111T085702Z:ac48066c-b692-4019-88c7-ff6eb268a190', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:08 GMT' + 'Thu, 11 Nov 2021 08:57:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9565,21 +13093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11738', + '10952', 'x-ms-request-id', - '3cea8a34-13d7-4a6a-a4c2-53612becb2d7', + 'e928a02d-c0d9-4ac0-ae81-bc8e5ec692b5', 'x-ms-correlation-request-id', - '3cea8a34-13d7-4a6a-a4c2-53612becb2d7', + 'e928a02d-c0d9-4ac0-ae81-bc8e5ec692b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035311Z:3cea8a34-13d7-4a6a-a4c2-53612becb2d7', + 'SOUTHEASTASIA:20211111T085704Z:e928a02d-c0d9-4ac0-ae81-bc8e5ec692b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:10 GMT' + 'Thu, 11 Nov 2021 08:57:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9601,21 +13129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11737', + '10951', 'x-ms-request-id', - '7ca1a747-545a-49bf-b5bf-5b7ea5fbe3d0', + 'af3df037-88ef-4c04-855e-c09dcfa0cfcb', 'x-ms-correlation-request-id', - '7ca1a747-545a-49bf-b5bf-5b7ea5fbe3d0', + 'af3df037-88ef-4c04-855e-c09dcfa0cfcb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035313Z:7ca1a747-545a-49bf-b5bf-5b7ea5fbe3d0', + 'SOUTHEASTASIA:20211111T085707Z:af3df037-88ef-4c04-855e-c09dcfa0cfcb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:13 GMT' + 'Thu, 11 Nov 2021 08:57:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9637,21 +13165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11736', + '10950', 'x-ms-request-id', - '600ff225-06a6-45f4-9986-7ecae7bb3455', + '0b293509-d00e-46fa-9cfd-3650dd571deb', 'x-ms-correlation-request-id', - '600ff225-06a6-45f4-9986-7ecae7bb3455', + '0b293509-d00e-46fa-9cfd-3650dd571deb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035315Z:600ff225-06a6-45f4-9986-7ecae7bb3455', + 'SOUTHEASTASIA:20211111T085709Z:0b293509-d00e-46fa-9cfd-3650dd571deb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:15 GMT' + 'Thu, 11 Nov 2021 08:57:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9673,21 +13201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11735', + '10949', 'x-ms-request-id', - '3838e0fa-5acd-4efd-91a1-5047459aa6ed', + '81659425-d31f-4c09-be86-9ea6312d99ca', 'x-ms-correlation-request-id', - '3838e0fa-5acd-4efd-91a1-5047459aa6ed', + '81659425-d31f-4c09-be86-9ea6312d99ca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035318Z:3838e0fa-5acd-4efd-91a1-5047459aa6ed', + 'SOUTHEASTASIA:20211111T085711Z:81659425-d31f-4c09-be86-9ea6312d99ca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:17 GMT' + 'Thu, 11 Nov 2021 08:57:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9709,21 +13237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11734', + '10948', 'x-ms-request-id', - 'fb5d1679-9ae6-4908-a818-7f6ee9d15497', + '80384587-905a-47a7-9a67-8925169286b7', 'x-ms-correlation-request-id', - 'fb5d1679-9ae6-4908-a818-7f6ee9d15497', + '80384587-905a-47a7-9a67-8925169286b7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035320Z:fb5d1679-9ae6-4908-a818-7f6ee9d15497', + 'SOUTHEASTASIA:20211111T085713Z:80384587-905a-47a7-9a67-8925169286b7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:20 GMT' + 'Thu, 11 Nov 2021 08:57:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9745,21 +13273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11733', + '10947', 'x-ms-request-id', - 'e470383c-08ae-40ba-adca-6cd2b125999f', + 'ee6db36c-c54d-4adb-a29f-3caa5d6a5817', 'x-ms-correlation-request-id', - 'e470383c-08ae-40ba-adca-6cd2b125999f', + 'ee6db36c-c54d-4adb-a29f-3caa5d6a5817', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035322Z:e470383c-08ae-40ba-adca-6cd2b125999f', + 'SOUTHEASTASIA:20211111T085716Z:ee6db36c-c54d-4adb-a29f-3caa5d6a5817', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:22 GMT' + 'Thu, 11 Nov 2021 08:57:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9781,21 +13309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11732', + '10946', 'x-ms-request-id', - '27bcde61-d130-4c93-be27-42bdc0eae500', + 'b81e1d76-0207-465f-8ded-dd6765954955', 'x-ms-correlation-request-id', - '27bcde61-d130-4c93-be27-42bdc0eae500', + 'b81e1d76-0207-465f-8ded-dd6765954955', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035325Z:27bcde61-d130-4c93-be27-42bdc0eae500', + 'SOUTHEASTASIA:20211111T085718Z:b81e1d76-0207-465f-8ded-dd6765954955', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:25 GMT' + 'Thu, 11 Nov 2021 08:57:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9817,21 +13345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11731', + '10945', 'x-ms-request-id', - '0bc97541-e97f-47ac-bb73-4379828f6fee', + 'ba2763b2-bc42-480f-8243-1114f067b7eb', 'x-ms-correlation-request-id', - '0bc97541-e97f-47ac-bb73-4379828f6fee', + 'ba2763b2-bc42-480f-8243-1114f067b7eb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035328Z:0bc97541-e97f-47ac-bb73-4379828f6fee', + 'SOUTHEASTASIA:20211111T085720Z:ba2763b2-bc42-480f-8243-1114f067b7eb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:27 GMT' + 'Thu, 11 Nov 2021 08:57:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9853,21 +13381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11730', + '10944', 'x-ms-request-id', - '3779baa1-a94e-450f-b095-f39154d49335', + '666a9497-50f7-4602-bdfe-a1b6665f0cc1', 'x-ms-correlation-request-id', - '3779baa1-a94e-450f-b095-f39154d49335', + '666a9497-50f7-4602-bdfe-a1b6665f0cc1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035330Z:3779baa1-a94e-450f-b095-f39154d49335', + 'SOUTHEASTASIA:20211111T085723Z:666a9497-50f7-4602-bdfe-a1b6665f0cc1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:29 GMT' + 'Thu, 11 Nov 2021 08:57:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9889,21 +13417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11729', + '10943', 'x-ms-request-id', - '4d58efeb-bb51-48dd-8c4f-b668c49e77cf', + 'b4cc8f78-1b43-4f3c-b3bd-51796dcac172', 'x-ms-correlation-request-id', - '4d58efeb-bb51-48dd-8c4f-b668c49e77cf', + 'b4cc8f78-1b43-4f3c-b3bd-51796dcac172', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035332Z:4d58efeb-bb51-48dd-8c4f-b668c49e77cf', + 'SOUTHEASTASIA:20211111T085725Z:b4cc8f78-1b43-4f3c-b3bd-51796dcac172', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:32 GMT' + 'Thu, 11 Nov 2021 08:57:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9925,21 +13453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11728', + '10942', 'x-ms-request-id', - '05c0cad6-b0f2-4447-8374-c5f968b88297', + '8f0b7d0f-11ed-4cf8-89b7-b950a86c9a80', 'x-ms-correlation-request-id', - '05c0cad6-b0f2-4447-8374-c5f968b88297', + '8f0b7d0f-11ed-4cf8-89b7-b950a86c9a80', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035335Z:05c0cad6-b0f2-4447-8374-c5f968b88297', + 'SOUTHEASTASIA:20211111T085727Z:8f0b7d0f-11ed-4cf8-89b7-b950a86c9a80', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:34 GMT' + 'Thu, 11 Nov 2021 08:57:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9961,21 +13489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11727', + '10941', 'x-ms-request-id', - '3dfebc78-d361-401e-8b7d-69166cdc8b8b', + 'bd514e9a-acd4-4f3b-aa0b-466f5cc62ae3', 'x-ms-correlation-request-id', - '3dfebc78-d361-401e-8b7d-69166cdc8b8b', + 'bd514e9a-acd4-4f3b-aa0b-466f5cc62ae3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035337Z:3dfebc78-d361-401e-8b7d-69166cdc8b8b', + 'SOUTHEASTASIA:20211111T085730Z:bd514e9a-acd4-4f3b-aa0b-466f5cc62ae3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:36 GMT' + 'Thu, 11 Nov 2021 08:57:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -9997,21 +13525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11726', + '10940', 'x-ms-request-id', - '63d49880-08e9-4555-a2a9-d84ddc65c4c9', + '2b6e28d4-7f3c-433a-a6a9-73471f56762b', 'x-ms-correlation-request-id', - '63d49880-08e9-4555-a2a9-d84ddc65c4c9', + '2b6e28d4-7f3c-433a-a6a9-73471f56762b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035339Z:63d49880-08e9-4555-a2a9-d84ddc65c4c9', + 'SOUTHEASTASIA:20211111T085732Z:2b6e28d4-7f3c-433a-a6a9-73471f56762b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:39 GMT' + 'Thu, 11 Nov 2021 08:57:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10033,21 +13561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11725', + '10939', 'x-ms-request-id', - '30091342-71dd-4c13-812f-528149d345d0', + '0ccf0f5e-4901-4cb1-bf54-2719e9e515d0', 'x-ms-correlation-request-id', - '30091342-71dd-4c13-812f-528149d345d0', + '0ccf0f5e-4901-4cb1-bf54-2719e9e515d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035342Z:30091342-71dd-4c13-812f-528149d345d0', + 'SOUTHEASTASIA:20211111T085734Z:0ccf0f5e-4901-4cb1-bf54-2719e9e515d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:41 GMT' + 'Thu, 11 Nov 2021 08:57:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10069,21 +13597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11724', + '10938', 'x-ms-request-id', - '393c9b36-8ad9-4792-8a81-1761626ee934', + 'e5e62c48-3c58-4e04-b4f2-45a43c82da80', 'x-ms-correlation-request-id', - '393c9b36-8ad9-4792-8a81-1761626ee934', + 'e5e62c48-3c58-4e04-b4f2-45a43c82da80', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035344Z:393c9b36-8ad9-4792-8a81-1761626ee934', + 'SOUTHEASTASIA:20211111T085737Z:e5e62c48-3c58-4e04-b4f2-45a43c82da80', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:43 GMT' + 'Thu, 11 Nov 2021 08:57:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10105,21 +13633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11723', + '10937', 'x-ms-request-id', - '2b034f03-f0d0-4799-83f2-175b0a06ff75', + '0eb27f82-17d1-4e66-93ed-d54b3e023664', 'x-ms-correlation-request-id', - '2b034f03-f0d0-4799-83f2-175b0a06ff75', + '0eb27f82-17d1-4e66-93ed-d54b3e023664', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035346Z:2b034f03-f0d0-4799-83f2-175b0a06ff75', + 'SOUTHEASTASIA:20211111T085740Z:0eb27f82-17d1-4e66-93ed-d54b3e023664', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:46 GMT' + 'Thu, 11 Nov 2021 08:57:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10141,21 +13669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11722', + '10936', 'x-ms-request-id', - 'b103f3d2-849c-409e-9df0-6e38c9254cfd', + '5c63c692-42d4-441a-b5d4-41496386a0a9', 'x-ms-correlation-request-id', - 'b103f3d2-849c-409e-9df0-6e38c9254cfd', + '5c63c692-42d4-441a-b5d4-41496386a0a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035349Z:b103f3d2-849c-409e-9df0-6e38c9254cfd', + 'SOUTHEASTASIA:20211111T085742Z:5c63c692-42d4-441a-b5d4-41496386a0a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:48 GMT' + 'Thu, 11 Nov 2021 08:57:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10177,21 +13705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11721', + '10935', 'x-ms-request-id', - '6b56354a-ab53-4abf-8897-5cf35b284211', + '97754989-dd91-4955-b5dc-e469777f5187', 'x-ms-correlation-request-id', - '6b56354a-ab53-4abf-8897-5cf35b284211', + '97754989-dd91-4955-b5dc-e469777f5187', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035351Z:6b56354a-ab53-4abf-8897-5cf35b284211', + 'SOUTHEASTASIA:20211111T085744Z:97754989-dd91-4955-b5dc-e469777f5187', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:50 GMT' + 'Thu, 11 Nov 2021 08:57:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10213,21 +13741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11720', + '10934', 'x-ms-request-id', - 'ad1f801e-8ce2-4749-863c-b68dce838bee', + 'a7e208be-bf73-41f8-88c2-5f77c4b3104e', 'x-ms-correlation-request-id', - 'ad1f801e-8ce2-4749-863c-b68dce838bee', + 'a7e208be-bf73-41f8-88c2-5f77c4b3104e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035353Z:ad1f801e-8ce2-4749-863c-b68dce838bee', + 'SOUTHEASTASIA:20211111T085747Z:a7e208be-bf73-41f8-88c2-5f77c4b3104e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:53 GMT' + 'Thu, 11 Nov 2021 08:57:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10249,21 +13777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11719', + '10933', 'x-ms-request-id', - '17ef3035-2ac0-4eb8-b312-adb1c92e0c55', + '9e292f2e-dd25-4f27-b924-49107785ee32', 'x-ms-correlation-request-id', - '17ef3035-2ac0-4eb8-b312-adb1c92e0c55', + '9e292f2e-dd25-4f27-b924-49107785ee32', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035356Z:17ef3035-2ac0-4eb8-b312-adb1c92e0c55', + 'SOUTHEASTASIA:20211111T085749Z:9e292f2e-dd25-4f27-b924-49107785ee32', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:55 GMT' + 'Thu, 11 Nov 2021 08:57:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10285,21 +13813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11718', + '10932', 'x-ms-request-id', - 'd430c910-a010-48a6-96ff-86dbddc83d04', + '19793660-32c7-43f9-b681-7c88b10c7198', 'x-ms-correlation-request-id', - 'd430c910-a010-48a6-96ff-86dbddc83d04', + '19793660-32c7-43f9-b681-7c88b10c7198', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035358Z:d430c910-a010-48a6-96ff-86dbddc83d04', + 'SOUTHEASTASIA:20211111T085751Z:19793660-32c7-43f9-b681-7c88b10c7198', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:57 GMT' + 'Thu, 11 Nov 2021 08:57:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10321,21 +13849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11717', + '10931', 'x-ms-request-id', - 'eaa358a0-ab30-4df5-8642-feb5d7a5cbf2', + '80f92e38-8649-49fa-b484-2745503e69fd', 'x-ms-correlation-request-id', - 'eaa358a0-ab30-4df5-8642-feb5d7a5cbf2', + '80f92e38-8649-49fa-b484-2745503e69fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035400Z:eaa358a0-ab30-4df5-8642-feb5d7a5cbf2', + 'SOUTHEASTASIA:20211111T085754Z:80f92e38-8649-49fa-b484-2745503e69fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:53:59 GMT' + 'Thu, 11 Nov 2021 08:57:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10357,21 +13885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11716', + '10930', 'x-ms-request-id', - '0bfd66c1-c162-4d00-97cb-c9c5037c674e', + 'f7353493-a896-44b1-87bf-0513b1ea06ab', 'x-ms-correlation-request-id', - '0bfd66c1-c162-4d00-97cb-c9c5037c674e', + 'f7353493-a896-44b1-87bf-0513b1ea06ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035403Z:0bfd66c1-c162-4d00-97cb-c9c5037c674e', + 'SOUTHEASTASIA:20211111T085756Z:f7353493-a896-44b1-87bf-0513b1ea06ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:02 GMT' + 'Thu, 11 Nov 2021 08:57:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10393,21 +13921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11715', + '10929', 'x-ms-request-id', - '1e1a9aed-4c1d-4cf0-8ef3-1cb61c9cc852', + '17160c69-8878-45d8-b8ab-602c25883299', 'x-ms-correlation-request-id', - '1e1a9aed-4c1d-4cf0-8ef3-1cb61c9cc852', + '17160c69-8878-45d8-b8ab-602c25883299', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035405Z:1e1a9aed-4c1d-4cf0-8ef3-1cb61c9cc852', + 'SOUTHEASTASIA:20211111T085758Z:17160c69-8878-45d8-b8ab-602c25883299', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:04 GMT' + 'Thu, 11 Nov 2021 08:57:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10429,21 +13957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11714', + '10928', 'x-ms-request-id', - '8c3ca168-aa97-462c-b7c7-feea2831908b', + 'b7edb384-7e2d-44d3-a995-dd8043104a70', 'x-ms-correlation-request-id', - '8c3ca168-aa97-462c-b7c7-feea2831908b', + 'b7edb384-7e2d-44d3-a995-dd8043104a70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035407Z:8c3ca168-aa97-462c-b7c7-feea2831908b', + 'SOUTHEASTASIA:20211111T085801Z:b7edb384-7e2d-44d3-a995-dd8043104a70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:06 GMT' + 'Thu, 11 Nov 2021 08:58:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10465,21 +13993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11713', + '10927', 'x-ms-request-id', - 'b69fdbcf-20ef-4734-8ba4-e834b3c41f37', + '50551e2f-14b1-4844-83f6-2b8744997519', 'x-ms-correlation-request-id', - 'b69fdbcf-20ef-4734-8ba4-e834b3c41f37', + '50551e2f-14b1-4844-83f6-2b8744997519', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035410Z:b69fdbcf-20ef-4734-8ba4-e834b3c41f37', + 'SOUTHEASTASIA:20211111T085803Z:50551e2f-14b1-4844-83f6-2b8744997519', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:09 GMT' + 'Thu, 11 Nov 2021 08:58:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10501,21 +14029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11712', + '10926', 'x-ms-request-id', - 'fab14471-c051-4f62-bcc4-fd4d339d8639', + 'c39628b0-b1a5-478f-b6d9-5cd425c11165', 'x-ms-correlation-request-id', - 'fab14471-c051-4f62-bcc4-fd4d339d8639', + 'c39628b0-b1a5-478f-b6d9-5cd425c11165', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035412Z:fab14471-c051-4f62-bcc4-fd4d339d8639', + 'SOUTHEASTASIA:20211111T085805Z:c39628b0-b1a5-478f-b6d9-5cd425c11165', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:11 GMT' + 'Thu, 11 Nov 2021 08:58:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10537,21 +14065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11711', + '10925', 'x-ms-request-id', - 'df5d389c-3104-426c-8514-a10bf3d25f20', + '0fd135cf-b412-45d4-a3c3-6b487eed1926', 'x-ms-correlation-request-id', - 'df5d389c-3104-426c-8514-a10bf3d25f20', + '0fd135cf-b412-45d4-a3c3-6b487eed1926', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035414Z:df5d389c-3104-426c-8514-a10bf3d25f20', + 'SOUTHEASTASIA:20211111T085808Z:0fd135cf-b412-45d4-a3c3-6b487eed1926', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:13 GMT' + 'Thu, 11 Nov 2021 08:58:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10573,21 +14101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11710', + '10924', 'x-ms-request-id', - '9facb7e9-36b0-4ab4-b5df-b89532fccbc5', + '97a0d415-105f-45f1-a8d9-424fb07ffec6', 'x-ms-correlation-request-id', - '9facb7e9-36b0-4ab4-b5df-b89532fccbc5', + '97a0d415-105f-45f1-a8d9-424fb07ffec6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035416Z:9facb7e9-36b0-4ab4-b5df-b89532fccbc5', + 'SOUTHEASTASIA:20211111T085810Z:97a0d415-105f-45f1-a8d9-424fb07ffec6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:16 GMT' + 'Thu, 11 Nov 2021 08:58:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10609,21 +14137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11709', + '10923', 'x-ms-request-id', - '9b75f454-fb36-4789-93a2-ba276b55e746', + '42d6f92c-8ff1-40ac-b8bf-d94b75ab90c0', 'x-ms-correlation-request-id', - '9b75f454-fb36-4789-93a2-ba276b55e746', + '42d6f92c-8ff1-40ac-b8bf-d94b75ab90c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035419Z:9b75f454-fb36-4789-93a2-ba276b55e746', + 'SOUTHEASTASIA:20211111T085813Z:42d6f92c-8ff1-40ac-b8bf-d94b75ab90c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:18 GMT' + 'Thu, 11 Nov 2021 08:58:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10645,21 +14173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11708', + '10922', 'x-ms-request-id', - '3fb24379-a357-4f30-a4de-6c1f6906be46', + '7203eb5c-893d-44cd-991a-24214bbd96ab', 'x-ms-correlation-request-id', - '3fb24379-a357-4f30-a4de-6c1f6906be46', + '7203eb5c-893d-44cd-991a-24214bbd96ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035421Z:3fb24379-a357-4f30-a4de-6c1f6906be46', + 'SOUTHEASTASIA:20211111T085815Z:7203eb5c-893d-44cd-991a-24214bbd96ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:20 GMT' + 'Thu, 11 Nov 2021 08:58:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10681,21 +14209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11707', + '10921', 'x-ms-request-id', - '05ad954a-f655-43f9-af49-66e33af22f3d', + '1fa94dee-24fa-4ab8-8d20-94a2a372784d', 'x-ms-correlation-request-id', - '05ad954a-f655-43f9-af49-66e33af22f3d', + '1fa94dee-24fa-4ab8-8d20-94a2a372784d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035423Z:05ad954a-f655-43f9-af49-66e33af22f3d', + 'SOUTHEASTASIA:20211111T085818Z:1fa94dee-24fa-4ab8-8d20-94a2a372784d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:23 GMT' + 'Thu, 11 Nov 2021 08:58:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10717,21 +14245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11706', + '10920', 'x-ms-request-id', - '6b2ad8ce-cda1-4924-a83a-9d53ac2d4dfd', + '12aea77e-887b-4e47-a744-b536a773a841', 'x-ms-correlation-request-id', - '6b2ad8ce-cda1-4924-a83a-9d53ac2d4dfd', + '12aea77e-887b-4e47-a744-b536a773a841', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035426Z:6b2ad8ce-cda1-4924-a83a-9d53ac2d4dfd', + 'SOUTHEASTASIA:20211111T085820Z:12aea77e-887b-4e47-a744-b536a773a841', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:25 GMT' + 'Thu, 11 Nov 2021 08:58:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10753,21 +14281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11705', + '10919', 'x-ms-request-id', - '16d1a4de-d700-4367-9501-1b09fef3cda7', + 'dd7cbef5-32da-4aa0-9aee-c84b74359e4b', 'x-ms-correlation-request-id', - '16d1a4de-d700-4367-9501-1b09fef3cda7', + 'dd7cbef5-32da-4aa0-9aee-c84b74359e4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035428Z:16d1a4de-d700-4367-9501-1b09fef3cda7', + 'SOUTHEASTASIA:20211111T085822Z:dd7cbef5-32da-4aa0-9aee-c84b74359e4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:27 GMT' + 'Thu, 11 Nov 2021 08:58:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10789,21 +14317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11704', + '10918', 'x-ms-request-id', - 'd5cb27aa-53a8-4123-a4f3-87aede155033', + '60327b99-3cbf-405c-b006-55e78c1c232e', 'x-ms-correlation-request-id', - 'd5cb27aa-53a8-4123-a4f3-87aede155033', + '60327b99-3cbf-405c-b006-55e78c1c232e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035430Z:d5cb27aa-53a8-4123-a4f3-87aede155033', + 'SOUTHEASTASIA:20211111T085825Z:60327b99-3cbf-405c-b006-55e78c1c232e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:30 GMT' + 'Thu, 11 Nov 2021 08:58:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10825,21 +14353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11703', + '10917', 'x-ms-request-id', - '6b2ee508-aab0-4ae9-8e66-6356860537fa', + 'b59e20a9-cb97-474f-97a4-090f25e5e83a', 'x-ms-correlation-request-id', - '6b2ee508-aab0-4ae9-8e66-6356860537fa', + 'b59e20a9-cb97-474f-97a4-090f25e5e83a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035433Z:6b2ee508-aab0-4ae9-8e66-6356860537fa', + 'SOUTHEASTASIA:20211111T085827Z:b59e20a9-cb97-474f-97a4-090f25e5e83a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:32 GMT' + 'Thu, 11 Nov 2021 08:58:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10861,21 +14389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11702', + '10916', 'x-ms-request-id', - 'fdceace9-895f-4f1f-b8a4-3374bd2ea5c9', + '4da63d5c-b467-4a05-be7f-7ce98903db4d', 'x-ms-correlation-request-id', - 'fdceace9-895f-4f1f-b8a4-3374bd2ea5c9', + '4da63d5c-b467-4a05-be7f-7ce98903db4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035435Z:fdceace9-895f-4f1f-b8a4-3374bd2ea5c9', + 'SOUTHEASTASIA:20211111T085829Z:4da63d5c-b467-4a05-be7f-7ce98903db4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:34 GMT' + 'Thu, 11 Nov 2021 08:58:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10897,21 +14425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11701', + '10915', 'x-ms-request-id', - '7444abb5-2bf4-452d-b006-586ed454a22e', + '2bbe0ce5-8bc7-4d77-b4ba-910aed598f9b', 'x-ms-correlation-request-id', - '7444abb5-2bf4-452d-b006-586ed454a22e', + '2bbe0ce5-8bc7-4d77-b4ba-910aed598f9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035437Z:7444abb5-2bf4-452d-b006-586ed454a22e', + 'SOUTHEASTASIA:20211111T085832Z:2bbe0ce5-8bc7-4d77-b4ba-910aed598f9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:36 GMT' + 'Thu, 11 Nov 2021 08:58:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10933,21 +14461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11700', + '10914', 'x-ms-request-id', - '5cd0fea2-c193-416d-b2b0-3fd0dd2d6bcb', + 'c2b41e81-e8e7-4d98-9251-75c2735247fd', 'x-ms-correlation-request-id', - '5cd0fea2-c193-416d-b2b0-3fd0dd2d6bcb', + 'c2b41e81-e8e7-4d98-9251-75c2735247fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035440Z:5cd0fea2-c193-416d-b2b0-3fd0dd2d6bcb', + 'SOUTHEASTASIA:20211111T085834Z:c2b41e81-e8e7-4d98-9251-75c2735247fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:39 GMT' + 'Thu, 11 Nov 2021 08:58:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -10969,21 +14497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11699', + '10913', 'x-ms-request-id', - 'fe42f8e8-0c5a-463d-8821-1ef4b41a8679', + '1fce6e28-b8a3-45c3-b692-62323466ad73', 'x-ms-correlation-request-id', - 'fe42f8e8-0c5a-463d-8821-1ef4b41a8679', + '1fce6e28-b8a3-45c3-b692-62323466ad73', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035442Z:fe42f8e8-0c5a-463d-8821-1ef4b41a8679', + 'SOUTHEASTASIA:20211111T085837Z:1fce6e28-b8a3-45c3-b692-62323466ad73', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:41 GMT' + 'Thu, 11 Nov 2021 08:58:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11005,21 +14533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11698', + '10912', 'x-ms-request-id', - 'aff6e33d-36c6-4c07-a0ae-6fa73a9b28ef', + '5df7b44c-9bbc-4730-98f1-c2972d01ebc5', 'x-ms-correlation-request-id', - 'aff6e33d-36c6-4c07-a0ae-6fa73a9b28ef', + '5df7b44c-9bbc-4730-98f1-c2972d01ebc5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035444Z:aff6e33d-36c6-4c07-a0ae-6fa73a9b28ef', + 'SOUTHEASTASIA:20211111T085839Z:5df7b44c-9bbc-4730-98f1-c2972d01ebc5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:43 GMT' + 'Thu, 11 Nov 2021 08:58:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11041,21 +14569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11697', + '10911', 'x-ms-request-id', - 'f260c117-d875-423c-9453-191e82902ad4', + 'e8dbfc13-a3a4-4d81-afe0-a9644993702e', 'x-ms-correlation-request-id', - 'f260c117-d875-423c-9453-191e82902ad4', + 'e8dbfc13-a3a4-4d81-afe0-a9644993702e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035447Z:f260c117-d875-423c-9453-191e82902ad4', + 'SOUTHEASTASIA:20211111T085842Z:e8dbfc13-a3a4-4d81-afe0-a9644993702e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:46 GMT' + 'Thu, 11 Nov 2021 08:58:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11077,21 +14605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11696', + '10910', 'x-ms-request-id', - 'f8a84374-a0c1-4a90-8581-1bc86a6de778', + '771b037c-1e8f-4f4f-8dcb-0930676eba63', 'x-ms-correlation-request-id', - 'f8a84374-a0c1-4a90-8581-1bc86a6de778', + '771b037c-1e8f-4f4f-8dcb-0930676eba63', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035449Z:f8a84374-a0c1-4a90-8581-1bc86a6de778', + 'SOUTHEASTASIA:20211111T085844Z:771b037c-1e8f-4f4f-8dcb-0930676eba63', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:48 GMT' + 'Thu, 11 Nov 2021 08:58:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11113,21 +14641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11695', + '10909', 'x-ms-request-id', - '5d5ac0d2-bceb-453c-9102-1d2b15988076', + 'b49957f1-14ab-4878-93e5-8799c433b1c2', 'x-ms-correlation-request-id', - '5d5ac0d2-bceb-453c-9102-1d2b15988076', + 'b49957f1-14ab-4878-93e5-8799c433b1c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035451Z:5d5ac0d2-bceb-453c-9102-1d2b15988076', + 'SOUTHEASTASIA:20211111T085846Z:b49957f1-14ab-4878-93e5-8799c433b1c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:51 GMT' + 'Thu, 11 Nov 2021 08:58:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11149,21 +14677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11694', + '10908', 'x-ms-request-id', - 'c66da3ba-6f6b-4e30-b05f-e71afd5a7836', + 'bb8259e2-bbc1-4754-a020-77f8f3fd814a', 'x-ms-correlation-request-id', - 'c66da3ba-6f6b-4e30-b05f-e71afd5a7836', + 'bb8259e2-bbc1-4754-a020-77f8f3fd814a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035454Z:c66da3ba-6f6b-4e30-b05f-e71afd5a7836', + 'SOUTHEASTASIA:20211111T085848Z:bb8259e2-bbc1-4754-a020-77f8f3fd814a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:54 GMT' + 'Thu, 11 Nov 2021 08:58:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11185,21 +14713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11693', + '10907', 'x-ms-request-id', - 'fb5b0d7c-afbf-4411-b16e-ca6de07220c2', + '6e585a50-2c49-4f8f-9c71-9b92744d2f4a', 'x-ms-correlation-request-id', - 'fb5b0d7c-afbf-4411-b16e-ca6de07220c2', + '6e585a50-2c49-4f8f-9c71-9b92744d2f4a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035456Z:fb5b0d7c-afbf-4411-b16e-ca6de07220c2', + 'SOUTHEASTASIA:20211111T085851Z:6e585a50-2c49-4f8f-9c71-9b92744d2f4a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:56 GMT' + 'Thu, 11 Nov 2021 08:58:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11221,21 +14749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11692', + '10906', 'x-ms-request-id', - '78654436-d888-4f9a-8f0c-415a959b86ec', + 'ac739b66-2ae5-4dcf-8bc1-292f7d8499f5', 'x-ms-correlation-request-id', - '78654436-d888-4f9a-8f0c-415a959b86ec', + 'ac739b66-2ae5-4dcf-8bc1-292f7d8499f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035458Z:78654436-d888-4f9a-8f0c-415a959b86ec', + 'SOUTHEASTASIA:20211111T085853Z:ac739b66-2ae5-4dcf-8bc1-292f7d8499f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:54:58 GMT' + 'Thu, 11 Nov 2021 08:58:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11257,21 +14785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11691', + '10905', 'x-ms-request-id', - 'aed5f357-e701-4f73-8061-23ab5d395e44', + '8bf221bf-8f2a-4e44-8ae8-02e242e35be3', 'x-ms-correlation-request-id', - 'aed5f357-e701-4f73-8061-23ab5d395e44', + '8bf221bf-8f2a-4e44-8ae8-02e242e35be3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035501Z:aed5f357-e701-4f73-8061-23ab5d395e44', + 'SOUTHEASTASIA:20211111T085855Z:8bf221bf-8f2a-4e44-8ae8-02e242e35be3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:01 GMT' + 'Thu, 11 Nov 2021 08:58:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11293,21 +14821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11690', + '10904', 'x-ms-request-id', - 'fbf60214-d56f-4698-91ea-ef39f7afe23e', + '7b4f3647-59c0-4cde-96a2-d997ca5554ed', 'x-ms-correlation-request-id', - 'fbf60214-d56f-4698-91ea-ef39f7afe23e', + '7b4f3647-59c0-4cde-96a2-d997ca5554ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035503Z:fbf60214-d56f-4698-91ea-ef39f7afe23e', + 'SOUTHEASTASIA:20211111T085858Z:7b4f3647-59c0-4cde-96a2-d997ca5554ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:03 GMT' + 'Thu, 11 Nov 2021 08:58:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11329,21 +14857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11689', + '10903', 'x-ms-request-id', - 'b6dbe327-045a-4a6e-970a-db64dafb6c9a', + '16be105e-1f27-48ab-b026-3112e945f8aa', 'x-ms-correlation-request-id', - 'b6dbe327-045a-4a6e-970a-db64dafb6c9a', + '16be105e-1f27-48ab-b026-3112e945f8aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035505Z:b6dbe327-045a-4a6e-970a-db64dafb6c9a', + 'SOUTHEASTASIA:20211111T085900Z:16be105e-1f27-48ab-b026-3112e945f8aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:05 GMT' + 'Thu, 11 Nov 2021 08:59:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11365,21 +14893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11688', + '10902', 'x-ms-request-id', - '8f428a45-0ace-4cc8-bc3a-ef2f5eef8c9f', + '0bc23152-dca1-449a-863b-69316dc7f1b7', 'x-ms-correlation-request-id', - '8f428a45-0ace-4cc8-bc3a-ef2f5eef8c9f', + '0bc23152-dca1-449a-863b-69316dc7f1b7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035508Z:8f428a45-0ace-4cc8-bc3a-ef2f5eef8c9f', + 'SOUTHEASTASIA:20211111T085902Z:0bc23152-dca1-449a-863b-69316dc7f1b7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:08 GMT' + 'Thu, 11 Nov 2021 08:59:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11401,21 +14929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11687', + '10901', 'x-ms-request-id', - 'ecc1d950-15e9-4d87-8059-f072b8761317', + '557a9f14-41b2-47db-b530-f6e3a0c90b5a', 'x-ms-correlation-request-id', - 'ecc1d950-15e9-4d87-8059-f072b8761317', + '557a9f14-41b2-47db-b530-f6e3a0c90b5a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035510Z:ecc1d950-15e9-4d87-8059-f072b8761317', + 'SOUTHEASTASIA:20211111T085905Z:557a9f14-41b2-47db-b530-f6e3a0c90b5a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:10 GMT' + 'Thu, 11 Nov 2021 08:59:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11437,21 +14965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11686', + '10900', 'x-ms-request-id', - '9573be67-e23f-4122-ac39-d0e2a99fda9e', + 'b401d7b4-8083-471a-8277-f4377a0c9647', 'x-ms-correlation-request-id', - '9573be67-e23f-4122-ac39-d0e2a99fda9e', + 'b401d7b4-8083-471a-8277-f4377a0c9647', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035512Z:9573be67-e23f-4122-ac39-d0e2a99fda9e', + 'SOUTHEASTASIA:20211111T085907Z:b401d7b4-8083-471a-8277-f4377a0c9647', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:12 GMT' + 'Thu, 11 Nov 2021 08:59:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11473,21 +15001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11685', + '10899', 'x-ms-request-id', - 'c670061c-82fe-4410-8498-db3a91493d79', + 'a5b002db-01d8-40ce-830d-da10c3996562', 'x-ms-correlation-request-id', - 'c670061c-82fe-4410-8498-db3a91493d79', + 'a5b002db-01d8-40ce-830d-da10c3996562', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035515Z:c670061c-82fe-4410-8498-db3a91493d79', + 'SOUTHEASTASIA:20211111T085909Z:a5b002db-01d8-40ce-830d-da10c3996562', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:15 GMT' + 'Thu, 11 Nov 2021 08:59:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11509,21 +15037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11684', + '10898', 'x-ms-request-id', - 'e531e498-5e55-4a67-b83f-eea3008c43a0', + '6875c208-0f21-4552-8a1d-908f9d7fac4d', 'x-ms-correlation-request-id', - 'e531e498-5e55-4a67-b83f-eea3008c43a0', + '6875c208-0f21-4552-8a1d-908f9d7fac4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035517Z:e531e498-5e55-4a67-b83f-eea3008c43a0', + 'SOUTHEASTASIA:20211111T085912Z:6875c208-0f21-4552-8a1d-908f9d7fac4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:17 GMT' + 'Thu, 11 Nov 2021 08:59:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11545,21 +15073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11683', + '10897', 'x-ms-request-id', - '8d09fb2d-47c6-4852-9d3a-66847d2e5df2', + 'b5c9e040-1cdd-4470-aefe-e55b0f2043fa', 'x-ms-correlation-request-id', - '8d09fb2d-47c6-4852-9d3a-66847d2e5df2', + 'b5c9e040-1cdd-4470-aefe-e55b0f2043fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035519Z:8d09fb2d-47c6-4852-9d3a-66847d2e5df2', + 'SOUTHEASTASIA:20211111T085914Z:b5c9e040-1cdd-4470-aefe-e55b0f2043fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:19 GMT' + 'Thu, 11 Nov 2021 08:59:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11581,21 +15109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11682', + '10896', 'x-ms-request-id', - '9ace00c9-59cf-4dcd-a3af-b0cf7c9d2f2c', + '202fd630-bbbc-42bd-b114-37b51eae52b5', 'x-ms-correlation-request-id', - '9ace00c9-59cf-4dcd-a3af-b0cf7c9d2f2c', + '202fd630-bbbc-42bd-b114-37b51eae52b5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035522Z:9ace00c9-59cf-4dcd-a3af-b0cf7c9d2f2c', + 'SOUTHEASTASIA:20211111T085916Z:202fd630-bbbc-42bd-b114-37b51eae52b5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:22 GMT' + 'Thu, 11 Nov 2021 08:59:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11617,21 +15145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11681', + '10895', 'x-ms-request-id', - '9cf720c4-2b70-487e-b434-ce6543106d3d', + '41a2b1bd-d534-4cd5-867d-c13f7a92fa3d', 'x-ms-correlation-request-id', - '9cf720c4-2b70-487e-b434-ce6543106d3d', + '41a2b1bd-d534-4cd5-867d-c13f7a92fa3d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035524Z:9cf720c4-2b70-487e-b434-ce6543106d3d', + 'SOUTHEASTASIA:20211111T085919Z:41a2b1bd-d534-4cd5-867d-c13f7a92fa3d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:24 GMT' + 'Thu, 11 Nov 2021 08:59:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11653,21 +15181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11680', + '10894', 'x-ms-request-id', - '99c635ca-c104-401d-8e22-a642c3286d71', + '205bf430-9284-4ebe-b6f2-7904db949bc7', 'x-ms-correlation-request-id', - '99c635ca-c104-401d-8e22-a642c3286d71', + '205bf430-9284-4ebe-b6f2-7904db949bc7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035526Z:99c635ca-c104-401d-8e22-a642c3286d71', + 'SOUTHEASTASIA:20211111T085921Z:205bf430-9284-4ebe-b6f2-7904db949bc7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:26 GMT' + 'Thu, 11 Nov 2021 08:59:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11689,21 +15217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11679', + '10893', 'x-ms-request-id', - '804e3a3d-0a79-42af-b596-894f2d76935e', + '5e076971-ed3e-4be0-8136-854b6377798f', 'x-ms-correlation-request-id', - '804e3a3d-0a79-42af-b596-894f2d76935e', + '5e076971-ed3e-4be0-8136-854b6377798f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035529Z:804e3a3d-0a79-42af-b596-894f2d76935e', + 'SOUTHEASTASIA:20211111T085923Z:5e076971-ed3e-4be0-8136-854b6377798f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:28 GMT' + 'Thu, 11 Nov 2021 08:59:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11725,21 +15253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11678', + '10892', 'x-ms-request-id', - 'd88a3332-ff5f-4455-a4a4-a033fa62a319', + 'c1869659-08f0-491c-8765-10835f2dc1f9', 'x-ms-correlation-request-id', - 'd88a3332-ff5f-4455-a4a4-a033fa62a319', + 'c1869659-08f0-491c-8765-10835f2dc1f9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035531Z:d88a3332-ff5f-4455-a4a4-a033fa62a319', + 'SOUTHEASTASIA:20211111T085926Z:c1869659-08f0-491c-8765-10835f2dc1f9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:31 GMT' + 'Thu, 11 Nov 2021 08:59:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11761,21 +15289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11677', + '10891', 'x-ms-request-id', - '64ec002a-effa-4ef9-bb97-0607ef51192a', + '3195139c-59c7-435b-bf26-8be994a08e50', 'x-ms-correlation-request-id', - '64ec002a-effa-4ef9-bb97-0607ef51192a', + '3195139c-59c7-435b-bf26-8be994a08e50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035533Z:64ec002a-effa-4ef9-bb97-0607ef51192a', + 'SOUTHEASTASIA:20211111T085928Z:3195139c-59c7-435b-bf26-8be994a08e50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:33 GMT' + 'Thu, 11 Nov 2021 08:59:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11797,21 +15325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11676', + '10890', 'x-ms-request-id', - '9c36b2e0-3b6c-47e4-8241-8b2874e8c643', + '105357a0-b366-4a99-9f5d-6350c8e0f3e7', 'x-ms-correlation-request-id', - '9c36b2e0-3b6c-47e4-8241-8b2874e8c643', + '105357a0-b366-4a99-9f5d-6350c8e0f3e7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035536Z:9c36b2e0-3b6c-47e4-8241-8b2874e8c643', + 'SOUTHEASTASIA:20211111T085930Z:105357a0-b366-4a99-9f5d-6350c8e0f3e7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:35 GMT' + 'Thu, 11 Nov 2021 08:59:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11833,21 +15361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11675', + '10889', 'x-ms-request-id', - 'aa05d3e9-8683-4272-8ae4-a3f7f53c9f24', + '083bf0aa-bd63-4ea0-9fac-507957b3b58b', 'x-ms-correlation-request-id', - 'aa05d3e9-8683-4272-8ae4-a3f7f53c9f24', + '083bf0aa-bd63-4ea0-9fac-507957b3b58b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035538Z:aa05d3e9-8683-4272-8ae4-a3f7f53c9f24', + 'SOUTHEASTASIA:20211111T085933Z:083bf0aa-bd63-4ea0-9fac-507957b3b58b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:38 GMT' + 'Thu, 11 Nov 2021 08:59:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11869,21 +15397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11674', + '10888', 'x-ms-request-id', - '1b79d0a5-5d53-4427-bd15-2e1cd28618b4', + '13bf5aa1-dd6e-4ec6-9bcf-3d6d0c05107e', 'x-ms-correlation-request-id', - '1b79d0a5-5d53-4427-bd15-2e1cd28618b4', + '13bf5aa1-dd6e-4ec6-9bcf-3d6d0c05107e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035540Z:1b79d0a5-5d53-4427-bd15-2e1cd28618b4', + 'SOUTHEASTASIA:20211111T085935Z:13bf5aa1-dd6e-4ec6-9bcf-3d6d0c05107e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:40 GMT' + 'Thu, 11 Nov 2021 08:59:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11905,21 +15433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11673', + '10887', 'x-ms-request-id', - 'e9659463-b2e5-4099-a0d8-537fa76ea37e', + '4b879a00-0c47-49b9-8b83-52e1d6622dd2', 'x-ms-correlation-request-id', - 'e9659463-b2e5-4099-a0d8-537fa76ea37e', + '4b879a00-0c47-49b9-8b83-52e1d6622dd2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035543Z:e9659463-b2e5-4099-a0d8-537fa76ea37e', + 'SOUTHEASTASIA:20211111T085938Z:4b879a00-0c47-49b9-8b83-52e1d6622dd2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:43 GMT' + 'Thu, 11 Nov 2021 08:59:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11941,21 +15469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11672', + '10886', 'x-ms-request-id', - 'c6ab7dfa-9fc8-4751-8ae6-7e8107b437f0', + 'b168f3e8-03f1-4f44-ab65-a74195424788', 'x-ms-correlation-request-id', - 'c6ab7dfa-9fc8-4751-8ae6-7e8107b437f0', + 'b168f3e8-03f1-4f44-ab65-a74195424788', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035545Z:c6ab7dfa-9fc8-4751-8ae6-7e8107b437f0', + 'SOUTHEASTASIA:20211111T085940Z:b168f3e8-03f1-4f44-ab65-a74195424788', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:45 GMT' + 'Thu, 11 Nov 2021 08:59:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -11977,21 +15505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11671', + '10885', 'x-ms-request-id', - '9b7cab1c-8b94-47ae-be74-1422932e6a85', + '1804fcf6-9ad4-4b48-80d2-32004b5c87a4', 'x-ms-correlation-request-id', - '9b7cab1c-8b94-47ae-be74-1422932e6a85', + '1804fcf6-9ad4-4b48-80d2-32004b5c87a4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035547Z:9b7cab1c-8b94-47ae-be74-1422932e6a85', + 'SOUTHEASTASIA:20211111T085943Z:1804fcf6-9ad4-4b48-80d2-32004b5c87a4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:47 GMT' + 'Thu, 11 Nov 2021 08:59:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12013,21 +15541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11670', + '10884', 'x-ms-request-id', - '1e96101d-9394-4970-8533-443845115614', + 'd445b4fe-c29b-41e6-abf9-c3b5c64c4eef', 'x-ms-correlation-request-id', - '1e96101d-9394-4970-8533-443845115614', + 'd445b4fe-c29b-41e6-abf9-c3b5c64c4eef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035550Z:1e96101d-9394-4970-8533-443845115614', + 'SOUTHEASTASIA:20211111T085945Z:d445b4fe-c29b-41e6-abf9-c3b5c64c4eef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:50 GMT' + 'Thu, 11 Nov 2021 08:59:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12049,21 +15577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11669', + '10883', 'x-ms-request-id', - '55611baf-de59-4443-a665-ba47370a93a2', + '431a7fa4-4cf7-4d50-9594-693114d8840b', 'x-ms-correlation-request-id', - '55611baf-de59-4443-a665-ba47370a93a2', + '431a7fa4-4cf7-4d50-9594-693114d8840b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035552Z:55611baf-de59-4443-a665-ba47370a93a2', + 'SOUTHEASTASIA:20211111T085947Z:431a7fa4-4cf7-4d50-9594-693114d8840b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:52 GMT' + 'Thu, 11 Nov 2021 08:59:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12085,21 +15613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11668', + '10882', 'x-ms-request-id', - '42360317-0f42-4992-907c-4fc67f5a68c4', + 'd8eee2cb-a5b7-484c-ad65-cb7ff9a2e4d2', 'x-ms-correlation-request-id', - '42360317-0f42-4992-907c-4fc67f5a68c4', + 'd8eee2cb-a5b7-484c-ad65-cb7ff9a2e4d2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035554Z:42360317-0f42-4992-907c-4fc67f5a68c4', + 'SOUTHEASTASIA:20211111T085950Z:d8eee2cb-a5b7-484c-ad65-cb7ff9a2e4d2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:54 GMT' + 'Thu, 11 Nov 2021 08:59:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12121,21 +15649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11667', + '10881', 'x-ms-request-id', - 'd7f875d5-36fd-429b-9793-cd16807915e3', + '3152bc36-176c-462e-9ad0-48a6b232ec07', 'x-ms-correlation-request-id', - 'd7f875d5-36fd-429b-9793-cd16807915e3', + '3152bc36-176c-462e-9ad0-48a6b232ec07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035557Z:d7f875d5-36fd-429b-9793-cd16807915e3', + 'SOUTHEASTASIA:20211111T085952Z:3152bc36-176c-462e-9ad0-48a6b232ec07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:56 GMT' + 'Thu, 11 Nov 2021 08:59:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12157,21 +15685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11666', + '10880', 'x-ms-request-id', - 'fdc8042c-7a8a-4ad0-9791-c9de9f7cf151', + '442296d3-24fd-4b7f-ad96-07f6cccb594d', 'x-ms-correlation-request-id', - 'fdc8042c-7a8a-4ad0-9791-c9de9f7cf151', + '442296d3-24fd-4b7f-ad96-07f6cccb594d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035559Z:fdc8042c-7a8a-4ad0-9791-c9de9f7cf151', + 'SOUTHEASTASIA:20211111T085954Z:442296d3-24fd-4b7f-ad96-07f6cccb594d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:55:59 GMT' + 'Thu, 11 Nov 2021 08:59:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12193,21 +15721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11665', + '10879', 'x-ms-request-id', - 'e303b529-46c1-48b8-8292-0de0aea16700', + '9e8d1034-0642-4994-b359-71f5aa2d913b', 'x-ms-correlation-request-id', - 'e303b529-46c1-48b8-8292-0de0aea16700', + '9e8d1034-0642-4994-b359-71f5aa2d913b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035601Z:e303b529-46c1-48b8-8292-0de0aea16700', + 'SOUTHEASTASIA:20211111T085957Z:9e8d1034-0642-4994-b359-71f5aa2d913b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:01 GMT' + 'Thu, 11 Nov 2021 08:59:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12229,21 +15757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11664', + '10878', 'x-ms-request-id', - 'd82fb69a-d7f2-4685-997d-3d1b6a94f316', + '7fd5bdca-4091-49f0-9545-fe0c1fb2ab11', 'x-ms-correlation-request-id', - 'd82fb69a-d7f2-4685-997d-3d1b6a94f316', + '7fd5bdca-4091-49f0-9545-fe0c1fb2ab11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035604Z:d82fb69a-d7f2-4685-997d-3d1b6a94f316', + 'SOUTHEASTASIA:20211111T085959Z:7fd5bdca-4091-49f0-9545-fe0c1fb2ab11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:03 GMT' + 'Thu, 11 Nov 2021 08:59:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12265,21 +15793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11663', + '10877', 'x-ms-request-id', - 'c09fdbb5-34be-46ef-9637-e0904c771ccc', + '3e6d6998-4d44-4a5b-abab-7997e74cd3aa', 'x-ms-correlation-request-id', - 'c09fdbb5-34be-46ef-9637-e0904c771ccc', + '3e6d6998-4d44-4a5b-abab-7997e74cd3aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035606Z:c09fdbb5-34be-46ef-9637-e0904c771ccc', + 'SOUTHEASTASIA:20211111T090001Z:3e6d6998-4d44-4a5b-abab-7997e74cd3aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:06 GMT' + 'Thu, 11 Nov 2021 09:00:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12301,21 +15829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11662', + '10876', 'x-ms-request-id', - '5c7f065c-6fb1-4ecb-8cf4-0324b9de6933', + 'fa958d46-862e-4086-bee2-2c305d091bb8', 'x-ms-correlation-request-id', - '5c7f065c-6fb1-4ecb-8cf4-0324b9de6933', + 'fa958d46-862e-4086-bee2-2c305d091bb8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035608Z:5c7f065c-6fb1-4ecb-8cf4-0324b9de6933', + 'SOUTHEASTASIA:20211111T090004Z:fa958d46-862e-4086-bee2-2c305d091bb8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:08 GMT' + 'Thu, 11 Nov 2021 09:00:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12337,21 +15865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11661', + '10875', 'x-ms-request-id', - '538cfc58-4b1b-4cc0-873f-32a653c78250', + '15cd372c-adc1-480d-a3d5-ac01a2594240', 'x-ms-correlation-request-id', - '538cfc58-4b1b-4cc0-873f-32a653c78250', + '15cd372c-adc1-480d-a3d5-ac01a2594240', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035611Z:538cfc58-4b1b-4cc0-873f-32a653c78250', + 'SOUTHEASTASIA:20211111T090006Z:15cd372c-adc1-480d-a3d5-ac01a2594240', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:10 GMT' + 'Thu, 11 Nov 2021 09:00:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12373,21 +15901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11660', + '10874', 'x-ms-request-id', - '46e5d1da-7c96-4fb5-b33f-cf227dc0dbf6', + 'd63f6b95-33c6-4e27-b4a7-cbcede5bfeba', 'x-ms-correlation-request-id', - '46e5d1da-7c96-4fb5-b33f-cf227dc0dbf6', + 'd63f6b95-33c6-4e27-b4a7-cbcede5bfeba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035613Z:46e5d1da-7c96-4fb5-b33f-cf227dc0dbf6', + 'SOUTHEASTASIA:20211111T090008Z:d63f6b95-33c6-4e27-b4a7-cbcede5bfeba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:13 GMT' + 'Thu, 11 Nov 2021 09:00:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12409,21 +15937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11659', + '10873', 'x-ms-request-id', - '68ef554a-9073-46e6-a60b-3869a54e61d6', + '2780ecc8-8240-4e34-b217-91d07203d627', 'x-ms-correlation-request-id', - '68ef554a-9073-46e6-a60b-3869a54e61d6', + '2780ecc8-8240-4e34-b217-91d07203d627', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035615Z:68ef554a-9073-46e6-a60b-3869a54e61d6', + 'SOUTHEASTASIA:20211111T090010Z:2780ecc8-8240-4e34-b217-91d07203d627', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:15 GMT' + 'Thu, 11 Nov 2021 09:00:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12445,21 +15973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11658', + '10872', 'x-ms-request-id', - 'caedea63-67ea-4ed3-93da-1b7c0328c40b', + 'ab7e6d86-b282-4bb6-9ff0-3197c64e6b65', 'x-ms-correlation-request-id', - 'caedea63-67ea-4ed3-93da-1b7c0328c40b', + 'ab7e6d86-b282-4bb6-9ff0-3197c64e6b65', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035618Z:caedea63-67ea-4ed3-93da-1b7c0328c40b', + 'SOUTHEASTASIA:20211111T090013Z:ab7e6d86-b282-4bb6-9ff0-3197c64e6b65', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:17 GMT' + 'Thu, 11 Nov 2021 09:00:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12481,21 +16009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11657', + '10871', 'x-ms-request-id', - '8fd7776f-af60-415a-adf5-76d39d5aa1a2', + '1853576b-9839-4c05-b737-da84181e05c3', 'x-ms-correlation-request-id', - '8fd7776f-af60-415a-adf5-76d39d5aa1a2', + '1853576b-9839-4c05-b737-da84181e05c3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035620Z:8fd7776f-af60-415a-adf5-76d39d5aa1a2', + 'SOUTHEASTASIA:20211111T090015Z:1853576b-9839-4c05-b737-da84181e05c3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:20 GMT' + 'Thu, 11 Nov 2021 09:00:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12517,21 +16045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11656', + '10870', 'x-ms-request-id', - '2cc0b774-fa5f-4f12-97b7-8dd772cefb2b', + '45fb4482-c5fa-4404-8d6f-feb2fd13f6c1', 'x-ms-correlation-request-id', - '2cc0b774-fa5f-4f12-97b7-8dd772cefb2b', + '45fb4482-c5fa-4404-8d6f-feb2fd13f6c1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035622Z:2cc0b774-fa5f-4f12-97b7-8dd772cefb2b', + 'SOUTHEASTASIA:20211111T090018Z:45fb4482-c5fa-4404-8d6f-feb2fd13f6c1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:22 GMT' + 'Thu, 11 Nov 2021 09:00:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12553,21 +16081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11655', + '10869', 'x-ms-request-id', - '23b5898b-9e53-48d5-b093-dde641e8711a', + '39f12904-ddbb-4ef2-b839-87e164d611c8', 'x-ms-correlation-request-id', - '23b5898b-9e53-48d5-b093-dde641e8711a', + '39f12904-ddbb-4ef2-b839-87e164d611c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035625Z:23b5898b-9e53-48d5-b093-dde641e8711a', + 'SOUTHEASTASIA:20211111T090020Z:39f12904-ddbb-4ef2-b839-87e164d611c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:24 GMT' + 'Thu, 11 Nov 2021 09:00:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12589,21 +16117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11654', + '10868', 'x-ms-request-id', - '29c44369-f1d4-4136-9ef4-baa7fc16ffb3', + 'c900127c-5f63-4ec6-8cda-5e84a6e7521e', 'x-ms-correlation-request-id', - '29c44369-f1d4-4136-9ef4-baa7fc16ffb3', + 'c900127c-5f63-4ec6-8cda-5e84a6e7521e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035627Z:29c44369-f1d4-4136-9ef4-baa7fc16ffb3', + 'SOUTHEASTASIA:20211111T090022Z:c900127c-5f63-4ec6-8cda-5e84a6e7521e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:27 GMT' + 'Thu, 11 Nov 2021 09:00:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12625,21 +16153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11653', + '10867', 'x-ms-request-id', - '287b0ae8-6155-4ea2-aece-dd9cd1e7e48e', + 'a5c66fe9-a108-4d74-9e51-bbd8790019ae', 'x-ms-correlation-request-id', - '287b0ae8-6155-4ea2-aece-dd9cd1e7e48e', + 'a5c66fe9-a108-4d74-9e51-bbd8790019ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035629Z:287b0ae8-6155-4ea2-aece-dd9cd1e7e48e', + 'SOUTHEASTASIA:20211111T090025Z:a5c66fe9-a108-4d74-9e51-bbd8790019ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:29 GMT' + 'Thu, 11 Nov 2021 09:00:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12661,21 +16189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11652', + '10866', 'x-ms-request-id', - '23e3b485-3658-40b2-bbce-19b6a5abb522', + 'be63e448-abf9-4f9f-a5e4-d84709275dba', 'x-ms-correlation-request-id', - '23e3b485-3658-40b2-bbce-19b6a5abb522', + 'be63e448-abf9-4f9f-a5e4-d84709275dba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035632Z:23e3b485-3658-40b2-bbce-19b6a5abb522', + 'SOUTHEASTASIA:20211111T090027Z:be63e448-abf9-4f9f-a5e4-d84709275dba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:31 GMT' + 'Thu, 11 Nov 2021 09:00:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12697,21 +16225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11651', + '10865', 'x-ms-request-id', - 'a69d737e-7d8a-4ac6-8749-4516376ee871', + 'bc8bbc85-b379-4761-b9d9-84ca27e32ccc', 'x-ms-correlation-request-id', - 'a69d737e-7d8a-4ac6-8749-4516376ee871', + 'bc8bbc85-b379-4761-b9d9-84ca27e32ccc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035634Z:a69d737e-7d8a-4ac6-8749-4516376ee871', + 'SOUTHEASTASIA:20211111T090029Z:bc8bbc85-b379-4761-b9d9-84ca27e32ccc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:33 GMT' + 'Thu, 11 Nov 2021 09:00:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12733,21 +16261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11650', + '10864', 'x-ms-request-id', - 'fc26ec84-5891-4bc9-abe0-7c5a18449f54', + '020613d4-1b20-49be-bbed-4de7bfcb334a', 'x-ms-correlation-request-id', - 'fc26ec84-5891-4bc9-abe0-7c5a18449f54', + '020613d4-1b20-49be-bbed-4de7bfcb334a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035636Z:fc26ec84-5891-4bc9-abe0-7c5a18449f54', + 'SOUTHEASTASIA:20211111T090032Z:020613d4-1b20-49be-bbed-4de7bfcb334a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:36 GMT' + 'Thu, 11 Nov 2021 09:00:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12769,21 +16297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11649', + '10863', 'x-ms-request-id', - 'a41a0c2b-d511-46ce-9b16-e50090ba7af6', + '7eb70713-0462-481e-b627-74c809365e2b', 'x-ms-correlation-request-id', - 'a41a0c2b-d511-46ce-9b16-e50090ba7af6', + '7eb70713-0462-481e-b627-74c809365e2b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035639Z:a41a0c2b-d511-46ce-9b16-e50090ba7af6', + 'SOUTHEASTASIA:20211111T090034Z:7eb70713-0462-481e-b627-74c809365e2b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:38 GMT' + 'Thu, 11 Nov 2021 09:00:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12805,21 +16333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11648', + '10862', 'x-ms-request-id', - 'c2720d2e-19d5-4a7c-b270-a9a299606fc6', + 'a4a0c74b-f56a-43e9-a267-015fcf0ea38f', 'x-ms-correlation-request-id', - 'c2720d2e-19d5-4a7c-b270-a9a299606fc6', + 'a4a0c74b-f56a-43e9-a267-015fcf0ea38f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035641Z:c2720d2e-19d5-4a7c-b270-a9a299606fc6', + 'SOUTHEASTASIA:20211111T090036Z:a4a0c74b-f56a-43e9-a267-015fcf0ea38f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:40 GMT' + 'Thu, 11 Nov 2021 09:00:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12841,21 +16369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11647', + '10861', 'x-ms-request-id', - '7e80be70-92ff-435a-b963-d05ac365ab75', + '3d48dd75-ada9-4a79-af3a-e706cfb8815a', 'x-ms-correlation-request-id', - '7e80be70-92ff-435a-b963-d05ac365ab75', + '3d48dd75-ada9-4a79-af3a-e706cfb8815a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035643Z:7e80be70-92ff-435a-b963-d05ac365ab75', + 'SOUTHEASTASIA:20211111T090039Z:3d48dd75-ada9-4a79-af3a-e706cfb8815a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:43 GMT' + 'Thu, 11 Nov 2021 09:00:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12877,21 +16405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11646', + '10860', 'x-ms-request-id', - 'c7db4dcf-3ea0-41ff-9e95-acc6483c0e03', + '05c5beb2-b4b4-486e-9a6a-a84524504353', 'x-ms-correlation-request-id', - 'c7db4dcf-3ea0-41ff-9e95-acc6483c0e03', + '05c5beb2-b4b4-486e-9a6a-a84524504353', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035646Z:c7db4dcf-3ea0-41ff-9e95-acc6483c0e03', + 'SOUTHEASTASIA:20211111T090041Z:05c5beb2-b4b4-486e-9a6a-a84524504353', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:45 GMT' + 'Thu, 11 Nov 2021 09:00:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12913,21 +16441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11645', + '10859', 'x-ms-request-id', - '19e7cced-a797-431e-865f-8ee51d6d88a9', + '9085b666-61fe-4acc-9b9c-072094e9053c', 'x-ms-correlation-request-id', - '19e7cced-a797-431e-865f-8ee51d6d88a9', + '9085b666-61fe-4acc-9b9c-072094e9053c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035648Z:19e7cced-a797-431e-865f-8ee51d6d88a9', + 'SOUTHEASTASIA:20211111T090044Z:9085b666-61fe-4acc-9b9c-072094e9053c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:47 GMT' + 'Thu, 11 Nov 2021 09:00:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12949,21 +16477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11644', + '10858', 'x-ms-request-id', - 'ce6cc892-6eda-4330-af9b-9a5cff16ace0', + 'b7ca5a38-90d7-428d-8468-7265cedc3ae9', 'x-ms-correlation-request-id', - 'ce6cc892-6eda-4330-af9b-9a5cff16ace0', + 'b7ca5a38-90d7-428d-8468-7265cedc3ae9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035650Z:ce6cc892-6eda-4330-af9b-9a5cff16ace0', + 'SOUTHEASTASIA:20211111T090046Z:b7ca5a38-90d7-428d-8468-7265cedc3ae9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:50 GMT' + 'Thu, 11 Nov 2021 09:00:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -12985,21 +16513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11643', + '10857', 'x-ms-request-id', - '0614361c-9834-4837-b162-a5be1c057b4a', + 'e80d21f5-9ec0-47ed-a864-fbd967786002', 'x-ms-correlation-request-id', - '0614361c-9834-4837-b162-a5be1c057b4a', + 'e80d21f5-9ec0-47ed-a864-fbd967786002', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035653Z:0614361c-9834-4837-b162-a5be1c057b4a', + 'SOUTHEASTASIA:20211111T090048Z:e80d21f5-9ec0-47ed-a864-fbd967786002', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:52 GMT' + 'Thu, 11 Nov 2021 09:00:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13021,21 +16549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11642', + '10856', 'x-ms-request-id', - 'abbd3465-1626-4c61-85ba-9bc9c21c716e', + '9705acb9-3c02-41b0-b3c6-be8a8ba71ad2', 'x-ms-correlation-request-id', - 'abbd3465-1626-4c61-85ba-9bc9c21c716e', + '9705acb9-3c02-41b0-b3c6-be8a8ba71ad2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035655Z:abbd3465-1626-4c61-85ba-9bc9c21c716e', + 'SOUTHEASTASIA:20211111T090051Z:9705acb9-3c02-41b0-b3c6-be8a8ba71ad2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:54 GMT' + 'Thu, 11 Nov 2021 09:00:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13057,21 +16585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11641', + '10855', 'x-ms-request-id', - '23bc993b-efef-4a8b-84a3-919ae0804256', + 'de659ca1-6297-49a4-bec2-bb0c410c19a9', 'x-ms-correlation-request-id', - '23bc993b-efef-4a8b-84a3-919ae0804256', + 'de659ca1-6297-49a4-bec2-bb0c410c19a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035657Z:23bc993b-efef-4a8b-84a3-919ae0804256', + 'SOUTHEASTASIA:20211111T090053Z:de659ca1-6297-49a4-bec2-bb0c410c19a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:57 GMT' + 'Thu, 11 Nov 2021 09:00:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13093,21 +16621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11640', + '10854', 'x-ms-request-id', - 'cdbc745c-eb4d-4bba-baf8-2b1004b0cdc6', + '1e3707be-bcec-4efa-a1e9-df48a95f551e', 'x-ms-correlation-request-id', - 'cdbc745c-eb4d-4bba-baf8-2b1004b0cdc6', + '1e3707be-bcec-4efa-a1e9-df48a95f551e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035700Z:cdbc745c-eb4d-4bba-baf8-2b1004b0cdc6', + 'SOUTHEASTASIA:20211111T090055Z:1e3707be-bcec-4efa-a1e9-df48a95f551e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:56:59 GMT' + 'Thu, 11 Nov 2021 09:00:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13129,21 +16657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11639', + '10853', 'x-ms-request-id', - 'fd264316-96ac-4db6-9b04-9969e7a516ed', + 'ed5fa497-8feb-4775-845f-dcc5337f6668', 'x-ms-correlation-request-id', - 'fd264316-96ac-4db6-9b04-9969e7a516ed', + 'ed5fa497-8feb-4775-845f-dcc5337f6668', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035702Z:fd264316-96ac-4db6-9b04-9969e7a516ed', + 'SOUTHEASTASIA:20211111T090058Z:ed5fa497-8feb-4775-845f-dcc5337f6668', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:01 GMT' + 'Thu, 11 Nov 2021 09:00:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13165,21 +16693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11638', + '10852', 'x-ms-request-id', - 'b4d8b2f6-5fca-407d-b96d-644e021aa5cf', + 'bbe3685c-3abb-45ad-82ce-0810a0c5ec63', 'x-ms-correlation-request-id', - 'b4d8b2f6-5fca-407d-b96d-644e021aa5cf', + 'bbe3685c-3abb-45ad-82ce-0810a0c5ec63', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035704Z:b4d8b2f6-5fca-407d-b96d-644e021aa5cf', + 'SOUTHEASTASIA:20211111T090100Z:bbe3685c-3abb-45ad-82ce-0810a0c5ec63', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:04 GMT' + 'Thu, 11 Nov 2021 09:01:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13201,21 +16729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11637', + '10851', 'x-ms-request-id', - '430c824b-5ecd-4460-801d-89edbd5786c3', + '3a5759e1-9f68-4b1c-982b-7469dfa6122b', 'x-ms-correlation-request-id', - '430c824b-5ecd-4460-801d-89edbd5786c3', + '3a5759e1-9f68-4b1c-982b-7469dfa6122b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035707Z:430c824b-5ecd-4460-801d-89edbd5786c3', + 'SOUTHEASTASIA:20211111T090103Z:3a5759e1-9f68-4b1c-982b-7469dfa6122b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:06 GMT' + 'Thu, 11 Nov 2021 09:01:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13237,21 +16765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11636', + '10850', 'x-ms-request-id', - 'd90d0910-b168-4d27-b872-eadc922da73c', + '7cad88aa-e43e-427b-b073-d179fc6336d3', 'x-ms-correlation-request-id', - 'd90d0910-b168-4d27-b872-eadc922da73c', + '7cad88aa-e43e-427b-b073-d179fc6336d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035709Z:d90d0910-b168-4d27-b872-eadc922da73c', + 'SOUTHEASTASIA:20211111T090105Z:7cad88aa-e43e-427b-b073-d179fc6336d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:08 GMT' + 'Thu, 11 Nov 2021 09:01:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13273,21 +16801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11635', + '10849', 'x-ms-request-id', - '802ece9c-7273-4c9e-b80f-683429222eb0', + '1b45403c-1fea-44ca-a35c-0c9f225e285b', 'x-ms-correlation-request-id', - '802ece9c-7273-4c9e-b80f-683429222eb0', + '1b45403c-1fea-44ca-a35c-0c9f225e285b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035711Z:802ece9c-7273-4c9e-b80f-683429222eb0', + 'SOUTHEASTASIA:20211111T090107Z:1b45403c-1fea-44ca-a35c-0c9f225e285b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:11 GMT' + 'Thu, 11 Nov 2021 09:01:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13309,21 +16837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11634', + '10848', 'x-ms-request-id', - 'e8042b1a-8acf-40e7-9831-83f4e36cd867', + 'c0ea5beb-70b7-4753-bffe-61b5cc64fd2f', 'x-ms-correlation-request-id', - 'e8042b1a-8acf-40e7-9831-83f4e36cd867', + 'c0ea5beb-70b7-4753-bffe-61b5cc64fd2f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035713Z:e8042b1a-8acf-40e7-9831-83f4e36cd867', + 'SOUTHEASTASIA:20211111T090110Z:c0ea5beb-70b7-4753-bffe-61b5cc64fd2f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:13 GMT' + 'Thu, 11 Nov 2021 09:01:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13345,21 +16873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11633', + '10847', 'x-ms-request-id', - '16c47c4b-fdc1-4e79-a1ac-a3ac328b2848', + 'e9d279eb-8214-4e8c-adc7-9ec75bbbf196', 'x-ms-correlation-request-id', - '16c47c4b-fdc1-4e79-a1ac-a3ac328b2848', + 'e9d279eb-8214-4e8c-adc7-9ec75bbbf196', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035716Z:16c47c4b-fdc1-4e79-a1ac-a3ac328b2848', + 'SOUTHEASTASIA:20211111T090112Z:e9d279eb-8214-4e8c-adc7-9ec75bbbf196', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:15 GMT' + 'Thu, 11 Nov 2021 09:01:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13381,21 +16909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11632', + '10846', 'x-ms-request-id', - 'd3271eba-ed73-4dff-9b51-9282282fdefb', + '14a27d39-f56a-4d66-b1d0-195993d54c0c', 'x-ms-correlation-request-id', - 'd3271eba-ed73-4dff-9b51-9282282fdefb', + '14a27d39-f56a-4d66-b1d0-195993d54c0c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035718Z:d3271eba-ed73-4dff-9b51-9282282fdefb', + 'SOUTHEASTASIA:20211111T090114Z:14a27d39-f56a-4d66-b1d0-195993d54c0c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:17 GMT' + 'Thu, 11 Nov 2021 09:01:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13417,21 +16945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11631', + '10845', 'x-ms-request-id', - 'b07e2bb4-62e1-4b8e-b838-af66004a224f', + 'e0b061ca-53ee-4ef0-9eb5-16909a1dd103', 'x-ms-correlation-request-id', - 'b07e2bb4-62e1-4b8e-b838-af66004a224f', + 'e0b061ca-53ee-4ef0-9eb5-16909a1dd103', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035720Z:b07e2bb4-62e1-4b8e-b838-af66004a224f', + 'SOUTHEASTASIA:20211111T090117Z:e0b061ca-53ee-4ef0-9eb5-16909a1dd103', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:20 GMT' + 'Thu, 11 Nov 2021 09:01:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13453,21 +16981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11630', + '10844', 'x-ms-request-id', - 'd102d478-d2ba-4de1-b885-90d503da0995', + '1e2ea89d-4a51-4f5b-9c2f-8a4076c6a864', 'x-ms-correlation-request-id', - 'd102d478-d2ba-4de1-b885-90d503da0995', + '1e2ea89d-4a51-4f5b-9c2f-8a4076c6a864', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035723Z:d102d478-d2ba-4de1-b885-90d503da0995', + 'SOUTHEASTASIA:20211111T090119Z:1e2ea89d-4a51-4f5b-9c2f-8a4076c6a864', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:22 GMT' + 'Thu, 11 Nov 2021 09:01:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13489,21 +17017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11629', + '10843', 'x-ms-request-id', - '7c9741cb-e42d-46b3-9f76-976154e328d9', + 'f6ac73ac-e032-416e-9e35-c579c65aa33b', 'x-ms-correlation-request-id', - '7c9741cb-e42d-46b3-9f76-976154e328d9', + 'f6ac73ac-e032-416e-9e35-c579c65aa33b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035725Z:7c9741cb-e42d-46b3-9f76-976154e328d9', + 'SOUTHEASTASIA:20211111T090121Z:f6ac73ac-e032-416e-9e35-c579c65aa33b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:24 GMT' + 'Thu, 11 Nov 2021 09:01:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13525,21 +17053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11628', + '10842', 'x-ms-request-id', - '99dcb471-1e8b-488c-8933-5acfac0343ff', + '6e64211d-0ce1-4c12-9faf-9b85e9122827', 'x-ms-correlation-request-id', - '99dcb471-1e8b-488c-8933-5acfac0343ff', + '6e64211d-0ce1-4c12-9faf-9b85e9122827', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035727Z:99dcb471-1e8b-488c-8933-5acfac0343ff', + 'SOUTHEASTASIA:20211111T090124Z:6e64211d-0ce1-4c12-9faf-9b85e9122827', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:27 GMT' + 'Thu, 11 Nov 2021 09:01:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13561,21 +17089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11627', + '10841', 'x-ms-request-id', - '17b82133-4dd8-4239-bd00-45dbe0f1714c', + '1bed7066-94c3-4e83-9d4c-48c16ce9ee46', 'x-ms-correlation-request-id', - '17b82133-4dd8-4239-bd00-45dbe0f1714c', + '1bed7066-94c3-4e83-9d4c-48c16ce9ee46', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035730Z:17b82133-4dd8-4239-bd00-45dbe0f1714c', + 'SOUTHEASTASIA:20211111T090127Z:1bed7066-94c3-4e83-9d4c-48c16ce9ee46', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:29 GMT' + 'Thu, 11 Nov 2021 09:01:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13597,21 +17125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11626', + '10840', 'x-ms-request-id', - 'ae3e54f6-3195-4ea4-be57-7011d36d9678', + '2fe1e52f-12f3-4d9f-8560-6ecaadbbbd9a', 'x-ms-correlation-request-id', - 'ae3e54f6-3195-4ea4-be57-7011d36d9678', + '2fe1e52f-12f3-4d9f-8560-6ecaadbbbd9a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035732Z:ae3e54f6-3195-4ea4-be57-7011d36d9678', + 'SOUTHEASTASIA:20211111T090129Z:2fe1e52f-12f3-4d9f-8560-6ecaadbbbd9a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:31 GMT' + 'Thu, 11 Nov 2021 09:01:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13633,21 +17161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11625', + '10839', 'x-ms-request-id', - 'e9d0a521-dbcc-4b4d-b474-35185f0a8240', + 'd8b2d042-3c38-411d-a0c6-973d87da16c5', 'x-ms-correlation-request-id', - 'e9d0a521-dbcc-4b4d-b474-35185f0a8240', + 'd8b2d042-3c38-411d-a0c6-973d87da16c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035734Z:e9d0a521-dbcc-4b4d-b474-35185f0a8240', + 'SOUTHEASTASIA:20211111T090131Z:d8b2d042-3c38-411d-a0c6-973d87da16c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:34 GMT' + 'Thu, 11 Nov 2021 09:01:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13669,21 +17197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11624', + '10838', 'x-ms-request-id', - 'e30b2c26-aa28-4df1-b7d4-646151a91c64', + '6c04312d-6e02-4824-8612-167e30fac780', 'x-ms-correlation-request-id', - 'e30b2c26-aa28-4df1-b7d4-646151a91c64', + '6c04312d-6e02-4824-8612-167e30fac780', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035737Z:e30b2c26-aa28-4df1-b7d4-646151a91c64', + 'SOUTHEASTASIA:20211111T090134Z:6c04312d-6e02-4824-8612-167e30fac780', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:36 GMT' + 'Thu, 11 Nov 2021 09:01:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13705,21 +17233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11623', + '10837', 'x-ms-request-id', - 'a0cbdd2f-b00c-43e9-9218-b8eb3009967f', + '0e334179-8424-4cc2-a6ba-7cc88ff63fb2', 'x-ms-correlation-request-id', - 'a0cbdd2f-b00c-43e9-9218-b8eb3009967f', + '0e334179-8424-4cc2-a6ba-7cc88ff63fb2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035739Z:a0cbdd2f-b00c-43e9-9218-b8eb3009967f', + 'SOUTHEASTASIA:20211111T090136Z:0e334179-8424-4cc2-a6ba-7cc88ff63fb2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:38 GMT' + 'Thu, 11 Nov 2021 09:01:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13741,21 +17269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11622', + '10836', 'x-ms-request-id', - '209df68d-0c57-451c-bfa8-8f4e4546fc7a', + 'eda1df24-8eb7-4d0c-af36-50ec84a8f8d7', 'x-ms-correlation-request-id', - '209df68d-0c57-451c-bfa8-8f4e4546fc7a', + 'eda1df24-8eb7-4d0c-af36-50ec84a8f8d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035741Z:209df68d-0c57-451c-bfa8-8f4e4546fc7a', + 'SOUTHEASTASIA:20211111T090139Z:eda1df24-8eb7-4d0c-af36-50ec84a8f8d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:41 GMT' + 'Thu, 11 Nov 2021 09:01:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13777,21 +17305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11621', + '10835', 'x-ms-request-id', - 'cdfbcca9-78e2-4073-9c89-fb5f97a06bfb', + '58e9a56b-b6df-48f2-a19d-13aba73c04cb', 'x-ms-correlation-request-id', - 'cdfbcca9-78e2-4073-9c89-fb5f97a06bfb', + '58e9a56b-b6df-48f2-a19d-13aba73c04cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035744Z:cdfbcca9-78e2-4073-9c89-fb5f97a06bfb', + 'SOUTHEASTASIA:20211111T090141Z:58e9a56b-b6df-48f2-a19d-13aba73c04cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:43 GMT' + 'Thu, 11 Nov 2021 09:01:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13813,21 +17341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11620', + '10834', 'x-ms-request-id', - '855e3ae6-0846-4949-86e7-93d307cbc673', + '2d1819de-6913-435f-a712-9bbdf606e5a7', 'x-ms-correlation-request-id', - '855e3ae6-0846-4949-86e7-93d307cbc673', + '2d1819de-6913-435f-a712-9bbdf606e5a7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035746Z:855e3ae6-0846-4949-86e7-93d307cbc673', + 'SOUTHEASTASIA:20211111T090144Z:2d1819de-6913-435f-a712-9bbdf606e5a7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:45 GMT' + 'Thu, 11 Nov 2021 09:01:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13849,21 +17377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11619', + '10833', 'x-ms-request-id', - '29d3a602-8e87-48aa-88b9-e79b99080f96', + '1d67d9c5-18d8-4259-a022-7b9918a624b6', 'x-ms-correlation-request-id', - '29d3a602-8e87-48aa-88b9-e79b99080f96', + '1d67d9c5-18d8-4259-a022-7b9918a624b6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035748Z:29d3a602-8e87-48aa-88b9-e79b99080f96', + 'SOUTHEASTASIA:20211111T090146Z:1d67d9c5-18d8-4259-a022-7b9918a624b6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:48 GMT' + 'Thu, 11 Nov 2021 09:01:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13885,21 +17413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11618', + '10832', 'x-ms-request-id', - '4f7dcf74-d614-4375-a1a6-750304c32f24', + '6109c239-5754-45a0-a52c-c9eba2c5eaae', 'x-ms-correlation-request-id', - '4f7dcf74-d614-4375-a1a6-750304c32f24', + '6109c239-5754-45a0-a52c-c9eba2c5eaae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035751Z:4f7dcf74-d614-4375-a1a6-750304c32f24', + 'SOUTHEASTASIA:20211111T090148Z:6109c239-5754-45a0-a52c-c9eba2c5eaae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:50 GMT' + 'Thu, 11 Nov 2021 09:01:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13921,21 +17449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11617', + '10831', 'x-ms-request-id', - '2ec49566-bbd6-42cf-85c3-73907fbcde27', + '5826abe6-7f8c-4e68-a52c-666fef4f9bee', 'x-ms-correlation-request-id', - '2ec49566-bbd6-42cf-85c3-73907fbcde27', + '5826abe6-7f8c-4e68-a52c-666fef4f9bee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035753Z:2ec49566-bbd6-42cf-85c3-73907fbcde27', + 'SOUTHEASTASIA:20211111T090151Z:5826abe6-7f8c-4e68-a52c-666fef4f9bee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:52 GMT' + 'Thu, 11 Nov 2021 09:01:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13957,21 +17485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11616', + '10830', 'x-ms-request-id', - 'b27154c4-81ac-4682-8050-f84828b9066e', + '5d9482f5-0630-4742-ae60-4c9e41a13c56', 'x-ms-correlation-request-id', - 'b27154c4-81ac-4682-8050-f84828b9066e', + '5d9482f5-0630-4742-ae60-4c9e41a13c56', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035755Z:b27154c4-81ac-4682-8050-f84828b9066e', + 'SOUTHEASTASIA:20211111T090153Z:5d9482f5-0630-4742-ae60-4c9e41a13c56', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:55 GMT' + 'Thu, 11 Nov 2021 09:01:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -13993,21 +17521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11615', + '10829', 'x-ms-request-id', - 'c96857f8-259d-4f8e-ae2d-6e8fa7598ddf', + '32f3a33c-d971-4b82-a4b7-abe366cfcc5f', 'x-ms-correlation-request-id', - 'c96857f8-259d-4f8e-ae2d-6e8fa7598ddf', + '32f3a33c-d971-4b82-a4b7-abe366cfcc5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035758Z:c96857f8-259d-4f8e-ae2d-6e8fa7598ddf', + 'SOUTHEASTASIA:20211111T090155Z:32f3a33c-d971-4b82-a4b7-abe366cfcc5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:57 GMT' + 'Thu, 11 Nov 2021 09:01:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14029,21 +17557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11614', + '10828', 'x-ms-request-id', - '940505c9-2867-4d65-bbcd-cde93f0263cc', + '77e5884d-059c-486e-ae8c-7b140be9b251', 'x-ms-correlation-request-id', - '940505c9-2867-4d65-bbcd-cde93f0263cc', + '77e5884d-059c-486e-ae8c-7b140be9b251', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035800Z:940505c9-2867-4d65-bbcd-cde93f0263cc', + 'SOUTHEASTASIA:20211111T090158Z:77e5884d-059c-486e-ae8c-7b140be9b251', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:57:59 GMT' + 'Thu, 11 Nov 2021 09:01:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14065,21 +17593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11613', + '10827', 'x-ms-request-id', - '3708262f-b4d8-43d0-ab88-634d76468603', + 'ae44f26c-c60a-45f6-8fac-9242dda9c8f2', 'x-ms-correlation-request-id', - '3708262f-b4d8-43d0-ab88-634d76468603', + 'ae44f26c-c60a-45f6-8fac-9242dda9c8f2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035802Z:3708262f-b4d8-43d0-ab88-634d76468603', + 'SOUTHEASTASIA:20211111T090200Z:ae44f26c-c60a-45f6-8fac-9242dda9c8f2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:02 GMT' + 'Thu, 11 Nov 2021 09:02:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14101,21 +17629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11612', + '10826', 'x-ms-request-id', - '83aef343-793e-40d7-b169-6ee26b9141b1', + '4df9e199-f517-4b56-b727-16a0b09f13b6', 'x-ms-correlation-request-id', - '83aef343-793e-40d7-b169-6ee26b9141b1', + '4df9e199-f517-4b56-b727-16a0b09f13b6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035805Z:83aef343-793e-40d7-b169-6ee26b9141b1', + 'SOUTHEASTASIA:20211111T090202Z:4df9e199-f517-4b56-b727-16a0b09f13b6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:04 GMT' + 'Thu, 11 Nov 2021 09:02:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14137,21 +17665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11611', + '10825', 'x-ms-request-id', - '9f694462-df9b-45b3-905b-63eda68682aa', + '8318e3f3-8d96-4411-9401-9843dbae82ea', 'x-ms-correlation-request-id', - '9f694462-df9b-45b3-905b-63eda68682aa', + '8318e3f3-8d96-4411-9401-9843dbae82ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035807Z:9f694462-df9b-45b3-905b-63eda68682aa', + 'SOUTHEASTASIA:20211111T090204Z:8318e3f3-8d96-4411-9401-9843dbae82ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:06 GMT' + 'Thu, 11 Nov 2021 09:02:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14173,21 +17701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11610', + '10824', 'x-ms-request-id', - '1c580fc7-cd54-4624-90dd-02265bd13a16', + 'd3e9c9fc-3819-4c71-83a7-489876a92c93', 'x-ms-correlation-request-id', - '1c580fc7-cd54-4624-90dd-02265bd13a16', + 'd3e9c9fc-3819-4c71-83a7-489876a92c93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035809Z:1c580fc7-cd54-4624-90dd-02265bd13a16', + 'SOUTHEASTASIA:20211111T090207Z:d3e9c9fc-3819-4c71-83a7-489876a92c93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:09 GMT' + 'Thu, 11 Nov 2021 09:02:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14209,21 +17737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11609', + '10823', 'x-ms-request-id', - '8c93d12c-e554-4fd3-8e52-4a5567463391', + 'bb34a110-eef1-4b40-91f4-a7df29d3ae11', 'x-ms-correlation-request-id', - '8c93d12c-e554-4fd3-8e52-4a5567463391', + 'bb34a110-eef1-4b40-91f4-a7df29d3ae11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035812Z:8c93d12c-e554-4fd3-8e52-4a5567463391', + 'SOUTHEASTASIA:20211111T090209Z:bb34a110-eef1-4b40-91f4-a7df29d3ae11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:11 GMT' + 'Thu, 11 Nov 2021 09:02:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14245,21 +17773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11608', + '10822', 'x-ms-request-id', - 'b1b96917-efd5-493f-8313-14f87e501a59', + '6380248b-c192-4047-9feb-150eb5c90dd6', 'x-ms-correlation-request-id', - 'b1b96917-efd5-493f-8313-14f87e501a59', + '6380248b-c192-4047-9feb-150eb5c90dd6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035814Z:b1b96917-efd5-493f-8313-14f87e501a59', + 'SOUTHEASTASIA:20211111T090211Z:6380248b-c192-4047-9feb-150eb5c90dd6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:13 GMT' + 'Thu, 11 Nov 2021 09:02:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14281,21 +17809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11607', + '10821', 'x-ms-request-id', - '2b9128dc-0e6b-4117-9b49-b747ce6e1164', + 'fd3d189c-6436-4f60-84b2-681ac9f1c3b4', 'x-ms-correlation-request-id', - '2b9128dc-0e6b-4117-9b49-b747ce6e1164', + 'fd3d189c-6436-4f60-84b2-681ac9f1c3b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035816Z:2b9128dc-0e6b-4117-9b49-b747ce6e1164', + 'SOUTHEASTASIA:20211111T090214Z:fd3d189c-6436-4f60-84b2-681ac9f1c3b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:16 GMT' + 'Thu, 11 Nov 2021 09:02:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14317,21 +17845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11606', + '10820', 'x-ms-request-id', - '22bc0374-7f08-4219-914f-9be15cefcdaf', + '93e2e6de-fe36-4c36-a48f-c1ce4b212457', 'x-ms-correlation-request-id', - '22bc0374-7f08-4219-914f-9be15cefcdaf', + '93e2e6de-fe36-4c36-a48f-c1ce4b212457', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035819Z:22bc0374-7f08-4219-914f-9be15cefcdaf', + 'SOUTHEASTASIA:20211111T090216Z:93e2e6de-fe36-4c36-a48f-c1ce4b212457', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:18 GMT' + 'Thu, 11 Nov 2021 09:02:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14353,21 +17881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11605', + '10819', 'x-ms-request-id', - 'dac62844-b801-4c24-9c72-7b87a1fe4639', + '45152726-1a52-44c2-9832-438024338e33', 'x-ms-correlation-request-id', - 'dac62844-b801-4c24-9c72-7b87a1fe4639', + '45152726-1a52-44c2-9832-438024338e33', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035821Z:dac62844-b801-4c24-9c72-7b87a1fe4639', + 'SOUTHEASTASIA:20211111T090218Z:45152726-1a52-44c2-9832-438024338e33', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:20 GMT' + 'Thu, 11 Nov 2021 09:02:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14389,21 +17917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11604', + '10818', 'x-ms-request-id', - '5fc359c9-9af8-46fb-8860-dbcdb0b80190', + '2a199295-8af4-465e-bce7-42e9ef3067fb', 'x-ms-correlation-request-id', - '5fc359c9-9af8-46fb-8860-dbcdb0b80190', + '2a199295-8af4-465e-bce7-42e9ef3067fb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035823Z:5fc359c9-9af8-46fb-8860-dbcdb0b80190', + 'SOUTHEASTASIA:20211111T090221Z:2a199295-8af4-465e-bce7-42e9ef3067fb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:23 GMT' + 'Thu, 11 Nov 2021 09:02:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14425,21 +17953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11603', + '10817', 'x-ms-request-id', - 'af385dc8-2e9d-4cad-8bfe-031620a75e02', + 'cb9c70a3-5699-48de-8558-16caf0e29f2e', 'x-ms-correlation-request-id', - 'af385dc8-2e9d-4cad-8bfe-031620a75e02', + 'cb9c70a3-5699-48de-8558-16caf0e29f2e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035826Z:af385dc8-2e9d-4cad-8bfe-031620a75e02', + 'SOUTHEASTASIA:20211111T090223Z:cb9c70a3-5699-48de-8558-16caf0e29f2e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:25 GMT' + 'Thu, 11 Nov 2021 09:02:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14461,21 +17989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11602', + '10816', 'x-ms-request-id', - '5df96e66-c74e-42ea-9410-74d87cd2bf19', + '0c971f65-efca-4d43-88d1-b74dfcfe5bc6', 'x-ms-correlation-request-id', - '5df96e66-c74e-42ea-9410-74d87cd2bf19', + '0c971f65-efca-4d43-88d1-b74dfcfe5bc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035828Z:5df96e66-c74e-42ea-9410-74d87cd2bf19', + 'SOUTHEASTASIA:20211111T090225Z:0c971f65-efca-4d43-88d1-b74dfcfe5bc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:27 GMT' + 'Thu, 11 Nov 2021 09:02:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14497,21 +18025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11601', + '10815', 'x-ms-request-id', - '7b588422-6ff8-4d5c-9f86-4da9168f4392', + '5d531a77-2ccd-478d-8dbb-c63a202361ce', 'x-ms-correlation-request-id', - '7b588422-6ff8-4d5c-9f86-4da9168f4392', + '5d531a77-2ccd-478d-8dbb-c63a202361ce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035830Z:7b588422-6ff8-4d5c-9f86-4da9168f4392', + 'SOUTHEASTASIA:20211111T090228Z:5d531a77-2ccd-478d-8dbb-c63a202361ce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:29 GMT' + 'Thu, 11 Nov 2021 09:02:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14533,21 +18061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11600', + '10814', 'x-ms-request-id', - 'ad206c81-64bd-4b11-a22d-e9006bce9009', + '4f8aa066-7db6-4c0e-b913-634f2a077c59', 'x-ms-correlation-request-id', - 'ad206c81-64bd-4b11-a22d-e9006bce9009', + '4f8aa066-7db6-4c0e-b913-634f2a077c59', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035833Z:ad206c81-64bd-4b11-a22d-e9006bce9009', + 'SOUTHEASTASIA:20211111T090230Z:4f8aa066-7db6-4c0e-b913-634f2a077c59', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:32 GMT' + 'Thu, 11 Nov 2021 09:02:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14569,21 +18097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11599', + '10813', 'x-ms-request-id', - '6d850933-902f-45d4-b6b5-953e171951ed', + '776e0ac5-59cf-4f10-a080-8b59787348ed', 'x-ms-correlation-request-id', - '6d850933-902f-45d4-b6b5-953e171951ed', + '776e0ac5-59cf-4f10-a080-8b59787348ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035836Z:6d850933-902f-45d4-b6b5-953e171951ed', + 'SOUTHEASTASIA:20211111T090232Z:776e0ac5-59cf-4f10-a080-8b59787348ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:36 GMT' + 'Thu, 11 Nov 2021 09:02:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14605,21 +18133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11598', + '10812', 'x-ms-request-id', - '9a66e4cc-3591-4898-bfd1-f155e4c597a1', + 'ab85b35c-5588-4b5e-aa4e-c8ba616ab71a', 'x-ms-correlation-request-id', - '9a66e4cc-3591-4898-bfd1-f155e4c597a1', + 'ab85b35c-5588-4b5e-aa4e-c8ba616ab71a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035838Z:9a66e4cc-3591-4898-bfd1-f155e4c597a1', + 'SOUTHEASTASIA:20211111T090235Z:ab85b35c-5588-4b5e-aa4e-c8ba616ab71a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:38 GMT' + 'Thu, 11 Nov 2021 09:02:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14641,21 +18169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11597', + '10811', 'x-ms-request-id', - 'd8ef0760-53f7-483b-816c-76653d9655b6', + 'a07626c6-af74-400d-8208-97ce248625cf', 'x-ms-correlation-request-id', - 'd8ef0760-53f7-483b-816c-76653d9655b6', + 'a07626c6-af74-400d-8208-97ce248625cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035840Z:d8ef0760-53f7-483b-816c-76653d9655b6', + 'SOUTHEASTASIA:20211111T090237Z:a07626c6-af74-400d-8208-97ce248625cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:40 GMT' + 'Thu, 11 Nov 2021 09:02:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14677,21 +18205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11596', + '10810', 'x-ms-request-id', - 'b8187c45-d8d6-4feb-bad9-a102925bd946', + '700fd1fb-3c2a-403f-bdb6-c53db1743bbe', 'x-ms-correlation-request-id', - 'b8187c45-d8d6-4feb-bad9-a102925bd946', + '700fd1fb-3c2a-403f-bdb6-c53db1743bbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035843Z:b8187c45-d8d6-4feb-bad9-a102925bd946', + 'SOUTHEASTASIA:20211111T090240Z:700fd1fb-3c2a-403f-bdb6-c53db1743bbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:43 GMT' + 'Thu, 11 Nov 2021 09:02:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14713,21 +18241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11595', + '10809', 'x-ms-request-id', - '03ab9f7f-560f-4f0e-bf45-edf1ce97d1e0', + '074f25b3-2c8b-48e8-b23d-1515e9d22aba', 'x-ms-correlation-request-id', - '03ab9f7f-560f-4f0e-bf45-edf1ce97d1e0', + '074f25b3-2c8b-48e8-b23d-1515e9d22aba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035845Z:03ab9f7f-560f-4f0e-bf45-edf1ce97d1e0', + 'SOUTHEASTASIA:20211111T090242Z:074f25b3-2c8b-48e8-b23d-1515e9d22aba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:45 GMT' + 'Thu, 11 Nov 2021 09:02:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14749,21 +18277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11594', + '10808', 'x-ms-request-id', - 'bca8799d-926b-4f48-a3a4-469610dbd2a9', + '48de6416-5fa3-41ef-b1e0-6c72126972a2', 'x-ms-correlation-request-id', - 'bca8799d-926b-4f48-a3a4-469610dbd2a9', + '48de6416-5fa3-41ef-b1e0-6c72126972a2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035847Z:bca8799d-926b-4f48-a3a4-469610dbd2a9', + 'SOUTHEASTASIA:20211111T090245Z:48de6416-5fa3-41ef-b1e0-6c72126972a2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:47 GMT' + 'Thu, 11 Nov 2021 09:02:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14785,21 +18313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11593', + '10807', 'x-ms-request-id', - 'cc46cc03-2b0d-4d9e-9b25-65ab89ce9536', + 'da659d53-cac5-4bca-8faf-a57be2520a8c', 'x-ms-correlation-request-id', - 'cc46cc03-2b0d-4d9e-9b25-65ab89ce9536', + 'da659d53-cac5-4bca-8faf-a57be2520a8c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035850Z:cc46cc03-2b0d-4d9e-9b25-65ab89ce9536', + 'SOUTHEASTASIA:20211111T090247Z:da659d53-cac5-4bca-8faf-a57be2520a8c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:50 GMT' + 'Thu, 11 Nov 2021 09:02:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14821,21 +18349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11592', + '10806', 'x-ms-request-id', - '4fced11b-a5d0-4228-95d8-6feb2b463908', + 'e5113aac-46c0-4594-950f-6466cd2f3e13', 'x-ms-correlation-request-id', - '4fced11b-a5d0-4228-95d8-6feb2b463908', + 'e5113aac-46c0-4594-950f-6466cd2f3e13', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035852Z:4fced11b-a5d0-4228-95d8-6feb2b463908', + 'SOUTHEASTASIA:20211111T090249Z:e5113aac-46c0-4594-950f-6466cd2f3e13', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:52 GMT' + 'Thu, 11 Nov 2021 09:02:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14857,21 +18385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11591', + '10805', 'x-ms-request-id', - 'af8eb6ba-22aa-463b-93a7-a206afffe6c0', + 'cefdd518-c105-4ddf-b9e1-3905300a6160', 'x-ms-correlation-request-id', - 'af8eb6ba-22aa-463b-93a7-a206afffe6c0', + 'cefdd518-c105-4ddf-b9e1-3905300a6160', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035854Z:af8eb6ba-22aa-463b-93a7-a206afffe6c0', + 'SOUTHEASTASIA:20211111T090252Z:cefdd518-c105-4ddf-b9e1-3905300a6160', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:54 GMT' + 'Thu, 11 Nov 2021 09:02:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14893,21 +18421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11590', + '10804', 'x-ms-request-id', - '4c651a6c-1dff-48c2-b05a-3a3c0f731a48', + 'b496d3b2-cf7f-4c97-ac4a-8707bd1a7247', 'x-ms-correlation-request-id', - '4c651a6c-1dff-48c2-b05a-3a3c0f731a48', + 'b496d3b2-cf7f-4c97-ac4a-8707bd1a7247', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035857Z:4c651a6c-1dff-48c2-b05a-3a3c0f731a48', + 'SOUTHEASTASIA:20211111T090254Z:b496d3b2-cf7f-4c97-ac4a-8707bd1a7247', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:57 GMT' + 'Thu, 11 Nov 2021 09:02:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14929,21 +18457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11589', + '10803', 'x-ms-request-id', - '552cd85d-2973-4907-b509-8545e5b63868', + '1dbc7287-f741-4376-9b12-237b532ebc1d', 'x-ms-correlation-request-id', - '552cd85d-2973-4907-b509-8545e5b63868', + '1dbc7287-f741-4376-9b12-237b532ebc1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035859Z:552cd85d-2973-4907-b509-8545e5b63868', + 'SOUTHEASTASIA:20211111T090256Z:1dbc7287-f741-4376-9b12-237b532ebc1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:58:59 GMT' + 'Thu, 11 Nov 2021 09:02:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -14965,21 +18493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11588', + '10802', 'x-ms-request-id', - '173d651c-717a-457d-af56-f83afbd677a1', + 'f3a060bd-9bbd-4e41-824f-8f014da06ced', 'x-ms-correlation-request-id', - '173d651c-717a-457d-af56-f83afbd677a1', + 'f3a060bd-9bbd-4e41-824f-8f014da06ced', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035901Z:173d651c-717a-457d-af56-f83afbd677a1', + 'SOUTHEASTASIA:20211111T090259Z:f3a060bd-9bbd-4e41-824f-8f014da06ced', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:01 GMT' + 'Thu, 11 Nov 2021 09:02:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15001,21 +18529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11587', + '10801', 'x-ms-request-id', - 'b2173eb5-1d30-4930-a68a-221d3dc98507', + 'fdb85493-4341-4f8b-93da-544b688e8e7c', 'x-ms-correlation-request-id', - 'b2173eb5-1d30-4930-a68a-221d3dc98507', + 'fdb85493-4341-4f8b-93da-544b688e8e7c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035904Z:b2173eb5-1d30-4930-a68a-221d3dc98507', + 'SOUTHEASTASIA:20211111T090301Z:fdb85493-4341-4f8b-93da-544b688e8e7c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:03 GMT' + 'Thu, 11 Nov 2021 09:03:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15037,21 +18565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11586', + '10800', 'x-ms-request-id', - '2a25cb1a-784c-4350-9d32-115b23de3ad6', + '537cea64-fd47-4cc2-852c-c87e4d48f92e', 'x-ms-correlation-request-id', - '2a25cb1a-784c-4350-9d32-115b23de3ad6', + '537cea64-fd47-4cc2-852c-c87e4d48f92e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035906Z:2a25cb1a-784c-4350-9d32-115b23de3ad6', + 'SOUTHEASTASIA:20211111T090303Z:537cea64-fd47-4cc2-852c-c87e4d48f92e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:06 GMT' + 'Thu, 11 Nov 2021 09:03:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15073,21 +18601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11585', + '10799', 'x-ms-request-id', - 'e707a6dd-b366-4272-bf89-137d18b1f237', + '55ecec2c-efa1-4813-88b4-6a5d010caf53', 'x-ms-correlation-request-id', - 'e707a6dd-b366-4272-bf89-137d18b1f237', + '55ecec2c-efa1-4813-88b4-6a5d010caf53', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035908Z:e707a6dd-b366-4272-bf89-137d18b1f237', + 'SOUTHEASTASIA:20211111T090306Z:55ecec2c-efa1-4813-88b4-6a5d010caf53', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:08 GMT' + 'Thu, 11 Nov 2021 09:03:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15109,21 +18637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11584', + '10798', 'x-ms-request-id', - '546cfc84-77c8-4541-b854-fa2dbc2e690b', + '8973c5db-8e45-4c86-ac60-f5b90d6b843c', 'x-ms-correlation-request-id', - '546cfc84-77c8-4541-b854-fa2dbc2e690b', + '8973c5db-8e45-4c86-ac60-f5b90d6b843c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035910Z:546cfc84-77c8-4541-b854-fa2dbc2e690b', + 'SOUTHEASTASIA:20211111T090308Z:8973c5db-8e45-4c86-ac60-f5b90d6b843c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:10 GMT' + 'Thu, 11 Nov 2021 09:03:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15145,21 +18673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11583', + '10797', 'x-ms-request-id', - '553a3955-19fe-48bc-bfc7-207803dadf21', + 'a0ba96c5-f590-41f0-be76-db914d13dc66', 'x-ms-correlation-request-id', - '553a3955-19fe-48bc-bfc7-207803dadf21', + 'a0ba96c5-f590-41f0-be76-db914d13dc66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035913Z:553a3955-19fe-48bc-bfc7-207803dadf21', + 'SOUTHEASTASIA:20211111T090310Z:a0ba96c5-f590-41f0-be76-db914d13dc66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:13 GMT' + 'Thu, 11 Nov 2021 09:03:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15181,21 +18709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11582', + '10796', 'x-ms-request-id', - 'e54c418d-e5d4-4cf2-bab2-7c3975425969', + '04d45714-57a0-48a3-8ca6-7190e48d8d78', 'x-ms-correlation-request-id', - 'e54c418d-e5d4-4cf2-bab2-7c3975425969', + '04d45714-57a0-48a3-8ca6-7190e48d8d78', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035915Z:e54c418d-e5d4-4cf2-bab2-7c3975425969', + 'SOUTHEASTASIA:20211111T090313Z:04d45714-57a0-48a3-8ca6-7190e48d8d78', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:15 GMT' + 'Thu, 11 Nov 2021 09:03:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15217,21 +18745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11581', + '10795', 'x-ms-request-id', - '64265ce9-02b1-4961-a62d-d645c3bbfac9', + '5e225d51-04d3-4004-bd9a-81450cc11ad0', 'x-ms-correlation-request-id', - '64265ce9-02b1-4961-a62d-d645c3bbfac9', + '5e225d51-04d3-4004-bd9a-81450cc11ad0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035917Z:64265ce9-02b1-4961-a62d-d645c3bbfac9', + 'SOUTHEASTASIA:20211111T090315Z:5e225d51-04d3-4004-bd9a-81450cc11ad0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:17 GMT' + 'Thu, 11 Nov 2021 09:03:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15253,21 +18781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11580', + '10794', 'x-ms-request-id', - '835c0f34-cac4-4fea-bf16-297aa92dd880', + 'fad5bfa5-2c90-43b0-8fd3-57049d38fade', 'x-ms-correlation-request-id', - '835c0f34-cac4-4fea-bf16-297aa92dd880', + 'fad5bfa5-2c90-43b0-8fd3-57049d38fade', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035920Z:835c0f34-cac4-4fea-bf16-297aa92dd880', + 'SOUTHEASTASIA:20211111T090317Z:fad5bfa5-2c90-43b0-8fd3-57049d38fade', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:19 GMT' + 'Thu, 11 Nov 2021 09:03:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15289,21 +18817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11579', + '10793', 'x-ms-request-id', - '6c472a86-9b80-4e2f-868d-157873ddbc38', + '02f09c0d-586d-4ccf-9cb8-3eee66fad755', 'x-ms-correlation-request-id', - '6c472a86-9b80-4e2f-868d-157873ddbc38', + '02f09c0d-586d-4ccf-9cb8-3eee66fad755', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035922Z:6c472a86-9b80-4e2f-868d-157873ddbc38', + 'SOUTHEASTASIA:20211111T090320Z:02f09c0d-586d-4ccf-9cb8-3eee66fad755', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:22 GMT' + 'Thu, 11 Nov 2021 09:03:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15325,21 +18853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11578', + '10792', 'x-ms-request-id', - '95483679-2ce3-4c44-bbc0-a27d359a2d25', + '2eeff147-d6ff-4619-a7c6-88d0a535c006', 'x-ms-correlation-request-id', - '95483679-2ce3-4c44-bbc0-a27d359a2d25', + '2eeff147-d6ff-4619-a7c6-88d0a535c006', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035924Z:95483679-2ce3-4c44-bbc0-a27d359a2d25', + 'SOUTHEASTASIA:20211111T090322Z:2eeff147-d6ff-4619-a7c6-88d0a535c006', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:24 GMT' + 'Thu, 11 Nov 2021 09:03:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15361,21 +18889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11577', + '10791', 'x-ms-request-id', - '8f778215-5160-4db9-ac80-3c23f0d3ea79', + '9a77c611-8a17-487f-89a5-3ae7529130d3', 'x-ms-correlation-request-id', - '8f778215-5160-4db9-ac80-3c23f0d3ea79', + '9a77c611-8a17-487f-89a5-3ae7529130d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035927Z:8f778215-5160-4db9-ac80-3c23f0d3ea79', + 'SOUTHEASTASIA:20211111T090324Z:9a77c611-8a17-487f-89a5-3ae7529130d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:26 GMT' + 'Thu, 11 Nov 2021 09:03:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15397,21 +18925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11576', + '10790', 'x-ms-request-id', - 'd5da8b43-e4fd-4100-b743-5c599725fddf', + '874f35ff-66b5-4825-a9fa-cb17205f843c', 'x-ms-correlation-request-id', - 'd5da8b43-e4fd-4100-b743-5c599725fddf', + '874f35ff-66b5-4825-a9fa-cb17205f843c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035929Z:d5da8b43-e4fd-4100-b743-5c599725fddf', + 'SOUTHEASTASIA:20211111T090327Z:874f35ff-66b5-4825-a9fa-cb17205f843c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:29 GMT' + 'Thu, 11 Nov 2021 09:03:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15433,21 +18961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11575', + '10789', 'x-ms-request-id', - 'a2bc41f8-e8c1-4330-894b-ff9a8ebe2c4b', + 'c278d44f-fa8c-468a-87fe-7d66e753d61d', 'x-ms-correlation-request-id', - 'a2bc41f8-e8c1-4330-894b-ff9a8ebe2c4b', + 'c278d44f-fa8c-468a-87fe-7d66e753d61d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035931Z:a2bc41f8-e8c1-4330-894b-ff9a8ebe2c4b', + 'SOUTHEASTASIA:20211111T090329Z:c278d44f-fa8c-468a-87fe-7d66e753d61d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:31 GMT' + 'Thu, 11 Nov 2021 09:03:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15469,21 +18997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11574', + '10788', 'x-ms-request-id', - '4f0c6aba-0390-40cc-877d-cd699c7d6a72', + '54c94f34-837f-4d42-ab04-5a20c0d50f3a', 'x-ms-correlation-request-id', - '4f0c6aba-0390-40cc-877d-cd699c7d6a72', + '54c94f34-837f-4d42-ab04-5a20c0d50f3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035934Z:4f0c6aba-0390-40cc-877d-cd699c7d6a72', + 'SOUTHEASTASIA:20211111T090331Z:54c94f34-837f-4d42-ab04-5a20c0d50f3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:33 GMT' + 'Thu, 11 Nov 2021 09:03:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15505,21 +19033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11573', + '10787', 'x-ms-request-id', - '0d5a9c15-9040-4091-b435-91c0c6acdb54', + '633d857c-dc5b-4bd3-8de1-7b059e5b008b', 'x-ms-correlation-request-id', - '0d5a9c15-9040-4091-b435-91c0c6acdb54', + '633d857c-dc5b-4bd3-8de1-7b059e5b008b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035936Z:0d5a9c15-9040-4091-b435-91c0c6acdb54', + 'SOUTHEASTASIA:20211111T090334Z:633d857c-dc5b-4bd3-8de1-7b059e5b008b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:36 GMT' + 'Thu, 11 Nov 2021 09:03:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15541,21 +19069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11572', + '10786', 'x-ms-request-id', - 'bc9e12cb-60e4-4cd4-9028-85bab7baa2f6', + '6b728010-c08b-4e8d-910c-6364afd6d69c', 'x-ms-correlation-request-id', - 'bc9e12cb-60e4-4cd4-9028-85bab7baa2f6', + '6b728010-c08b-4e8d-910c-6364afd6d69c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035938Z:bc9e12cb-60e4-4cd4-9028-85bab7baa2f6', + 'SOUTHEASTASIA:20211111T090336Z:6b728010-c08b-4e8d-910c-6364afd6d69c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:38 GMT' + 'Thu, 11 Nov 2021 09:03:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15577,21 +19105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11571', + '10785', 'x-ms-request-id', - '2f7e2195-2db1-4477-812f-96f5cc64f750', + '3dcfbd03-fc65-4299-bdb3-685d073b9cc6', 'x-ms-correlation-request-id', - '2f7e2195-2db1-4477-812f-96f5cc64f750', + '3dcfbd03-fc65-4299-bdb3-685d073b9cc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035941Z:2f7e2195-2db1-4477-812f-96f5cc64f750', + 'SOUTHEASTASIA:20211111T090339Z:3dcfbd03-fc65-4299-bdb3-685d073b9cc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:40 GMT' + 'Thu, 11 Nov 2021 09:03:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15613,21 +19141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11570', + '10784', 'x-ms-request-id', - '1d3d4831-3551-4fb4-9576-492670bc1d44', + '7f0f6d8d-e614-41b3-8ac9-ec034480c014', 'x-ms-correlation-request-id', - '1d3d4831-3551-4fb4-9576-492670bc1d44', + '7f0f6d8d-e614-41b3-8ac9-ec034480c014', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035943Z:1d3d4831-3551-4fb4-9576-492670bc1d44', + 'SOUTHEASTASIA:20211111T090341Z:7f0f6d8d-e614-41b3-8ac9-ec034480c014', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:42 GMT' + 'Thu, 11 Nov 2021 09:03:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15649,21 +19177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11569', + '10783', 'x-ms-request-id', - 'a602e350-6bc6-42b6-a42e-262ceac20228', + 'efdcc2f5-5d95-4d71-a6f4-09899bde02da', 'x-ms-correlation-request-id', - 'a602e350-6bc6-42b6-a42e-262ceac20228', + 'efdcc2f5-5d95-4d71-a6f4-09899bde02da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035945Z:a602e350-6bc6-42b6-a42e-262ceac20228', + 'SOUTHEASTASIA:20211111T090343Z:efdcc2f5-5d95-4d71-a6f4-09899bde02da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:45 GMT' + 'Thu, 11 Nov 2021 09:03:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15685,21 +19213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11568', + '10782', 'x-ms-request-id', - '8b62fda3-fb49-4870-85b2-3ab813b8b5fe', + '8fb3efa5-385f-4341-a1b4-e9d738372f81', 'x-ms-correlation-request-id', - '8b62fda3-fb49-4870-85b2-3ab813b8b5fe', + '8fb3efa5-385f-4341-a1b4-e9d738372f81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035948Z:8b62fda3-fb49-4870-85b2-3ab813b8b5fe', + 'SOUTHEASTASIA:20211111T090346Z:8fb3efa5-385f-4341-a1b4-e9d738372f81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:47 GMT' + 'Thu, 11 Nov 2021 09:03:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15721,21 +19249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11567', + '10781', 'x-ms-request-id', - '1e03df25-7f10-4b72-8275-e972f10fff44', + 'fc0d98c4-7f99-4038-9f32-ee906dec64b3', 'x-ms-correlation-request-id', - '1e03df25-7f10-4b72-8275-e972f10fff44', + 'fc0d98c4-7f99-4038-9f32-ee906dec64b3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035950Z:1e03df25-7f10-4b72-8275-e972f10fff44', + 'SOUTHEASTASIA:20211111T090348Z:fc0d98c4-7f99-4038-9f32-ee906dec64b3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:49 GMT' + 'Thu, 11 Nov 2021 09:03:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15757,21 +19285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11566', + '10780', 'x-ms-request-id', - '9acfecfd-b730-40ca-9248-b8ff4f920f53', + 'aa934583-35b5-4409-9486-bcab1928d7b7', 'x-ms-correlation-request-id', - '9acfecfd-b730-40ca-9248-b8ff4f920f53', + 'aa934583-35b5-4409-9486-bcab1928d7b7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035952Z:9acfecfd-b730-40ca-9248-b8ff4f920f53', + 'SOUTHEASTASIA:20211111T090350Z:aa934583-35b5-4409-9486-bcab1928d7b7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:52 GMT' + 'Thu, 11 Nov 2021 09:03:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15793,21 +19321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11565', + '10779', 'x-ms-request-id', - 'd3620dcf-41f0-4142-9856-1cea77396d93', + '849f42d4-d2ba-4f06-95b1-c95e55c94b4b', 'x-ms-correlation-request-id', - 'd3620dcf-41f0-4142-9856-1cea77396d93', + '849f42d4-d2ba-4f06-95b1-c95e55c94b4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035955Z:d3620dcf-41f0-4142-9856-1cea77396d93', + 'SOUTHEASTASIA:20211111T090353Z:849f42d4-d2ba-4f06-95b1-c95e55c94b4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:54 GMT' + 'Thu, 11 Nov 2021 09:03:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15829,21 +19357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11564', + '10778', 'x-ms-request-id', - 'aaffc092-6cb3-4504-b294-501d90f4e62f', + '2aeb95f9-978c-46bf-955a-d5987dacb9ff', 'x-ms-correlation-request-id', - 'aaffc092-6cb3-4504-b294-501d90f4e62f', + '2aeb95f9-978c-46bf-955a-d5987dacb9ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035957Z:aaffc092-6cb3-4504-b294-501d90f4e62f', + 'SOUTHEASTASIA:20211111T090355Z:2aeb95f9-978c-46bf-955a-d5987dacb9ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:56 GMT' + 'Thu, 11 Nov 2021 09:03:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15865,21 +19393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11563', + '10777', 'x-ms-request-id', - '7ea8151f-9556-4400-a323-89bb3f50ddf3', + '2e39252c-db0f-4a61-9471-8e6c522aa989', 'x-ms-correlation-request-id', - '7ea8151f-9556-4400-a323-89bb3f50ddf3', + '2e39252c-db0f-4a61-9471-8e6c522aa989', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T035959Z:7ea8151f-9556-4400-a323-89bb3f50ddf3', + 'SOUTHEASTASIA:20211111T090357Z:2e39252c-db0f-4a61-9471-8e6c522aa989', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:59:59 GMT' + 'Thu, 11 Nov 2021 09:03:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15901,21 +19429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11562', + '10776', 'x-ms-request-id', - '58000e55-4414-4be0-8bd6-6effe530d9fc', + 'b518682b-f558-4046-89f6-9662ce216d92', 'x-ms-correlation-request-id', - '58000e55-4414-4be0-8bd6-6effe530d9fc', + 'b518682b-f558-4046-89f6-9662ce216d92', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040001Z:58000e55-4414-4be0-8bd6-6effe530d9fc', + 'SOUTHEASTASIA:20211111T090400Z:b518682b-f558-4046-89f6-9662ce216d92', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:01 GMT' + 'Thu, 11 Nov 2021 09:03:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15937,21 +19465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11561', + '10775', 'x-ms-request-id', - 'c133f036-a70d-4a8c-bc34-95563886254e', + '03bfd649-e594-49c9-a769-17757a1b3b06', 'x-ms-correlation-request-id', - 'c133f036-a70d-4a8c-bc34-95563886254e', + '03bfd649-e594-49c9-a769-17757a1b3b06', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040004Z:c133f036-a70d-4a8c-bc34-95563886254e', + 'SOUTHEASTASIA:20211111T090402Z:03bfd649-e594-49c9-a769-17757a1b3b06', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:03 GMT' + 'Thu, 11 Nov 2021 09:04:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -15973,21 +19501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11560', + '10774', 'x-ms-request-id', - '2ebef791-2fb5-4205-b8cd-9269aaf0ad62', + '9a020810-1695-4bf5-ae27-8a298d9c616e', 'x-ms-correlation-request-id', - '2ebef791-2fb5-4205-b8cd-9269aaf0ad62', + '9a020810-1695-4bf5-ae27-8a298d9c616e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040006Z:2ebef791-2fb5-4205-b8cd-9269aaf0ad62', + 'SOUTHEASTASIA:20211111T090404Z:9a020810-1695-4bf5-ae27-8a298d9c616e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:06 GMT' + 'Thu, 11 Nov 2021 09:04:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16009,21 +19537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11559', + '10773', 'x-ms-request-id', - 'f6256ef5-bbe2-40d4-b9f1-a95c7373d973', + 'aeb0f8c7-c489-4902-8cad-027b7c3f2104', 'x-ms-correlation-request-id', - 'f6256ef5-bbe2-40d4-b9f1-a95c7373d973', + 'aeb0f8c7-c489-4902-8cad-027b7c3f2104', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040008Z:f6256ef5-bbe2-40d4-b9f1-a95c7373d973', + 'SOUTHEASTASIA:20211111T090407Z:aeb0f8c7-c489-4902-8cad-027b7c3f2104', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:08 GMT' + 'Thu, 11 Nov 2021 09:04:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16045,21 +19573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11558', + '10772', 'x-ms-request-id', - 'ef2771fe-44cd-4fbb-b220-2b0847649c20', + '5dd3af6f-535a-4ddd-96b0-9ed543e41f35', 'x-ms-correlation-request-id', - 'ef2771fe-44cd-4fbb-b220-2b0847649c20', + '5dd3af6f-535a-4ddd-96b0-9ed543e41f35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040011Z:ef2771fe-44cd-4fbb-b220-2b0847649c20', + 'SOUTHEASTASIA:20211111T090409Z:5dd3af6f-535a-4ddd-96b0-9ed543e41f35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:10 GMT' + 'Thu, 11 Nov 2021 09:04:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16081,21 +19609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11557', + '10771', 'x-ms-request-id', - '71d94a53-b1b6-48d7-8d92-fa90d43d6cb5', + '7514cbb6-0d42-4db6-8aa4-937ac68daa39', 'x-ms-correlation-request-id', - '71d94a53-b1b6-48d7-8d92-fa90d43d6cb5', + '7514cbb6-0d42-4db6-8aa4-937ac68daa39', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040013Z:71d94a53-b1b6-48d7-8d92-fa90d43d6cb5', + 'SOUTHEASTASIA:20211111T090411Z:7514cbb6-0d42-4db6-8aa4-937ac68daa39', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:13 GMT' + 'Thu, 11 Nov 2021 09:04:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16117,21 +19645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11556', + '10770', 'x-ms-request-id', - '9a6f2ba6-f2ff-468b-ab8a-7fba07b16e91', + '14c58781-6c3e-42b7-b6c7-dc53cecb60b0', 'x-ms-correlation-request-id', - '9a6f2ba6-f2ff-468b-ab8a-7fba07b16e91', + '14c58781-6c3e-42b7-b6c7-dc53cecb60b0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040015Z:9a6f2ba6-f2ff-468b-ab8a-7fba07b16e91', + 'SOUTHEASTASIA:20211111T090414Z:14c58781-6c3e-42b7-b6c7-dc53cecb60b0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:15 GMT' + 'Thu, 11 Nov 2021 09:04:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16153,21 +19681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11555', + '10769', 'x-ms-request-id', - '15a8f8ef-3540-417f-a97f-15271162667e', + '49b5e50a-cbd8-46f2-80fc-ca2e164acb51', 'x-ms-correlation-request-id', - '15a8f8ef-3540-417f-a97f-15271162667e', + '49b5e50a-cbd8-46f2-80fc-ca2e164acb51', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040018Z:15a8f8ef-3540-417f-a97f-15271162667e', + 'SOUTHEASTASIA:20211111T090417Z:49b5e50a-cbd8-46f2-80fc-ca2e164acb51', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:17 GMT' + 'Thu, 11 Nov 2021 09:04:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16189,21 +19717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11554', + '10768', 'x-ms-request-id', - '5d281be8-83eb-45d1-b6d9-8e32b752e27a', + '7a6e4700-8317-4fc7-9caa-0cd777090f03', 'x-ms-correlation-request-id', - '5d281be8-83eb-45d1-b6d9-8e32b752e27a', + '7a6e4700-8317-4fc7-9caa-0cd777090f03', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040020Z:5d281be8-83eb-45d1-b6d9-8e32b752e27a', + 'SOUTHEASTASIA:20211111T090420Z:7a6e4700-8317-4fc7-9caa-0cd777090f03', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:19 GMT' + 'Thu, 11 Nov 2021 09:04:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16225,21 +19753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11553', + '10767', 'x-ms-request-id', - '0473ad38-c8ce-470a-a6be-37b90795cba3', + '7a30ae05-8d29-4a1f-8996-e0a4867f660d', 'x-ms-correlation-request-id', - '0473ad38-c8ce-470a-a6be-37b90795cba3', + '7a30ae05-8d29-4a1f-8996-e0a4867f660d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040022Z:0473ad38-c8ce-470a-a6be-37b90795cba3', + 'SOUTHEASTASIA:20211111T090422Z:7a30ae05-8d29-4a1f-8996-e0a4867f660d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:22 GMT' + 'Thu, 11 Nov 2021 09:04:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16261,21 +19789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11552', + '10766', 'x-ms-request-id', - '79d279c9-0374-48bb-910a-f326a9793fc8', + 'ca7643df-3b4c-4d53-b1ac-ac8189e34aa7', 'x-ms-correlation-request-id', - '79d279c9-0374-48bb-910a-f326a9793fc8', + 'ca7643df-3b4c-4d53-b1ac-ac8189e34aa7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040025Z:79d279c9-0374-48bb-910a-f326a9793fc8', + 'SOUTHEASTASIA:20211111T090424Z:ca7643df-3b4c-4d53-b1ac-ac8189e34aa7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:24 GMT' + 'Thu, 11 Nov 2021 09:04:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16297,21 +19825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11551', + '10765', 'x-ms-request-id', - '3bb4a3ba-95cc-4ab9-b923-7353e94525be', + '3ea2034b-8f2a-4f80-966f-a412b96da91b', 'x-ms-correlation-request-id', - '3bb4a3ba-95cc-4ab9-b923-7353e94525be', + '3ea2034b-8f2a-4f80-966f-a412b96da91b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040027Z:3bb4a3ba-95cc-4ab9-b923-7353e94525be', + 'SOUTHEASTASIA:20211111T090427Z:3ea2034b-8f2a-4f80-966f-a412b96da91b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:26 GMT' + 'Thu, 11 Nov 2021 09:04:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16333,21 +19861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11550', + '10764', 'x-ms-request-id', - '15690709-8fe4-4ff5-9d30-eb5c94ccf6b3', + 'dd347323-42e6-4687-926f-ae489209f6cf', 'x-ms-correlation-request-id', - '15690709-8fe4-4ff5-9d30-eb5c94ccf6b3', + 'dd347323-42e6-4687-926f-ae489209f6cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040029Z:15690709-8fe4-4ff5-9d30-eb5c94ccf6b3', + 'SOUTHEASTASIA:20211111T090429Z:dd347323-42e6-4687-926f-ae489209f6cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:29 GMT' + 'Thu, 11 Nov 2021 09:04:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16369,21 +19897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11549', + '10763', 'x-ms-request-id', - 'b3d68989-b587-47a1-9e70-da93e4b443b7', + 'cd24da8f-a3a6-4bbc-8da3-3c6369a35c3f', 'x-ms-correlation-request-id', - 'b3d68989-b587-47a1-9e70-da93e4b443b7', + 'cd24da8f-a3a6-4bbc-8da3-3c6369a35c3f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040032Z:b3d68989-b587-47a1-9e70-da93e4b443b7', + 'SOUTHEASTASIA:20211111T090431Z:cd24da8f-a3a6-4bbc-8da3-3c6369a35c3f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:31 GMT' + 'Thu, 11 Nov 2021 09:04:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16405,21 +19933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11548', + '10762', 'x-ms-request-id', - '4a01813e-77f6-4408-ab7a-55f3940caf72', + '9fa4c22a-3668-4d35-9050-251d1b202762', 'x-ms-correlation-request-id', - '4a01813e-77f6-4408-ab7a-55f3940caf72', + '9fa4c22a-3668-4d35-9050-251d1b202762', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040034Z:4a01813e-77f6-4408-ab7a-55f3940caf72', + 'SOUTHEASTASIA:20211111T090434Z:9fa4c22a-3668-4d35-9050-251d1b202762', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:33 GMT' + 'Thu, 11 Nov 2021 09:04:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16441,21 +19969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11547', + '10761', 'x-ms-request-id', - '55d4e22e-ab49-43d0-9b79-567abcf44219', + '6e4860fe-69d9-4660-ac4b-e2500dc89181', 'x-ms-correlation-request-id', - '55d4e22e-ab49-43d0-9b79-567abcf44219', + '6e4860fe-69d9-4660-ac4b-e2500dc89181', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040036Z:55d4e22e-ab49-43d0-9b79-567abcf44219', + 'SOUTHEASTASIA:20211111T090436Z:6e4860fe-69d9-4660-ac4b-e2500dc89181', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:36 GMT' + 'Thu, 11 Nov 2021 09:04:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16477,21 +20005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11546', + '10760', 'x-ms-request-id', - 'dbfafb61-138e-43c6-be34-d498bde1e929', + 'fd28e3fc-c4af-4d5d-b546-8c3900d99259', 'x-ms-correlation-request-id', - 'dbfafb61-138e-43c6-be34-d498bde1e929', + 'fd28e3fc-c4af-4d5d-b546-8c3900d99259', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040039Z:dbfafb61-138e-43c6-be34-d498bde1e929', + 'SOUTHEASTASIA:20211111T090438Z:fd28e3fc-c4af-4d5d-b546-8c3900d99259', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:38 GMT' + 'Thu, 11 Nov 2021 09:04:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16513,21 +20041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11545', + '10759', 'x-ms-request-id', - '33e299a2-4558-44bd-8633-add4cfcad31d', + '5aea34b9-5586-4ec4-affe-03406388d50a', 'x-ms-correlation-request-id', - '33e299a2-4558-44bd-8633-add4cfcad31d', + '5aea34b9-5586-4ec4-affe-03406388d50a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040041Z:33e299a2-4558-44bd-8633-add4cfcad31d', + 'SOUTHEASTASIA:20211111T090441Z:5aea34b9-5586-4ec4-affe-03406388d50a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:40 GMT' + 'Thu, 11 Nov 2021 09:04:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16549,21 +20077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11544', + '10758', 'x-ms-request-id', - '9eeb8b60-6caa-4521-81a4-fbfc4a2bd908', + '50e6831d-cb9f-4259-86c9-24196dd9ecd7', 'x-ms-correlation-request-id', - '9eeb8b60-6caa-4521-81a4-fbfc4a2bd908', + '50e6831d-cb9f-4259-86c9-24196dd9ecd7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040043Z:9eeb8b60-6caa-4521-81a4-fbfc4a2bd908', + 'SOUTHEASTASIA:20211111T090443Z:50e6831d-cb9f-4259-86c9-24196dd9ecd7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:42 GMT' + 'Thu, 11 Nov 2021 09:04:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16585,21 +20113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11543', + '10757', 'x-ms-request-id', - '79d19496-a7d0-457a-94f5-c863850ec5a6', + '74a1d1f8-d1ee-4072-86e8-12cd659963f5', 'x-ms-correlation-request-id', - '79d19496-a7d0-457a-94f5-c863850ec5a6', + '74a1d1f8-d1ee-4072-86e8-12cd659963f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040046Z:79d19496-a7d0-457a-94f5-c863850ec5a6', + 'SOUTHEASTASIA:20211111T090445Z:74a1d1f8-d1ee-4072-86e8-12cd659963f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:45 GMT' + 'Thu, 11 Nov 2021 09:04:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16621,21 +20149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11542', + '10756', 'x-ms-request-id', - '003074d1-dce5-4891-a6f2-0894a402e6db', + '0ab4e507-dff4-4165-bca1-62f9e0cd6950', 'x-ms-correlation-request-id', - '003074d1-dce5-4891-a6f2-0894a402e6db', + '0ab4e507-dff4-4165-bca1-62f9e0cd6950', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040048Z:003074d1-dce5-4891-a6f2-0894a402e6db', + 'SOUTHEASTASIA:20211111T090448Z:0ab4e507-dff4-4165-bca1-62f9e0cd6950', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:47 GMT' + 'Thu, 11 Nov 2021 09:04:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16657,21 +20185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11541', + '10755', 'x-ms-request-id', - '531f3883-fca2-4a6a-8ab6-4d69218933e3', + '5e3c01ad-2e52-4c60-914e-0e6d3f61bc6f', 'x-ms-correlation-request-id', - '531f3883-fca2-4a6a-8ab6-4d69218933e3', + '5e3c01ad-2e52-4c60-914e-0e6d3f61bc6f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040050Z:531f3883-fca2-4a6a-8ab6-4d69218933e3', + 'SOUTHEASTASIA:20211111T090450Z:5e3c01ad-2e52-4c60-914e-0e6d3f61bc6f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:49 GMT' + 'Thu, 11 Nov 2021 09:04:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16693,21 +20221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11540', + '10754', 'x-ms-request-id', - '9631a1c8-f508-476f-b568-085cd025754c', + '69be9d65-f950-4cd4-b880-e32ecf6e2078', 'x-ms-correlation-request-id', - '9631a1c8-f508-476f-b568-085cd025754c', + '69be9d65-f950-4cd4-b880-e32ecf6e2078', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040053Z:9631a1c8-f508-476f-b568-085cd025754c', + 'SOUTHEASTASIA:20211111T090452Z:69be9d65-f950-4cd4-b880-e32ecf6e2078', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:52 GMT' + 'Thu, 11 Nov 2021 09:04:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16729,21 +20257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11539', + '10753', 'x-ms-request-id', - '2a5b698f-8f59-4bfb-8cbf-aa913e57d27c', + 'ed5493ad-5247-406b-b2e2-ecfc63d3c2f0', 'x-ms-correlation-request-id', - '2a5b698f-8f59-4bfb-8cbf-aa913e57d27c', + 'ed5493ad-5247-406b-b2e2-ecfc63d3c2f0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040055Z:2a5b698f-8f59-4bfb-8cbf-aa913e57d27c', + 'SOUTHEASTASIA:20211111T090454Z:ed5493ad-5247-406b-b2e2-ecfc63d3c2f0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:54 GMT' + 'Thu, 11 Nov 2021 09:04:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16765,21 +20293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11538', + '10752', 'x-ms-request-id', - '941dd9c5-2b13-4ef0-982d-806b0cabb401', + 'df5ecd55-07dd-4a26-a15f-b6d7c0d5101d', 'x-ms-correlation-request-id', - '941dd9c5-2b13-4ef0-982d-806b0cabb401', + 'df5ecd55-07dd-4a26-a15f-b6d7c0d5101d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040057Z:941dd9c5-2b13-4ef0-982d-806b0cabb401', + 'SOUTHEASTASIA:20211111T090457Z:df5ecd55-07dd-4a26-a15f-b6d7c0d5101d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:56 GMT' + 'Thu, 11 Nov 2021 09:04:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16801,21 +20329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11537', + '10751', 'x-ms-request-id', - 'bdff1b5c-4750-44c9-bccf-f0e8fdc66f00', + '325b9b0d-b137-4c30-8036-4349ccdff935', 'x-ms-correlation-request-id', - 'bdff1b5c-4750-44c9-bccf-f0e8fdc66f00', + '325b9b0d-b137-4c30-8036-4349ccdff935', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040100Z:bdff1b5c-4750-44c9-bccf-f0e8fdc66f00', + 'SOUTHEASTASIA:20211111T090459Z:325b9b0d-b137-4c30-8036-4349ccdff935', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:00:59 GMT' + 'Thu, 11 Nov 2021 09:04:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16837,21 +20365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11536', + '10750', 'x-ms-request-id', - 'c2073e48-e844-475a-9d9e-7be2b59c77f0', + '7f71db55-d5c3-4626-8cac-b0f77cb48c18', 'x-ms-correlation-request-id', - 'c2073e48-e844-475a-9d9e-7be2b59c77f0', + '7f71db55-d5c3-4626-8cac-b0f77cb48c18', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040102Z:c2073e48-e844-475a-9d9e-7be2b59c77f0', + 'SOUTHEASTASIA:20211111T090501Z:7f71db55-d5c3-4626-8cac-b0f77cb48c18', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:01 GMT' + 'Thu, 11 Nov 2021 09:05:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16873,21 +20401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11535', + '10749', 'x-ms-request-id', - '7345ff45-89d0-4a12-adde-50073509b24a', + 'e43bc4a5-5ae7-4e6f-b79a-669df6fcb781', 'x-ms-correlation-request-id', - '7345ff45-89d0-4a12-adde-50073509b24a', + 'e43bc4a5-5ae7-4e6f-b79a-669df6fcb781', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040104Z:7345ff45-89d0-4a12-adde-50073509b24a', + 'SOUTHEASTASIA:20211111T090504Z:e43bc4a5-5ae7-4e6f-b79a-669df6fcb781', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:03 GMT' + 'Thu, 11 Nov 2021 09:05:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16909,21 +20437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11534', + '10748', 'x-ms-request-id', - '71b5b88d-91f4-47c2-b610-31607f72b670', + '7795a00a-53c6-49f0-b467-fa776caf1aa8', 'x-ms-correlation-request-id', - '71b5b88d-91f4-47c2-b610-31607f72b670', + '7795a00a-53c6-49f0-b467-fa776caf1aa8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040106Z:71b5b88d-91f4-47c2-b610-31607f72b670', + 'SOUTHEASTASIA:20211111T090506Z:7795a00a-53c6-49f0-b467-fa776caf1aa8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:06 GMT' + 'Thu, 11 Nov 2021 09:05:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16945,21 +20473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11533', + '10747', 'x-ms-request-id', - 'eb963997-d93b-4f83-a0c8-df99d3fc6c87', + '55137aae-585b-45f1-a9e9-7ab9b872b11f', 'x-ms-correlation-request-id', - 'eb963997-d93b-4f83-a0c8-df99d3fc6c87', + '55137aae-585b-45f1-a9e9-7ab9b872b11f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040109Z:eb963997-d93b-4f83-a0c8-df99d3fc6c87', + 'SOUTHEASTASIA:20211111T090508Z:55137aae-585b-45f1-a9e9-7ab9b872b11f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:08 GMT' + 'Thu, 11 Nov 2021 09:05:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -16981,21 +20509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11532', + '10746', 'x-ms-request-id', - '51841139-9049-43be-961c-5b62ad5f6266', + '6372665a-9cf4-4b85-8e6f-abd6bacb1070', 'x-ms-correlation-request-id', - '51841139-9049-43be-961c-5b62ad5f6266', + '6372665a-9cf4-4b85-8e6f-abd6bacb1070', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040111Z:51841139-9049-43be-961c-5b62ad5f6266', + 'SOUTHEASTASIA:20211111T090511Z:6372665a-9cf4-4b85-8e6f-abd6bacb1070', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:10 GMT' + 'Thu, 11 Nov 2021 09:05:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17017,21 +20545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11531', + '10745', 'x-ms-request-id', - '08b75328-2ec1-44d9-8499-ef9bb1bb4fd9', + '3ebc671b-8b8c-410e-9b7e-e6d5f1f8c21b', 'x-ms-correlation-request-id', - '08b75328-2ec1-44d9-8499-ef9bb1bb4fd9', + '3ebc671b-8b8c-410e-9b7e-e6d5f1f8c21b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040113Z:08b75328-2ec1-44d9-8499-ef9bb1bb4fd9', + 'SOUTHEASTASIA:20211111T090513Z:3ebc671b-8b8c-410e-9b7e-e6d5f1f8c21b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:13 GMT' + 'Thu, 11 Nov 2021 09:05:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17053,21 +20581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11530', + '10744', 'x-ms-request-id', - '5a81c350-23d6-4428-bab1-94c510d4eed3', + '141c00f1-6a61-4c13-a75c-1b9b604468d1', 'x-ms-correlation-request-id', - '5a81c350-23d6-4428-bab1-94c510d4eed3', + '141c00f1-6a61-4c13-a75c-1b9b604468d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040116Z:5a81c350-23d6-4428-bab1-94c510d4eed3', + 'SOUTHEASTASIA:20211111T090515Z:141c00f1-6a61-4c13-a75c-1b9b604468d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:15 GMT' + 'Thu, 11 Nov 2021 09:05:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17089,21 +20617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11529', + '10743', 'x-ms-request-id', - 'f102bea0-cf69-43d4-a974-0b93c8a79993', + '217ad4c3-c912-444d-8ae9-c424eb1777f5', 'x-ms-correlation-request-id', - 'f102bea0-cf69-43d4-a974-0b93c8a79993', + '217ad4c3-c912-444d-8ae9-c424eb1777f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040118Z:f102bea0-cf69-43d4-a974-0b93c8a79993', + 'SOUTHEASTASIA:20211111T090518Z:217ad4c3-c912-444d-8ae9-c424eb1777f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:17 GMT' + 'Thu, 11 Nov 2021 09:05:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17125,21 +20653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11528', + '10742', 'x-ms-request-id', - '4baffd43-2db4-4728-a660-cfe619419c14', + '8af0904e-f458-46cf-bc50-12625175c8c6', 'x-ms-correlation-request-id', - '4baffd43-2db4-4728-a660-cfe619419c14', + '8af0904e-f458-46cf-bc50-12625175c8c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040120Z:4baffd43-2db4-4728-a660-cfe619419c14', + 'SOUTHEASTASIA:20211111T090520Z:8af0904e-f458-46cf-bc50-12625175c8c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:19 GMT' + 'Thu, 11 Nov 2021 09:05:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17161,21 +20689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11527', + '10741', 'x-ms-request-id', - 'abaadafa-6f07-406a-8681-98192642b87b', + 'ea60c115-8185-479c-bb6d-afb66889d6f6', 'x-ms-correlation-request-id', - 'abaadafa-6f07-406a-8681-98192642b87b', + 'ea60c115-8185-479c-bb6d-afb66889d6f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040123Z:abaadafa-6f07-406a-8681-98192642b87b', + 'SOUTHEASTASIA:20211111T090522Z:ea60c115-8185-479c-bb6d-afb66889d6f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:22 GMT' + 'Thu, 11 Nov 2021 09:05:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17197,21 +20725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11526', + '10740', 'x-ms-request-id', - '9b02be56-db47-4638-af11-8c2b3fd5faaf', + 'fadf7cfe-2fa7-4d78-b61d-63e10d304c81', 'x-ms-correlation-request-id', - '9b02be56-db47-4638-af11-8c2b3fd5faaf', + 'fadf7cfe-2fa7-4d78-b61d-63e10d304c81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040125Z:9b02be56-db47-4638-af11-8c2b3fd5faaf', + 'SOUTHEASTASIA:20211111T090525Z:fadf7cfe-2fa7-4d78-b61d-63e10d304c81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:24 GMT' + 'Thu, 11 Nov 2021 09:05:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17233,21 +20761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11525', + '10739', 'x-ms-request-id', - 'fa133ea5-31de-4d1b-a112-c1f3e3f272c6', + '76d33d97-8d83-4d13-bf43-dfb06b675e9e', 'x-ms-correlation-request-id', - 'fa133ea5-31de-4d1b-a112-c1f3e3f272c6', + '76d33d97-8d83-4d13-bf43-dfb06b675e9e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040127Z:fa133ea5-31de-4d1b-a112-c1f3e3f272c6', + 'SOUTHEASTASIA:20211111T090527Z:76d33d97-8d83-4d13-bf43-dfb06b675e9e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:27 GMT' + 'Thu, 11 Nov 2021 09:05:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17269,21 +20797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11524', + '10738', 'x-ms-request-id', - '63fb1d02-cb98-4023-9e56-26dce379d518', + 'e4cfe9c1-2ecd-48cb-b297-897ee9c25448', 'x-ms-correlation-request-id', - '63fb1d02-cb98-4023-9e56-26dce379d518', + 'e4cfe9c1-2ecd-48cb-b297-897ee9c25448', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040130Z:63fb1d02-cb98-4023-9e56-26dce379d518', + 'SOUTHEASTASIA:20211111T090529Z:e4cfe9c1-2ecd-48cb-b297-897ee9c25448', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:30 GMT' + 'Thu, 11 Nov 2021 09:05:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17305,21 +20833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11523', + '10737', 'x-ms-request-id', - 'e4f8d8f7-b7c3-4a36-8165-045266d6d86a', + '31ee8860-ae5c-439a-9feb-ef899df1975e', 'x-ms-correlation-request-id', - 'e4f8d8f7-b7c3-4a36-8165-045266d6d86a', + '31ee8860-ae5c-439a-9feb-ef899df1975e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040132Z:e4f8d8f7-b7c3-4a36-8165-045266d6d86a', + 'SOUTHEASTASIA:20211111T090532Z:31ee8860-ae5c-439a-9feb-ef899df1975e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:32 GMT' + 'Thu, 11 Nov 2021 09:05:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17341,21 +20869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11522', + '10736', 'x-ms-request-id', - '1721e74f-1c75-4575-9319-f38de6f757c5', + '665bb935-23d2-4972-a316-7bdf70bdd623', 'x-ms-correlation-request-id', - '1721e74f-1c75-4575-9319-f38de6f757c5', + '665bb935-23d2-4972-a316-7bdf70bdd623', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040134Z:1721e74f-1c75-4575-9319-f38de6f757c5', + 'SOUTHEASTASIA:20211111T090534Z:665bb935-23d2-4972-a316-7bdf70bdd623', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:34 GMT' + 'Thu, 11 Nov 2021 09:05:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17377,21 +20905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11521', + '10735', 'x-ms-request-id', - '736e7a3c-898b-4110-866d-7f3cd637d63c', + '698d1861-ca47-45b2-ba31-3dd1aad6eaee', 'x-ms-correlation-request-id', - '736e7a3c-898b-4110-866d-7f3cd637d63c', + '698d1861-ca47-45b2-ba31-3dd1aad6eaee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040137Z:736e7a3c-898b-4110-866d-7f3cd637d63c', + 'SOUTHEASTASIA:20211111T090536Z:698d1861-ca47-45b2-ba31-3dd1aad6eaee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:37 GMT' + 'Thu, 11 Nov 2021 09:05:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17413,21 +20941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11520', + '10734', 'x-ms-request-id', - '748e9113-d7ff-47e4-bbf1-42cc6eaf1734', + '5ab44062-7fb8-4a2e-a888-7cfb39f5e35a', 'x-ms-correlation-request-id', - '748e9113-d7ff-47e4-bbf1-42cc6eaf1734', + '5ab44062-7fb8-4a2e-a888-7cfb39f5e35a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040139Z:748e9113-d7ff-47e4-bbf1-42cc6eaf1734', + 'SOUTHEASTASIA:20211111T090539Z:5ab44062-7fb8-4a2e-a888-7cfb39f5e35a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:39 GMT' + 'Thu, 11 Nov 2021 09:05:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17449,21 +20977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11519', + '10733', 'x-ms-request-id', - '23ad653f-7054-4e98-85f7-10bcfa6e4921', + 'fc035102-3c3c-436c-a27d-82e31b1ed0db', 'x-ms-correlation-request-id', - '23ad653f-7054-4e98-85f7-10bcfa6e4921', + 'fc035102-3c3c-436c-a27d-82e31b1ed0db', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040141Z:23ad653f-7054-4e98-85f7-10bcfa6e4921', + 'SOUTHEASTASIA:20211111T090542Z:fc035102-3c3c-436c-a27d-82e31b1ed0db', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:41 GMT' + 'Thu, 11 Nov 2021 09:05:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17485,21 +21013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11518', + '10732', 'x-ms-request-id', - 'aeb74aba-6ea9-4b04-be88-2cf45f63a8be', + 'ad2b22f4-7561-4698-aaa7-088fa605ef31', 'x-ms-correlation-request-id', - 'aeb74aba-6ea9-4b04-be88-2cf45f63a8be', + 'ad2b22f4-7561-4698-aaa7-088fa605ef31', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040144Z:aeb74aba-6ea9-4b04-be88-2cf45f63a8be', + 'SOUTHEASTASIA:20211111T090544Z:ad2b22f4-7561-4698-aaa7-088fa605ef31', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:44 GMT' + 'Thu, 11 Nov 2021 09:05:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17521,21 +21049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11517', + '10731', 'x-ms-request-id', - 'd6635503-fd60-4af7-a44e-aed4cfe55d6d', + 'e79c66ef-bd4a-4a81-b916-0ec2709a6801', 'x-ms-correlation-request-id', - 'd6635503-fd60-4af7-a44e-aed4cfe55d6d', + 'e79c66ef-bd4a-4a81-b916-0ec2709a6801', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040146Z:d6635503-fd60-4af7-a44e-aed4cfe55d6d', + 'SOUTHEASTASIA:20211111T090546Z:e79c66ef-bd4a-4a81-b916-0ec2709a6801', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:46 GMT' + 'Thu, 11 Nov 2021 09:05:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17557,21 +21085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11516', + '10730', 'x-ms-request-id', - '0b6ac115-0e0c-42c7-b0b6-cb925f04fdc1', + 'cdc158ce-158b-425b-8a9c-225533ba3ff1', 'x-ms-correlation-request-id', - '0b6ac115-0e0c-42c7-b0b6-cb925f04fdc1', + 'cdc158ce-158b-425b-8a9c-225533ba3ff1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040148Z:0b6ac115-0e0c-42c7-b0b6-cb925f04fdc1', + 'SOUTHEASTASIA:20211111T090549Z:cdc158ce-158b-425b-8a9c-225533ba3ff1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:48 GMT' + 'Thu, 11 Nov 2021 09:05:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17593,21 +21121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11515', + '10729', 'x-ms-request-id', - 'a8b6e1b0-351f-4c8d-8bc0-8166df0e08be', + '9aa28bc7-1107-4cc5-9b16-14cae89effe7', 'x-ms-correlation-request-id', - 'a8b6e1b0-351f-4c8d-8bc0-8166df0e08be', + '9aa28bc7-1107-4cc5-9b16-14cae89effe7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040151Z:a8b6e1b0-351f-4c8d-8bc0-8166df0e08be', + 'SOUTHEASTASIA:20211111T090551Z:9aa28bc7-1107-4cc5-9b16-14cae89effe7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:50 GMT' + 'Thu, 11 Nov 2021 09:05:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17629,21 +21157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11514', + '10728', 'x-ms-request-id', - 'd6e56c1e-2bc9-4379-8b4c-6c60b9c1aca0', + '688fdab4-6795-4fbc-ade7-7ab5c930a1fd', 'x-ms-correlation-request-id', - 'd6e56c1e-2bc9-4379-8b4c-6c60b9c1aca0', + '688fdab4-6795-4fbc-ade7-7ab5c930a1fd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040153Z:d6e56c1e-2bc9-4379-8b4c-6c60b9c1aca0', + 'SOUTHEASTASIA:20211111T090553Z:688fdab4-6795-4fbc-ade7-7ab5c930a1fd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:53 GMT' + 'Thu, 11 Nov 2021 09:05:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17665,21 +21193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11513', + '10727', 'x-ms-request-id', - '3cc25e8a-cdf6-4d1a-813a-716e47ffa790', + 'aeeb33ea-f0d6-4ea9-b584-6c479903f11f', 'x-ms-correlation-request-id', - '3cc25e8a-cdf6-4d1a-813a-716e47ffa790', + 'aeeb33ea-f0d6-4ea9-b584-6c479903f11f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040155Z:3cc25e8a-cdf6-4d1a-813a-716e47ffa790', + 'SOUTHEASTASIA:20211111T090556Z:aeeb33ea-f0d6-4ea9-b584-6c479903f11f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:55 GMT' + 'Thu, 11 Nov 2021 09:05:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17701,21 +21229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11512', + '10726', 'x-ms-request-id', - '427650a7-3f1d-4d57-aba9-052688e5ed71', + 'fe172cf2-d158-4e7a-8f6d-ee2643c860d0', 'x-ms-correlation-request-id', - '427650a7-3f1d-4d57-aba9-052688e5ed71', + 'fe172cf2-d158-4e7a-8f6d-ee2643c860d0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040157Z:427650a7-3f1d-4d57-aba9-052688e5ed71', + 'SOUTHEASTASIA:20211111T090558Z:fe172cf2-d158-4e7a-8f6d-ee2643c860d0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:01:57 GMT' + 'Thu, 11 Nov 2021 09:05:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17737,21 +21265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11511', + '10725', 'x-ms-request-id', - '50fcb893-17af-403d-a67b-f67dcf9e621e', + 'c151f7c1-4dbe-4e6a-ad97-6566ec1a567a', 'x-ms-correlation-request-id', - '50fcb893-17af-403d-a67b-f67dcf9e621e', + 'c151f7c1-4dbe-4e6a-ad97-6566ec1a567a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040200Z:50fcb893-17af-403d-a67b-f67dcf9e621e', + 'SOUTHEASTASIA:20211111T090600Z:c151f7c1-4dbe-4e6a-ad97-6566ec1a567a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:00 GMT' + 'Thu, 11 Nov 2021 09:05:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17773,21 +21301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11510', + '10724', 'x-ms-request-id', - '1c82740c-a77a-4a70-84cc-3f47e504f385', + 'f383906d-65f2-4cb9-80a0-830e34d7ed49', 'x-ms-correlation-request-id', - '1c82740c-a77a-4a70-84cc-3f47e504f385', + 'f383906d-65f2-4cb9-80a0-830e34d7ed49', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040202Z:1c82740c-a77a-4a70-84cc-3f47e504f385', + 'SOUTHEASTASIA:20211111T090602Z:f383906d-65f2-4cb9-80a0-830e34d7ed49', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:02 GMT' + 'Thu, 11 Nov 2021 09:06:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17809,21 +21337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11509', + '10723', 'x-ms-request-id', - '4eb28f1c-39da-4b6b-b738-5c11542cc458', + 'acb8be1f-441f-41b5-b2eb-ca58ecd8a742', 'x-ms-correlation-request-id', - '4eb28f1c-39da-4b6b-b738-5c11542cc458', + 'acb8be1f-441f-41b5-b2eb-ca58ecd8a742', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040204Z:4eb28f1c-39da-4b6b-b738-5c11542cc458', + 'SOUTHEASTASIA:20211111T090605Z:acb8be1f-441f-41b5-b2eb-ca58ecd8a742', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:04 GMT' + 'Thu, 11 Nov 2021 09:06:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17845,21 +21373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11508', + '10722', 'x-ms-request-id', - 'ce728b8c-6bb0-4204-b72e-45eb281f563e', + '6568cc33-da00-4c89-91a7-665045eec918', 'x-ms-correlation-request-id', - 'ce728b8c-6bb0-4204-b72e-45eb281f563e', + '6568cc33-da00-4c89-91a7-665045eec918', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040207Z:ce728b8c-6bb0-4204-b72e-45eb281f563e', + 'SOUTHEASTASIA:20211111T090607Z:6568cc33-da00-4c89-91a7-665045eec918', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:07 GMT' + 'Thu, 11 Nov 2021 09:06:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17881,21 +21409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11507', + '10721', 'x-ms-request-id', - 'eea21b52-e69d-4f33-a87c-c77a5f7f2a7e', + 'a34cca47-870b-402e-9f95-5fc52a806e2c', 'x-ms-correlation-request-id', - 'eea21b52-e69d-4f33-a87c-c77a5f7f2a7e', + 'a34cca47-870b-402e-9f95-5fc52a806e2c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040209Z:eea21b52-e69d-4f33-a87c-c77a5f7f2a7e', + 'SOUTHEASTASIA:20211111T090609Z:a34cca47-870b-402e-9f95-5fc52a806e2c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:09 GMT' + 'Thu, 11 Nov 2021 09:06:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17917,21 +21445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11506', + '10720', 'x-ms-request-id', - '9bf8e7f1-4de4-4a48-b2a7-90567b1c92d9', + '6f2def26-3300-4552-8eeb-0b96214ffbb2', 'x-ms-correlation-request-id', - '9bf8e7f1-4de4-4a48-b2a7-90567b1c92d9', + '6f2def26-3300-4552-8eeb-0b96214ffbb2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040211Z:9bf8e7f1-4de4-4a48-b2a7-90567b1c92d9', + 'SOUTHEASTASIA:20211111T090612Z:6f2def26-3300-4552-8eeb-0b96214ffbb2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:11 GMT' + 'Thu, 11 Nov 2021 09:06:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17953,21 +21481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11505', + '10719', 'x-ms-request-id', - 'a9822774-789c-46ae-86b6-e207b693b9ae', + 'aa7e9c8c-2f65-4c0e-be57-c981ba2e0c40', 'x-ms-correlation-request-id', - 'a9822774-789c-46ae-86b6-e207b693b9ae', + 'aa7e9c8c-2f65-4c0e-be57-c981ba2e0c40', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040214Z:a9822774-789c-46ae-86b6-e207b693b9ae', + 'SOUTHEASTASIA:20211111T090614Z:aa7e9c8c-2f65-4c0e-be57-c981ba2e0c40', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:14 GMT' + 'Thu, 11 Nov 2021 09:06:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -17989,21 +21517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11504', + '10718', 'x-ms-request-id', - '562cf10a-f766-48f7-adbb-bdc91a1e8b9d', + '8b0d7c5e-8f66-413e-ba1c-95d747221527', 'x-ms-correlation-request-id', - '562cf10a-f766-48f7-adbb-bdc91a1e8b9d', + '8b0d7c5e-8f66-413e-ba1c-95d747221527', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040216Z:562cf10a-f766-48f7-adbb-bdc91a1e8b9d', + 'SOUTHEASTASIA:20211111T090616Z:8b0d7c5e-8f66-413e-ba1c-95d747221527', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:16 GMT' + 'Thu, 11 Nov 2021 09:06:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18025,21 +21553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11503', + '10717', 'x-ms-request-id', - '9595b6b8-c024-4f90-b556-e3d6dcee10af', + '4c4083d3-b54c-4758-b03b-921947f17735', 'x-ms-correlation-request-id', - '9595b6b8-c024-4f90-b556-e3d6dcee10af', + '4c4083d3-b54c-4758-b03b-921947f17735', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040218Z:9595b6b8-c024-4f90-b556-e3d6dcee10af', + 'SOUTHEASTASIA:20211111T090619Z:4c4083d3-b54c-4758-b03b-921947f17735', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:18 GMT' + 'Thu, 11 Nov 2021 09:06:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18061,21 +21589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11502', + '10716', 'x-ms-request-id', - '5e3f5a70-1963-4657-a736-f7f24f38b80d', + '3ea57f6c-c021-45f7-9e10-89ae67760dba', 'x-ms-correlation-request-id', - '5e3f5a70-1963-4657-a736-f7f24f38b80d', + '3ea57f6c-c021-45f7-9e10-89ae67760dba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040221Z:5e3f5a70-1963-4657-a736-f7f24f38b80d', + 'SOUTHEASTASIA:20211111T090621Z:3ea57f6c-c021-45f7-9e10-89ae67760dba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:20 GMT' + 'Thu, 11 Nov 2021 09:06:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18097,21 +21625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11501', + '10715', 'x-ms-request-id', - '50303951-8cd4-40a8-97aa-6a6f71d96aee', + '9917de3e-db19-43ac-a34b-b84b8e43ce25', 'x-ms-correlation-request-id', - '50303951-8cd4-40a8-97aa-6a6f71d96aee', + '9917de3e-db19-43ac-a34b-b84b8e43ce25', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040223Z:50303951-8cd4-40a8-97aa-6a6f71d96aee', + 'SOUTHEASTASIA:20211111T090623Z:9917de3e-db19-43ac-a34b-b84b8e43ce25', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:23 GMT' + 'Thu, 11 Nov 2021 09:06:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18133,21 +21661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11500', + '10714', 'x-ms-request-id', - '70981864-ecfe-40b6-aadb-a9f980c79205', + 'd53af4d3-2b41-4be2-84ad-39f0b643e785', 'x-ms-correlation-request-id', - '70981864-ecfe-40b6-aadb-a9f980c79205', + 'd53af4d3-2b41-4be2-84ad-39f0b643e785', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040225Z:70981864-ecfe-40b6-aadb-a9f980c79205', + 'SOUTHEASTASIA:20211111T090626Z:d53af4d3-2b41-4be2-84ad-39f0b643e785', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:25 GMT' + 'Thu, 11 Nov 2021 09:06:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18169,21 +21697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11499', + '10713', 'x-ms-request-id', - 'c6b029b7-b13b-4622-907f-36add30ae359', + 'b41e9dfb-1994-4ff2-a46a-7fb9aa579ef6', 'x-ms-correlation-request-id', - 'c6b029b7-b13b-4622-907f-36add30ae359', + 'b41e9dfb-1994-4ff2-a46a-7fb9aa579ef6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040228Z:c6b029b7-b13b-4622-907f-36add30ae359', + 'SOUTHEASTASIA:20211111T090628Z:b41e9dfb-1994-4ff2-a46a-7fb9aa579ef6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:27 GMT' + 'Thu, 11 Nov 2021 09:06:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18205,21 +21733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11498', + '10712', 'x-ms-request-id', - '7414f5cd-f37f-4e98-bf25-8f3e2e791753', + '68d39947-80c5-487f-a7af-6273ae2ab9ae', 'x-ms-correlation-request-id', - '7414f5cd-f37f-4e98-bf25-8f3e2e791753', + '68d39947-80c5-487f-a7af-6273ae2ab9ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040230Z:7414f5cd-f37f-4e98-bf25-8f3e2e791753', + 'SOUTHEASTASIA:20211111T090630Z:68d39947-80c5-487f-a7af-6273ae2ab9ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:30 GMT' + 'Thu, 11 Nov 2021 09:06:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18241,21 +21769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11497', + '10711', 'x-ms-request-id', - '0bfdc81f-ab8b-42d1-96e4-3ceddfd6343e', + '17791945-4be1-42ba-aa9c-92c874ae7392', 'x-ms-correlation-request-id', - '0bfdc81f-ab8b-42d1-96e4-3ceddfd6343e', + '17791945-4be1-42ba-aa9c-92c874ae7392', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040232Z:0bfdc81f-ab8b-42d1-96e4-3ceddfd6343e', + 'SOUTHEASTASIA:20211111T090633Z:17791945-4be1-42ba-aa9c-92c874ae7392', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:32 GMT' + 'Thu, 11 Nov 2021 09:06:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18277,21 +21805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11496', + '10710', 'x-ms-request-id', - 'f050c5f9-ad69-45d8-bc0a-e0f18803e6c8', + 'b3e31ff1-652e-41b4-95f1-eafa21dee578', 'x-ms-correlation-request-id', - 'f050c5f9-ad69-45d8-bc0a-e0f18803e6c8', + 'b3e31ff1-652e-41b4-95f1-eafa21dee578', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040235Z:f050c5f9-ad69-45d8-bc0a-e0f18803e6c8', + 'SOUTHEASTASIA:20211111T090635Z:b3e31ff1-652e-41b4-95f1-eafa21dee578', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:34 GMT' + 'Thu, 11 Nov 2021 09:06:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18313,21 +21841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11495', + '10709', 'x-ms-request-id', - '25a9e662-a835-4d49-a86d-8a71bdd3f0d2', + '8b50f450-678d-4b40-a716-e6b462088268', 'x-ms-correlation-request-id', - '25a9e662-a835-4d49-a86d-8a71bdd3f0d2', + '8b50f450-678d-4b40-a716-e6b462088268', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040237Z:25a9e662-a835-4d49-a86d-8a71bdd3f0d2', + 'SOUTHEASTASIA:20211111T090637Z:8b50f450-678d-4b40-a716-e6b462088268', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:36 GMT' + 'Thu, 11 Nov 2021 09:06:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18349,21 +21877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11494', + '10708', 'x-ms-request-id', - '24e11a4f-3a97-4881-94fc-a6ee39f85912', + '5acdd783-2326-4e9d-b1c0-fd42da46245c', 'x-ms-correlation-request-id', - '24e11a4f-3a97-4881-94fc-a6ee39f85912', + '5acdd783-2326-4e9d-b1c0-fd42da46245c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040239Z:24e11a4f-3a97-4881-94fc-a6ee39f85912', + 'SOUTHEASTASIA:20211111T090640Z:5acdd783-2326-4e9d-b1c0-fd42da46245c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:39 GMT' + 'Thu, 11 Nov 2021 09:06:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18385,21 +21913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11493', + '10707', 'x-ms-request-id', - '70863b54-31f0-412c-8728-6d734dbb1645', + '2d35d429-8c2f-4143-9c53-0a8db472ced7', 'x-ms-correlation-request-id', - '70863b54-31f0-412c-8728-6d734dbb1645', + '2d35d429-8c2f-4143-9c53-0a8db472ced7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040242Z:70863b54-31f0-412c-8728-6d734dbb1645', + 'SOUTHEASTASIA:20211111T090643Z:2d35d429-8c2f-4143-9c53-0a8db472ced7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:41 GMT' + 'Thu, 11 Nov 2021 09:06:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18421,21 +21949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11492', + '10706', 'x-ms-request-id', - 'ddeb2ac6-37e0-4e16-95b5-f530cfcdf8e9', + 'de6e7e43-84d0-4b69-8074-46b9dc4762a7', 'x-ms-correlation-request-id', - 'ddeb2ac6-37e0-4e16-95b5-f530cfcdf8e9', + 'de6e7e43-84d0-4b69-8074-46b9dc4762a7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040244Z:ddeb2ac6-37e0-4e16-95b5-f530cfcdf8e9', + 'SOUTHEASTASIA:20211111T090645Z:de6e7e43-84d0-4b69-8074-46b9dc4762a7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:43 GMT' + 'Thu, 11 Nov 2021 09:06:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18457,21 +21985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11491', + '10705', 'x-ms-request-id', - 'cd0c7b1f-923c-4aac-9b4d-2821a2c4700e', + '8bc8a849-0470-434f-b553-addb40fd7203', 'x-ms-correlation-request-id', - 'cd0c7b1f-923c-4aac-9b4d-2821a2c4700e', + '8bc8a849-0470-434f-b553-addb40fd7203', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040247Z:cd0c7b1f-923c-4aac-9b4d-2821a2c4700e', + 'SOUTHEASTASIA:20211111T090647Z:8bc8a849-0470-434f-b553-addb40fd7203', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:46 GMT' + 'Thu, 11 Nov 2021 09:06:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18493,21 +22021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11490', + '10704', 'x-ms-request-id', - 'a2d90db6-e64b-42d9-8574-5bf7e1022e29', + '090ad483-4fb0-4898-b9a7-9a14ac5dfe28', 'x-ms-correlation-request-id', - 'a2d90db6-e64b-42d9-8574-5bf7e1022e29', + '090ad483-4fb0-4898-b9a7-9a14ac5dfe28', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040249Z:a2d90db6-e64b-42d9-8574-5bf7e1022e29', + 'SOUTHEASTASIA:20211111T090650Z:090ad483-4fb0-4898-b9a7-9a14ac5dfe28', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:49 GMT' + 'Thu, 11 Nov 2021 09:06:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18529,21 +22057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11489', + '10703', 'x-ms-request-id', - '16238bdf-f9a0-4730-94f9-fa0ef9c24976', + '68fd9916-fd90-4a4e-baa7-a55c719f3ec9', 'x-ms-correlation-request-id', - '16238bdf-f9a0-4730-94f9-fa0ef9c24976', + '68fd9916-fd90-4a4e-baa7-a55c719f3ec9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040252Z:16238bdf-f9a0-4730-94f9-fa0ef9c24976', + 'SOUTHEASTASIA:20211111T090652Z:68fd9916-fd90-4a4e-baa7-a55c719f3ec9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:51 GMT' + 'Thu, 11 Nov 2021 09:06:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18565,21 +22093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11488', + '10702', 'x-ms-request-id', - '8fb14640-0704-4536-b105-0c1e710130df', + '96b2f1b9-f520-4019-954c-0f960d516566', 'x-ms-correlation-request-id', - '8fb14640-0704-4536-b105-0c1e710130df', + '96b2f1b9-f520-4019-954c-0f960d516566', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040254Z:8fb14640-0704-4536-b105-0c1e710130df', + 'SOUTHEASTASIA:20211111T090654Z:96b2f1b9-f520-4019-954c-0f960d516566', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:53 GMT' + 'Thu, 11 Nov 2021 09:06:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18601,21 +22129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11487', + '10701', 'x-ms-request-id', - '5688bde1-6091-4462-a8c1-a5cd34cdae0b', + 'efe7824f-8299-43bd-9a7a-28ae65869bc2', 'x-ms-correlation-request-id', - '5688bde1-6091-4462-a8c1-a5cd34cdae0b', + 'efe7824f-8299-43bd-9a7a-28ae65869bc2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040256Z:5688bde1-6091-4462-a8c1-a5cd34cdae0b', + 'SOUTHEASTASIA:20211111T090657Z:efe7824f-8299-43bd-9a7a-28ae65869bc2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:56 GMT' + 'Thu, 11 Nov 2021 09:06:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18637,21 +22165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11486', + '10700', 'x-ms-request-id', - '8944564a-a613-4890-973d-c036330cb05d', + '7e9468ec-74ed-400d-ad1a-6e4e7b68eca3', 'x-ms-correlation-request-id', - '8944564a-a613-4890-973d-c036330cb05d', + '7e9468ec-74ed-400d-ad1a-6e4e7b68eca3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040259Z:8944564a-a613-4890-973d-c036330cb05d', + 'SOUTHEASTASIA:20211111T090659Z:7e9468ec-74ed-400d-ad1a-6e4e7b68eca3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:02:59 GMT' + 'Thu, 11 Nov 2021 09:06:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18673,21 +22201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11485', + '10699', 'x-ms-request-id', - 'aed93bb5-bded-4f22-ae2f-01d167752ee4', + '013e806f-5c03-4250-880a-618a69948975', 'x-ms-correlation-request-id', - 'aed93bb5-bded-4f22-ae2f-01d167752ee4', + '013e806f-5c03-4250-880a-618a69948975', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040302Z:aed93bb5-bded-4f22-ae2f-01d167752ee4', + 'SOUTHEASTASIA:20211111T090701Z:013e806f-5c03-4250-880a-618a69948975', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:01 GMT' + 'Thu, 11 Nov 2021 09:07:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18709,21 +22237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11484', + '10698', 'x-ms-request-id', - '6653ed99-6fcb-4234-9eea-312279ab7eed', + '362c2d71-97aa-4f42-b8b9-c97c8eedc4d7', 'x-ms-correlation-request-id', - '6653ed99-6fcb-4234-9eea-312279ab7eed', + '362c2d71-97aa-4f42-b8b9-c97c8eedc4d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040304Z:6653ed99-6fcb-4234-9eea-312279ab7eed', + 'SOUTHEASTASIA:20211111T090704Z:362c2d71-97aa-4f42-b8b9-c97c8eedc4d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:03 GMT' + 'Thu, 11 Nov 2021 09:07:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18745,21 +22273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11483', + '10697', 'x-ms-request-id', - '70202b2f-12f5-44d9-bc4f-d67a797a3f12', + 'f4d58575-78b2-4428-b86c-07d1d0131fd1', 'x-ms-correlation-request-id', - '70202b2f-12f5-44d9-bc4f-d67a797a3f12', + 'f4d58575-78b2-4428-b86c-07d1d0131fd1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040306Z:70202b2f-12f5-44d9-bc4f-d67a797a3f12', + 'SOUTHEASTASIA:20211111T090706Z:f4d58575-78b2-4428-b86c-07d1d0131fd1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:06 GMT' + 'Thu, 11 Nov 2021 09:07:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18781,21 +22309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11482', + '10696', 'x-ms-request-id', - 'e409a695-1bfa-428e-99e5-571d38920f41', + '237d86c1-bb2e-4ceb-8dd1-862442dd3dbe', 'x-ms-correlation-request-id', - 'e409a695-1bfa-428e-99e5-571d38920f41', + '237d86c1-bb2e-4ceb-8dd1-862442dd3dbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040309Z:e409a695-1bfa-428e-99e5-571d38920f41', + 'SOUTHEASTASIA:20211111T090708Z:237d86c1-bb2e-4ceb-8dd1-862442dd3dbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:08 GMT' + 'Thu, 11 Nov 2021 09:07:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18817,21 +22345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11481', + '10695', 'x-ms-request-id', - '8b739f0a-7fae-4ace-ae13-b6119552fb97', + 'e5986382-835e-4684-90a6-e6af2b86a68e', 'x-ms-correlation-request-id', - '8b739f0a-7fae-4ace-ae13-b6119552fb97', + 'e5986382-835e-4684-90a6-e6af2b86a68e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040311Z:8b739f0a-7fae-4ace-ae13-b6119552fb97', + 'SOUTHEASTASIA:20211111T090710Z:e5986382-835e-4684-90a6-e6af2b86a68e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:10 GMT' + 'Thu, 11 Nov 2021 09:07:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18853,21 +22381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11480', + '10694', 'x-ms-request-id', - 'e9999c19-1494-4f31-a81c-48b568daaee4', + '607bc703-a7a1-4690-8b2e-badf6396a7b2', 'x-ms-correlation-request-id', - 'e9999c19-1494-4f31-a81c-48b568daaee4', + '607bc703-a7a1-4690-8b2e-badf6396a7b2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040314Z:e9999c19-1494-4f31-a81c-48b568daaee4', + 'SOUTHEASTASIA:20211111T090713Z:607bc703-a7a1-4690-8b2e-badf6396a7b2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:13 GMT' + 'Thu, 11 Nov 2021 09:07:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18889,21 +22417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11479', + '10693', 'x-ms-request-id', - 'bbc7f8cd-4005-4e88-abd6-edf94982749e', + '0c16cfc7-6de5-45e7-97b3-3392fbee3b9b', 'x-ms-correlation-request-id', - 'bbc7f8cd-4005-4e88-abd6-edf94982749e', + '0c16cfc7-6de5-45e7-97b3-3392fbee3b9b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040316Z:bbc7f8cd-4005-4e88-abd6-edf94982749e', + 'SOUTHEASTASIA:20211111T090715Z:0c16cfc7-6de5-45e7-97b3-3392fbee3b9b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:15 GMT' + 'Thu, 11 Nov 2021 09:07:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18925,21 +22453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11478', + '10692', 'x-ms-request-id', - 'd00823c6-74c8-4d27-981c-2e591ff67190', + 'fde813de-173a-4925-b704-74a9a4cf51be', 'x-ms-correlation-request-id', - 'd00823c6-74c8-4d27-981c-2e591ff67190', + 'fde813de-173a-4925-b704-74a9a4cf51be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040318Z:d00823c6-74c8-4d27-981c-2e591ff67190', + 'SOUTHEASTASIA:20211111T090717Z:fde813de-173a-4925-b704-74a9a4cf51be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:17 GMT' + 'Thu, 11 Nov 2021 09:07:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18961,21 +22489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11477', + '10691', 'x-ms-request-id', - '68a0d46f-b994-46fc-8e1c-105219f743fc', + '415bb6c0-4653-4b5b-8f8d-6e8d0cd834dc', 'x-ms-correlation-request-id', - '68a0d46f-b994-46fc-8e1c-105219f743fc', + '415bb6c0-4653-4b5b-8f8d-6e8d0cd834dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040321Z:68a0d46f-b994-46fc-8e1c-105219f743fc', + 'SOUTHEASTASIA:20211111T090720Z:415bb6c0-4653-4b5b-8f8d-6e8d0cd834dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:20 GMT' + 'Thu, 11 Nov 2021 09:07:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -18997,21 +22525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11476', + '10690', 'x-ms-request-id', - '56359951-324f-4ee6-a8ae-fe5c626c9daf', + '61f1e7a9-1885-4325-b754-c11d3cc5d93b', 'x-ms-correlation-request-id', - '56359951-324f-4ee6-a8ae-fe5c626c9daf', + '61f1e7a9-1885-4325-b754-c11d3cc5d93b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040323Z:56359951-324f-4ee6-a8ae-fe5c626c9daf', + 'SOUTHEASTASIA:20211111T090722Z:61f1e7a9-1885-4325-b754-c11d3cc5d93b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:22 GMT' + 'Thu, 11 Nov 2021 09:07:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19033,21 +22561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11475', + '10689', 'x-ms-request-id', - '3a9cc1aa-daf6-4ea6-be9a-bb73e18b31a2', + '09786229-244d-45a8-843b-d1609654fe23', 'x-ms-correlation-request-id', - '3a9cc1aa-daf6-4ea6-be9a-bb73e18b31a2', + '09786229-244d-45a8-843b-d1609654fe23', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040325Z:3a9cc1aa-daf6-4ea6-be9a-bb73e18b31a2', + 'SOUTHEASTASIA:20211111T090724Z:09786229-244d-45a8-843b-d1609654fe23', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:24 GMT' + 'Thu, 11 Nov 2021 09:07:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19069,21 +22597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11474', + '10688', 'x-ms-request-id', - '61c991be-67ce-4a51-a94d-9efe1de226ab', + '7d0681c0-6097-4b8a-b687-b2d85bb63b3c', 'x-ms-correlation-request-id', - '61c991be-67ce-4a51-a94d-9efe1de226ab', + '7d0681c0-6097-4b8a-b687-b2d85bb63b3c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040328Z:61c991be-67ce-4a51-a94d-9efe1de226ab', + 'SOUTHEASTASIA:20211111T090727Z:7d0681c0-6097-4b8a-b687-b2d85bb63b3c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:27 GMT' + 'Thu, 11 Nov 2021 09:07:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19105,21 +22633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11473', + '10687', 'x-ms-request-id', - 'dadda365-2dfd-4c1a-b2a4-e86a04d855b8', + '4d00de8c-7472-4b06-b6a0-43d69e315953', 'x-ms-correlation-request-id', - 'dadda365-2dfd-4c1a-b2a4-e86a04d855b8', + '4d00de8c-7472-4b06-b6a0-43d69e315953', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040330Z:dadda365-2dfd-4c1a-b2a4-e86a04d855b8', + 'SOUTHEASTASIA:20211111T090729Z:4d00de8c-7472-4b06-b6a0-43d69e315953', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:29 GMT' + 'Thu, 11 Nov 2021 09:07:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19141,21 +22669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11472', + '10686', 'x-ms-request-id', - '8cead2f9-5b04-49ec-9f36-8e1b9bc9e7bf', + 'c1cd17b4-fc0b-46a1-a4df-baf47a93d7ca', 'x-ms-correlation-request-id', - '8cead2f9-5b04-49ec-9f36-8e1b9bc9e7bf', + 'c1cd17b4-fc0b-46a1-a4df-baf47a93d7ca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040332Z:8cead2f9-5b04-49ec-9f36-8e1b9bc9e7bf', + 'SOUTHEASTASIA:20211111T090731Z:c1cd17b4-fc0b-46a1-a4df-baf47a93d7ca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:31 GMT' + 'Thu, 11 Nov 2021 09:07:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19177,21 +22705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11471', + '10685', 'x-ms-request-id', - '4849ca94-3826-4a1d-8c13-9e88b4284892', + 'ca4671ec-02e9-4650-8e4f-83893e4f86d3', 'x-ms-correlation-request-id', - '4849ca94-3826-4a1d-8c13-9e88b4284892', + 'ca4671ec-02e9-4650-8e4f-83893e4f86d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040335Z:4849ca94-3826-4a1d-8c13-9e88b4284892', + 'SOUTHEASTASIA:20211111T090734Z:ca4671ec-02e9-4650-8e4f-83893e4f86d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:34 GMT' + 'Thu, 11 Nov 2021 09:07:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19213,21 +22741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11470', + '10684', 'x-ms-request-id', - '2a89b9fd-5269-48e6-b20d-7e770742ba92', + '1f8cbf09-1e72-42a7-a16d-03cbb99c019a', 'x-ms-correlation-request-id', - '2a89b9fd-5269-48e6-b20d-7e770742ba92', + '1f8cbf09-1e72-42a7-a16d-03cbb99c019a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040337Z:2a89b9fd-5269-48e6-b20d-7e770742ba92', + 'SOUTHEASTASIA:20211111T090736Z:1f8cbf09-1e72-42a7-a16d-03cbb99c019a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:36 GMT' + 'Thu, 11 Nov 2021 09:07:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19249,21 +22777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11469', + '10683', 'x-ms-request-id', - 'ada1ab05-d540-4d4f-9093-bf7666d163f9', + 'abf9c35d-292b-47bf-81ba-6e95a728ccb1', 'x-ms-correlation-request-id', - 'ada1ab05-d540-4d4f-9093-bf7666d163f9', + 'abf9c35d-292b-47bf-81ba-6e95a728ccb1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040339Z:ada1ab05-d540-4d4f-9093-bf7666d163f9', + 'SOUTHEASTASIA:20211111T090738Z:abf9c35d-292b-47bf-81ba-6e95a728ccb1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:38 GMT' + 'Thu, 11 Nov 2021 09:07:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19285,21 +22813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11468', + '10682', 'x-ms-request-id', - '912b636f-6bc1-4e8a-918a-9b5be7039ac6', + '77b90ed4-7f47-49a9-b9ce-47bb9acc8889', 'x-ms-correlation-request-id', - '912b636f-6bc1-4e8a-918a-9b5be7039ac6', + '77b90ed4-7f47-49a9-b9ce-47bb9acc8889', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040342Z:912b636f-6bc1-4e8a-918a-9b5be7039ac6', + 'SOUTHEASTASIA:20211111T090741Z:77b90ed4-7f47-49a9-b9ce-47bb9acc8889', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:41 GMT' + 'Thu, 11 Nov 2021 09:07:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19321,21 +22849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11467', + '10681', 'x-ms-request-id', - 'd7056d15-e391-4e1c-89eb-43217c9e70d8', + '488c0b9c-4d32-45c1-9a96-af71b9b2d502', 'x-ms-correlation-request-id', - 'd7056d15-e391-4e1c-89eb-43217c9e70d8', + '488c0b9c-4d32-45c1-9a96-af71b9b2d502', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040344Z:d7056d15-e391-4e1c-89eb-43217c9e70d8', + 'SOUTHEASTASIA:20211111T090744Z:488c0b9c-4d32-45c1-9a96-af71b9b2d502', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:43 GMT' + 'Thu, 11 Nov 2021 09:07:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19357,21 +22885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11466', + '10680', 'x-ms-request-id', - '17fea6c9-7b7d-4a33-97fe-25cd96eba39a', + '3a07272b-578d-4017-b19b-975882f1ee7b', 'x-ms-correlation-request-id', - '17fea6c9-7b7d-4a33-97fe-25cd96eba39a', + '3a07272b-578d-4017-b19b-975882f1ee7b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040346Z:17fea6c9-7b7d-4a33-97fe-25cd96eba39a', + 'SOUTHEASTASIA:20211111T090746Z:3a07272b-578d-4017-b19b-975882f1ee7b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:45 GMT' + 'Thu, 11 Nov 2021 09:07:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19393,21 +22921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11465', + '10679', 'x-ms-request-id', - '701a578d-2fb5-489a-a5c5-b2a17487eb13', + '4342094f-d72e-4306-9bfd-3230549acc97', 'x-ms-correlation-request-id', - '701a578d-2fb5-489a-a5c5-b2a17487eb13', + '4342094f-d72e-4306-9bfd-3230549acc97', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040349Z:701a578d-2fb5-489a-a5c5-b2a17487eb13', + 'SOUTHEASTASIA:20211111T090748Z:4342094f-d72e-4306-9bfd-3230549acc97', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:48 GMT' + 'Thu, 11 Nov 2021 09:07:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19429,21 +22957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11464', + '10678', 'x-ms-request-id', - '216f2e91-eb52-4c86-8063-7aa988342491', + 'ee1239a5-626e-4b21-8778-8fcaea9bbc26', 'x-ms-correlation-request-id', - '216f2e91-eb52-4c86-8063-7aa988342491', + 'ee1239a5-626e-4b21-8778-8fcaea9bbc26', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040351Z:216f2e91-eb52-4c86-8063-7aa988342491', + 'SOUTHEASTASIA:20211111T090751Z:ee1239a5-626e-4b21-8778-8fcaea9bbc26', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:50 GMT' + 'Thu, 11 Nov 2021 09:07:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19465,21 +22993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11463', + '10677', 'x-ms-request-id', - 'b188acd6-8ec8-43af-90a7-00b290a25a77', + 'baae9e9b-f010-42a4-850e-a87ec2d58a42', 'x-ms-correlation-request-id', - 'b188acd6-8ec8-43af-90a7-00b290a25a77', + 'baae9e9b-f010-42a4-850e-a87ec2d58a42', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040353Z:b188acd6-8ec8-43af-90a7-00b290a25a77', + 'SOUTHEASTASIA:20211111T090753Z:baae9e9b-f010-42a4-850e-a87ec2d58a42', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:52 GMT' + 'Thu, 11 Nov 2021 09:07:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19501,21 +23029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11462', + '10676', 'x-ms-request-id', - '583b75cd-4b6d-4d59-88cb-f45a77277d0d', + '6ba28c7f-2d82-4bcf-9d1d-86fad4509947', 'x-ms-correlation-request-id', - '583b75cd-4b6d-4d59-88cb-f45a77277d0d', + '6ba28c7f-2d82-4bcf-9d1d-86fad4509947', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040355Z:583b75cd-4b6d-4d59-88cb-f45a77277d0d', + 'SOUTHEASTASIA:20211111T090755Z:6ba28c7f-2d82-4bcf-9d1d-86fad4509947', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:54 GMT' + 'Thu, 11 Nov 2021 09:07:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19537,21 +23065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11461', + '10675', 'x-ms-request-id', - 'b232cea9-115d-4a1d-a118-e29bd1ca832e', + 'cdc3150f-828a-430b-a42b-b794442485cf', 'x-ms-correlation-request-id', - 'b232cea9-115d-4a1d-a118-e29bd1ca832e', + 'cdc3150f-828a-430b-a42b-b794442485cf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040358Z:b232cea9-115d-4a1d-a118-e29bd1ca832e', + 'SOUTHEASTASIA:20211111T090758Z:cdc3150f-828a-430b-a42b-b794442485cf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:03:58 GMT' + 'Thu, 11 Nov 2021 09:07:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19573,21 +23101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11460', + '10674', 'x-ms-request-id', - '6d5ed3ed-419a-4fcf-a439-886a4220777c', + '55b708bb-287b-4ce9-8fbc-4db76cebf30c', 'x-ms-correlation-request-id', - '6d5ed3ed-419a-4fcf-a439-886a4220777c', + '55b708bb-287b-4ce9-8fbc-4db76cebf30c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040400Z:6d5ed3ed-419a-4fcf-a439-886a4220777c', + 'SOUTHEASTASIA:20211111T090800Z:55b708bb-287b-4ce9-8fbc-4db76cebf30c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:00 GMT' + 'Thu, 11 Nov 2021 09:08:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19609,21 +23137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11459', + '10673', 'x-ms-request-id', - '482665a6-ba99-4953-b281-9d15a64f8268', + '4f320205-3fd9-41c1-8889-5a0faff28fc2', 'x-ms-correlation-request-id', - '482665a6-ba99-4953-b281-9d15a64f8268', + '4f320205-3fd9-41c1-8889-5a0faff28fc2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040402Z:482665a6-ba99-4953-b281-9d15a64f8268', + 'SOUTHEASTASIA:20211111T090802Z:4f320205-3fd9-41c1-8889-5a0faff28fc2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:02 GMT' + 'Thu, 11 Nov 2021 09:08:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19645,21 +23173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11458', + '10672', 'x-ms-request-id', - '6c2b7c7f-607e-417b-8f04-0f4cdc4e182d', + '5ff1773e-5538-45f0-8481-ac0f52123462', 'x-ms-correlation-request-id', - '6c2b7c7f-607e-417b-8f04-0f4cdc4e182d', + '5ff1773e-5538-45f0-8481-ac0f52123462', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040405Z:6c2b7c7f-607e-417b-8f04-0f4cdc4e182d', + 'SOUTHEASTASIA:20211111T090805Z:5ff1773e-5538-45f0-8481-ac0f52123462', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:05 GMT' + 'Thu, 11 Nov 2021 09:08:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19681,21 +23209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11457', + '10671', 'x-ms-request-id', - '04da4424-7b09-4cae-af23-273e8f03a055', + '7165d8d0-c7e6-4419-be00-f4e6e4410a1d', 'x-ms-correlation-request-id', - '04da4424-7b09-4cae-af23-273e8f03a055', + '7165d8d0-c7e6-4419-be00-f4e6e4410a1d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040407Z:04da4424-7b09-4cae-af23-273e8f03a055', + 'SOUTHEASTASIA:20211111T090807Z:7165d8d0-c7e6-4419-be00-f4e6e4410a1d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:07 GMT' + 'Thu, 11 Nov 2021 09:08:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19717,21 +23245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11456', + '10670', 'x-ms-request-id', - '66dfc5a2-777c-4767-a729-aeab38cff60e', + 'c49c8a3a-0c40-4860-9529-53c09d0f26c5', 'x-ms-correlation-request-id', - '66dfc5a2-777c-4767-a729-aeab38cff60e', + 'c49c8a3a-0c40-4860-9529-53c09d0f26c5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040409Z:66dfc5a2-777c-4767-a729-aeab38cff60e', + 'SOUTHEASTASIA:20211111T090809Z:c49c8a3a-0c40-4860-9529-53c09d0f26c5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:09 GMT' + 'Thu, 11 Nov 2021 09:08:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19753,21 +23281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11455', + '10669', 'x-ms-request-id', - '8f195973-8612-4042-922d-0070ddd16b4f', + 'e31555f6-da50-4294-adb1-3476ef86d52a', 'x-ms-correlation-request-id', - '8f195973-8612-4042-922d-0070ddd16b4f', + 'e31555f6-da50-4294-adb1-3476ef86d52a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040412Z:8f195973-8612-4042-922d-0070ddd16b4f', + 'SOUTHEASTASIA:20211111T090812Z:e31555f6-da50-4294-adb1-3476ef86d52a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:12 GMT' + 'Thu, 11 Nov 2021 09:08:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19789,21 +23317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11454', + '10668', 'x-ms-request-id', - '69a2512c-056e-47c1-bbee-608c17bb7da0', + 'f19c0819-e109-4e84-b87d-e3a302240507', 'x-ms-correlation-request-id', - '69a2512c-056e-47c1-bbee-608c17bb7da0', + 'f19c0819-e109-4e84-b87d-e3a302240507', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040414Z:69a2512c-056e-47c1-bbee-608c17bb7da0', + 'SOUTHEASTASIA:20211111T090814Z:f19c0819-e109-4e84-b87d-e3a302240507', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:14 GMT' + 'Thu, 11 Nov 2021 09:08:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19825,21 +23353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11453', + '10667', 'x-ms-request-id', - 'f9c13b07-7a89-4595-ab27-468e31b35c2b', + 'f238de2e-8aa3-4528-8fe4-46bba710883c', 'x-ms-correlation-request-id', - 'f9c13b07-7a89-4595-ab27-468e31b35c2b', + 'f238de2e-8aa3-4528-8fe4-46bba710883c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040416Z:f9c13b07-7a89-4595-ab27-468e31b35c2b', + 'SOUTHEASTASIA:20211111T090816Z:f238de2e-8aa3-4528-8fe4-46bba710883c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:16 GMT' + 'Thu, 11 Nov 2021 09:08:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19861,21 +23389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11452', + '10666', 'x-ms-request-id', - '20e481a9-57e0-4e33-9665-dde70facb961', + '8b10da99-b8b3-4e9b-a3ef-bb17ef470f35', 'x-ms-correlation-request-id', - '20e481a9-57e0-4e33-9665-dde70facb961', + '8b10da99-b8b3-4e9b-a3ef-bb17ef470f35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040419Z:20e481a9-57e0-4e33-9665-dde70facb961', + 'SOUTHEASTASIA:20211111T090819Z:8b10da99-b8b3-4e9b-a3ef-bb17ef470f35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:19 GMT' + 'Thu, 11 Nov 2021 09:08:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19897,21 +23425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11451', + '10665', 'x-ms-request-id', - 'cf8709ad-7c13-4014-b9b6-9af6445b5172', + 'e5e86c7b-3ea4-48c2-ad91-e939f9e825ef', 'x-ms-correlation-request-id', - 'cf8709ad-7c13-4014-b9b6-9af6445b5172', + 'e5e86c7b-3ea4-48c2-ad91-e939f9e825ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040421Z:cf8709ad-7c13-4014-b9b6-9af6445b5172', + 'SOUTHEASTASIA:20211111T090821Z:e5e86c7b-3ea4-48c2-ad91-e939f9e825ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:21 GMT' + 'Thu, 11 Nov 2021 09:08:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19933,21 +23461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11450', + '10664', 'x-ms-request-id', - '16ad0b37-63bb-48c6-8ccd-7e8b7fde566c', + 'b7fde56e-8656-4b73-8ae2-1c273adecc7b', 'x-ms-correlation-request-id', - '16ad0b37-63bb-48c6-8ccd-7e8b7fde566c', + 'b7fde56e-8656-4b73-8ae2-1c273adecc7b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040423Z:16ad0b37-63bb-48c6-8ccd-7e8b7fde566c', + 'SOUTHEASTASIA:20211111T090823Z:b7fde56e-8656-4b73-8ae2-1c273adecc7b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:23 GMT' + 'Thu, 11 Nov 2021 09:08:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -19969,21 +23497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11449', + '10663', 'x-ms-request-id', - 'e63712b0-c432-48f4-aa8e-4efdf14d7e50', + '1f3e9df6-fb8e-401b-a9fe-c40e7889e399', 'x-ms-correlation-request-id', - 'e63712b0-c432-48f4-aa8e-4efdf14d7e50', + '1f3e9df6-fb8e-401b-a9fe-c40e7889e399', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040426Z:e63712b0-c432-48f4-aa8e-4efdf14d7e50', + 'SOUTHEASTASIA:20211111T090826Z:1f3e9df6-fb8e-401b-a9fe-c40e7889e399', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:26 GMT' + 'Thu, 11 Nov 2021 09:08:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20005,21 +23533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11448', + '10662', 'x-ms-request-id', - 'a8463cd7-4edd-4224-84b6-bfb5edad7d88', + '2cf3da07-108d-4da3-93c0-a6d1de6d3113', 'x-ms-correlation-request-id', - 'a8463cd7-4edd-4224-84b6-bfb5edad7d88', + '2cf3da07-108d-4da3-93c0-a6d1de6d3113', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040428Z:a8463cd7-4edd-4224-84b6-bfb5edad7d88', + 'SOUTHEASTASIA:20211111T090828Z:2cf3da07-108d-4da3-93c0-a6d1de6d3113', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:28 GMT' + 'Thu, 11 Nov 2021 09:08:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20041,21 +23569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11447', + '10661', 'x-ms-request-id', - '1bf0656f-7e4d-4a41-9529-a789f2895b96', + '15db05e6-b591-4981-9f59-8675e59d1893', 'x-ms-correlation-request-id', - '1bf0656f-7e4d-4a41-9529-a789f2895b96', + '15db05e6-b591-4981-9f59-8675e59d1893', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040430Z:1bf0656f-7e4d-4a41-9529-a789f2895b96', + 'SOUTHEASTASIA:20211111T090830Z:15db05e6-b591-4981-9f59-8675e59d1893', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:30 GMT' + 'Thu, 11 Nov 2021 09:08:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20077,21 +23605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11446', + '10660', 'x-ms-request-id', - '14f039dc-7ace-4dfe-86ca-ad468aad2d37', + '4d2ed4bf-14ec-4d46-adf1-08e6e0de9795', 'x-ms-correlation-request-id', - '14f039dc-7ace-4dfe-86ca-ad468aad2d37', + '4d2ed4bf-14ec-4d46-adf1-08e6e0de9795', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040433Z:14f039dc-7ace-4dfe-86ca-ad468aad2d37', + 'SOUTHEASTASIA:20211111T090833Z:4d2ed4bf-14ec-4d46-adf1-08e6e0de9795', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:33 GMT' + 'Thu, 11 Nov 2021 09:08:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20113,21 +23641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11445', + '10659', 'x-ms-request-id', - '6e2daa2e-2dd3-4d84-af77-706d30e722dd', + 'b33a8426-e097-45d9-bb11-c98de74b8ab8', 'x-ms-correlation-request-id', - '6e2daa2e-2dd3-4d84-af77-706d30e722dd', + 'b33a8426-e097-45d9-bb11-c98de74b8ab8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040435Z:6e2daa2e-2dd3-4d84-af77-706d30e722dd', + 'SOUTHEASTASIA:20211111T090835Z:b33a8426-e097-45d9-bb11-c98de74b8ab8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:35 GMT' + 'Thu, 11 Nov 2021 09:08:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20149,21 +23677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11444', + '10658', 'x-ms-request-id', - '193851c3-75d5-4537-8e27-61319362c613', + '61da1eac-c234-4cf6-8ae6-f3dbc03b5224', 'x-ms-correlation-request-id', - '193851c3-75d5-4537-8e27-61319362c613', + '61da1eac-c234-4cf6-8ae6-f3dbc03b5224', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040437Z:193851c3-75d5-4537-8e27-61319362c613', + 'SOUTHEASTASIA:20211111T090837Z:61da1eac-c234-4cf6-8ae6-f3dbc03b5224', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:37 GMT' + 'Thu, 11 Nov 2021 09:08:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20185,21 +23713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11443', + '10657', 'x-ms-request-id', - '312826d6-f2d8-4c73-80f3-b71f335e9b53', + 'b8a3bdf2-0e86-40cd-b059-023e61fdc049', 'x-ms-correlation-request-id', - '312826d6-f2d8-4c73-80f3-b71f335e9b53', + 'b8a3bdf2-0e86-40cd-b059-023e61fdc049', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040440Z:312826d6-f2d8-4c73-80f3-b71f335e9b53', + 'SOUTHEASTASIA:20211111T090840Z:b8a3bdf2-0e86-40cd-b059-023e61fdc049', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:40 GMT' + 'Thu, 11 Nov 2021 09:08:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20221,21 +23749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11442', + '10656', 'x-ms-request-id', - '24145064-1a68-42b4-9eb0-b9c5139233ed', + 'bb85ed7d-ef9e-4bbc-8717-d26dba348377', 'x-ms-correlation-request-id', - '24145064-1a68-42b4-9eb0-b9c5139233ed', + 'bb85ed7d-ef9e-4bbc-8717-d26dba348377', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040442Z:24145064-1a68-42b4-9eb0-b9c5139233ed', + 'SOUTHEASTASIA:20211111T090843Z:bb85ed7d-ef9e-4bbc-8717-d26dba348377', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:42 GMT' + 'Thu, 11 Nov 2021 09:08:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20257,21 +23785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11441', + '10655', 'x-ms-request-id', - '4a96a0e9-2ee7-4261-a040-a5e24e5d2451', + '159fe6ce-4a73-46a7-af5d-f482927fb1d3', 'x-ms-correlation-request-id', - '4a96a0e9-2ee7-4261-a040-a5e24e5d2451', + '159fe6ce-4a73-46a7-af5d-f482927fb1d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040444Z:4a96a0e9-2ee7-4261-a040-a5e24e5d2451', + 'SOUTHEASTASIA:20211111T090845Z:159fe6ce-4a73-46a7-af5d-f482927fb1d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:44 GMT' + 'Thu, 11 Nov 2021 09:08:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20293,21 +23821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11440', + '10654', 'x-ms-request-id', - '79671724-9bb1-4c3d-ba73-6d89783d542d', + 'a01edd38-fcb4-4a22-b5e4-a212b024003c', 'x-ms-correlation-request-id', - '79671724-9bb1-4c3d-ba73-6d89783d542d', + 'a01edd38-fcb4-4a22-b5e4-a212b024003c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040447Z:79671724-9bb1-4c3d-ba73-6d89783d542d', + 'SOUTHEASTASIA:20211111T090847Z:a01edd38-fcb4-4a22-b5e4-a212b024003c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:47 GMT' + 'Thu, 11 Nov 2021 09:08:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20329,21 +23857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11439', + '10653', 'x-ms-request-id', - '70bf0dae-9c1b-48ed-af72-eab6c7d0bf2f', + 'b7830d62-a06a-4f9d-bbfa-ffcbf50f102c', 'x-ms-correlation-request-id', - '70bf0dae-9c1b-48ed-af72-eab6c7d0bf2f', + 'b7830d62-a06a-4f9d-bbfa-ffcbf50f102c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040449Z:70bf0dae-9c1b-48ed-af72-eab6c7d0bf2f', + 'SOUTHEASTASIA:20211111T090850Z:b7830d62-a06a-4f9d-bbfa-ffcbf50f102c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:49 GMT' + 'Thu, 11 Nov 2021 09:08:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20365,21 +23893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11438', + '10652', 'x-ms-request-id', - '500b7b18-644f-47eb-9f8f-b92d7fa59548', + '10d8be22-dd22-4407-b88d-633bf0ad80a1', 'x-ms-correlation-request-id', - '500b7b18-644f-47eb-9f8f-b92d7fa59548', + '10d8be22-dd22-4407-b88d-633bf0ad80a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040451Z:500b7b18-644f-47eb-9f8f-b92d7fa59548', + 'SOUTHEASTASIA:20211111T090852Z:10d8be22-dd22-4407-b88d-633bf0ad80a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:51 GMT' + 'Thu, 11 Nov 2021 09:08:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20401,21 +23929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11437', + '10651', 'x-ms-request-id', - 'c2f04d04-549f-496f-b6f3-3223fe8793bd', + '0a02c46f-1aa9-404c-b98c-7e2a38fd07c3', 'x-ms-correlation-request-id', - 'c2f04d04-549f-496f-b6f3-3223fe8793bd', + '0a02c46f-1aa9-404c-b98c-7e2a38fd07c3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040454Z:c2f04d04-549f-496f-b6f3-3223fe8793bd', + 'SOUTHEASTASIA:20211111T090854Z:0a02c46f-1aa9-404c-b98c-7e2a38fd07c3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:53 GMT' + 'Thu, 11 Nov 2021 09:08:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20437,21 +23965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11436', + '10650', 'x-ms-request-id', - 'b0eb7e63-3a84-4934-b443-c5cc452e3f75', + '03e0e3aa-cf4b-4fb0-b7ea-ac58ca13df51', 'x-ms-correlation-request-id', - 'b0eb7e63-3a84-4934-b443-c5cc452e3f75', + '03e0e3aa-cf4b-4fb0-b7ea-ac58ca13df51', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040456Z:b0eb7e63-3a84-4934-b443-c5cc452e3f75', + 'SOUTHEASTASIA:20211111T090857Z:03e0e3aa-cf4b-4fb0-b7ea-ac58ca13df51', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:56 GMT' + 'Thu, 11 Nov 2021 09:08:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20473,21 +24001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11435', + '10649', 'x-ms-request-id', - '586a9705-3c11-403d-bec9-72248eb135f4', + '924affd4-beab-42c6-9738-62ef8dee927b', 'x-ms-correlation-request-id', - '586a9705-3c11-403d-bec9-72248eb135f4', + '924affd4-beab-42c6-9738-62ef8dee927b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040458Z:586a9705-3c11-403d-bec9-72248eb135f4', + 'SOUTHEASTASIA:20211111T090859Z:924affd4-beab-42c6-9738-62ef8dee927b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:04:58 GMT' + 'Thu, 11 Nov 2021 09:08:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20509,21 +24037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11434', + '10648', 'x-ms-request-id', - '804cb3e6-93f2-47e4-a235-143d6dfdd1b7', + '131b7200-096a-42ae-b4eb-725460b47a50', 'x-ms-correlation-request-id', - '804cb3e6-93f2-47e4-a235-143d6dfdd1b7', + '131b7200-096a-42ae-b4eb-725460b47a50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040501Z:804cb3e6-93f2-47e4-a235-143d6dfdd1b7', + 'SOUTHEASTASIA:20211111T090901Z:131b7200-096a-42ae-b4eb-725460b47a50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:00 GMT' + 'Thu, 11 Nov 2021 09:09:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20545,21 +24073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11433', + '10647', 'x-ms-request-id', - 'ee8fd54d-3949-4d4d-971a-383160d5578e', + '2978854e-093b-4c51-9aae-b5815e696a5e', 'x-ms-correlation-request-id', - 'ee8fd54d-3949-4d4d-971a-383160d5578e', + '2978854e-093b-4c51-9aae-b5815e696a5e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040503Z:ee8fd54d-3949-4d4d-971a-383160d5578e', + 'SOUTHEASTASIA:20211111T090904Z:2978854e-093b-4c51-9aae-b5815e696a5e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:03 GMT' + 'Thu, 11 Nov 2021 09:09:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20581,21 +24109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11432', + '10646', 'x-ms-request-id', - '02d0622c-bd06-4542-80cc-cdc8407d2f54', + '7c23ef5b-cab2-4a80-a958-25aecaa74f08', 'x-ms-correlation-request-id', - '02d0622c-bd06-4542-80cc-cdc8407d2f54', + '7c23ef5b-cab2-4a80-a958-25aecaa74f08', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040505Z:02d0622c-bd06-4542-80cc-cdc8407d2f54', + 'SOUTHEASTASIA:20211111T090906Z:7c23ef5b-cab2-4a80-a958-25aecaa74f08', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:05 GMT' + 'Thu, 11 Nov 2021 09:09:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20617,21 +24145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11431', + '10645', 'x-ms-request-id', - '31d96cdc-76d0-46d3-9d02-aa3f00a5ea8b', + '09923093-3434-483c-b800-4343be233b38', 'x-ms-correlation-request-id', - '31d96cdc-76d0-46d3-9d02-aa3f00a5ea8b', + '09923093-3434-483c-b800-4343be233b38', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040508Z:31d96cdc-76d0-46d3-9d02-aa3f00a5ea8b', + 'SOUTHEASTASIA:20211111T090908Z:09923093-3434-483c-b800-4343be233b38', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:07 GMT' + 'Thu, 11 Nov 2021 09:09:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20653,21 +24181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11430', + '10644', 'x-ms-request-id', - 'eabff530-404c-4373-b6dd-f2ecce9ee824', + '58d23038-9f1a-46fc-aa44-fb0d23e88775', 'x-ms-correlation-request-id', - 'eabff530-404c-4373-b6dd-f2ecce9ee824', + '58d23038-9f1a-46fc-aa44-fb0d23e88775', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040510Z:eabff530-404c-4373-b6dd-f2ecce9ee824', + 'SOUTHEASTASIA:20211111T090910Z:58d23038-9f1a-46fc-aa44-fb0d23e88775', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:10 GMT' + 'Thu, 11 Nov 2021 09:09:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20689,21 +24217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11429', + '10643', 'x-ms-request-id', - '519bd6fd-274d-4641-8328-e91cc4a87ce0', + '8d674f2b-eade-4ec3-bdc0-355b7b309aee', 'x-ms-correlation-request-id', - '519bd6fd-274d-4641-8328-e91cc4a87ce0', + '8d674f2b-eade-4ec3-bdc0-355b7b309aee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040512Z:519bd6fd-274d-4641-8328-e91cc4a87ce0', + 'SOUTHEASTASIA:20211111T090913Z:8d674f2b-eade-4ec3-bdc0-355b7b309aee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:12 GMT' + 'Thu, 11 Nov 2021 09:09:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20725,21 +24253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11428', + '10642', 'x-ms-request-id', - 'd659b3b0-8251-4ad2-b5e7-bf1354f69eeb', + 'ea8b893e-d837-45b7-b71e-50696c9ccb79', 'x-ms-correlation-request-id', - 'd659b3b0-8251-4ad2-b5e7-bf1354f69eeb', + 'ea8b893e-d837-45b7-b71e-50696c9ccb79', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040515Z:d659b3b0-8251-4ad2-b5e7-bf1354f69eeb', + 'SOUTHEASTASIA:20211111T090915Z:ea8b893e-d837-45b7-b71e-50696c9ccb79', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:14 GMT' + 'Thu, 11 Nov 2021 09:09:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20761,21 +24289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11427', + '10641', 'x-ms-request-id', - '5278d830-2a5f-445b-8b7d-84f5785e0aad', + '20d49691-5184-4a5e-abd8-23eb716203d3', 'x-ms-correlation-request-id', - '5278d830-2a5f-445b-8b7d-84f5785e0aad', + '20d49691-5184-4a5e-abd8-23eb716203d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040517Z:5278d830-2a5f-445b-8b7d-84f5785e0aad', + 'SOUTHEASTASIA:20211111T090917Z:20d49691-5184-4a5e-abd8-23eb716203d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:17 GMT' + 'Thu, 11 Nov 2021 09:09:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20797,21 +24325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11426', + '10640', 'x-ms-request-id', - 'ba1523f2-959f-4074-bed1-ba61c44ad5f7', + '5e817f1b-bfe2-41af-8bb5-fdf08dccb092', 'x-ms-correlation-request-id', - 'ba1523f2-959f-4074-bed1-ba61c44ad5f7', + '5e817f1b-bfe2-41af-8bb5-fdf08dccb092', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040519Z:ba1523f2-959f-4074-bed1-ba61c44ad5f7', + 'SOUTHEASTASIA:20211111T090920Z:5e817f1b-bfe2-41af-8bb5-fdf08dccb092', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:19 GMT' + 'Thu, 11 Nov 2021 09:09:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20833,21 +24361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11425', + '10639', 'x-ms-request-id', - 'bd7bb48b-c5ce-4342-b174-109c5c7a4d2d', + 'aba8e78c-e814-42c8-8cc4-0c579057329a', 'x-ms-correlation-request-id', - 'bd7bb48b-c5ce-4342-b174-109c5c7a4d2d', + 'aba8e78c-e814-42c8-8cc4-0c579057329a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040522Z:bd7bb48b-c5ce-4342-b174-109c5c7a4d2d', + 'SOUTHEASTASIA:20211111T090922Z:aba8e78c-e814-42c8-8cc4-0c579057329a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:21 GMT' + 'Thu, 11 Nov 2021 09:09:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20869,21 +24397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11424', + '10638', 'x-ms-request-id', - '6140ad50-2c61-4015-b7ac-0dac7ff233a1', + '706b8f71-bc45-4d72-bbf9-2c3135c188fa', 'x-ms-correlation-request-id', - '6140ad50-2c61-4015-b7ac-0dac7ff233a1', + '706b8f71-bc45-4d72-bbf9-2c3135c188fa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040524Z:6140ad50-2c61-4015-b7ac-0dac7ff233a1', + 'SOUTHEASTASIA:20211111T090924Z:706b8f71-bc45-4d72-bbf9-2c3135c188fa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:23 GMT' + 'Thu, 11 Nov 2021 09:09:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20905,21 +24433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11423', + '10637', 'x-ms-request-id', - '68d311df-12b5-48ae-b682-9f51d96ba8e4', + '94f2567f-21e7-4646-9ec9-22a4742bbd2c', 'x-ms-correlation-request-id', - '68d311df-12b5-48ae-b682-9f51d96ba8e4', + '94f2567f-21e7-4646-9ec9-22a4742bbd2c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040526Z:68d311df-12b5-48ae-b682-9f51d96ba8e4', + 'SOUTHEASTASIA:20211111T090927Z:94f2567f-21e7-4646-9ec9-22a4742bbd2c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:26 GMT' + 'Thu, 11 Nov 2021 09:09:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20941,21 +24469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11422', + '10636', 'x-ms-request-id', - '1a58bd7b-eb60-4312-8c7a-2702ce8b8c6c', + 'e246decb-aea2-49ac-a55d-f791a0ab2c24', 'x-ms-correlation-request-id', - '1a58bd7b-eb60-4312-8c7a-2702ce8b8c6c', + 'e246decb-aea2-49ac-a55d-f791a0ab2c24', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040529Z:1a58bd7b-eb60-4312-8c7a-2702ce8b8c6c', + 'SOUTHEASTASIA:20211111T090929Z:e246decb-aea2-49ac-a55d-f791a0ab2c24', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:28 GMT' + 'Thu, 11 Nov 2021 09:09:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -20977,21 +24505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11421', + '10635', 'x-ms-request-id', - '30567356-3c9a-4ff8-8eba-a6d9daf24f56', + 'a81e4b34-3c9c-4339-aa28-2979b265c4a3', 'x-ms-correlation-request-id', - '30567356-3c9a-4ff8-8eba-a6d9daf24f56', + 'a81e4b34-3c9c-4339-aa28-2979b265c4a3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040531Z:30567356-3c9a-4ff8-8eba-a6d9daf24f56', + 'SOUTHEASTASIA:20211111T090931Z:a81e4b34-3c9c-4339-aa28-2979b265c4a3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:30 GMT' + 'Thu, 11 Nov 2021 09:09:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21013,21 +24541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11420', + '10634', 'x-ms-request-id', - '866da9de-0249-46a5-a7c1-d719250de3a0', + '0a3e5ea8-5c99-48a9-84a8-fe46b25596ab', 'x-ms-correlation-request-id', - '866da9de-0249-46a5-a7c1-d719250de3a0', + '0a3e5ea8-5c99-48a9-84a8-fe46b25596ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040533Z:866da9de-0249-46a5-a7c1-d719250de3a0', + 'SOUTHEASTASIA:20211111T090934Z:0a3e5ea8-5c99-48a9-84a8-fe46b25596ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:33 GMT' + 'Thu, 11 Nov 2021 09:09:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21049,21 +24577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11419', + '10633', 'x-ms-request-id', - '494b84bd-2c51-4312-ad26-43b65b2a745b', + '40f00a40-5cab-47c5-bbef-b4ab0e81f8c6', 'x-ms-correlation-request-id', - '494b84bd-2c51-4312-ad26-43b65b2a745b', + '40f00a40-5cab-47c5-bbef-b4ab0e81f8c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040535Z:494b84bd-2c51-4312-ad26-43b65b2a745b', + 'SOUTHEASTASIA:20211111T090936Z:40f00a40-5cab-47c5-bbef-b4ab0e81f8c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:35 GMT' + 'Thu, 11 Nov 2021 09:09:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21085,21 +24613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11418', + '10632', 'x-ms-request-id', - 'b595342f-828d-45ca-a4d8-5fd0d5c76f71', + '5837535f-35f0-4179-a224-dadfd1420cfd', 'x-ms-correlation-request-id', - 'b595342f-828d-45ca-a4d8-5fd0d5c76f71', + '5837535f-35f0-4179-a224-dadfd1420cfd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040538Z:b595342f-828d-45ca-a4d8-5fd0d5c76f71', + 'SOUTHEASTASIA:20211111T090938Z:5837535f-35f0-4179-a224-dadfd1420cfd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:37 GMT' + 'Thu, 11 Nov 2021 09:09:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21121,21 +24649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11417', + '10631', 'x-ms-request-id', - '91ec1771-5782-470b-878c-c586e88e2c77', + '63cc26b2-15be-4f64-9e5c-62b671bff2dc', 'x-ms-correlation-request-id', - '91ec1771-5782-470b-878c-c586e88e2c77', + '63cc26b2-15be-4f64-9e5c-62b671bff2dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040540Z:91ec1771-5782-470b-878c-c586e88e2c77', + 'SOUTHEASTASIA:20211111T090941Z:63cc26b2-15be-4f64-9e5c-62b671bff2dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:40 GMT' + 'Thu, 11 Nov 2021 09:09:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21157,21 +24685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11416', + '10630', 'x-ms-request-id', - 'a8b60736-8a90-4225-aff2-fa7c8b17fe4c', + '043059fe-4cd6-4a44-9d5c-9135dfcfcca2', 'x-ms-correlation-request-id', - 'a8b60736-8a90-4225-aff2-fa7c8b17fe4c', + '043059fe-4cd6-4a44-9d5c-9135dfcfcca2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040542Z:a8b60736-8a90-4225-aff2-fa7c8b17fe4c', + 'SOUTHEASTASIA:20211111T090943Z:043059fe-4cd6-4a44-9d5c-9135dfcfcca2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:42 GMT' + 'Thu, 11 Nov 2021 09:09:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21193,21 +24721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11415', + '10629', 'x-ms-request-id', - 'c9399665-6c29-4887-8c66-4d059c778ee4', + '6b18c8c8-1118-4bb0-bdcb-472005674a10', 'x-ms-correlation-request-id', - 'c9399665-6c29-4887-8c66-4d059c778ee4', + '6b18c8c8-1118-4bb0-bdcb-472005674a10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040545Z:c9399665-6c29-4887-8c66-4d059c778ee4', + 'SOUTHEASTASIA:20211111T090946Z:6b18c8c8-1118-4bb0-bdcb-472005674a10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:44 GMT' + 'Thu, 11 Nov 2021 09:09:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21229,21 +24757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11414', + '10628', 'x-ms-request-id', - '4057f527-7e30-439e-a09e-3a0d2588b8e4', + '7cd72499-76f3-49c6-aa97-275a5e715e2f', 'x-ms-correlation-request-id', - '4057f527-7e30-439e-a09e-3a0d2588b8e4', + '7cd72499-76f3-49c6-aa97-275a5e715e2f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040547Z:4057f527-7e30-439e-a09e-3a0d2588b8e4', + 'SOUTHEASTASIA:20211111T090948Z:7cd72499-76f3-49c6-aa97-275a5e715e2f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:47 GMT' + 'Thu, 11 Nov 2021 09:09:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21265,21 +24793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11413', + '10627', 'x-ms-request-id', - 'd276a6bc-f483-45a7-b79a-a19537700bec', + '823cfdf6-c741-444a-a8d6-2195244473fe', 'x-ms-correlation-request-id', - 'd276a6bc-f483-45a7-b79a-a19537700bec', + '823cfdf6-c741-444a-a8d6-2195244473fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040549Z:d276a6bc-f483-45a7-b79a-a19537700bec', + 'SOUTHEASTASIA:20211111T090950Z:823cfdf6-c741-444a-a8d6-2195244473fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:49 GMT' + 'Thu, 11 Nov 2021 09:09:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21301,21 +24829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11412', + '10626', 'x-ms-request-id', - '92417fe2-3ec0-402e-a532-6cdd05e0bcc8', + 'f8053cd9-a5fa-4412-9d4a-edca8e0a4a20', 'x-ms-correlation-request-id', - '92417fe2-3ec0-402e-a532-6cdd05e0bcc8', + 'f8053cd9-a5fa-4412-9d4a-edca8e0a4a20', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040552Z:92417fe2-3ec0-402e-a532-6cdd05e0bcc8', + 'SOUTHEASTASIA:20211111T090953Z:f8053cd9-a5fa-4412-9d4a-edca8e0a4a20', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:51 GMT' + 'Thu, 11 Nov 2021 09:09:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21337,21 +24865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11411', + '10625', 'x-ms-request-id', - 'cac15580-27a2-49e9-85a6-e5a23eb37734', + '2cb028f3-f69f-47ec-871e-b9915322f5af', 'x-ms-correlation-request-id', - 'cac15580-27a2-49e9-85a6-e5a23eb37734', + '2cb028f3-f69f-47ec-871e-b9915322f5af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040554Z:cac15580-27a2-49e9-85a6-e5a23eb37734', + 'SOUTHEASTASIA:20211111T090955Z:2cb028f3-f69f-47ec-871e-b9915322f5af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:53 GMT' + 'Thu, 11 Nov 2021 09:09:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21373,21 +24901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11410', + '10624', 'x-ms-request-id', - '478c40b7-948d-4769-941e-fb2b6309e229', + '999d9cd5-e24c-4fbe-b2d9-11ca6c4ee0af', 'x-ms-correlation-request-id', - '478c40b7-948d-4769-941e-fb2b6309e229', + '999d9cd5-e24c-4fbe-b2d9-11ca6c4ee0af', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040556Z:478c40b7-948d-4769-941e-fb2b6309e229', + 'SOUTHEASTASIA:20211111T090957Z:999d9cd5-e24c-4fbe-b2d9-11ca6c4ee0af', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:56 GMT' + 'Thu, 11 Nov 2021 09:09:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21409,21 +24937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11409', + '10623', 'x-ms-request-id', - 'e664570a-9e5d-4bd5-8d2f-d61769e27991', + '6b008e4c-58aa-4fe7-82a6-0759223647ce', 'x-ms-correlation-request-id', - 'e664570a-9e5d-4bd5-8d2f-d61769e27991', + '6b008e4c-58aa-4fe7-82a6-0759223647ce', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040559Z:e664570a-9e5d-4bd5-8d2f-d61769e27991', + 'SOUTHEASTASIA:20211111T091000Z:6b008e4c-58aa-4fe7-82a6-0759223647ce', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:05:58 GMT' + 'Thu, 11 Nov 2021 09:10:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21445,21 +24973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11408', + '10622', 'x-ms-request-id', - 'e49c35ec-2e73-4097-ad5a-9eda07840520', + '15b111d7-d82e-4dd4-adf8-2eb6ef931969', 'x-ms-correlation-request-id', - 'e49c35ec-2e73-4097-ad5a-9eda07840520', + '15b111d7-d82e-4dd4-adf8-2eb6ef931969', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040601Z:e49c35ec-2e73-4097-ad5a-9eda07840520', + 'SOUTHEASTASIA:20211111T091002Z:15b111d7-d82e-4dd4-adf8-2eb6ef931969', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:00 GMT' + 'Thu, 11 Nov 2021 09:10:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21481,21 +25009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11407', + '10621', 'x-ms-request-id', - '6442c171-13bd-4292-8b30-c0d721940b05', + '163d8fd7-9040-4e61-a22f-4c30f40091da', 'x-ms-correlation-request-id', - '6442c171-13bd-4292-8b30-c0d721940b05', + '163d8fd7-9040-4e61-a22f-4c30f40091da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040603Z:6442c171-13bd-4292-8b30-c0d721940b05', + 'SOUTHEASTASIA:20211111T091005Z:163d8fd7-9040-4e61-a22f-4c30f40091da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:03 GMT' + 'Thu, 11 Nov 2021 09:10:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21517,21 +25045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11406', + '10620', 'x-ms-request-id', - '62c897ed-b2c2-4319-b6de-fb062c921f10', + 'e851fe4b-955e-40e6-ac86-51e6d3ec524e', 'x-ms-correlation-request-id', - '62c897ed-b2c2-4319-b6de-fb062c921f10', + 'e851fe4b-955e-40e6-ac86-51e6d3ec524e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040606Z:62c897ed-b2c2-4319-b6de-fb062c921f10', + 'SOUTHEASTASIA:20211111T091007Z:e851fe4b-955e-40e6-ac86-51e6d3ec524e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:05 GMT' + 'Thu, 11 Nov 2021 09:10:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21553,21 +25081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11405', + '10619', 'x-ms-request-id', - '406ba191-d5a7-44a9-8329-073dc28c1415', + 'eab80163-0f65-466d-9d98-4c15539a8495', 'x-ms-correlation-request-id', - '406ba191-d5a7-44a9-8329-073dc28c1415', + 'eab80163-0f65-466d-9d98-4c15539a8495', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040608Z:406ba191-d5a7-44a9-8329-073dc28c1415', + 'SOUTHEASTASIA:20211111T091010Z:eab80163-0f65-466d-9d98-4c15539a8495', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:07 GMT' + 'Thu, 11 Nov 2021 09:10:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21589,21 +25117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11404', + '10618', 'x-ms-request-id', - '07a44b14-bb6c-44df-b505-8d449dac3c2e', + 'b9c3cc8e-5e21-4f53-bd43-9631bb9f2c58', 'x-ms-correlation-request-id', - '07a44b14-bb6c-44df-b505-8d449dac3c2e', + 'b9c3cc8e-5e21-4f53-bd43-9631bb9f2c58', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040610Z:07a44b14-bb6c-44df-b505-8d449dac3c2e', + 'SOUTHEASTASIA:20211111T091012Z:b9c3cc8e-5e21-4f53-bd43-9631bb9f2c58', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:10 GMT' + 'Thu, 11 Nov 2021 09:10:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21625,21 +25153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11403', + '10617', 'x-ms-request-id', - '0fc9c87f-f281-4e03-9bda-8d273a9c3d3e', + 'f0b6a2f0-66ed-4061-8189-617e9cb78d85', 'x-ms-correlation-request-id', - '0fc9c87f-f281-4e03-9bda-8d273a9c3d3e', + 'f0b6a2f0-66ed-4061-8189-617e9cb78d85', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040613Z:0fc9c87f-f281-4e03-9bda-8d273a9c3d3e', + 'SOUTHEASTASIA:20211111T091014Z:f0b6a2f0-66ed-4061-8189-617e9cb78d85', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:12 GMT' + 'Thu, 11 Nov 2021 09:10:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21661,21 +25189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11402', + '10616', 'x-ms-request-id', - 'b9c67bff-600e-44f9-9988-d3b459bc7f3a', + '4291cfd8-1518-4f48-a7d0-acbd457ac082', 'x-ms-correlation-request-id', - 'b9c67bff-600e-44f9-9988-d3b459bc7f3a', + '4291cfd8-1518-4f48-a7d0-acbd457ac082', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040615Z:b9c67bff-600e-44f9-9988-d3b459bc7f3a', + 'SOUTHEASTASIA:20211111T091017Z:4291cfd8-1518-4f48-a7d0-acbd457ac082', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:14 GMT' + 'Thu, 11 Nov 2021 09:10:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21697,21 +25225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11401', + '10615', 'x-ms-request-id', - '6206ee1f-8099-4c24-9cd7-612e0eb0cb04', + '71369029-ca95-437e-9a90-beb5e472d705', 'x-ms-correlation-request-id', - '6206ee1f-8099-4c24-9cd7-612e0eb0cb04', + '71369029-ca95-437e-9a90-beb5e472d705', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040617Z:6206ee1f-8099-4c24-9cd7-612e0eb0cb04', + 'SOUTHEASTASIA:20211111T091019Z:71369029-ca95-437e-9a90-beb5e472d705', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:16 GMT' + 'Thu, 11 Nov 2021 09:10:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21733,21 +25261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11400', + '10614', 'x-ms-request-id', - '1c0e1bfb-d4c8-400c-a68d-84015e5cc37a', + '50cf5613-c731-44c3-b789-f8229a5272e6', 'x-ms-correlation-request-id', - '1c0e1bfb-d4c8-400c-a68d-84015e5cc37a', + '50cf5613-c731-44c3-b789-f8229a5272e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040620Z:1c0e1bfb-d4c8-400c-a68d-84015e5cc37a', + 'SOUTHEASTASIA:20211111T091021Z:50cf5613-c731-44c3-b789-f8229a5272e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:19 GMT' + 'Thu, 11 Nov 2021 09:10:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21769,21 +25297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11399', + '10613', 'x-ms-request-id', - 'efafd80e-6cfd-471b-8275-5d1bd7b74ea1', + '09f3b4cb-c131-4857-83c1-c08134afe0c0', 'x-ms-correlation-request-id', - 'efafd80e-6cfd-471b-8275-5d1bd7b74ea1', + '09f3b4cb-c131-4857-83c1-c08134afe0c0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040622Z:efafd80e-6cfd-471b-8275-5d1bd7b74ea1', + 'SOUTHEASTASIA:20211111T091024Z:09f3b4cb-c131-4857-83c1-c08134afe0c0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:21 GMT' + 'Thu, 11 Nov 2021 09:10:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21805,21 +25333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11398', + '10612', 'x-ms-request-id', - '70caa370-b902-4438-99a3-5e211bc79d07', + 'bc2392bc-69bf-4edb-a281-0a085fe583f7', 'x-ms-correlation-request-id', - '70caa370-b902-4438-99a3-5e211bc79d07', + 'bc2392bc-69bf-4edb-a281-0a085fe583f7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040624Z:70caa370-b902-4438-99a3-5e211bc79d07', + 'SOUTHEASTASIA:20211111T091026Z:bc2392bc-69bf-4edb-a281-0a085fe583f7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:23 GMT' + 'Thu, 11 Nov 2021 09:10:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21841,21 +25369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11397', + '10611', 'x-ms-request-id', - 'bdd30ad3-0f95-417c-92cf-4ac531a35d9e', + 'c31bf244-5300-4544-9df9-3ab6c3d3df2f', 'x-ms-correlation-request-id', - 'bdd30ad3-0f95-417c-92cf-4ac531a35d9e', + 'c31bf244-5300-4544-9df9-3ab6c3d3df2f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040626Z:bdd30ad3-0f95-417c-92cf-4ac531a35d9e', + 'SOUTHEASTASIA:20211111T091028Z:c31bf244-5300-4544-9df9-3ab6c3d3df2f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:26 GMT' + 'Thu, 11 Nov 2021 09:10:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21877,21 +25405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11396', + '10610', 'x-ms-request-id', - '9548303a-9499-46f1-8e4d-235effb9d2f0', + 'b4a6b666-f468-4752-84e2-eac47a9487d6', 'x-ms-correlation-request-id', - '9548303a-9499-46f1-8e4d-235effb9d2f0', + 'b4a6b666-f468-4752-84e2-eac47a9487d6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040629Z:9548303a-9499-46f1-8e4d-235effb9d2f0', + 'SOUTHEASTASIA:20211111T091031Z:b4a6b666-f468-4752-84e2-eac47a9487d6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:28 GMT' + 'Thu, 11 Nov 2021 09:10:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21913,21 +25441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11395', + '10609', 'x-ms-request-id', - '30311131-ee5e-428d-b18e-c4e9828328cd', + '2f505ef5-35a3-4748-8938-912776fa5fe8', 'x-ms-correlation-request-id', - '30311131-ee5e-428d-b18e-c4e9828328cd', + '2f505ef5-35a3-4748-8938-912776fa5fe8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040631Z:30311131-ee5e-428d-b18e-c4e9828328cd', + 'SOUTHEASTASIA:20211111T091033Z:2f505ef5-35a3-4748-8938-912776fa5fe8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:30 GMT' + 'Thu, 11 Nov 2021 09:10:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21949,21 +25477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11394', + '10608', 'x-ms-request-id', - 'fc3c0b5b-d8fd-4d0f-9d02-d1944b83f763', + '1f52f631-9614-4901-9104-4e80b2133e4a', 'x-ms-correlation-request-id', - 'fc3c0b5b-d8fd-4d0f-9d02-d1944b83f763', + '1f52f631-9614-4901-9104-4e80b2133e4a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040634Z:fc3c0b5b-d8fd-4d0f-9d02-d1944b83f763', + 'SOUTHEASTASIA:20211111T091035Z:1f52f631-9614-4901-9104-4e80b2133e4a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:33 GMT' + 'Thu, 11 Nov 2021 09:10:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -21985,21 +25513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11393', + '10607', 'x-ms-request-id', - '1b641cd0-d7ee-469d-86ca-88178abdd7da', + '160be9e0-49a8-4b2c-b580-46e8fafd70c8', 'x-ms-correlation-request-id', - '1b641cd0-d7ee-469d-86ca-88178abdd7da', + '160be9e0-49a8-4b2c-b580-46e8fafd70c8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040636Z:1b641cd0-d7ee-469d-86ca-88178abdd7da', + 'SOUTHEASTASIA:20211111T091037Z:160be9e0-49a8-4b2c-b580-46e8fafd70c8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:35 GMT' + 'Thu, 11 Nov 2021 09:10:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22021,21 +25549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11392', + '10606', 'x-ms-request-id', - 'a5036c5f-10d7-446c-ac76-58fa4ce31e07', + '204bc520-59b1-4339-89d9-cb4f86004544', 'x-ms-correlation-request-id', - 'a5036c5f-10d7-446c-ac76-58fa4ce31e07', + '204bc520-59b1-4339-89d9-cb4f86004544', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040638Z:a5036c5f-10d7-446c-ac76-58fa4ce31e07', + 'SOUTHEASTASIA:20211111T091040Z:204bc520-59b1-4339-89d9-cb4f86004544', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:37 GMT' + 'Thu, 11 Nov 2021 09:10:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22057,21 +25585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11391', + '10605', 'x-ms-request-id', - '2a17e616-1216-4877-9b66-9ab0d556593a', + 'b3ec9ac0-a2cd-4b3b-b26d-2faf2bd4ed98', 'x-ms-correlation-request-id', - '2a17e616-1216-4877-9b66-9ab0d556593a', + 'b3ec9ac0-a2cd-4b3b-b26d-2faf2bd4ed98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040640Z:2a17e616-1216-4877-9b66-9ab0d556593a', + 'SOUTHEASTASIA:20211111T091043Z:b3ec9ac0-a2cd-4b3b-b26d-2faf2bd4ed98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:40 GMT' + 'Thu, 11 Nov 2021 09:10:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22093,21 +25621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11390', + '10604', 'x-ms-request-id', - '380f59af-dc0e-4219-83b1-19f207399f32', + '31483506-bec7-4aaa-8026-1f8c5fec6f6c', 'x-ms-correlation-request-id', - '380f59af-dc0e-4219-83b1-19f207399f32', + '31483506-bec7-4aaa-8026-1f8c5fec6f6c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040643Z:380f59af-dc0e-4219-83b1-19f207399f32', + 'SOUTHEASTASIA:20211111T091045Z:31483506-bec7-4aaa-8026-1f8c5fec6f6c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:42 GMT' + 'Thu, 11 Nov 2021 09:10:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22129,21 +25657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11389', + '10603', 'x-ms-request-id', - 'c14d9b9f-c2b6-4bb6-82be-ffa4ec98550c', + 'a09f3cce-686d-436e-a01b-08a826c04f69', 'x-ms-correlation-request-id', - 'c14d9b9f-c2b6-4bb6-82be-ffa4ec98550c', + 'a09f3cce-686d-436e-a01b-08a826c04f69', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040645Z:c14d9b9f-c2b6-4bb6-82be-ffa4ec98550c', + 'SOUTHEASTASIA:20211111T091047Z:a09f3cce-686d-436e-a01b-08a826c04f69', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:44 GMT' + 'Thu, 11 Nov 2021 09:10:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22165,21 +25693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11388', + '10602', 'x-ms-request-id', - '2a2a14f7-d37b-44c7-b3d4-1f1fa70c6f4f', + '225f24bd-447c-4399-b75b-acbc67686539', 'x-ms-correlation-request-id', - '2a2a14f7-d37b-44c7-b3d4-1f1fa70c6f4f', + '225f24bd-447c-4399-b75b-acbc67686539', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040647Z:2a2a14f7-d37b-44c7-b3d4-1f1fa70c6f4f', + 'SOUTHEASTASIA:20211111T091050Z:225f24bd-447c-4399-b75b-acbc67686539', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:47 GMT' + 'Thu, 11 Nov 2021 09:10:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22201,21 +25729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11387', + '10601', 'x-ms-request-id', - 'a58cee31-1afb-4dd3-9375-aa346d351524', + '179ae951-f757-47d4-867d-72caebce0fbe', 'x-ms-correlation-request-id', - 'a58cee31-1afb-4dd3-9375-aa346d351524', + '179ae951-f757-47d4-867d-72caebce0fbe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040650Z:a58cee31-1afb-4dd3-9375-aa346d351524', + 'SOUTHEASTASIA:20211111T091052Z:179ae951-f757-47d4-867d-72caebce0fbe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:49 GMT' + 'Thu, 11 Nov 2021 09:10:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22237,21 +25765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11386', + '10600', 'x-ms-request-id', - '9f70df0d-7f52-4cfd-9ef4-a433d1c66ae0', + '5ef33e57-61c4-449c-8780-137195dcd232', 'x-ms-correlation-request-id', - '9f70df0d-7f52-4cfd-9ef4-a433d1c66ae0', + '5ef33e57-61c4-449c-8780-137195dcd232', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040652Z:9f70df0d-7f52-4cfd-9ef4-a433d1c66ae0', + 'SOUTHEASTASIA:20211111T091054Z:5ef33e57-61c4-449c-8780-137195dcd232', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:51 GMT' + 'Thu, 11 Nov 2021 09:10:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22273,21 +25801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11385', + '10599', 'x-ms-request-id', - 'ce047baf-0dc7-4b8c-9bea-07f0b3bba2d9', + '0a2a6d79-c151-4a07-92bf-c151a08aa70e', 'x-ms-correlation-request-id', - 'ce047baf-0dc7-4b8c-9bea-07f0b3bba2d9', + '0a2a6d79-c151-4a07-92bf-c151a08aa70e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040654Z:ce047baf-0dc7-4b8c-9bea-07f0b3bba2d9', + 'SOUTHEASTASIA:20211111T091057Z:0a2a6d79-c151-4a07-92bf-c151a08aa70e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:54 GMT' + 'Thu, 11 Nov 2021 09:10:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22309,21 +25837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11384', + '10598', 'x-ms-request-id', - '5733147b-02af-40c7-9088-9aacc1cfe264', + '130c4c7e-cd85-42fc-9db1-f355ea0b9a13', 'x-ms-correlation-request-id', - '5733147b-02af-40c7-9088-9aacc1cfe264', + '130c4c7e-cd85-42fc-9db1-f355ea0b9a13', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040657Z:5733147b-02af-40c7-9088-9aacc1cfe264', + 'SOUTHEASTASIA:20211111T091059Z:130c4c7e-cd85-42fc-9db1-f355ea0b9a13', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:56 GMT' + 'Thu, 11 Nov 2021 09:10:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22345,21 +25873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11383', + '10597', 'x-ms-request-id', - '0a972f26-d68c-4cea-9760-09da9d320b61', + '2edb971e-2084-4eea-b4b7-2a26176202e8', 'x-ms-correlation-request-id', - '0a972f26-d68c-4cea-9760-09da9d320b61', + '2edb971e-2084-4eea-b4b7-2a26176202e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040659Z:0a972f26-d68c-4cea-9760-09da9d320b61', + 'SOUTHEASTASIA:20211111T091101Z:2edb971e-2084-4eea-b4b7-2a26176202e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:06:58 GMT' + 'Thu, 11 Nov 2021 09:11:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22381,21 +25909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11382', + '10596', 'x-ms-request-id', - '31f0dee5-329a-4078-8a2c-7aa2880ff4fb', + '56509660-38af-4088-bc68-83c3f7f18207', 'x-ms-correlation-request-id', - '31f0dee5-329a-4078-8a2c-7aa2880ff4fb', + '56509660-38af-4088-bc68-83c3f7f18207', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040701Z:31f0dee5-329a-4078-8a2c-7aa2880ff4fb', + 'SOUTHEASTASIA:20211111T091104Z:56509660-38af-4088-bc68-83c3f7f18207', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:00 GMT' + 'Thu, 11 Nov 2021 09:11:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22417,21 +25945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11381', + '10595', 'x-ms-request-id', - 'fd4c0707-b062-4f48-8312-d6f9f85f10c1', + 'c664d6b7-1bf6-4b61-8c32-6ff556b6ff31', 'x-ms-correlation-request-id', - 'fd4c0707-b062-4f48-8312-d6f9f85f10c1', + 'c664d6b7-1bf6-4b61-8c32-6ff556b6ff31', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040704Z:fd4c0707-b062-4f48-8312-d6f9f85f10c1', + 'SOUTHEASTASIA:20211111T091106Z:c664d6b7-1bf6-4b61-8c32-6ff556b6ff31', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:03 GMT' + 'Thu, 11 Nov 2021 09:11:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22453,21 +25981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11380', + '10594', 'x-ms-request-id', - '7610cea1-3dba-43ab-bd14-a0f35ea6f2fc', + '492d2e5d-a306-4a63-90f6-4d41de6af949', 'x-ms-correlation-request-id', - '7610cea1-3dba-43ab-bd14-a0f35ea6f2fc', + '492d2e5d-a306-4a63-90f6-4d41de6af949', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040706Z:7610cea1-3dba-43ab-bd14-a0f35ea6f2fc', + 'SOUTHEASTASIA:20211111T091108Z:492d2e5d-a306-4a63-90f6-4d41de6af949', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:05 GMT' + 'Thu, 11 Nov 2021 09:11:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22489,21 +26017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11379', + '10593', 'x-ms-request-id', - 'd88c80b8-468e-407e-a7df-9d91a3a0a9da', + '53be3f12-ec2d-4be6-9d00-97b52340a336', 'x-ms-correlation-request-id', - 'd88c80b8-468e-407e-a7df-9d91a3a0a9da', + '53be3f12-ec2d-4be6-9d00-97b52340a336', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040708Z:d88c80b8-468e-407e-a7df-9d91a3a0a9da', + 'SOUTHEASTASIA:20211111T091111Z:53be3f12-ec2d-4be6-9d00-97b52340a336', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:07 GMT' + 'Thu, 11 Nov 2021 09:11:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22525,21 +26053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11378', + '10592', 'x-ms-request-id', - '2ca54f37-a3ab-4c55-86ee-285e09584537', + 'dcce71b5-daf7-4017-8fcb-6759a77f7f3a', 'x-ms-correlation-request-id', - '2ca54f37-a3ab-4c55-86ee-285e09584537', + 'dcce71b5-daf7-4017-8fcb-6759a77f7f3a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040711Z:2ca54f37-a3ab-4c55-86ee-285e09584537', + 'SOUTHEASTASIA:20211111T091113Z:dcce71b5-daf7-4017-8fcb-6759a77f7f3a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:10 GMT' + 'Thu, 11 Nov 2021 09:11:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22561,21 +26089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11377', + '10591', 'x-ms-request-id', - 'fd464743-04bc-42ca-b42c-366a8550415e', + '51024916-9cc4-4362-92c3-c6edbb9b6d0b', 'x-ms-correlation-request-id', - 'fd464743-04bc-42ca-b42c-366a8550415e', + '51024916-9cc4-4362-92c3-c6edbb9b6d0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040713Z:fd464743-04bc-42ca-b42c-366a8550415e', + 'SOUTHEASTASIA:20211111T091115Z:51024916-9cc4-4362-92c3-c6edbb9b6d0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:12 GMT' + 'Thu, 11 Nov 2021 09:11:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22597,21 +26125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11376', + '10590', 'x-ms-request-id', - '6c50f1d6-7e1c-4d7d-8f4c-3fecff0de1a9', + 'd475952d-36f2-4fe8-bf66-1e89db2fdd99', 'x-ms-correlation-request-id', - '6c50f1d6-7e1c-4d7d-8f4c-3fecff0de1a9', + 'd475952d-36f2-4fe8-bf66-1e89db2fdd99', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040715Z:6c50f1d6-7e1c-4d7d-8f4c-3fecff0de1a9', + 'SOUTHEASTASIA:20211111T091118Z:d475952d-36f2-4fe8-bf66-1e89db2fdd99', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:14 GMT' + 'Thu, 11 Nov 2021 09:11:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22633,21 +26161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11375', + '10589', 'x-ms-request-id', - '338cd4c2-2fe0-4b5f-aecc-b92e1c916a38', + 'a5f041e7-036a-4199-a01f-3d44aea8469d', 'x-ms-correlation-request-id', - '338cd4c2-2fe0-4b5f-aecc-b92e1c916a38', + 'a5f041e7-036a-4199-a01f-3d44aea8469d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040718Z:338cd4c2-2fe0-4b5f-aecc-b92e1c916a38', + 'SOUTHEASTASIA:20211111T091120Z:a5f041e7-036a-4199-a01f-3d44aea8469d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:17 GMT' + 'Thu, 11 Nov 2021 09:11:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22669,21 +26197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11374', + '10588', 'x-ms-request-id', - '684110d1-c5d5-4f55-b6ad-a646a9ae59e8', + 'bad57364-ceea-49e9-95ac-094a50a85da1', 'x-ms-correlation-request-id', - '684110d1-c5d5-4f55-b6ad-a646a9ae59e8', + 'bad57364-ceea-49e9-95ac-094a50a85da1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040720Z:684110d1-c5d5-4f55-b6ad-a646a9ae59e8', + 'SOUTHEASTASIA:20211111T091122Z:bad57364-ceea-49e9-95ac-094a50a85da1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:20 GMT' + 'Thu, 11 Nov 2021 09:11:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22705,21 +26233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11373', + '10587', 'x-ms-request-id', - '19c93b08-a35f-473b-99d2-4fcc2098ef94', + '68b5c817-81f2-4722-968b-d4b974edaec3', 'x-ms-correlation-request-id', - '19c93b08-a35f-473b-99d2-4fcc2098ef94', + '68b5c817-81f2-4722-968b-d4b974edaec3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040722Z:19c93b08-a35f-473b-99d2-4fcc2098ef94', + 'SOUTHEASTASIA:20211111T091125Z:68b5c817-81f2-4722-968b-d4b974edaec3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:22 GMT' + 'Thu, 11 Nov 2021 09:11:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22741,21 +26269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11372', + '10586', 'x-ms-request-id', - '98403e56-a231-4de0-a93d-2ce5c16d8c01', + '77af9fb1-d1e8-4f84-b2d7-b5d3ac0c354e', 'x-ms-correlation-request-id', - '98403e56-a231-4de0-a93d-2ce5c16d8c01', + '77af9fb1-d1e8-4f84-b2d7-b5d3ac0c354e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040725Z:98403e56-a231-4de0-a93d-2ce5c16d8c01', + 'SOUTHEASTASIA:20211111T091127Z:77af9fb1-d1e8-4f84-b2d7-b5d3ac0c354e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:25 GMT' + 'Thu, 11 Nov 2021 09:11:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22777,21 +26305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11371', + '10585', 'x-ms-request-id', - 'b16bc859-993e-4127-802d-c83497befb65', + '46707b73-85d5-4323-ad7e-eb5da11cb7ff', 'x-ms-correlation-request-id', - 'b16bc859-993e-4127-802d-c83497befb65', + '46707b73-85d5-4323-ad7e-eb5da11cb7ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040727Z:b16bc859-993e-4127-802d-c83497befb65', + 'SOUTHEASTASIA:20211111T091129Z:46707b73-85d5-4323-ad7e-eb5da11cb7ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:27 GMT' + 'Thu, 11 Nov 2021 09:11:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22813,21 +26341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11370', + '10584', 'x-ms-request-id', - '90953297-6ee6-4c95-91af-7cf51f59ab09', + '57778dfc-4151-4945-a274-b1b19bedad04', 'x-ms-correlation-request-id', - '90953297-6ee6-4c95-91af-7cf51f59ab09', + '57778dfc-4151-4945-a274-b1b19bedad04', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040729Z:90953297-6ee6-4c95-91af-7cf51f59ab09', + 'SOUTHEASTASIA:20211111T091132Z:57778dfc-4151-4945-a274-b1b19bedad04', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:29 GMT' + 'Thu, 11 Nov 2021 09:11:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22849,21 +26377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11369', + '10583', 'x-ms-request-id', - 'ee9a190f-baee-426b-8504-33f077158058', + '1fbe3d69-8277-4f72-94b4-ff22f9dd0868', 'x-ms-correlation-request-id', - 'ee9a190f-baee-426b-8504-33f077158058', + '1fbe3d69-8277-4f72-94b4-ff22f9dd0868', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040732Z:ee9a190f-baee-426b-8504-33f077158058', + 'SOUTHEASTASIA:20211111T091134Z:1fbe3d69-8277-4f72-94b4-ff22f9dd0868', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:31 GMT' + 'Thu, 11 Nov 2021 09:11:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22885,21 +26413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11368', + '10582', 'x-ms-request-id', - '2dfa3fbf-194e-4d39-a735-a37feb8515bd', + '5b9de27b-5f36-4eee-9512-73c2b1934507', 'x-ms-correlation-request-id', - '2dfa3fbf-194e-4d39-a735-a37feb8515bd', + '5b9de27b-5f36-4eee-9512-73c2b1934507', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040734Z:2dfa3fbf-194e-4d39-a735-a37feb8515bd', + 'SOUTHEASTASIA:20211111T091136Z:5b9de27b-5f36-4eee-9512-73c2b1934507', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:34 GMT' + 'Thu, 11 Nov 2021 09:11:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22921,21 +26449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11367', + '10581', 'x-ms-request-id', - 'da67079e-37b5-47fd-b6d8-76a548ce5730', + '2eac8936-d175-456f-8a9e-00f6250ac98d', 'x-ms-correlation-request-id', - 'da67079e-37b5-47fd-b6d8-76a548ce5730', + '2eac8936-d175-456f-8a9e-00f6250ac98d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040736Z:da67079e-37b5-47fd-b6d8-76a548ce5730', + 'SOUTHEASTASIA:20211111T091139Z:2eac8936-d175-456f-8a9e-00f6250ac98d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:36 GMT' + 'Thu, 11 Nov 2021 09:11:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22957,21 +26485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11366', + '10580', 'x-ms-request-id', - '3f050e8e-bc59-4af0-a906-6a29c0adb3a8', + 'a7f147d1-6172-490d-832b-c86a88912b01', 'x-ms-correlation-request-id', - '3f050e8e-bc59-4af0-a906-6a29c0adb3a8', + 'a7f147d1-6172-490d-832b-c86a88912b01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040739Z:3f050e8e-bc59-4af0-a906-6a29c0adb3a8', + 'SOUTHEASTASIA:20211111T091141Z:a7f147d1-6172-490d-832b-c86a88912b01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:38 GMT' + 'Thu, 11 Nov 2021 09:11:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -22993,21 +26521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11365', + '10579', 'x-ms-request-id', - 'f3be3b3e-f4bd-4a26-8352-27e524d42783', + '83107b5e-fa22-478b-9729-449aeea28dff', 'x-ms-correlation-request-id', - 'f3be3b3e-f4bd-4a26-8352-27e524d42783', + '83107b5e-fa22-478b-9729-449aeea28dff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040741Z:f3be3b3e-f4bd-4a26-8352-27e524d42783', + 'SOUTHEASTASIA:20211111T091144Z:83107b5e-fa22-478b-9729-449aeea28dff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:41 GMT' + 'Thu, 11 Nov 2021 09:11:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23029,21 +26557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11364', + '10578', 'x-ms-request-id', - 'c91146b2-44f1-4114-b295-7915b88b5fba', + '3a920a81-17a2-4752-b8ed-b3155516f313', 'x-ms-correlation-request-id', - 'c91146b2-44f1-4114-b295-7915b88b5fba', + '3a920a81-17a2-4752-b8ed-b3155516f313', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040743Z:c91146b2-44f1-4114-b295-7915b88b5fba', + 'SOUTHEASTASIA:20211111T091146Z:3a920a81-17a2-4752-b8ed-b3155516f313', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:43 GMT' + 'Thu, 11 Nov 2021 09:11:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23065,21 +26593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11363', + '10577', 'x-ms-request-id', - '4833ca96-01ae-4ca1-ac40-2c14cdedec40', + 'f91af879-8524-454f-beaa-e5560f132424', 'x-ms-correlation-request-id', - '4833ca96-01ae-4ca1-ac40-2c14cdedec40', + 'f91af879-8524-454f-beaa-e5560f132424', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040746Z:4833ca96-01ae-4ca1-ac40-2c14cdedec40', + 'SOUTHEASTASIA:20211111T091149Z:f91af879-8524-454f-beaa-e5560f132424', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:45 GMT' + 'Thu, 11 Nov 2021 09:11:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23101,21 +26629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11362', + '10576', 'x-ms-request-id', - 'd427a395-05b2-49e2-807a-fdf20d827715', + '567651b1-30bb-4c7d-b55d-b357e01a0d8d', 'x-ms-correlation-request-id', - 'd427a395-05b2-49e2-807a-fdf20d827715', + '567651b1-30bb-4c7d-b55d-b357e01a0d8d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040748Z:d427a395-05b2-49e2-807a-fdf20d827715', + 'SOUTHEASTASIA:20211111T091151Z:567651b1-30bb-4c7d-b55d-b357e01a0d8d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:48 GMT' + 'Thu, 11 Nov 2021 09:11:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23137,21 +26665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11361', + '10575', 'x-ms-request-id', - '450339e6-3314-4841-8972-e90da4b8170f', + 'eeb11745-38b1-4c13-8efe-a034070f388a', 'x-ms-correlation-request-id', - '450339e6-3314-4841-8972-e90da4b8170f', + 'eeb11745-38b1-4c13-8efe-a034070f388a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040750Z:450339e6-3314-4841-8972-e90da4b8170f', + 'SOUTHEASTASIA:20211111T091153Z:eeb11745-38b1-4c13-8efe-a034070f388a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:50 GMT' + 'Thu, 11 Nov 2021 09:11:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23173,21 +26701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11360', + '10574', 'x-ms-request-id', - '15b9f0f3-00ef-4ffc-a77a-b904a2c39eba', + 'f7b17dbc-f01f-4e81-b0e1-e2af0872198f', 'x-ms-correlation-request-id', - '15b9f0f3-00ef-4ffc-a77a-b904a2c39eba', + 'f7b17dbc-f01f-4e81-b0e1-e2af0872198f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040752Z:15b9f0f3-00ef-4ffc-a77a-b904a2c39eba', + 'SOUTHEASTASIA:20211111T091156Z:f7b17dbc-f01f-4e81-b0e1-e2af0872198f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:52 GMT' + 'Thu, 11 Nov 2021 09:11:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23209,21 +26737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11359', + '10573', 'x-ms-request-id', - '60df58a7-72c3-422d-af7f-bc6a1d2f83ec', + 'fcc980d0-bc0a-4323-9840-3f8126fc362f', 'x-ms-correlation-request-id', - '60df58a7-72c3-422d-af7f-bc6a1d2f83ec', + 'fcc980d0-bc0a-4323-9840-3f8126fc362f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040755Z:60df58a7-72c3-422d-af7f-bc6a1d2f83ec', + 'SOUTHEASTASIA:20211111T091158Z:fcc980d0-bc0a-4323-9840-3f8126fc362f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:55 GMT' + 'Thu, 11 Nov 2021 09:11:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23245,21 +26773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11358', + '10572', 'x-ms-request-id', - 'a8671c74-05ee-4292-b9a5-cdfe7accfd4c', + 'fef0c491-9181-46d0-8c84-1016678adbaa', 'x-ms-correlation-request-id', - 'a8671c74-05ee-4292-b9a5-cdfe7accfd4c', + 'fef0c491-9181-46d0-8c84-1016678adbaa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040757Z:a8671c74-05ee-4292-b9a5-cdfe7accfd4c', + 'SOUTHEASTASIA:20211111T091200Z:fef0c491-9181-46d0-8c84-1016678adbaa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:57 GMT' + 'Thu, 11 Nov 2021 09:12:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23281,21 +26809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11357', + '10571', 'x-ms-request-id', - 'f83b93a6-044a-4729-a4ba-e2fb6fdc488c', + 'e0b3e618-38df-406b-b0e9-b22e0b057c3c', 'x-ms-correlation-request-id', - 'f83b93a6-044a-4729-a4ba-e2fb6fdc488c', + 'e0b3e618-38df-406b-b0e9-b22e0b057c3c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040759Z:f83b93a6-044a-4729-a4ba-e2fb6fdc488c', + 'SOUTHEASTASIA:20211111T091203Z:e0b3e618-38df-406b-b0e9-b22e0b057c3c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:07:59 GMT' + 'Thu, 11 Nov 2021 09:12:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23317,21 +26845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11356', + '10570', 'x-ms-request-id', - '41912e0b-59f3-48f9-a447-dea682257fe1', + 'db7e3c66-c84c-4d52-94f6-8496510ae0f6', 'x-ms-correlation-request-id', - '41912e0b-59f3-48f9-a447-dea682257fe1', + 'db7e3c66-c84c-4d52-94f6-8496510ae0f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040802Z:41912e0b-59f3-48f9-a447-dea682257fe1', + 'SOUTHEASTASIA:20211111T091205Z:db7e3c66-c84c-4d52-94f6-8496510ae0f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:02 GMT' + 'Thu, 11 Nov 2021 09:12:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23353,21 +26881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11355', + '10569', 'x-ms-request-id', - '8ecb0acd-4c39-47c3-94a0-d6176d01a23b', + '9170d7f9-0a21-4357-a2e8-d0665d017f5f', 'x-ms-correlation-request-id', - '8ecb0acd-4c39-47c3-94a0-d6176d01a23b', + '9170d7f9-0a21-4357-a2e8-d0665d017f5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040804Z:8ecb0acd-4c39-47c3-94a0-d6176d01a23b', + 'SOUTHEASTASIA:20211111T091207Z:9170d7f9-0a21-4357-a2e8-d0665d017f5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:04 GMT' + 'Thu, 11 Nov 2021 09:12:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23389,21 +26917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11354', + '10568', 'x-ms-request-id', - '52fffc14-763e-4254-be73-ae764c1d5e95', + '39dd932d-0a52-46fa-9413-f5103a75a92c', 'x-ms-correlation-request-id', - '52fffc14-763e-4254-be73-ae764c1d5e95', + '39dd932d-0a52-46fa-9413-f5103a75a92c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040806Z:52fffc14-763e-4254-be73-ae764c1d5e95', + 'SOUTHEASTASIA:20211111T091210Z:39dd932d-0a52-46fa-9413-f5103a75a92c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:06 GMT' + 'Thu, 11 Nov 2021 09:12:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23425,21 +26953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11353', + '10567', 'x-ms-request-id', - 'bac62f51-3448-4a1e-a91c-cfd803a124d2', + '7917fa48-3e78-4bda-b575-990ec9a31e94', 'x-ms-correlation-request-id', - 'bac62f51-3448-4a1e-a91c-cfd803a124d2', + '7917fa48-3e78-4bda-b575-990ec9a31e94', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040809Z:bac62f51-3448-4a1e-a91c-cfd803a124d2', + 'SOUTHEASTASIA:20211111T091212Z:7917fa48-3e78-4bda-b575-990ec9a31e94', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:08 GMT' + 'Thu, 11 Nov 2021 09:12:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23461,21 +26989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11352', + '10566', 'x-ms-request-id', - 'e2c9efd5-f144-47cb-83f2-3ec1c16588fe', + 'ab5506cd-315e-469f-bb64-8662e8609f70', 'x-ms-correlation-request-id', - 'e2c9efd5-f144-47cb-83f2-3ec1c16588fe', + 'ab5506cd-315e-469f-bb64-8662e8609f70', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040812Z:e2c9efd5-f144-47cb-83f2-3ec1c16588fe', + 'SOUTHEASTASIA:20211111T091214Z:ab5506cd-315e-469f-bb64-8662e8609f70', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:11 GMT' + 'Thu, 11 Nov 2021 09:12:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23497,21 +27025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11351', + '10565', 'x-ms-request-id', - 'e1e91d4a-f5a1-491c-b826-df05a00338f6', + '67b8e009-3a6a-4db7-801f-b03bfaa1b367', 'x-ms-correlation-request-id', - 'e1e91d4a-f5a1-491c-b826-df05a00338f6', + '67b8e009-3a6a-4db7-801f-b03bfaa1b367', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040814Z:e1e91d4a-f5a1-491c-b826-df05a00338f6', + 'SOUTHEASTASIA:20211111T091217Z:67b8e009-3a6a-4db7-801f-b03bfaa1b367', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:14 GMT' + 'Thu, 11 Nov 2021 09:12:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23533,21 +27061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11350', + '10564', 'x-ms-request-id', - '5d89459f-7906-4c3d-ba3e-92a1c56d3c79', + '60ce0476-0c59-4f84-8ac9-1d8df32ba08a', 'x-ms-correlation-request-id', - '5d89459f-7906-4c3d-ba3e-92a1c56d3c79', + '60ce0476-0c59-4f84-8ac9-1d8df32ba08a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040816Z:5d89459f-7906-4c3d-ba3e-92a1c56d3c79', + 'SOUTHEASTASIA:20211111T091219Z:60ce0476-0c59-4f84-8ac9-1d8df32ba08a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:16 GMT' + 'Thu, 11 Nov 2021 09:12:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23569,21 +27097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11349', + '10563', 'x-ms-request-id', - '589110d8-4e3e-4cfc-9a7c-02ade7ad3bef', + '56913b01-4add-48f2-b77c-7cd5ad222fe1', 'x-ms-correlation-request-id', - '589110d8-4e3e-4cfc-9a7c-02ade7ad3bef', + '56913b01-4add-48f2-b77c-7cd5ad222fe1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040819Z:589110d8-4e3e-4cfc-9a7c-02ade7ad3bef', + 'SOUTHEASTASIA:20211111T091221Z:56913b01-4add-48f2-b77c-7cd5ad222fe1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:18 GMT' + 'Thu, 11 Nov 2021 09:12:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23605,21 +27133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11348', + '10562', 'x-ms-request-id', - '507c3061-3e91-4bbd-98cd-c4697ede551d', + 'ea33dfbb-04f8-41b3-9111-d2199ec0d904', 'x-ms-correlation-request-id', - '507c3061-3e91-4bbd-98cd-c4697ede551d', + 'ea33dfbb-04f8-41b3-9111-d2199ec0d904', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040821Z:507c3061-3e91-4bbd-98cd-c4697ede551d', + 'SOUTHEASTASIA:20211111T091224Z:ea33dfbb-04f8-41b3-9111-d2199ec0d904', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:21 GMT' + 'Thu, 11 Nov 2021 09:12:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23641,21 +27169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11347', + '10561', 'x-ms-request-id', - '72ea436b-f8ea-40d0-803b-66ad80cb68d1', + '347d4a5d-9946-442f-afca-37cfc84d8afa', 'x-ms-correlation-request-id', - '72ea436b-f8ea-40d0-803b-66ad80cb68d1', + '347d4a5d-9946-442f-afca-37cfc84d8afa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040823Z:72ea436b-f8ea-40d0-803b-66ad80cb68d1', + 'SOUTHEASTASIA:20211111T091227Z:347d4a5d-9946-442f-afca-37cfc84d8afa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:23 GMT' + 'Thu, 11 Nov 2021 09:12:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23677,21 +27205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11346', + '10560', 'x-ms-request-id', - 'bd44a657-9836-419f-b4b8-0889e92b74dc', + 'e4b486fa-4931-4846-bc91-f6a17f63a335', 'x-ms-correlation-request-id', - 'bd44a657-9836-419f-b4b8-0889e92b74dc', + 'e4b486fa-4931-4846-bc91-f6a17f63a335', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040826Z:bd44a657-9836-419f-b4b8-0889e92b74dc', + 'SOUTHEASTASIA:20211111T091229Z:e4b486fa-4931-4846-bc91-f6a17f63a335', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:25 GMT' + 'Thu, 11 Nov 2021 09:12:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23713,21 +27241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11345', + '10559', 'x-ms-request-id', - 'b25b2a12-2dc8-418a-a1f0-68ac560b3276', + '64131a10-c1de-4b7e-a5ef-3bdbddd67043', 'x-ms-correlation-request-id', - 'b25b2a12-2dc8-418a-a1f0-68ac560b3276', + '64131a10-c1de-4b7e-a5ef-3bdbddd67043', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040828Z:b25b2a12-2dc8-418a-a1f0-68ac560b3276', + 'SOUTHEASTASIA:20211111T091231Z:64131a10-c1de-4b7e-a5ef-3bdbddd67043', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:28 GMT' + 'Thu, 11 Nov 2021 09:12:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23749,21 +27277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11344', + '10558', 'x-ms-request-id', - '1163c136-952d-457c-8ab9-06c1646ed06b', + 'd1f0d3c3-2eb1-4482-95aa-5d2a290feaf5', 'x-ms-correlation-request-id', - '1163c136-952d-457c-8ab9-06c1646ed06b', + 'd1f0d3c3-2eb1-4482-95aa-5d2a290feaf5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040830Z:1163c136-952d-457c-8ab9-06c1646ed06b', + 'SOUTHEASTASIA:20211111T091233Z:d1f0d3c3-2eb1-4482-95aa-5d2a290feaf5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:30 GMT' + 'Thu, 11 Nov 2021 09:12:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23785,21 +27313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11343', + '10557', 'x-ms-request-id', - '081779bd-fbc1-4376-b0a8-ddfa79b5b770', + '92999da5-1109-46b7-a5a6-d0587aad615c', 'x-ms-correlation-request-id', - '081779bd-fbc1-4376-b0a8-ddfa79b5b770', + '92999da5-1109-46b7-a5a6-d0587aad615c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040833Z:081779bd-fbc1-4376-b0a8-ddfa79b5b770', + 'SOUTHEASTASIA:20211111T091236Z:92999da5-1109-46b7-a5a6-d0587aad615c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:32 GMT' + 'Thu, 11 Nov 2021 09:12:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23821,21 +27349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11342', + '10556', 'x-ms-request-id', - '5d053203-815a-483d-9652-2ca9087d81e2', + '113841c2-7188-4f02-9839-291d72c69eca', 'x-ms-correlation-request-id', - '5d053203-815a-483d-9652-2ca9087d81e2', + '113841c2-7188-4f02-9839-291d72c69eca', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040835Z:5d053203-815a-483d-9652-2ca9087d81e2', + 'SOUTHEASTASIA:20211111T091238Z:113841c2-7188-4f02-9839-291d72c69eca', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:34 GMT' + 'Thu, 11 Nov 2021 09:12:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23857,21 +27385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11341', + '10555', 'x-ms-request-id', - 'e04c5f80-56da-45df-b840-e5c24da25b1f', + 'bdda37d5-f230-4d15-8a5e-8107728545c2', 'x-ms-correlation-request-id', - 'e04c5f80-56da-45df-b840-e5c24da25b1f', + 'bdda37d5-f230-4d15-8a5e-8107728545c2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040837Z:e04c5f80-56da-45df-b840-e5c24da25b1f', + 'SOUTHEASTASIA:20211111T091240Z:bdda37d5-f230-4d15-8a5e-8107728545c2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:37 GMT' + 'Thu, 11 Nov 2021 09:12:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23893,21 +27421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11340', + '10554', 'x-ms-request-id', - 'ff2b4de9-ef8f-4956-b529-fcb8d9e4588d', + '58513a2b-7cc6-4402-b55b-ec79bb148477', 'x-ms-correlation-request-id', - 'ff2b4de9-ef8f-4956-b529-fcb8d9e4588d', + '58513a2b-7cc6-4402-b55b-ec79bb148477', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040840Z:ff2b4de9-ef8f-4956-b529-fcb8d9e4588d', + 'SOUTHEASTASIA:20211111T091244Z:58513a2b-7cc6-4402-b55b-ec79bb148477', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:39 GMT' + 'Thu, 11 Nov 2021 09:12:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23929,21 +27457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11339', + '10553', 'x-ms-request-id', - '0517a00a-9ed7-4bdc-84c0-9023168d8832', + 'd0d56216-5323-47a5-ae70-209aafb82163', 'x-ms-correlation-request-id', - '0517a00a-9ed7-4bdc-84c0-9023168d8832', + 'd0d56216-5323-47a5-ae70-209aafb82163', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040842Z:0517a00a-9ed7-4bdc-84c0-9023168d8832', + 'SOUTHEASTASIA:20211111T091246Z:d0d56216-5323-47a5-ae70-209aafb82163', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:41 GMT' + 'Thu, 11 Nov 2021 09:12:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -23965,21 +27493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11338', + '10552', 'x-ms-request-id', - '8cd5e897-1c80-46f6-97cc-b8f1e0b3875d', + 'f5462857-f9c5-4529-84b6-73144ddebc35', 'x-ms-correlation-request-id', - '8cd5e897-1c80-46f6-97cc-b8f1e0b3875d', + 'f5462857-f9c5-4529-84b6-73144ddebc35', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040844Z:8cd5e897-1c80-46f6-97cc-b8f1e0b3875d', + 'SOUTHEASTASIA:20211111T091248Z:f5462857-f9c5-4529-84b6-73144ddebc35', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:44 GMT' + 'Thu, 11 Nov 2021 09:12:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24001,21 +27529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11337', + '10551', 'x-ms-request-id', - 'cb3b6d00-d75e-4418-8da6-c674baa23fab', + 'f38147ad-0656-4768-8f99-29663b7f8269', 'x-ms-correlation-request-id', - 'cb3b6d00-d75e-4418-8da6-c674baa23fab', + 'f38147ad-0656-4768-8f99-29663b7f8269', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040847Z:cb3b6d00-d75e-4418-8da6-c674baa23fab', + 'SOUTHEASTASIA:20211111T091251Z:f38147ad-0656-4768-8f99-29663b7f8269', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:46 GMT' + 'Thu, 11 Nov 2021 09:12:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24037,21 +27565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11336', + '10550', 'x-ms-request-id', - 'bed79518-46f6-4d42-84fd-ff82c33a6626', + '4c5f3809-93e5-483a-bca4-0bcd8efc1309', 'x-ms-correlation-request-id', - 'bed79518-46f6-4d42-84fd-ff82c33a6626', + '4c5f3809-93e5-483a-bca4-0bcd8efc1309', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040849Z:bed79518-46f6-4d42-84fd-ff82c33a6626', + 'SOUTHEASTASIA:20211111T091253Z:4c5f3809-93e5-483a-bca4-0bcd8efc1309', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:48 GMT' + 'Thu, 11 Nov 2021 09:12:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24073,21 +27601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11335', + '10549', 'x-ms-request-id', - '936b4855-71cf-48e1-a5e3-ff81fcc001ab', + 'ad573bc4-2d12-4861-9194-f60fc2a726a7', 'x-ms-correlation-request-id', - '936b4855-71cf-48e1-a5e3-ff81fcc001ab', + 'ad573bc4-2d12-4861-9194-f60fc2a726a7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040851Z:936b4855-71cf-48e1-a5e3-ff81fcc001ab', + 'SOUTHEASTASIA:20211111T091255Z:ad573bc4-2d12-4861-9194-f60fc2a726a7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:51 GMT' + 'Thu, 11 Nov 2021 09:12:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24109,21 +27637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11334', + '10548', 'x-ms-request-id', - '1b3dc2fb-aba5-4f02-9888-9b2393d645a4', + 'ae6b3e8b-1a75-456f-904a-af5bef7ae523', 'x-ms-correlation-request-id', - '1b3dc2fb-aba5-4f02-9888-9b2393d645a4', + 'ae6b3e8b-1a75-456f-904a-af5bef7ae523', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040854Z:1b3dc2fb-aba5-4f02-9888-9b2393d645a4', + 'SOUTHEASTASIA:20211111T091257Z:ae6b3e8b-1a75-456f-904a-af5bef7ae523', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:53 GMT' + 'Thu, 11 Nov 2021 09:12:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24145,21 +27673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11333', + '10547', 'x-ms-request-id', - '9c705662-093e-4288-8edb-05d07c95feae', + 'a4c13ea0-a061-4168-9db7-ab9680ee92a9', 'x-ms-correlation-request-id', - '9c705662-093e-4288-8edb-05d07c95feae', + 'a4c13ea0-a061-4168-9db7-ab9680ee92a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040856Z:9c705662-093e-4288-8edb-05d07c95feae', + 'SOUTHEASTASIA:20211111T091300Z:a4c13ea0-a061-4168-9db7-ab9680ee92a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:55 GMT' + 'Thu, 11 Nov 2021 09:12:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24181,21 +27709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11332', + '10546', 'x-ms-request-id', - '8f047c75-196c-4178-ae3c-0fe0482c6e4b', + 'd9ba9779-bc6a-4805-b82f-239a7af7bdaa', 'x-ms-correlation-request-id', - '8f047c75-196c-4178-ae3c-0fe0482c6e4b', + 'd9ba9779-bc6a-4805-b82f-239a7af7bdaa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040858Z:8f047c75-196c-4178-ae3c-0fe0482c6e4b', + 'SOUTHEASTASIA:20211111T091302Z:d9ba9779-bc6a-4805-b82f-239a7af7bdaa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:08:57 GMT' + 'Thu, 11 Nov 2021 09:13:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24217,21 +27745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11331', + '10545', 'x-ms-request-id', - '51ac110b-1b43-4bea-9fbc-fb5c5df075dc', + 'c5ebbf60-a9d6-4937-b0b9-6e348991fa55', 'x-ms-correlation-request-id', - '51ac110b-1b43-4bea-9fbc-fb5c5df075dc', + 'c5ebbf60-a9d6-4937-b0b9-6e348991fa55', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040900Z:51ac110b-1b43-4bea-9fbc-fb5c5df075dc', + 'SOUTHEASTASIA:20211111T091304Z:c5ebbf60-a9d6-4937-b0b9-6e348991fa55', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:00 GMT' + 'Thu, 11 Nov 2021 09:13:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24253,21 +27781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11330', + '10544', 'x-ms-request-id', - '37f7caab-302e-456b-811f-13835e1791c7', + '9f54fb93-105f-4ab3-ba62-82b5510e1ea7', 'x-ms-correlation-request-id', - '37f7caab-302e-456b-811f-13835e1791c7', + '9f54fb93-105f-4ab3-ba62-82b5510e1ea7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040903Z:37f7caab-302e-456b-811f-13835e1791c7', + 'SOUTHEASTASIA:20211111T091307Z:9f54fb93-105f-4ab3-ba62-82b5510e1ea7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:02 GMT' + 'Thu, 11 Nov 2021 09:13:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24289,21 +27817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11329', + '10543', 'x-ms-request-id', - 'f8dbd812-652a-4b61-86b5-e72e0bc384dd', + 'a2f22dc4-7284-4d51-864e-96186b9bbad8', 'x-ms-correlation-request-id', - 'f8dbd812-652a-4b61-86b5-e72e0bc384dd', + 'a2f22dc4-7284-4d51-864e-96186b9bbad8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040905Z:f8dbd812-652a-4b61-86b5-e72e0bc384dd', + 'SOUTHEASTASIA:20211111T091309Z:a2f22dc4-7284-4d51-864e-96186b9bbad8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:04 GMT' + 'Thu, 11 Nov 2021 09:13:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24325,21 +27853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11328', + '10542', 'x-ms-request-id', - 'b74c5c93-3e25-4b95-9283-ded59c14c52e', + 'b2c648bb-f326-4e4b-b6be-0e27d8751934', 'x-ms-correlation-request-id', - 'b74c5c93-3e25-4b95-9283-ded59c14c52e', + 'b2c648bb-f326-4e4b-b6be-0e27d8751934', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040907Z:b74c5c93-3e25-4b95-9283-ded59c14c52e', + 'SOUTHEASTASIA:20211111T091311Z:b2c648bb-f326-4e4b-b6be-0e27d8751934', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:07 GMT' + 'Thu, 11 Nov 2021 09:13:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24361,21 +27889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11327', + '10541', 'x-ms-request-id', - '0fbed3f6-76b8-417d-b7a5-ffc585da4566', + 'c5b4de78-68b8-434e-8bcd-ceeeda15e4cb', 'x-ms-correlation-request-id', - '0fbed3f6-76b8-417d-b7a5-ffc585da4566', + 'c5b4de78-68b8-434e-8bcd-ceeeda15e4cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040910Z:0fbed3f6-76b8-417d-b7a5-ffc585da4566', + 'SOUTHEASTASIA:20211111T091314Z:c5b4de78-68b8-434e-8bcd-ceeeda15e4cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:09 GMT' + 'Thu, 11 Nov 2021 09:13:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24397,21 +27925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11326', + '10540', 'x-ms-request-id', - 'd6e42c1a-d8ab-4dec-910e-307372878454', + '4741bea4-d717-46f4-a2af-018d2ede52a1', 'x-ms-correlation-request-id', - 'd6e42c1a-d8ab-4dec-910e-307372878454', + '4741bea4-d717-46f4-a2af-018d2ede52a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040912Z:d6e42c1a-d8ab-4dec-910e-307372878454', + 'SOUTHEASTASIA:20211111T091316Z:4741bea4-d717-46f4-a2af-018d2ede52a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:11 GMT' + 'Thu, 11 Nov 2021 09:13:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24433,21 +27961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11325', + '10539', 'x-ms-request-id', - 'f535d191-1734-4f54-ab42-9fead0734cf2', + '4c081d72-9e3e-4845-812c-4f27988ef425', 'x-ms-correlation-request-id', - 'f535d191-1734-4f54-ab42-9fead0734cf2', + '4c081d72-9e3e-4845-812c-4f27988ef425', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040914Z:f535d191-1734-4f54-ab42-9fead0734cf2', + 'SOUTHEASTASIA:20211111T091318Z:4c081d72-9e3e-4845-812c-4f27988ef425', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:14 GMT' + 'Thu, 11 Nov 2021 09:13:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24469,21 +27997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11324', + '10538', 'x-ms-request-id', - 'fc3ea04f-db54-4b48-a44a-9f5c56d0e81d', + '6a168bb0-8272-4dcb-9b5d-f607fddf1215', 'x-ms-correlation-request-id', - 'fc3ea04f-db54-4b48-a44a-9f5c56d0e81d', + '6a168bb0-8272-4dcb-9b5d-f607fddf1215', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040917Z:fc3ea04f-db54-4b48-a44a-9f5c56d0e81d', + 'SOUTHEASTASIA:20211111T091321Z:6a168bb0-8272-4dcb-9b5d-f607fddf1215', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:16 GMT' + 'Thu, 11 Nov 2021 09:13:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24505,21 +28033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11323', + '10537', 'x-ms-request-id', - 'f869a35f-7f9d-4676-9dc1-0d2d2e54e18f', + '050ea7a2-125e-4f5c-bda5-eb7440b84f6d', 'x-ms-correlation-request-id', - 'f869a35f-7f9d-4676-9dc1-0d2d2e54e18f', + '050ea7a2-125e-4f5c-bda5-eb7440b84f6d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040919Z:f869a35f-7f9d-4676-9dc1-0d2d2e54e18f', + 'SOUTHEASTASIA:20211111T091323Z:050ea7a2-125e-4f5c-bda5-eb7440b84f6d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:18 GMT' + 'Thu, 11 Nov 2021 09:13:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24541,21 +28069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11322', + '10536', 'x-ms-request-id', - 'e26f8979-e991-44a0-9d72-16d97683bf0c', + '5573797e-3d9a-46f1-a8ad-b32881ae5f05', 'x-ms-correlation-request-id', - 'e26f8979-e991-44a0-9d72-16d97683bf0c', + '5573797e-3d9a-46f1-a8ad-b32881ae5f05', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040922Z:e26f8979-e991-44a0-9d72-16d97683bf0c', + 'SOUTHEASTASIA:20211111T091325Z:5573797e-3d9a-46f1-a8ad-b32881ae5f05', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:21 GMT' + 'Thu, 11 Nov 2021 09:13:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24577,21 +28105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11321', + '10535', 'x-ms-request-id', - '572dcd27-d1ae-4338-bc02-07b99ec338d8', + 'ecf00d8d-c06b-473a-8c69-79e553d0107c', 'x-ms-correlation-request-id', - '572dcd27-d1ae-4338-bc02-07b99ec338d8', + 'ecf00d8d-c06b-473a-8c69-79e553d0107c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040924Z:572dcd27-d1ae-4338-bc02-07b99ec338d8', + 'SOUTHEASTASIA:20211111T091328Z:ecf00d8d-c06b-473a-8c69-79e553d0107c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:23 GMT' + 'Thu, 11 Nov 2021 09:13:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24613,21 +28141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11320', + '10534', 'x-ms-request-id', - '532112b5-1da3-4328-afd4-b465214eb2f0', + 'c7ba0404-1e3f-4fdf-bc8a-bdd1a1ad2b86', 'x-ms-correlation-request-id', - '532112b5-1da3-4328-afd4-b465214eb2f0', + 'c7ba0404-1e3f-4fdf-bc8a-bdd1a1ad2b86', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040926Z:532112b5-1da3-4328-afd4-b465214eb2f0', + 'SOUTHEASTASIA:20211111T091330Z:c7ba0404-1e3f-4fdf-bc8a-bdd1a1ad2b86', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:25 GMT' + 'Thu, 11 Nov 2021 09:13:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24649,21 +28177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11319', + '10533', 'x-ms-request-id', - '39e56f6e-3d4c-4382-bbd5-17e428f73320', + '2275ca08-8940-42d4-a407-4f8ed3ab7fb8', 'x-ms-correlation-request-id', - '39e56f6e-3d4c-4382-bbd5-17e428f73320', + '2275ca08-8940-42d4-a407-4f8ed3ab7fb8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040928Z:39e56f6e-3d4c-4382-bbd5-17e428f73320', + 'SOUTHEASTASIA:20211111T091332Z:2275ca08-8940-42d4-a407-4f8ed3ab7fb8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:28 GMT' + 'Thu, 11 Nov 2021 09:13:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24685,21 +28213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11318', + '10532', 'x-ms-request-id', - '8017c756-98d8-427b-b2ee-472d6cf618ee', + '52d96c8f-bc6d-404f-bba7-6b2b53c3ae22', 'x-ms-correlation-request-id', - '8017c756-98d8-427b-b2ee-472d6cf618ee', + '52d96c8f-bc6d-404f-bba7-6b2b53c3ae22', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040931Z:8017c756-98d8-427b-b2ee-472d6cf618ee', + 'SOUTHEASTASIA:20211111T091335Z:52d96c8f-bc6d-404f-bba7-6b2b53c3ae22', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:30 GMT' + 'Thu, 11 Nov 2021 09:13:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24721,21 +28249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11317', + '10531', 'x-ms-request-id', - '6743d74e-b7aa-415c-bcd6-c1274202358b', + '2ab344eb-329f-46ca-bdab-490a82c7f92a', 'x-ms-correlation-request-id', - '6743d74e-b7aa-415c-bcd6-c1274202358b', + '2ab344eb-329f-46ca-bdab-490a82c7f92a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040933Z:6743d74e-b7aa-415c-bcd6-c1274202358b', + 'SOUTHEASTASIA:20211111T091337Z:2ab344eb-329f-46ca-bdab-490a82c7f92a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:32 GMT' + 'Thu, 11 Nov 2021 09:13:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24757,21 +28285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11316', + '10530', 'x-ms-request-id', - '1fd9698a-bb77-4f89-8ac7-3f6f3f367a11', + '74db231c-4687-4296-8dc7-0bedffe47bc1', 'x-ms-correlation-request-id', - '1fd9698a-bb77-4f89-8ac7-3f6f3f367a11', + '74db231c-4687-4296-8dc7-0bedffe47bc1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040935Z:1fd9698a-bb77-4f89-8ac7-3f6f3f367a11', + 'SOUTHEASTASIA:20211111T091339Z:74db231c-4687-4296-8dc7-0bedffe47bc1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:34 GMT' + 'Thu, 11 Nov 2021 09:13:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24793,21 +28321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11315', + '10529', 'x-ms-request-id', - '8e8a9a96-aaf5-4f59-8771-d99df250ca88', + '38dc7f1f-5aec-47f0-ae66-038009a99c06', 'x-ms-correlation-request-id', - '8e8a9a96-aaf5-4f59-8771-d99df250ca88', + '38dc7f1f-5aec-47f0-ae66-038009a99c06', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040938Z:8e8a9a96-aaf5-4f59-8771-d99df250ca88', + 'SOUTHEASTASIA:20211111T091342Z:38dc7f1f-5aec-47f0-ae66-038009a99c06', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:37 GMT' + 'Thu, 11 Nov 2021 09:13:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24829,21 +28357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11314', + '10528', 'x-ms-request-id', - 'd48473fe-5654-41fa-b990-527b8c47f7a2', + 'c406d6cb-4954-4cbc-b922-0839827c1979', 'x-ms-correlation-request-id', - 'd48473fe-5654-41fa-b990-527b8c47f7a2', + 'c406d6cb-4954-4cbc-b922-0839827c1979', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040940Z:d48473fe-5654-41fa-b990-527b8c47f7a2', + 'SOUTHEASTASIA:20211111T091345Z:c406d6cb-4954-4cbc-b922-0839827c1979', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:40 GMT' + 'Thu, 11 Nov 2021 09:13:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24865,21 +28393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11313', + '10527', 'x-ms-request-id', - '8626c18c-b924-4696-8d70-ac52e48f7df8', + '4ea20dcd-7156-4147-a452-cd5c7009b7ec', 'x-ms-correlation-request-id', - '8626c18c-b924-4696-8d70-ac52e48f7df8', + '4ea20dcd-7156-4147-a452-cd5c7009b7ec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040942Z:8626c18c-b924-4696-8d70-ac52e48f7df8', + 'SOUTHEASTASIA:20211111T091347Z:4ea20dcd-7156-4147-a452-cd5c7009b7ec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:42 GMT' + 'Thu, 11 Nov 2021 09:13:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24901,21 +28429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11312', + '10526', 'x-ms-request-id', - 'f53feda0-6e80-40f0-a308-8b07c1ea85cc', + 'e17f0834-c22c-472d-9698-419a8c644ed5', 'x-ms-correlation-request-id', - 'f53feda0-6e80-40f0-a308-8b07c1ea85cc', + 'e17f0834-c22c-472d-9698-419a8c644ed5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040945Z:f53feda0-6e80-40f0-a308-8b07c1ea85cc', + 'SOUTHEASTASIA:20211111T091349Z:e17f0834-c22c-472d-9698-419a8c644ed5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:45 GMT' + 'Thu, 11 Nov 2021 09:13:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24937,21 +28465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11311', + '10525', 'x-ms-request-id', - '8f2f5173-04f9-43d2-a4f9-a9345f33305c', + '95766588-3230-4047-a3fb-038874af1b07', 'x-ms-correlation-request-id', - '8f2f5173-04f9-43d2-a4f9-a9345f33305c', + '95766588-3230-4047-a3fb-038874af1b07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040947Z:8f2f5173-04f9-43d2-a4f9-a9345f33305c', + 'SOUTHEASTASIA:20211111T091352Z:95766588-3230-4047-a3fb-038874af1b07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:47 GMT' + 'Thu, 11 Nov 2021 09:13:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -24973,21 +28501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11310', + '10524', 'x-ms-request-id', - 'ac339af0-a425-4d2c-8e75-df605320bc94', + '9dfda240-0055-4dfe-8135-6e8ce3679b8b', 'x-ms-correlation-request-id', - 'ac339af0-a425-4d2c-8e75-df605320bc94', + '9dfda240-0055-4dfe-8135-6e8ce3679b8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040949Z:ac339af0-a425-4d2c-8e75-df605320bc94', + 'SOUTHEASTASIA:20211111T091354Z:9dfda240-0055-4dfe-8135-6e8ce3679b8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:49 GMT' + 'Thu, 11 Nov 2021 09:13:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25009,21 +28537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11309', + '10523', 'x-ms-request-id', - 'c5f30f8a-a7cf-4b49-b531-0da66768d19e', + '73c711ea-ee7f-44eb-8aec-1be50770135f', 'x-ms-correlation-request-id', - 'c5f30f8a-a7cf-4b49-b531-0da66768d19e', + '73c711ea-ee7f-44eb-8aec-1be50770135f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040952Z:c5f30f8a-a7cf-4b49-b531-0da66768d19e', + 'SOUTHEASTASIA:20211111T091356Z:73c711ea-ee7f-44eb-8aec-1be50770135f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:52 GMT' + 'Thu, 11 Nov 2021 09:13:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25045,21 +28573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11308', + '10522', 'x-ms-request-id', - '2879a0ab-4105-4005-9db5-3b617090b3b7', + 'e4742108-1cba-42de-bcdb-4367442a7e5a', 'x-ms-correlation-request-id', - '2879a0ab-4105-4005-9db5-3b617090b3b7', + 'e4742108-1cba-42de-bcdb-4367442a7e5a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040954Z:2879a0ab-4105-4005-9db5-3b617090b3b7', + 'SOUTHEASTASIA:20211111T091359Z:e4742108-1cba-42de-bcdb-4367442a7e5a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:54 GMT' + 'Thu, 11 Nov 2021 09:13:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25081,21 +28609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11307', + '10521', 'x-ms-request-id', - 'e58ffa32-59d5-47d8-8936-074bfeba9592', + '58694bf3-ad28-4fd5-befe-b27c71a90a93', 'x-ms-correlation-request-id', - 'e58ffa32-59d5-47d8-8936-074bfeba9592', + '58694bf3-ad28-4fd5-befe-b27c71a90a93', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040956Z:e58ffa32-59d5-47d8-8936-074bfeba9592', + 'SOUTHEASTASIA:20211111T091401Z:58694bf3-ad28-4fd5-befe-b27c71a90a93', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:56 GMT' + 'Thu, 11 Nov 2021 09:14:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25117,21 +28645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11306', + '10520', 'x-ms-request-id', - '37ade48d-d9b6-46a3-8b59-158fe94fd262', + '6653f975-4f7b-4de8-88f2-816f0f16e566', 'x-ms-correlation-request-id', - '37ade48d-d9b6-46a3-8b59-158fe94fd262', + '6653f975-4f7b-4de8-88f2-816f0f16e566', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T040959Z:37ade48d-d9b6-46a3-8b59-158fe94fd262', + 'SOUTHEASTASIA:20211111T091403Z:6653f975-4f7b-4de8-88f2-816f0f16e566', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:09:59 GMT' + 'Thu, 11 Nov 2021 09:14:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25153,21 +28681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11305', + '10519', 'x-ms-request-id', - 'b8f424a2-6de4-4045-a851-84a5baed0f5c', + '2b66c331-0232-435e-8811-ac7c490d7554', 'x-ms-correlation-request-id', - 'b8f424a2-6de4-4045-a851-84a5baed0f5c', + '2b66c331-0232-435e-8811-ac7c490d7554', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041001Z:b8f424a2-6de4-4045-a851-84a5baed0f5c', + 'SOUTHEASTASIA:20211111T091406Z:2b66c331-0232-435e-8811-ac7c490d7554', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:01 GMT' + 'Thu, 11 Nov 2021 09:14:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25189,21 +28717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11304', + '10518', 'x-ms-request-id', - '3cee43c2-56d7-46fc-a075-b2aeac40e6ac', + 'ae9ffc9b-ec3b-4095-8eb0-543099ea0d91', 'x-ms-correlation-request-id', - '3cee43c2-56d7-46fc-a075-b2aeac40e6ac', + 'ae9ffc9b-ec3b-4095-8eb0-543099ea0d91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041003Z:3cee43c2-56d7-46fc-a075-b2aeac40e6ac', + 'SOUTHEASTASIA:20211111T091408Z:ae9ffc9b-ec3b-4095-8eb0-543099ea0d91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:03 GMT' + 'Thu, 11 Nov 2021 09:14:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25225,21 +28753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11303', + '10517', 'x-ms-request-id', - '06db6bea-c9b5-45a9-86c2-a4a27937f287', + '45de25ac-2efa-4f2e-8552-1bf72befa91b', 'x-ms-correlation-request-id', - '06db6bea-c9b5-45a9-86c2-a4a27937f287', + '45de25ac-2efa-4f2e-8552-1bf72befa91b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041006Z:06db6bea-c9b5-45a9-86c2-a4a27937f287', + 'SOUTHEASTASIA:20211111T091410Z:45de25ac-2efa-4f2e-8552-1bf72befa91b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:05 GMT' + 'Thu, 11 Nov 2021 09:14:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25261,21 +28789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11302', + '10516', 'x-ms-request-id', - 'd8cec42c-f2b2-415e-8399-837e42dfdc1c', + '33288b85-6701-4614-b160-8b30584d0a4f', 'x-ms-correlation-request-id', - 'd8cec42c-f2b2-415e-8399-837e42dfdc1c', + '33288b85-6701-4614-b160-8b30584d0a4f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041008Z:d8cec42c-f2b2-415e-8399-837e42dfdc1c', + 'SOUTHEASTASIA:20211111T091413Z:33288b85-6701-4614-b160-8b30584d0a4f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:08 GMT' + 'Thu, 11 Nov 2021 09:14:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25297,21 +28825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11301', + '10515', 'x-ms-request-id', - '314d1023-0819-4142-9969-199d6cbaa7cf', + 'a0b33055-2457-4866-bec4-1dde3062c923', 'x-ms-correlation-request-id', - '314d1023-0819-4142-9969-199d6cbaa7cf', + 'a0b33055-2457-4866-bec4-1dde3062c923', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041010Z:314d1023-0819-4142-9969-199d6cbaa7cf', + 'SOUTHEASTASIA:20211111T091415Z:a0b33055-2457-4866-bec4-1dde3062c923', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:10 GMT' + 'Thu, 11 Nov 2021 09:14:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25333,21 +28861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11300', + '10514', 'x-ms-request-id', - '35ab8f1f-2969-403b-a5a9-af8a16ddc464', + '718cb519-5912-491a-8197-a59f075bc371', 'x-ms-correlation-request-id', - '35ab8f1f-2969-403b-a5a9-af8a16ddc464', + '718cb519-5912-491a-8197-a59f075bc371', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041013Z:35ab8f1f-2969-403b-a5a9-af8a16ddc464', + 'SOUTHEASTASIA:20211111T091417Z:718cb519-5912-491a-8197-a59f075bc371', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:12 GMT' + 'Thu, 11 Nov 2021 09:14:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25369,21 +28897,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11299', + '10513', 'x-ms-request-id', - '5e8fe9cf-2651-499d-8194-858ea28e5dad', + 'b8f35722-1368-43b4-b3e0-8273805ce38a', 'x-ms-correlation-request-id', - '5e8fe9cf-2651-499d-8194-858ea28e5dad', + 'b8f35722-1368-43b4-b3e0-8273805ce38a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041015Z:5e8fe9cf-2651-499d-8194-858ea28e5dad', + 'SOUTHEASTASIA:20211111T091419Z:b8f35722-1368-43b4-b3e0-8273805ce38a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:15 GMT' + 'Thu, 11 Nov 2021 09:14:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25405,21 +28933,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11298', + '10512', 'x-ms-request-id', - 'fd8a4650-bdab-417a-857f-0c8beef23347', + '49eec256-058d-4d5b-b487-bc3528d0ded6', 'x-ms-correlation-request-id', - 'fd8a4650-bdab-417a-857f-0c8beef23347', + '49eec256-058d-4d5b-b487-bc3528d0ded6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041017Z:fd8a4650-bdab-417a-857f-0c8beef23347', + 'SOUTHEASTASIA:20211111T091422Z:49eec256-058d-4d5b-b487-bc3528d0ded6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:17 GMT' + 'Thu, 11 Nov 2021 09:14:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25441,21 +28969,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11297', + '10511', 'x-ms-request-id', - '78bad073-1efd-4a9b-86be-51291192b59a', + '6f9d1275-c3cb-4705-9d7d-69425419695d', 'x-ms-correlation-request-id', - '78bad073-1efd-4a9b-86be-51291192b59a', + '6f9d1275-c3cb-4705-9d7d-69425419695d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041020Z:78bad073-1efd-4a9b-86be-51291192b59a', + 'SOUTHEASTASIA:20211111T091424Z:6f9d1275-c3cb-4705-9d7d-69425419695d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:19 GMT' + 'Thu, 11 Nov 2021 09:14:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25477,21 +29005,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11296', + '10510', 'x-ms-request-id', - '658ea349-9212-46e7-a5f7-c07d44478ba1', + '6e03cba0-e90b-42fa-a60c-9a3016b35474', 'x-ms-correlation-request-id', - '658ea349-9212-46e7-a5f7-c07d44478ba1', + '6e03cba0-e90b-42fa-a60c-9a3016b35474', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041022Z:658ea349-9212-46e7-a5f7-c07d44478ba1', + 'SOUTHEASTASIA:20211111T091426Z:6e03cba0-e90b-42fa-a60c-9a3016b35474', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:22 GMT' + 'Thu, 11 Nov 2021 09:14:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25513,21 +29041,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11295', + '10509', 'x-ms-request-id', - 'ec3001dc-9f68-4f0d-bbd6-d56cab700b04', + '6fff122f-a9d7-478f-9011-6725f28e4197', 'x-ms-correlation-request-id', - 'ec3001dc-9f68-4f0d-bbd6-d56cab700b04', + '6fff122f-a9d7-478f-9011-6725f28e4197', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041024Z:ec3001dc-9f68-4f0d-bbd6-d56cab700b04', + 'SOUTHEASTASIA:20211111T091429Z:6fff122f-a9d7-478f-9011-6725f28e4197', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:24 GMT' + 'Thu, 11 Nov 2021 09:14:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25549,21 +29077,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11294', + '10508', 'x-ms-request-id', - '60b1f9ae-cf98-41b1-acd1-cd69b1bbbd9d', + '03d27b74-c8d0-427f-a043-ca0bc6925bd9', 'x-ms-correlation-request-id', - '60b1f9ae-cf98-41b1-acd1-cd69b1bbbd9d', + '03d27b74-c8d0-427f-a043-ca0bc6925bd9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041027Z:60b1f9ae-cf98-41b1-acd1-cd69b1bbbd9d', + 'SOUTHEASTASIA:20211111T091431Z:03d27b74-c8d0-427f-a043-ca0bc6925bd9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:26 GMT' + 'Thu, 11 Nov 2021 09:14:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25585,21 +29113,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11293', + '10507', 'x-ms-request-id', - '1cb98990-ea14-40bc-97b2-160b4de2b8d7', + 'c829b922-5e70-466d-940c-88a0873b156d', 'x-ms-correlation-request-id', - '1cb98990-ea14-40bc-97b2-160b4de2b8d7', + 'c829b922-5e70-466d-940c-88a0873b156d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041029Z:1cb98990-ea14-40bc-97b2-160b4de2b8d7', + 'SOUTHEASTASIA:20211111T091433Z:c829b922-5e70-466d-940c-88a0873b156d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:29 GMT' + 'Thu, 11 Nov 2021 09:14:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25621,21 +29149,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11292', + '10506', 'x-ms-request-id', - '1f3910f7-215c-43e2-a169-ca956cb81539', + '370dc1f6-3c38-44c2-b801-c27db7d3d4e4', 'x-ms-correlation-request-id', - '1f3910f7-215c-43e2-a169-ca956cb81539', + '370dc1f6-3c38-44c2-b801-c27db7d3d4e4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041031Z:1f3910f7-215c-43e2-a169-ca956cb81539', + 'SOUTHEASTASIA:20211111T091436Z:370dc1f6-3c38-44c2-b801-c27db7d3d4e4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:31 GMT' + 'Thu, 11 Nov 2021 09:14:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25657,21 +29185,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11291', + '10505', 'x-ms-request-id', - '46de5ce9-2448-4bac-b04b-ed0b8b7f93bb', + '20c8811f-5483-4ad7-aee8-2fb221d7f323', 'x-ms-correlation-request-id', - '46de5ce9-2448-4bac-b04b-ed0b8b7f93bb', + '20c8811f-5483-4ad7-aee8-2fb221d7f323', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041034Z:46de5ce9-2448-4bac-b04b-ed0b8b7f93bb', + 'SOUTHEASTASIA:20211111T091438Z:20c8811f-5483-4ad7-aee8-2fb221d7f323', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:33 GMT' + 'Thu, 11 Nov 2021 09:14:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25693,21 +29221,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11290', + '10504', 'x-ms-request-id', - '532dd0ad-41a6-495d-9912-5493eb345a1d', + '976f7136-0bf4-4940-adc0-cc76c805124c', 'x-ms-correlation-request-id', - '532dd0ad-41a6-495d-9912-5493eb345a1d', + '976f7136-0bf4-4940-adc0-cc76c805124c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041036Z:532dd0ad-41a6-495d-9912-5493eb345a1d', + 'SOUTHEASTASIA:20211111T091440Z:976f7136-0bf4-4940-adc0-cc76c805124c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:36 GMT' + 'Thu, 11 Nov 2021 09:14:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25729,21 +29257,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11289', + '10503', 'x-ms-request-id', - 'e4931081-02b1-4f3b-a167-85998c807716', + '07689cb6-6050-4135-a457-853a735e2344', 'x-ms-correlation-request-id', - 'e4931081-02b1-4f3b-a167-85998c807716', + '07689cb6-6050-4135-a457-853a735e2344', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041038Z:e4931081-02b1-4f3b-a167-85998c807716', + 'SOUTHEASTASIA:20211111T091443Z:07689cb6-6050-4135-a457-853a735e2344', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:38 GMT' + 'Thu, 11 Nov 2021 09:14:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25765,21 +29293,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11288', + '10502', 'x-ms-request-id', - 'fae1c144-5956-41d8-8435-a160c08591ab', + 'ae16f75b-b373-42e8-9ecc-d5b15eb4f54d', 'x-ms-correlation-request-id', - 'fae1c144-5956-41d8-8435-a160c08591ab', + 'ae16f75b-b373-42e8-9ecc-d5b15eb4f54d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041041Z:fae1c144-5956-41d8-8435-a160c08591ab', + 'SOUTHEASTASIA:20211111T091446Z:ae16f75b-b373-42e8-9ecc-d5b15eb4f54d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:40 GMT' + 'Thu, 11 Nov 2021 09:14:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25801,21 +29329,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11287', + '10501', 'x-ms-request-id', - '7c6e5adf-4811-4f62-ab2a-a39fe75e46be', + '2e9e7f68-d345-423d-93df-64b9595aa7cb', 'x-ms-correlation-request-id', - '7c6e5adf-4811-4f62-ab2a-a39fe75e46be', + '2e9e7f68-d345-423d-93df-64b9595aa7cb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041043Z:7c6e5adf-4811-4f62-ab2a-a39fe75e46be', + 'SOUTHEASTASIA:20211111T091448Z:2e9e7f68-d345-423d-93df-64b9595aa7cb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:43 GMT' + 'Thu, 11 Nov 2021 09:14:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25837,21 +29365,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11286', + '10500', 'x-ms-request-id', - '8854ee0c-763e-4b58-bfba-652d551b679b', + '56799e67-c4fc-4d9d-bd45-bccc57c9151c', 'x-ms-correlation-request-id', - '8854ee0c-763e-4b58-bfba-652d551b679b', + '56799e67-c4fc-4d9d-bd45-bccc57c9151c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041045Z:8854ee0c-763e-4b58-bfba-652d551b679b', + 'SOUTHEASTASIA:20211111T091450Z:56799e67-c4fc-4d9d-bd45-bccc57c9151c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:45 GMT' + 'Thu, 11 Nov 2021 09:14:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25873,21 +29401,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11285', + '10499', 'x-ms-request-id', - 'c48ff306-f53e-4496-8f27-78b26527e7e8', + 'ada9dc16-c0d0-460b-b410-2be8931a3c95', 'x-ms-correlation-request-id', - 'c48ff306-f53e-4496-8f27-78b26527e7e8', + 'ada9dc16-c0d0-460b-b410-2be8931a3c95', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041047Z:c48ff306-f53e-4496-8f27-78b26527e7e8', + 'SOUTHEASTASIA:20211111T091453Z:ada9dc16-c0d0-460b-b410-2be8931a3c95', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:47 GMT' + 'Thu, 11 Nov 2021 09:14:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25909,21 +29437,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11284', + '10498', 'x-ms-request-id', - '0f9d6a9a-9023-4df4-87a0-b6742f0845b6', + '1ec84e4c-fb49-4715-bd1c-ac5d49d734c7', 'x-ms-correlation-request-id', - '0f9d6a9a-9023-4df4-87a0-b6742f0845b6', + '1ec84e4c-fb49-4715-bd1c-ac5d49d734c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041050Z:0f9d6a9a-9023-4df4-87a0-b6742f0845b6', + 'SOUTHEASTASIA:20211111T091455Z:1ec84e4c-fb49-4715-bd1c-ac5d49d734c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:49 GMT' + 'Thu, 11 Nov 2021 09:14:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25945,21 +29473,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11283', + '10497', 'x-ms-request-id', - '2cc7f033-c4af-42fb-97e0-3d8d4bad0f18', + '5b90bfd4-9444-4f16-b17d-d4919adff175', 'x-ms-correlation-request-id', - '2cc7f033-c4af-42fb-97e0-3d8d4bad0f18', + '5b90bfd4-9444-4f16-b17d-d4919adff175', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041052Z:2cc7f033-c4af-42fb-97e0-3d8d4bad0f18', + 'SOUTHEASTASIA:20211111T091457Z:5b90bfd4-9444-4f16-b17d-d4919adff175', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:52 GMT' + 'Thu, 11 Nov 2021 09:14:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -25981,21 +29509,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11282', + '10496', 'x-ms-request-id', - '9b55a236-8f17-4e6f-82b5-dc5e317b91d4', + '81b56e3b-b229-47f5-b9d1-d50e6362d477', 'x-ms-correlation-request-id', - '9b55a236-8f17-4e6f-82b5-dc5e317b91d4', + '81b56e3b-b229-47f5-b9d1-d50e6362d477', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041054Z:9b55a236-8f17-4e6f-82b5-dc5e317b91d4', + 'SOUTHEASTASIA:20211111T091500Z:81b56e3b-b229-47f5-b9d1-d50e6362d477', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:54 GMT' + 'Thu, 11 Nov 2021 09:14:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26017,21 +29545,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11281', + '10495', 'x-ms-request-id', - '9a00eb31-878e-474c-85e7-e7c44a522953', + '559e7dcc-fce8-4c74-9183-9af914cc4f4d', 'x-ms-correlation-request-id', - '9a00eb31-878e-474c-85e7-e7c44a522953', + '559e7dcc-fce8-4c74-9183-9af914cc4f4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041057Z:9a00eb31-878e-474c-85e7-e7c44a522953', + 'SOUTHEASTASIA:20211111T091502Z:559e7dcc-fce8-4c74-9183-9af914cc4f4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:56 GMT' + 'Thu, 11 Nov 2021 09:15:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26053,21 +29581,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11280', + '10494', 'x-ms-request-id', - '9423d499-f8b9-4dc4-8e4f-2cf408680972', + '967e64e8-66c4-41ce-a377-b77df65d528f', 'x-ms-correlation-request-id', - '9423d499-f8b9-4dc4-8e4f-2cf408680972', + '967e64e8-66c4-41ce-a377-b77df65d528f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041059Z:9423d499-f8b9-4dc4-8e4f-2cf408680972', + 'SOUTHEASTASIA:20211111T091504Z:967e64e8-66c4-41ce-a377-b77df65d528f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:10:59 GMT' + 'Thu, 11 Nov 2021 09:15:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26089,21 +29617,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11279', + '10493', 'x-ms-request-id', - 'f57d0f50-36a9-450b-936d-9994567ec87d', + '6e7e91be-76b9-4cad-9a28-841aae5d6878', 'x-ms-correlation-request-id', - 'f57d0f50-36a9-450b-936d-9994567ec87d', + '6e7e91be-76b9-4cad-9a28-841aae5d6878', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041101Z:f57d0f50-36a9-450b-936d-9994567ec87d', + 'SOUTHEASTASIA:20211111T091507Z:6e7e91be-76b9-4cad-9a28-841aae5d6878', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:01 GMT' + 'Thu, 11 Nov 2021 09:15:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26125,21 +29653,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11278', + '10492', 'x-ms-request-id', - '7a249a7d-e95c-4374-9580-64c462a0c585', + 'bff9ed6b-f4b8-4480-a9ab-491b9a657369', 'x-ms-correlation-request-id', - '7a249a7d-e95c-4374-9580-64c462a0c585', + 'bff9ed6b-f4b8-4480-a9ab-491b9a657369', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041104Z:7a249a7d-e95c-4374-9580-64c462a0c585', + 'SOUTHEASTASIA:20211111T091509Z:bff9ed6b-f4b8-4480-a9ab-491b9a657369', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:03 GMT' + 'Thu, 11 Nov 2021 09:15:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26161,21 +29689,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11277', + '10491', 'x-ms-request-id', - '21cddfa2-f479-46cf-8347-df53c24fb2aa', + '816fd1fe-8ab7-404d-984f-0af41bfcd015', 'x-ms-correlation-request-id', - '21cddfa2-f479-46cf-8347-df53c24fb2aa', + '816fd1fe-8ab7-404d-984f-0af41bfcd015', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041106Z:21cddfa2-f479-46cf-8347-df53c24fb2aa', + 'SOUTHEASTASIA:20211111T091511Z:816fd1fe-8ab7-404d-984f-0af41bfcd015', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:06 GMT' + 'Thu, 11 Nov 2021 09:15:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26197,21 +29725,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11276', + '10490', 'x-ms-request-id', - 'd2ce46b5-1bb1-4fea-be84-9fa70cbc9555', + '0f1a51b7-edd3-443b-a403-807831531a97', 'x-ms-correlation-request-id', - 'd2ce46b5-1bb1-4fea-be84-9fa70cbc9555', + '0f1a51b7-edd3-443b-a403-807831531a97', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041108Z:d2ce46b5-1bb1-4fea-be84-9fa70cbc9555', + 'SOUTHEASTASIA:20211111T091514Z:0f1a51b7-edd3-443b-a403-807831531a97', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:08 GMT' + 'Thu, 11 Nov 2021 09:15:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26233,21 +29761,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11275', + '10489', 'x-ms-request-id', - 'f2044c8a-e8b7-4ab5-b482-c8d0b8b1d70e', + '66277e8e-44d7-40b2-adde-634dfa37d10a', 'x-ms-correlation-request-id', - 'f2044c8a-e8b7-4ab5-b482-c8d0b8b1d70e', + '66277e8e-44d7-40b2-adde-634dfa37d10a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041111Z:f2044c8a-e8b7-4ab5-b482-c8d0b8b1d70e', + 'SOUTHEASTASIA:20211111T091516Z:66277e8e-44d7-40b2-adde-634dfa37d10a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:10 GMT' + 'Thu, 11 Nov 2021 09:15:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26269,21 +29797,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11274', + '10488', 'x-ms-request-id', - '4a826bb7-c282-4e2c-ada6-df1309a0f4e8', + '7922a416-7270-42c6-a5d9-ff51eeef4b2a', 'x-ms-correlation-request-id', - '4a826bb7-c282-4e2c-ada6-df1309a0f4e8', + '7922a416-7270-42c6-a5d9-ff51eeef4b2a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041113Z:4a826bb7-c282-4e2c-ada6-df1309a0f4e8', + 'SOUTHEASTASIA:20211111T091518Z:7922a416-7270-42c6-a5d9-ff51eeef4b2a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:12 GMT' + 'Thu, 11 Nov 2021 09:15:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26305,21 +29833,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11273', + '10487', 'x-ms-request-id', - '35f8996f-1b22-4360-8cd2-9fb7c9b28fd3', + '0df7e29a-7d94-4048-bb3f-ceba20b83b5f', 'x-ms-correlation-request-id', - '35f8996f-1b22-4360-8cd2-9fb7c9b28fd3', + '0df7e29a-7d94-4048-bb3f-ceba20b83b5f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041115Z:35f8996f-1b22-4360-8cd2-9fb7c9b28fd3', + 'SOUTHEASTASIA:20211111T091521Z:0df7e29a-7d94-4048-bb3f-ceba20b83b5f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:15 GMT' + 'Thu, 11 Nov 2021 09:15:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26341,21 +29869,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11272', + '10486', 'x-ms-request-id', - '608823cd-3f54-491b-a30b-540cf03b751e', + 'd5af5964-b4d0-42c2-9ad2-68d0c80a35e8', 'x-ms-correlation-request-id', - '608823cd-3f54-491b-a30b-540cf03b751e', + 'd5af5964-b4d0-42c2-9ad2-68d0c80a35e8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041118Z:608823cd-3f54-491b-a30b-540cf03b751e', + 'SOUTHEASTASIA:20211111T091523Z:d5af5964-b4d0-42c2-9ad2-68d0c80a35e8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:17 GMT' + 'Thu, 11 Nov 2021 09:15:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26377,21 +29905,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11271', + '10485', 'x-ms-request-id', - '08ac94d3-40aa-415c-b094-a9eb984b19e6', + 'b07ad643-94af-4f37-b5b6-a6d9ca833f25', 'x-ms-correlation-request-id', - '08ac94d3-40aa-415c-b094-a9eb984b19e6', + 'b07ad643-94af-4f37-b5b6-a6d9ca833f25', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041120Z:08ac94d3-40aa-415c-b094-a9eb984b19e6', + 'SOUTHEASTASIA:20211111T091525Z:b07ad643-94af-4f37-b5b6-a6d9ca833f25', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:19 GMT' + 'Thu, 11 Nov 2021 09:15:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26413,21 +29941,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11270', + '10484', 'x-ms-request-id', - '6165b07b-3c9a-4269-bc01-457f4170c0e2', + '2e082d86-8db3-4a60-875a-5e7c4ef130fc', 'x-ms-correlation-request-id', - '6165b07b-3c9a-4269-bc01-457f4170c0e2', + '2e082d86-8db3-4a60-875a-5e7c4ef130fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041122Z:6165b07b-3c9a-4269-bc01-457f4170c0e2', + 'SOUTHEASTASIA:20211111T091528Z:2e082d86-8db3-4a60-875a-5e7c4ef130fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:22 GMT' + 'Thu, 11 Nov 2021 09:15:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26449,21 +29977,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11269', + '10483', 'x-ms-request-id', - 'c792d2c3-7f66-458a-8ab1-a4a4944f719c', + 'e507a397-772e-44ca-86b2-71f4c87589bb', 'x-ms-correlation-request-id', - 'c792d2c3-7f66-458a-8ab1-a4a4944f719c', + 'e507a397-772e-44ca-86b2-71f4c87589bb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041125Z:c792d2c3-7f66-458a-8ab1-a4a4944f719c', + 'SOUTHEASTASIA:20211111T091530Z:e507a397-772e-44ca-86b2-71f4c87589bb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:24 GMT' + 'Thu, 11 Nov 2021 09:15:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26485,21 +30013,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11268', + '10482', 'x-ms-request-id', - '7f1e10ba-5eca-4042-b7fd-5a3b945556ec', + 'dab0e584-b17b-41cf-b20e-c1fd7fe62d25', 'x-ms-correlation-request-id', - '7f1e10ba-5eca-4042-b7fd-5a3b945556ec', + 'dab0e584-b17b-41cf-b20e-c1fd7fe62d25', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041127Z:7f1e10ba-5eca-4042-b7fd-5a3b945556ec', + 'SOUTHEASTASIA:20211111T091532Z:dab0e584-b17b-41cf-b20e-c1fd7fe62d25', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:26 GMT' + 'Thu, 11 Nov 2021 09:15:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26521,21 +30049,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11267', + '10481', 'x-ms-request-id', - '0372aac1-0f83-4ac1-9059-240180d39226', + 'e24815ba-b8ac-47f8-9320-367d21f3a82a', 'x-ms-correlation-request-id', - '0372aac1-0f83-4ac1-9059-240180d39226', + 'e24815ba-b8ac-47f8-9320-367d21f3a82a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041129Z:0372aac1-0f83-4ac1-9059-240180d39226', + 'SOUTHEASTASIA:20211111T091534Z:e24815ba-b8ac-47f8-9320-367d21f3a82a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:29 GMT' + 'Thu, 11 Nov 2021 09:15:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26557,21 +30085,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11266', + '10480', 'x-ms-request-id', - 'b5bef488-643a-426e-8ab0-9363b334f059', + '514b749e-def9-4831-a2d1-cb43f6da4df5', 'x-ms-correlation-request-id', - 'b5bef488-643a-426e-8ab0-9363b334f059', + '514b749e-def9-4831-a2d1-cb43f6da4df5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041132Z:b5bef488-643a-426e-8ab0-9363b334f059', + 'SOUTHEASTASIA:20211111T091537Z:514b749e-def9-4831-a2d1-cb43f6da4df5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:31 GMT' + 'Thu, 11 Nov 2021 09:15:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26593,21 +30121,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11265', + '10479', 'x-ms-request-id', - 'fe2daf1a-9893-49fa-a115-9cc647fbc58a', + 'ff010272-2c16-47f8-8271-4934510e00df', 'x-ms-correlation-request-id', - 'fe2daf1a-9893-49fa-a115-9cc647fbc58a', + 'ff010272-2c16-47f8-8271-4934510e00df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041134Z:fe2daf1a-9893-49fa-a115-9cc647fbc58a', + 'SOUTHEASTASIA:20211111T091539Z:ff010272-2c16-47f8-8271-4934510e00df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:33 GMT' + 'Thu, 11 Nov 2021 09:15:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26629,21 +30157,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11264', + '10478', 'x-ms-request-id', - '1428fe84-910a-4fc7-900b-c9353e95a5eb', + 'be158bec-de05-43ef-a262-6d1e629870ea', 'x-ms-correlation-request-id', - '1428fe84-910a-4fc7-900b-c9353e95a5eb', + 'be158bec-de05-43ef-a262-6d1e629870ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041136Z:1428fe84-910a-4fc7-900b-c9353e95a5eb', + 'SOUTHEASTASIA:20211111T091541Z:be158bec-de05-43ef-a262-6d1e629870ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:36 GMT' + 'Thu, 11 Nov 2021 09:15:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26665,21 +30193,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11263', + '10477', 'x-ms-request-id', - 'bd80bff4-bf32-4d72-afee-0f0402206b78', + '76603a7c-024a-40e4-b631-4073f193e1fe', 'x-ms-correlation-request-id', - 'bd80bff4-bf32-4d72-afee-0f0402206b78', + '76603a7c-024a-40e4-b631-4073f193e1fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041139Z:bd80bff4-bf32-4d72-afee-0f0402206b78', + 'SOUTHEASTASIA:20211111T091544Z:76603a7c-024a-40e4-b631-4073f193e1fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:38 GMT' + 'Thu, 11 Nov 2021 09:15:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26701,21 +30229,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11262', + '10476', 'x-ms-request-id', - '658ce69d-495e-42a4-bab7-16e61b225cf5', + '3509d46b-a8a4-463f-a0a8-d43a1134c2be', 'x-ms-correlation-request-id', - '658ce69d-495e-42a4-bab7-16e61b225cf5', + '3509d46b-a8a4-463f-a0a8-d43a1134c2be', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041141Z:658ce69d-495e-42a4-bab7-16e61b225cf5', + 'SOUTHEASTASIA:20211111T091547Z:3509d46b-a8a4-463f-a0a8-d43a1134c2be', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:40 GMT' + 'Thu, 11 Nov 2021 09:15:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26737,21 +30265,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11261', + '10475', 'x-ms-request-id', - '696292f4-0726-4fed-ac66-38554f8622e5', + 'a77faaee-b70e-45b8-addc-1793e9249a31', 'x-ms-correlation-request-id', - '696292f4-0726-4fed-ac66-38554f8622e5', + 'a77faaee-b70e-45b8-addc-1793e9249a31', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041143Z:696292f4-0726-4fed-ac66-38554f8622e5', + 'SOUTHEASTASIA:20211111T091549Z:a77faaee-b70e-45b8-addc-1793e9249a31', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:42 GMT' + 'Thu, 11 Nov 2021 09:15:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26773,21 +30301,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11260', + '10474', 'x-ms-request-id', - '9cbe76f3-10af-4131-8429-7ab8b5dda9ce', + '677203b6-a72b-44e6-affa-f4c85145e020', 'x-ms-correlation-request-id', - '9cbe76f3-10af-4131-8429-7ab8b5dda9ce', + '677203b6-a72b-44e6-affa-f4c85145e020', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041146Z:9cbe76f3-10af-4131-8429-7ab8b5dda9ce', + 'SOUTHEASTASIA:20211111T091551Z:677203b6-a72b-44e6-affa-f4c85145e020', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:45 GMT' + 'Thu, 11 Nov 2021 09:15:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26809,21 +30337,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11259', + '10473', 'x-ms-request-id', - 'f8d5804e-0f63-47a4-b1da-b4db48d0b5ff', + 'a7d09b65-fd49-449c-83bc-a79918eca35d', 'x-ms-correlation-request-id', - 'f8d5804e-0f63-47a4-b1da-b4db48d0b5ff', + 'a7d09b65-fd49-449c-83bc-a79918eca35d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041148Z:f8d5804e-0f63-47a4-b1da-b4db48d0b5ff', + 'SOUTHEASTASIA:20211111T091554Z:a7d09b65-fd49-449c-83bc-a79918eca35d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:47 GMT' + 'Thu, 11 Nov 2021 09:15:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26845,21 +30373,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11258', + '10472', 'x-ms-request-id', - 'f5210d1b-9e6d-44d2-b406-51eea3b1007e', + 'a056ae86-9c0b-4d26-9a3a-d3a50bee4d4e', 'x-ms-correlation-request-id', - 'f5210d1b-9e6d-44d2-b406-51eea3b1007e', + 'a056ae86-9c0b-4d26-9a3a-d3a50bee4d4e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041150Z:f5210d1b-9e6d-44d2-b406-51eea3b1007e', + 'SOUTHEASTASIA:20211111T091556Z:a056ae86-9c0b-4d26-9a3a-d3a50bee4d4e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:49 GMT' + 'Thu, 11 Nov 2021 09:15:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26881,21 +30409,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11257', + '10471', 'x-ms-request-id', - 'b1a650ac-1943-44f1-8eee-59ad586c9d1f', + '7971786d-5541-4d3a-b2bb-9295efc58437', 'x-ms-correlation-request-id', - 'b1a650ac-1943-44f1-8eee-59ad586c9d1f', + '7971786d-5541-4d3a-b2bb-9295efc58437', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041152Z:b1a650ac-1943-44f1-8eee-59ad586c9d1f', + 'SOUTHEASTASIA:20211111T091558Z:7971786d-5541-4d3a-b2bb-9295efc58437', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:52 GMT' + 'Thu, 11 Nov 2021 09:15:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26917,21 +30445,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11256', + '10470', 'x-ms-request-id', - 'af9bed10-d885-4a3e-806d-b6102588261b', + '4ee5023c-7c20-4919-b824-9963bf861f4b', 'x-ms-correlation-request-id', - 'af9bed10-d885-4a3e-806d-b6102588261b', + '4ee5023c-7c20-4919-b824-9963bf861f4b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041155Z:af9bed10-d885-4a3e-806d-b6102588261b', + 'SOUTHEASTASIA:20211111T091601Z:4ee5023c-7c20-4919-b824-9963bf861f4b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:54 GMT' + 'Thu, 11 Nov 2021 09:16:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26953,21 +30481,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11255', + '10469', 'x-ms-request-id', - 'b1be9005-f681-4c2a-8faa-9d0d18065f69', + '61ec88b7-5f4a-4d2a-8250-2f3fbd0c23ab', 'x-ms-correlation-request-id', - 'b1be9005-f681-4c2a-8faa-9d0d18065f69', + '61ec88b7-5f4a-4d2a-8250-2f3fbd0c23ab', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041157Z:b1be9005-f681-4c2a-8faa-9d0d18065f69', + 'SOUTHEASTASIA:20211111T091603Z:61ec88b7-5f4a-4d2a-8250-2f3fbd0c23ab', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:56 GMT' + 'Thu, 11 Nov 2021 09:16:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -26989,21 +30517,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11254', + '10468', 'x-ms-request-id', - 'cd68cd38-7d30-44c2-8946-906c04e04d1d', + '6f485940-8dc3-454b-ba78-249dfaeb41d1', 'x-ms-correlation-request-id', - 'cd68cd38-7d30-44c2-8946-906c04e04d1d', + '6f485940-8dc3-454b-ba78-249dfaeb41d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041159Z:cd68cd38-7d30-44c2-8946-906c04e04d1d', + 'SOUTHEASTASIA:20211111T091605Z:6f485940-8dc3-454b-ba78-249dfaeb41d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:11:59 GMT' + 'Thu, 11 Nov 2021 09:16:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27025,21 +30553,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11253', + '10467', 'x-ms-request-id', - '4bc0fe43-45d8-4e11-b648-b3f383775ba6', + '699381d3-89b7-410e-b274-83512d9b485d', 'x-ms-correlation-request-id', - '4bc0fe43-45d8-4e11-b648-b3f383775ba6', + '699381d3-89b7-410e-b274-83512d9b485d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041202Z:4bc0fe43-45d8-4e11-b648-b3f383775ba6', + 'SOUTHEASTASIA:20211111T091608Z:699381d3-89b7-410e-b274-83512d9b485d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:01 GMT' + 'Thu, 11 Nov 2021 09:16:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27061,21 +30589,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11252', + '10466', 'x-ms-request-id', - '67d76992-2828-435b-af9d-88abbd233811', + 'ce0eb8fd-b7b3-4249-80b3-a26e8a3dca60', 'x-ms-correlation-request-id', - '67d76992-2828-435b-af9d-88abbd233811', + 'ce0eb8fd-b7b3-4249-80b3-a26e8a3dca60', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041204Z:67d76992-2828-435b-af9d-88abbd233811', + 'SOUTHEASTASIA:20211111T091610Z:ce0eb8fd-b7b3-4249-80b3-a26e8a3dca60', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:03 GMT' + 'Thu, 11 Nov 2021 09:16:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27097,21 +30625,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11251', + '10465', 'x-ms-request-id', - 'f6bd7689-5148-401e-abc2-075869440199', + '51347535-8462-4950-9f84-1416d0c1a294', 'x-ms-correlation-request-id', - 'f6bd7689-5148-401e-abc2-075869440199', + '51347535-8462-4950-9f84-1416d0c1a294', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041206Z:f6bd7689-5148-401e-abc2-075869440199', + 'SOUTHEASTASIA:20211111T091612Z:51347535-8462-4950-9f84-1416d0c1a294', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:05 GMT' + 'Thu, 11 Nov 2021 09:16:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27133,21 +30661,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11250', + '10464', 'x-ms-request-id', - '4958e131-17d1-4178-8749-c696339ad813', + '2bfb209a-f2a0-46be-9927-ad2ef12e8dd8', 'x-ms-correlation-request-id', - '4958e131-17d1-4178-8749-c696339ad813', + '2bfb209a-f2a0-46be-9927-ad2ef12e8dd8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041209Z:4958e131-17d1-4178-8749-c696339ad813', + 'SOUTHEASTASIA:20211111T091615Z:2bfb209a-f2a0-46be-9927-ad2ef12e8dd8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:09 GMT' + 'Thu, 11 Nov 2021 09:16:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27169,21 +30697,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11249', + '10463', 'x-ms-request-id', - '7a8c1b0b-0ec1-44f6-9814-05993831f553', + '8966d270-6826-420d-956b-ee72bb1a14b4', 'x-ms-correlation-request-id', - '7a8c1b0b-0ec1-44f6-9814-05993831f553', + '8966d270-6826-420d-956b-ee72bb1a14b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041211Z:7a8c1b0b-0ec1-44f6-9814-05993831f553', + 'SOUTHEASTASIA:20211111T091617Z:8966d270-6826-420d-956b-ee72bb1a14b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:11 GMT' + 'Thu, 11 Nov 2021 09:16:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27205,21 +30733,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11248', + '10462', 'x-ms-request-id', - 'ae6e4469-9d7f-40dd-a94f-e4392413c443', + '983f8916-ce57-40c7-a68b-c145f167a6d7', 'x-ms-correlation-request-id', - 'ae6e4469-9d7f-40dd-a94f-e4392413c443', + '983f8916-ce57-40c7-a68b-c145f167a6d7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041213Z:ae6e4469-9d7f-40dd-a94f-e4392413c443', + 'SOUTHEASTASIA:20211111T091619Z:983f8916-ce57-40c7-a68b-c145f167a6d7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:13 GMT' + 'Thu, 11 Nov 2021 09:16:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27241,21 +30769,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11247', + '10461', 'x-ms-request-id', - '49b6ad4e-6cad-4bfc-b379-47f83462ae7c', + '37fcb186-abe3-40db-bc41-bad64a3d3016', 'x-ms-correlation-request-id', - '49b6ad4e-6cad-4bfc-b379-47f83462ae7c', + '37fcb186-abe3-40db-bc41-bad64a3d3016', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041216Z:49b6ad4e-6cad-4bfc-b379-47f83462ae7c', + 'SOUTHEASTASIA:20211111T091622Z:37fcb186-abe3-40db-bc41-bad64a3d3016', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:16 GMT' + 'Thu, 11 Nov 2021 09:16:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27277,21 +30805,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11246', + '10460', 'x-ms-request-id', - '4e2108e8-e772-46c5-a2cc-c59fa7e6b7ca', + 'd5ced643-b80d-43b8-b23b-ac5bda3fb1e0', 'x-ms-correlation-request-id', - '4e2108e8-e772-46c5-a2cc-c59fa7e6b7ca', + 'd5ced643-b80d-43b8-b23b-ac5bda3fb1e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041218Z:4e2108e8-e772-46c5-a2cc-c59fa7e6b7ca', + 'SOUTHEASTASIA:20211111T091624Z:d5ced643-b80d-43b8-b23b-ac5bda3fb1e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:18 GMT' + 'Thu, 11 Nov 2021 09:16:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27313,21 +30841,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11245', + '10459', 'x-ms-request-id', - '4a7c9ea5-ce4f-4c96-91cc-b2049fa84883', + '5bf00b05-e98b-41bb-ac4b-dfafa2c62230', 'x-ms-correlation-request-id', - '4a7c9ea5-ce4f-4c96-91cc-b2049fa84883', + '5bf00b05-e98b-41bb-ac4b-dfafa2c62230', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041220Z:4a7c9ea5-ce4f-4c96-91cc-b2049fa84883', + 'SOUTHEASTASIA:20211111T091626Z:5bf00b05-e98b-41bb-ac4b-dfafa2c62230', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:20 GMT' + 'Thu, 11 Nov 2021 09:16:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27349,21 +30877,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11244', + '10458', 'x-ms-request-id', - 'd41e6a6e-2881-4eb1-9765-02fd6b5b97ad', + '3001fde5-e30e-4433-968a-39ec69245b40', 'x-ms-correlation-request-id', - 'd41e6a6e-2881-4eb1-9765-02fd6b5b97ad', + '3001fde5-e30e-4433-968a-39ec69245b40', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041223Z:d41e6a6e-2881-4eb1-9765-02fd6b5b97ad', + 'SOUTHEASTASIA:20211111T091629Z:3001fde5-e30e-4433-968a-39ec69245b40', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:23 GMT' + 'Thu, 11 Nov 2021 09:16:28 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27385,21 +30913,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11243', + '10457', 'x-ms-request-id', - '448b4914-ab7b-4a31-b348-a99b44e7df20', + '883ba4c5-f44d-4793-b01d-990819b0c8bf', 'x-ms-correlation-request-id', - '448b4914-ab7b-4a31-b348-a99b44e7df20', + '883ba4c5-f44d-4793-b01d-990819b0c8bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041225Z:448b4914-ab7b-4a31-b348-a99b44e7df20', + 'SOUTHEASTASIA:20211111T091631Z:883ba4c5-f44d-4793-b01d-990819b0c8bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:25 GMT' + 'Thu, 11 Nov 2021 09:16:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27421,21 +30949,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11242', + '10456', 'x-ms-request-id', - 'f61975fd-bef5-40f7-ade5-689ee04ae3de', + '4515bfa6-cfe5-437d-a1a4-7d66bf2a182d', 'x-ms-correlation-request-id', - 'f61975fd-bef5-40f7-ade5-689ee04ae3de', + '4515bfa6-cfe5-437d-a1a4-7d66bf2a182d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041227Z:f61975fd-bef5-40f7-ade5-689ee04ae3de', + 'SOUTHEASTASIA:20211111T091633Z:4515bfa6-cfe5-437d-a1a4-7d66bf2a182d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:27 GMT' + 'Thu, 11 Nov 2021 09:16:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27457,21 +30985,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11241', + '10455', 'x-ms-request-id', - '15300ee7-5d2e-4219-8be3-1e4183a1d334', + '96ba145a-f4e1-46b9-b761-dee93e4625aa', 'x-ms-correlation-request-id', - '15300ee7-5d2e-4219-8be3-1e4183a1d334', + '96ba145a-f4e1-46b9-b761-dee93e4625aa', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041230Z:15300ee7-5d2e-4219-8be3-1e4183a1d334', + 'SOUTHEASTASIA:20211111T091636Z:96ba145a-f4e1-46b9-b761-dee93e4625aa', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:29 GMT' + 'Thu, 11 Nov 2021 09:16:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27493,21 +31021,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11240', + '10454', 'x-ms-request-id', - '4a73603a-f9c5-419e-8c22-a075f03b4312', + '801cd245-5793-4081-9f70-f5437305fe4f', 'x-ms-correlation-request-id', - '4a73603a-f9c5-419e-8c22-a075f03b4312', + '801cd245-5793-4081-9f70-f5437305fe4f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041232Z:4a73603a-f9c5-419e-8c22-a075f03b4312', + 'SOUTHEASTASIA:20211111T091638Z:801cd245-5793-4081-9f70-f5437305fe4f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:32 GMT' + 'Thu, 11 Nov 2021 09:16:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27529,21 +31057,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11239', + '10453', 'x-ms-request-id', - '311a31a4-381d-474f-a18a-961b643add54', + '053a0d8a-1f72-4643-9d0b-208635d7eee2', 'x-ms-correlation-request-id', - '311a31a4-381d-474f-a18a-961b643add54', + '053a0d8a-1f72-4643-9d0b-208635d7eee2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041234Z:311a31a4-381d-474f-a18a-961b643add54', + 'SOUTHEASTASIA:20211111T091640Z:053a0d8a-1f72-4643-9d0b-208635d7eee2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:34 GMT' + 'Thu, 11 Nov 2021 09:16:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27565,21 +31093,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11238', + '10452', 'x-ms-request-id', - '13f9355f-6ab1-443e-aea7-eefb31c76a2c', + 'd2b018d6-82ad-4127-86da-f20cb91b5232', 'x-ms-correlation-request-id', - '13f9355f-6ab1-443e-aea7-eefb31c76a2c', + 'd2b018d6-82ad-4127-86da-f20cb91b5232', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041237Z:13f9355f-6ab1-443e-aea7-eefb31c76a2c', + 'SOUTHEASTASIA:20211111T091643Z:d2b018d6-82ad-4127-86da-f20cb91b5232', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:36 GMT' + 'Thu, 11 Nov 2021 09:16:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27601,21 +31129,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11237', + '10451', 'x-ms-request-id', - 'a5de16fc-217a-488d-bc99-091ac1859ec6', + '2f87f5c2-c356-4450-9b9f-4555417b2317', 'x-ms-correlation-request-id', - 'a5de16fc-217a-488d-bc99-091ac1859ec6', + '2f87f5c2-c356-4450-9b9f-4555417b2317', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041239Z:a5de16fc-217a-488d-bc99-091ac1859ec6', + 'SOUTHEASTASIA:20211111T091646Z:2f87f5c2-c356-4450-9b9f-4555417b2317', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:39 GMT' + 'Thu, 11 Nov 2021 09:16:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27637,21 +31165,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11236', + '10450', 'x-ms-request-id', - '8fb29c0b-1968-489d-9255-d00d546497b2', + '102c7577-f935-4582-9737-8ad84c5b4d64', 'x-ms-correlation-request-id', - '8fb29c0b-1968-489d-9255-d00d546497b2', + '102c7577-f935-4582-9737-8ad84c5b4d64', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041241Z:8fb29c0b-1968-489d-9255-d00d546497b2', + 'SOUTHEASTASIA:20211111T091648Z:102c7577-f935-4582-9737-8ad84c5b4d64', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:41 GMT' + 'Thu, 11 Nov 2021 09:16:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27673,21 +31201,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11235', + '10449', 'x-ms-request-id', - '1f7bd500-9a96-4489-9874-5fcdba9f8e8e', + '4ef9c3a6-cc8e-4068-933c-ff87fd8141f5', 'x-ms-correlation-request-id', - '1f7bd500-9a96-4489-9874-5fcdba9f8e8e', + '4ef9c3a6-cc8e-4068-933c-ff87fd8141f5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041244Z:1f7bd500-9a96-4489-9874-5fcdba9f8e8e', + 'SOUTHEASTASIA:20211111T091650Z:4ef9c3a6-cc8e-4068-933c-ff87fd8141f5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:43 GMT' + 'Thu, 11 Nov 2021 09:16:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27709,21 +31237,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11234', + '10448', 'x-ms-request-id', - '440b465e-f5e6-4897-8e4a-e824e897c021', + '7d67b66f-bf50-4f35-9138-86324c005016', 'x-ms-correlation-request-id', - '440b465e-f5e6-4897-8e4a-e824e897c021', + '7d67b66f-bf50-4f35-9138-86324c005016', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041246Z:440b465e-f5e6-4897-8e4a-e824e897c021', + 'SOUTHEASTASIA:20211111T091653Z:7d67b66f-bf50-4f35-9138-86324c005016', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:46 GMT' + 'Thu, 11 Nov 2021 09:16:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27745,21 +31273,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11233', + '10447', 'x-ms-request-id', - '0b62c498-dcc8-43a1-873f-56897fd03800', + '50a49340-d96d-4616-9943-7a46185d3006', 'x-ms-correlation-request-id', - '0b62c498-dcc8-43a1-873f-56897fd03800', + '50a49340-d96d-4616-9943-7a46185d3006', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041248Z:0b62c498-dcc8-43a1-873f-56897fd03800', + 'SOUTHEASTASIA:20211111T091655Z:50a49340-d96d-4616-9943-7a46185d3006', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:48 GMT' + 'Thu, 11 Nov 2021 09:16:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27781,21 +31309,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11232', + '10446', 'x-ms-request-id', - '1b402082-839c-4bc2-b5f0-b82e266afe81', + 'f527dedf-7acd-4389-86e1-566753543b95', 'x-ms-correlation-request-id', - '1b402082-839c-4bc2-b5f0-b82e266afe81', + 'f527dedf-7acd-4389-86e1-566753543b95', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041251Z:1b402082-839c-4bc2-b5f0-b82e266afe81', + 'SOUTHEASTASIA:20211111T091657Z:f527dedf-7acd-4389-86e1-566753543b95', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:50 GMT' + 'Thu, 11 Nov 2021 09:16:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27817,21 +31345,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11231', + '10445', 'x-ms-request-id', - '50c17960-2665-4995-a4da-c131faaec722', + '6ba5f8c1-3c08-441d-88af-319311756fdd', 'x-ms-correlation-request-id', - '50c17960-2665-4995-a4da-c131faaec722', + '6ba5f8c1-3c08-441d-88af-319311756fdd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041253Z:50c17960-2665-4995-a4da-c131faaec722', + 'SOUTHEASTASIA:20211111T091700Z:6ba5f8c1-3c08-441d-88af-319311756fdd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:53 GMT' + 'Thu, 11 Nov 2021 09:16:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27853,21 +31381,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11230', + '10444', 'x-ms-request-id', - 'b79d10b2-7883-4041-bbba-a04a019e1ec7', + '1a0c71af-158b-4c14-887e-885eec211b28', 'x-ms-correlation-request-id', - 'b79d10b2-7883-4041-bbba-a04a019e1ec7', + '1a0c71af-158b-4c14-887e-885eec211b28', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041255Z:b79d10b2-7883-4041-bbba-a04a019e1ec7', + 'SOUTHEASTASIA:20211111T091702Z:1a0c71af-158b-4c14-887e-885eec211b28', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:55 GMT' + 'Thu, 11 Nov 2021 09:17:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27889,21 +31417,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11229', + '10443', 'x-ms-request-id', - '68e4fb45-e04f-4b60-b9b5-5ca1187fb5c6', + 'e1fdc7a1-71fb-4bc8-8e57-c7f5ba38d6c6', 'x-ms-correlation-request-id', - '68e4fb45-e04f-4b60-b9b5-5ca1187fb5c6', + 'e1fdc7a1-71fb-4bc8-8e57-c7f5ba38d6c6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041258Z:68e4fb45-e04f-4b60-b9b5-5ca1187fb5c6', + 'SOUTHEASTASIA:20211111T091704Z:e1fdc7a1-71fb-4bc8-8e57-c7f5ba38d6c6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:57 GMT' + 'Thu, 11 Nov 2021 09:17:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27925,21 +31453,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11228', + '10442', 'x-ms-request-id', - 'f0dc0338-9ea2-46a0-aece-d2d9f64aca0d', + 'd39706a6-1727-4f4f-b0ab-163134d08734', 'x-ms-correlation-request-id', - 'f0dc0338-9ea2-46a0-aece-d2d9f64aca0d', + 'd39706a6-1727-4f4f-b0ab-163134d08734', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041300Z:f0dc0338-9ea2-46a0-aece-d2d9f64aca0d', + 'SOUTHEASTASIA:20211111T091707Z:d39706a6-1727-4f4f-b0ab-163134d08734', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:12:59 GMT' + 'Thu, 11 Nov 2021 09:17:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27961,21 +31489,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11227', + '10441', 'x-ms-request-id', - 'e3179290-02d9-4cf5-8535-43ab6ce2b126', + '9f5f8b0d-24c0-41fc-add5-8e93c27212d4', 'x-ms-correlation-request-id', - 'e3179290-02d9-4cf5-8535-43ab6ce2b126', + '9f5f8b0d-24c0-41fc-add5-8e93c27212d4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041302Z:e3179290-02d9-4cf5-8535-43ab6ce2b126', + 'SOUTHEASTASIA:20211111T091709Z:9f5f8b0d-24c0-41fc-add5-8e93c27212d4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:02 GMT' + 'Thu, 11 Nov 2021 09:17:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -27997,21 +31525,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11226', + '10440', 'x-ms-request-id', - 'a0cc4ff6-e152-4296-99a2-f559b70c62b8', + '775e9b08-6fea-4124-8b32-19f61c2b8d3e', 'x-ms-correlation-request-id', - 'a0cc4ff6-e152-4296-99a2-f559b70c62b8', + '775e9b08-6fea-4124-8b32-19f61c2b8d3e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041305Z:a0cc4ff6-e152-4296-99a2-f559b70c62b8', + 'SOUTHEASTASIA:20211111T091711Z:775e9b08-6fea-4124-8b32-19f61c2b8d3e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:04 GMT' + 'Thu, 11 Nov 2021 09:17:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28033,21 +31561,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11225', + '10439', 'x-ms-request-id', - '3fbd9113-885a-49eb-8a84-a07e5d6fb76b', + '567668a3-07a3-43c0-a150-c23f81705ba3', 'x-ms-correlation-request-id', - '3fbd9113-885a-49eb-8a84-a07e5d6fb76b', + '567668a3-07a3-43c0-a150-c23f81705ba3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041307Z:3fbd9113-885a-49eb-8a84-a07e5d6fb76b', + 'SOUTHEASTASIA:20211111T091714Z:567668a3-07a3-43c0-a150-c23f81705ba3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:06 GMT' + 'Thu, 11 Nov 2021 09:17:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28069,21 +31597,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11224', + '10438', 'x-ms-request-id', - '92a60a7f-5033-4eb8-87ed-aa59288ae808', + 'd1978fb5-48c6-49b0-ac2e-d9ee425830d1', 'x-ms-correlation-request-id', - '92a60a7f-5033-4eb8-87ed-aa59288ae808', + 'd1978fb5-48c6-49b0-ac2e-d9ee425830d1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041309Z:92a60a7f-5033-4eb8-87ed-aa59288ae808', + 'SOUTHEASTASIA:20211111T091716Z:d1978fb5-48c6-49b0-ac2e-d9ee425830d1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:09 GMT' + 'Thu, 11 Nov 2021 09:17:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28105,21 +31633,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11223', + '10437', 'x-ms-request-id', - '28204c6d-2bfc-459e-94b8-14b4cbeede46', + 'b4f5077a-2d59-4219-a642-6ec61281673c', 'x-ms-correlation-request-id', - '28204c6d-2bfc-459e-94b8-14b4cbeede46', + 'b4f5077a-2d59-4219-a642-6ec61281673c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041311Z:28204c6d-2bfc-459e-94b8-14b4cbeede46', + 'SOUTHEASTASIA:20211111T091718Z:b4f5077a-2d59-4219-a642-6ec61281673c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:11 GMT' + 'Thu, 11 Nov 2021 09:17:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28141,21 +31669,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11222', + '10436', 'x-ms-request-id', - '8d112285-8d29-4b61-992b-6c9df2255fc5', + 'e515798a-9d14-4117-831e-6ef6355e90ed', 'x-ms-correlation-request-id', - '8d112285-8d29-4b61-992b-6c9df2255fc5', + 'e515798a-9d14-4117-831e-6ef6355e90ed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041314Z:8d112285-8d29-4b61-992b-6c9df2255fc5', + 'SOUTHEASTASIA:20211111T091721Z:e515798a-9d14-4117-831e-6ef6355e90ed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:13 GMT' + 'Thu, 11 Nov 2021 09:17:21 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28177,21 +31705,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11221', + '10435', 'x-ms-request-id', - '2b0ad3f9-63d0-4640-ba49-2c65a80dc72d', + '861fea5a-74b1-4252-9cd7-bab8c6a21a27', 'x-ms-correlation-request-id', - '2b0ad3f9-63d0-4640-ba49-2c65a80dc72d', + '861fea5a-74b1-4252-9cd7-bab8c6a21a27', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041316Z:2b0ad3f9-63d0-4640-ba49-2c65a80dc72d', + 'SOUTHEASTASIA:20211111T091723Z:861fea5a-74b1-4252-9cd7-bab8c6a21a27', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:16 GMT' + 'Thu, 11 Nov 2021 09:17:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28213,21 +31741,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11220', + '10434', 'x-ms-request-id', - '91dccf5a-0684-42da-bd2c-c468e94b4e3e', + '8b4f9857-b3aa-425d-9078-e1d09564b130', 'x-ms-correlation-request-id', - '91dccf5a-0684-42da-bd2c-c468e94b4e3e', + '8b4f9857-b3aa-425d-9078-e1d09564b130', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041318Z:91dccf5a-0684-42da-bd2c-c468e94b4e3e', + 'SOUTHEASTASIA:20211111T091725Z:8b4f9857-b3aa-425d-9078-e1d09564b130', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:18 GMT' + 'Thu, 11 Nov 2021 09:17:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28249,21 +31777,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11219', + '10433', 'x-ms-request-id', - '7a5a670f-4f76-492b-8433-b105bb2a1ac6', + '3349ac50-19b7-49a2-b93f-91816970b3a9', 'x-ms-correlation-request-id', - '7a5a670f-4f76-492b-8433-b105bb2a1ac6', + '3349ac50-19b7-49a2-b93f-91816970b3a9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041321Z:7a5a670f-4f76-492b-8433-b105bb2a1ac6', + 'SOUTHEASTASIA:20211111T091728Z:3349ac50-19b7-49a2-b93f-91816970b3a9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:20 GMT' + 'Thu, 11 Nov 2021 09:17:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28285,21 +31813,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11218', + '10432', 'x-ms-request-id', - 'd5487ab5-7786-47d5-9b9d-6e254defa757', + 'd730e4ff-dd70-49d2-be9e-02fc50c32b90', 'x-ms-correlation-request-id', - 'd5487ab5-7786-47d5-9b9d-6e254defa757', + 'd730e4ff-dd70-49d2-be9e-02fc50c32b90', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041324Z:d5487ab5-7786-47d5-9b9d-6e254defa757', + 'SOUTHEASTASIA:20211111T091730Z:d730e4ff-dd70-49d2-be9e-02fc50c32b90', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:23 GMT' + 'Thu, 11 Nov 2021 09:17:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28321,21 +31849,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11217', + '10431', 'x-ms-request-id', - '816db713-3392-42a9-a658-debce60eea52', + '206af36a-76e3-4611-a522-b8f2b2e04dc2', 'x-ms-correlation-request-id', - '816db713-3392-42a9-a658-debce60eea52', + '206af36a-76e3-4611-a522-b8f2b2e04dc2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041326Z:816db713-3392-42a9-a658-debce60eea52', + 'SOUTHEASTASIA:20211111T091732Z:206af36a-76e3-4611-a522-b8f2b2e04dc2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:26 GMT' + 'Thu, 11 Nov 2021 09:17:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28357,21 +31885,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11216', + '10430', 'x-ms-request-id', - '10e26397-7814-4f74-868d-ad04764f970e', + '3aa3109b-2791-42c6-b2aa-4fdecfc8d612', 'x-ms-correlation-request-id', - '10e26397-7814-4f74-868d-ad04764f970e', + '3aa3109b-2791-42c6-b2aa-4fdecfc8d612', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041328Z:10e26397-7814-4f74-868d-ad04764f970e', + 'SOUTHEASTASIA:20211111T091735Z:3aa3109b-2791-42c6-b2aa-4fdecfc8d612', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:28 GMT' + 'Thu, 11 Nov 2021 09:17:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28393,21 +31921,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11215', + '10429', 'x-ms-request-id', - 'a61b31aa-e707-4ce5-8f29-af4509db4369', + '64aae871-b098-40ac-b847-4532730fe784', 'x-ms-correlation-request-id', - 'a61b31aa-e707-4ce5-8f29-af4509db4369', + '64aae871-b098-40ac-b847-4532730fe784', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041331Z:a61b31aa-e707-4ce5-8f29-af4509db4369', + 'SOUTHEASTASIA:20211111T091737Z:64aae871-b098-40ac-b847-4532730fe784', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:30 GMT' + 'Thu, 11 Nov 2021 09:17:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28429,21 +31957,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11214', + '10428', 'x-ms-request-id', - '8df5baa1-0787-4228-833a-d817fba243a4', + '832e73a3-b07e-48eb-a8f7-b61d3fe0db8e', 'x-ms-correlation-request-id', - '8df5baa1-0787-4228-833a-d817fba243a4', + '832e73a3-b07e-48eb-a8f7-b61d3fe0db8e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041333Z:8df5baa1-0787-4228-833a-d817fba243a4', + 'SOUTHEASTASIA:20211111T091739Z:832e73a3-b07e-48eb-a8f7-b61d3fe0db8e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:32 GMT' + 'Thu, 11 Nov 2021 09:17:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28465,21 +31993,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11213', + '10427', 'x-ms-request-id', - 'a23f08e2-094a-43a8-9e61-11a6d3870ce3', + 'ec7cd38c-b87b-41ba-9897-c36049817952', 'x-ms-correlation-request-id', - 'a23f08e2-094a-43a8-9e61-11a6d3870ce3', + 'ec7cd38c-b87b-41ba-9897-c36049817952', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041335Z:a23f08e2-094a-43a8-9e61-11a6d3870ce3', + 'SOUTHEASTASIA:20211111T091742Z:ec7cd38c-b87b-41ba-9897-c36049817952', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:35 GMT' + 'Thu, 11 Nov 2021 09:17:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28501,21 +32029,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11212', + '10426', 'x-ms-request-id', - '18dae980-d60d-423a-8b84-43d88dd34a3d', + 'd5a99915-ea47-4d94-80a9-ebd833ead039', 'x-ms-correlation-request-id', - '18dae980-d60d-423a-8b84-43d88dd34a3d', + 'd5a99915-ea47-4d94-80a9-ebd833ead039', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041338Z:18dae980-d60d-423a-8b84-43d88dd34a3d', + 'SOUTHEASTASIA:20211111T091744Z:d5a99915-ea47-4d94-80a9-ebd833ead039', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:37 GMT' + 'Thu, 11 Nov 2021 09:17:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28537,21 +32065,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11211', + '10425', 'x-ms-request-id', - '20a5a265-4cc9-43cc-9833-cf5e68cc497a', + '4d6f7972-3dc2-446b-91fe-91afb9f95e76', 'x-ms-correlation-request-id', - '20a5a265-4cc9-43cc-9833-cf5e68cc497a', + '4d6f7972-3dc2-446b-91fe-91afb9f95e76', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041340Z:20a5a265-4cc9-43cc-9833-cf5e68cc497a', + 'SOUTHEASTASIA:20211111T091747Z:4d6f7972-3dc2-446b-91fe-91afb9f95e76', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:39 GMT' + 'Thu, 11 Nov 2021 09:17:47 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28573,21 +32101,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11210', + '10424', 'x-ms-request-id', - 'b703267f-205b-4aaa-bd7f-fd7d11922ced', + '0e4ccada-2709-422b-8373-6f863c77da73', 'x-ms-correlation-request-id', - 'b703267f-205b-4aaa-bd7f-fd7d11922ced', + '0e4ccada-2709-422b-8373-6f863c77da73', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041342Z:b703267f-205b-4aaa-bd7f-fd7d11922ced', + 'SOUTHEASTASIA:20211111T091749Z:0e4ccada-2709-422b-8373-6f863c77da73', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:42 GMT' + 'Thu, 11 Nov 2021 09:17:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28609,21 +32137,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11209', + '10423', 'x-ms-request-id', - 'e924aa9d-94f3-42a8-b725-13e807a5dd40', + 'c7085673-1929-49de-b2f8-9467ea766bf9', 'x-ms-correlation-request-id', - 'e924aa9d-94f3-42a8-b725-13e807a5dd40', + 'c7085673-1929-49de-b2f8-9467ea766bf9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041345Z:e924aa9d-94f3-42a8-b725-13e807a5dd40', + 'SOUTHEASTASIA:20211111T091752Z:c7085673-1929-49de-b2f8-9467ea766bf9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:44 GMT' + 'Thu, 11 Nov 2021 09:17:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28645,21 +32173,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11208', + '10422', 'x-ms-request-id', - 'cf71f73e-541f-4023-86d7-45b1b815dd70', + '9350562f-ef65-4084-8d96-8d4e6c3b4e51', 'x-ms-correlation-request-id', - 'cf71f73e-541f-4023-86d7-45b1b815dd70', + '9350562f-ef65-4084-8d96-8d4e6c3b4e51', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041347Z:cf71f73e-541f-4023-86d7-45b1b815dd70', + 'SOUTHEASTASIA:20211111T091754Z:9350562f-ef65-4084-8d96-8d4e6c3b4e51', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:46 GMT' + 'Thu, 11 Nov 2021 09:17:54 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28681,21 +32209,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11207', + '10421', 'x-ms-request-id', - 'a782d93f-81d0-40f6-b52a-2d2925cefe6e', + '83eaee22-3612-4996-9c0d-3928a84186eb', 'x-ms-correlation-request-id', - 'a782d93f-81d0-40f6-b52a-2d2925cefe6e', + '83eaee22-3612-4996-9c0d-3928a84186eb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041349Z:a782d93f-81d0-40f6-b52a-2d2925cefe6e', + 'SOUTHEASTASIA:20211111T091756Z:83eaee22-3612-4996-9c0d-3928a84186eb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:49 GMT' + 'Thu, 11 Nov 2021 09:17:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28717,21 +32245,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11206', + '10420', 'x-ms-request-id', - '1b09ab86-0392-4088-b43b-548fe9567d94', + 'ebe5240b-7841-40d7-923c-b25eeaf57a83', 'x-ms-correlation-request-id', - '1b09ab86-0392-4088-b43b-548fe9567d94', + 'ebe5240b-7841-40d7-923c-b25eeaf57a83', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041352Z:1b09ab86-0392-4088-b43b-548fe9567d94', + 'SOUTHEASTASIA:20211111T091759Z:ebe5240b-7841-40d7-923c-b25eeaf57a83', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:51 GMT' + 'Thu, 11 Nov 2021 09:17:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28753,21 +32281,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11205', + '10419', 'x-ms-request-id', - '937aa593-9101-445a-a2e3-f1d11e22b750', + '48a56a16-4e67-4599-bfa0-a42f34f9358f', 'x-ms-correlation-request-id', - '937aa593-9101-445a-a2e3-f1d11e22b750', + '48a56a16-4e67-4599-bfa0-a42f34f9358f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041354Z:937aa593-9101-445a-a2e3-f1d11e22b750', + 'SOUTHEASTASIA:20211111T091801Z:48a56a16-4e67-4599-bfa0-a42f34f9358f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:53 GMT' + 'Thu, 11 Nov 2021 09:18:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28789,21 +32317,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11204', + '10418', 'x-ms-request-id', - '5d2c7ea4-d43d-49af-81cf-a99f02061a3f', + '4cf9f069-3e6b-4bbb-b3ac-182ca03ef874', 'x-ms-correlation-request-id', - '5d2c7ea4-d43d-49af-81cf-a99f02061a3f', + '4cf9f069-3e6b-4bbb-b3ac-182ca03ef874', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041356Z:5d2c7ea4-d43d-49af-81cf-a99f02061a3f', + 'SOUTHEASTASIA:20211111T091804Z:4cf9f069-3e6b-4bbb-b3ac-182ca03ef874', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:55 GMT' + 'Thu, 11 Nov 2021 09:18:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28825,21 +32353,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11203', + '10417', 'x-ms-request-id', - '6e49bc13-8b4a-43f9-beb6-5b45d269af9d', + '15537398-fd18-45a7-970e-51539de40212', 'x-ms-correlation-request-id', - '6e49bc13-8b4a-43f9-beb6-5b45d269af9d', + '15537398-fd18-45a7-970e-51539de40212', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041359Z:6e49bc13-8b4a-43f9-beb6-5b45d269af9d', + 'SOUTHEASTASIA:20211111T091806Z:15537398-fd18-45a7-970e-51539de40212', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:13:58 GMT' + 'Thu, 11 Nov 2021 09:18:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28861,21 +32389,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11202', + '10416', 'x-ms-request-id', - '99ba51cd-4cbf-40b7-af0c-07591cd807f1', + '3b568575-a5f2-4cd0-999c-b073b707e743', 'x-ms-correlation-request-id', - '99ba51cd-4cbf-40b7-af0c-07591cd807f1', + '3b568575-a5f2-4cd0-999c-b073b707e743', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041401Z:99ba51cd-4cbf-40b7-af0c-07591cd807f1', + 'SOUTHEASTASIA:20211111T091808Z:3b568575-a5f2-4cd0-999c-b073b707e743', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:00 GMT' + 'Thu, 11 Nov 2021 09:18:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28897,21 +32425,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11201', + '10415', 'x-ms-request-id', - 'fc0828fb-417e-475e-80ca-a5e65b234701', + 'e36ae4eb-5226-47a1-af8c-a678d3025026', 'x-ms-correlation-request-id', - 'fc0828fb-417e-475e-80ca-a5e65b234701', + 'e36ae4eb-5226-47a1-af8c-a678d3025026', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041403Z:fc0828fb-417e-475e-80ca-a5e65b234701', + 'SOUTHEASTASIA:20211111T091811Z:e36ae4eb-5226-47a1-af8c-a678d3025026', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:02 GMT' + 'Thu, 11 Nov 2021 09:18:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28933,21 +32461,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11200', + '10414', 'x-ms-request-id', - '8a252b71-bb16-41be-b9b6-6e5c41d5aff1', + '98b8fabc-a442-4bc2-8754-bc43f40d917a', 'x-ms-correlation-request-id', - '8a252b71-bb16-41be-b9b6-6e5c41d5aff1', + '98b8fabc-a442-4bc2-8754-bc43f40d917a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041406Z:8a252b71-bb16-41be-b9b6-6e5c41d5aff1', + 'SOUTHEASTASIA:20211111T091813Z:98b8fabc-a442-4bc2-8754-bc43f40d917a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:05 GMT' + 'Thu, 11 Nov 2021 09:18:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -28969,21 +32497,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11199', + '10413', 'x-ms-request-id', - '641a755a-f302-4e83-9e2a-1edaf2a4b769', + '199e4cfa-52eb-48b8-bd8d-4b5751fcade9', 'x-ms-correlation-request-id', - '641a755a-f302-4e83-9e2a-1edaf2a4b769', + '199e4cfa-52eb-48b8-bd8d-4b5751fcade9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041408Z:641a755a-f302-4e83-9e2a-1edaf2a4b769', + 'SOUTHEASTASIA:20211111T091815Z:199e4cfa-52eb-48b8-bd8d-4b5751fcade9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:07 GMT' + 'Thu, 11 Nov 2021 09:18:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29005,21 +32533,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11198', + '10412', 'x-ms-request-id', - 'c286efef-946f-47ad-96c4-b4509e09dd43', + 'c06686fb-c31d-4f14-a3b5-2ee884bb49fe', 'x-ms-correlation-request-id', - 'c286efef-946f-47ad-96c4-b4509e09dd43', + 'c06686fb-c31d-4f14-a3b5-2ee884bb49fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041410Z:c286efef-946f-47ad-96c4-b4509e09dd43', + 'SOUTHEASTASIA:20211111T091818Z:c06686fb-c31d-4f14-a3b5-2ee884bb49fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:09 GMT' + 'Thu, 11 Nov 2021 09:18:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29041,21 +32569,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11197', + '10411', 'x-ms-request-id', - 'c22b8832-90e2-4d26-9375-2f97e2dff8ea', + '3f277a64-a56e-4ba0-9ecb-ae193a95db58', 'x-ms-correlation-request-id', - 'c22b8832-90e2-4d26-9375-2f97e2dff8ea', + '3f277a64-a56e-4ba0-9ecb-ae193a95db58', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041413Z:c22b8832-90e2-4d26-9375-2f97e2dff8ea', + 'SOUTHEASTASIA:20211111T091820Z:3f277a64-a56e-4ba0-9ecb-ae193a95db58', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:12 GMT' + 'Thu, 11 Nov 2021 09:18:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29077,21 +32605,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11196', + '10410', 'x-ms-request-id', - 'e4623fac-7bf0-4a59-a8bb-b68a4cae856f', + '0ac2bd2d-08cb-46f8-a737-55aad8603122', 'x-ms-correlation-request-id', - 'e4623fac-7bf0-4a59-a8bb-b68a4cae856f', + '0ac2bd2d-08cb-46f8-a737-55aad8603122', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041415Z:e4623fac-7bf0-4a59-a8bb-b68a4cae856f', + 'SOUTHEASTASIA:20211111T091822Z:0ac2bd2d-08cb-46f8-a737-55aad8603122', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:14 GMT' + 'Thu, 11 Nov 2021 09:18:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29113,21 +32641,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11195', + '10409', 'x-ms-request-id', - '207eec7a-1b74-4cb5-bd6c-7daa69a335f9', + '63823b2d-5475-4e70-8853-8b20cd429489', 'x-ms-correlation-request-id', - '207eec7a-1b74-4cb5-bd6c-7daa69a335f9', + '63823b2d-5475-4e70-8853-8b20cd429489', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041417Z:207eec7a-1b74-4cb5-bd6c-7daa69a335f9', + 'SOUTHEASTASIA:20211111T091825Z:63823b2d-5475-4e70-8853-8b20cd429489', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:16 GMT' + 'Thu, 11 Nov 2021 09:18:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29149,21 +32677,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11194', + '10408', 'x-ms-request-id', - 'd3266687-eaae-43ac-ac6f-bbff738f4b9d', + '98222f8b-17f9-4526-8df8-e2705045360b', 'x-ms-correlation-request-id', - 'd3266687-eaae-43ac-ac6f-bbff738f4b9d', + '98222f8b-17f9-4526-8df8-e2705045360b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041419Z:d3266687-eaae-43ac-ac6f-bbff738f4b9d', + 'SOUTHEASTASIA:20211111T091827Z:98222f8b-17f9-4526-8df8-e2705045360b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:19 GMT' + 'Thu, 11 Nov 2021 09:18:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29185,21 +32713,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11193', + '10407', 'x-ms-request-id', - 'd833b9f4-8c57-4f7d-89b8-7b364f2353e1', + 'a05f5c8f-1c5f-4542-a498-94c011953340', 'x-ms-correlation-request-id', - 'd833b9f4-8c57-4f7d-89b8-7b364f2353e1', + 'a05f5c8f-1c5f-4542-a498-94c011953340', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041422Z:d833b9f4-8c57-4f7d-89b8-7b364f2353e1', + 'SOUTHEASTASIA:20211111T091829Z:a05f5c8f-1c5f-4542-a498-94c011953340', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:21 GMT' + 'Thu, 11 Nov 2021 09:18:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29221,21 +32749,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11192', + '10406', 'x-ms-request-id', - '2f7f6b50-b102-44da-8015-ccfafa8070b5', + '12938a3f-de93-4839-ba9d-da8242db9fec', 'x-ms-correlation-request-id', - '2f7f6b50-b102-44da-8015-ccfafa8070b5', + '12938a3f-de93-4839-ba9d-da8242db9fec', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041424Z:2f7f6b50-b102-44da-8015-ccfafa8070b5', + 'SOUTHEASTASIA:20211111T091831Z:12938a3f-de93-4839-ba9d-da8242db9fec', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:23 GMT' + 'Thu, 11 Nov 2021 09:18:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29257,21 +32785,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11191', + '10405', 'x-ms-request-id', - 'fd812395-5430-4d51-8d8f-e3a4782f529b', + 'eb2abcd8-43fa-49b4-aab7-c8470decaafe', 'x-ms-correlation-request-id', - 'fd812395-5430-4d51-8d8f-e3a4782f529b', + 'eb2abcd8-43fa-49b4-aab7-c8470decaafe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041426Z:fd812395-5430-4d51-8d8f-e3a4782f529b', + 'SOUTHEASTASIA:20211111T091834Z:eb2abcd8-43fa-49b4-aab7-c8470decaafe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:26 GMT' + 'Thu, 11 Nov 2021 09:18:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29293,21 +32821,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11190', + '10404', 'x-ms-request-id', - '5d73e52d-017b-40cc-8c82-7d81bc04c367', + '2aea3302-516b-45c6-a4db-83280bc8503b', 'x-ms-correlation-request-id', - '5d73e52d-017b-40cc-8c82-7d81bc04c367', + '2aea3302-516b-45c6-a4db-83280bc8503b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041429Z:5d73e52d-017b-40cc-8c82-7d81bc04c367', + 'SOUTHEASTASIA:20211111T091836Z:2aea3302-516b-45c6-a4db-83280bc8503b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:28 GMT' + 'Thu, 11 Nov 2021 09:18:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29329,21 +32857,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11189', + '10403', 'x-ms-request-id', - '95244b35-f3f9-4f96-a512-9b2ab0f9ea78', + '2bf6c759-c606-47ba-a492-877ebff9c3a5', 'x-ms-correlation-request-id', - '95244b35-f3f9-4f96-a512-9b2ab0f9ea78', + '2bf6c759-c606-47ba-a492-877ebff9c3a5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041431Z:95244b35-f3f9-4f96-a512-9b2ab0f9ea78', + 'SOUTHEASTASIA:20211111T091838Z:2bf6c759-c606-47ba-a492-877ebff9c3a5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:30 GMT' + 'Thu, 11 Nov 2021 09:18:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29365,21 +32893,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11188', + '10402', 'x-ms-request-id', - '6a0166ca-15ff-4c6f-97bc-b663b7b3c17b', + 'e6a1188c-62c2-47d0-b8e2-872fa0985a63', 'x-ms-correlation-request-id', - '6a0166ca-15ff-4c6f-97bc-b663b7b3c17b', + 'e6a1188c-62c2-47d0-b8e2-872fa0985a63', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041433Z:6a0166ca-15ff-4c6f-97bc-b663b7b3c17b', + 'SOUTHEASTASIA:20211111T091841Z:e6a1188c-62c2-47d0-b8e2-872fa0985a63', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:32 GMT' + 'Thu, 11 Nov 2021 09:18:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29401,21 +32929,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11187', + '10401', 'x-ms-request-id', - 'f201c3f1-d5a4-4685-a6ea-cc2b94a9ee16', + '7c753dc9-1f66-41ca-aeed-d32edd345f10', 'x-ms-correlation-request-id', - 'f201c3f1-d5a4-4685-a6ea-cc2b94a9ee16', + '7c753dc9-1f66-41ca-aeed-d32edd345f10', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041436Z:f201c3f1-d5a4-4685-a6ea-cc2b94a9ee16', + 'SOUTHEASTASIA:20211111T091843Z:7c753dc9-1f66-41ca-aeed-d32edd345f10', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:35 GMT' + 'Thu, 11 Nov 2021 09:18:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29437,21 +32965,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11186', + '10400', 'x-ms-request-id', - '129d2aea-bdc6-43d2-89be-aa819be5362c', + '278fe546-40be-4f99-bd75-3ef78cd92a50', 'x-ms-correlation-request-id', - '129d2aea-bdc6-43d2-89be-aa819be5362c', + '278fe546-40be-4f99-bd75-3ef78cd92a50', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041438Z:129d2aea-bdc6-43d2-89be-aa819be5362c', + 'SOUTHEASTASIA:20211111T091846Z:278fe546-40be-4f99-bd75-3ef78cd92a50', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:37 GMT' + 'Thu, 11 Nov 2021 09:18:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29473,21 +33001,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11185', + '10399', 'x-ms-request-id', - '25d9a180-2c40-4011-8ade-ce22dac45a88', + '7e42a031-02d6-4c02-9a4d-d04c9fab0c9c', 'x-ms-correlation-request-id', - '25d9a180-2c40-4011-8ade-ce22dac45a88', + '7e42a031-02d6-4c02-9a4d-d04c9fab0c9c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041440Z:25d9a180-2c40-4011-8ade-ce22dac45a88', + 'SOUTHEASTASIA:20211111T091848Z:7e42a031-02d6-4c02-9a4d-d04c9fab0c9c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:40 GMT' + 'Thu, 11 Nov 2021 09:18:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29509,21 +33037,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11184', + '10398', 'x-ms-request-id', - '64b344d1-aa2f-494a-b879-b144bfc769cd', + '9575db9a-6f80-41f7-ba3b-949e0e01d1ad', 'x-ms-correlation-request-id', - '64b344d1-aa2f-494a-b879-b144bfc769cd', + '9575db9a-6f80-41f7-ba3b-949e0e01d1ad', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041443Z:64b344d1-aa2f-494a-b879-b144bfc769cd', + 'SOUTHEASTASIA:20211111T091851Z:9575db9a-6f80-41f7-ba3b-949e0e01d1ad', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:43 GMT' + 'Thu, 11 Nov 2021 09:18:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29545,21 +33073,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11183', + '10397', 'x-ms-request-id', - 'a0c9dac2-a7db-4a7e-b32c-a9f599475f26', + '9f7e820a-892f-45d6-aeea-9abf22f89226', 'x-ms-correlation-request-id', - 'a0c9dac2-a7db-4a7e-b32c-a9f599475f26', + '9f7e820a-892f-45d6-aeea-9abf22f89226', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041445Z:a0c9dac2-a7db-4a7e-b32c-a9f599475f26', + 'SOUTHEASTASIA:20211111T091853Z:9f7e820a-892f-45d6-aeea-9abf22f89226', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:45 GMT' + 'Thu, 11 Nov 2021 09:18:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29581,21 +33109,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11182', + '10396', 'x-ms-request-id', - 'fff0fce1-acbc-4951-bb7b-e1aeeaccf47e', + '018828ea-e035-43d5-b1aa-462035df86bd', 'x-ms-correlation-request-id', - 'fff0fce1-acbc-4951-bb7b-e1aeeaccf47e', + '018828ea-e035-43d5-b1aa-462035df86bd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041447Z:fff0fce1-acbc-4951-bb7b-e1aeeaccf47e', + 'SOUTHEASTASIA:20211111T091855Z:018828ea-e035-43d5-b1aa-462035df86bd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:47 GMT' + 'Thu, 11 Nov 2021 09:18:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29617,21 +33145,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11181', + '10395', 'x-ms-request-id', - '2e5e290b-2073-4510-a0f4-3a727d58bcde', + '623cdb73-148a-4427-85be-2b2dd2015518', 'x-ms-correlation-request-id', - '2e5e290b-2073-4510-a0f4-3a727d58bcde', + '623cdb73-148a-4427-85be-2b2dd2015518', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041450Z:2e5e290b-2073-4510-a0f4-3a727d58bcde', + 'SOUTHEASTASIA:20211111T091858Z:623cdb73-148a-4427-85be-2b2dd2015518', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:50 GMT' + 'Thu, 11 Nov 2021 09:18:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29653,21 +33181,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11180', + '10394', 'x-ms-request-id', - 'deddc92b-5e69-4c43-b24f-bddee4197425', + 'a52b0c70-223c-4b57-ae6a-aa0dc04db2e6', 'x-ms-correlation-request-id', - 'deddc92b-5e69-4c43-b24f-bddee4197425', + 'a52b0c70-223c-4b57-ae6a-aa0dc04db2e6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041452Z:deddc92b-5e69-4c43-b24f-bddee4197425', + 'SOUTHEASTASIA:20211111T091900Z:a52b0c70-223c-4b57-ae6a-aa0dc04db2e6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:52 GMT' + 'Thu, 11 Nov 2021 09:18:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29689,21 +33217,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11179', + '10393', 'x-ms-request-id', - 'dab1b782-685d-4472-8322-d3ea5bcf2575', + '6476b652-6eb8-4aa8-be91-27e7163b3e45', 'x-ms-correlation-request-id', - 'dab1b782-685d-4472-8322-d3ea5bcf2575', + '6476b652-6eb8-4aa8-be91-27e7163b3e45', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041454Z:dab1b782-685d-4472-8322-d3ea5bcf2575', + 'SOUTHEASTASIA:20211111T091902Z:6476b652-6eb8-4aa8-be91-27e7163b3e45', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:54 GMT' + 'Thu, 11 Nov 2021 09:19:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29725,21 +33253,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11178', + '10392', 'x-ms-request-id', - '51452e0f-d535-4699-9482-88f772287d3f', + '75bb4033-eb51-476e-8deb-4523c8cfe20d', 'x-ms-correlation-request-id', - '51452e0f-d535-4699-9482-88f772287d3f', + '75bb4033-eb51-476e-8deb-4523c8cfe20d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041457Z:51452e0f-d535-4699-9482-88f772287d3f', + 'SOUTHEASTASIA:20211111T091905Z:75bb4033-eb51-476e-8deb-4523c8cfe20d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:57 GMT' + 'Thu, 11 Nov 2021 09:19:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29761,21 +33289,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11177', + '10391', 'x-ms-request-id', - 'e9c03c3e-05af-4ec8-b58f-8460fdeab293', + '74d8a592-c28d-4a6b-a8ac-002162f2f445', 'x-ms-correlation-request-id', - 'e9c03c3e-05af-4ec8-b58f-8460fdeab293', + '74d8a592-c28d-4a6b-a8ac-002162f2f445', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041459Z:e9c03c3e-05af-4ec8-b58f-8460fdeab293', + 'SOUTHEASTASIA:20211111T091907Z:74d8a592-c28d-4a6b-a8ac-002162f2f445', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:14:59 GMT' + 'Thu, 11 Nov 2021 09:19:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29797,21 +33325,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11176', + '10390', 'x-ms-request-id', - 'd9ed6520-ec69-4b9c-b3be-512f1b7e1110', + '12983fae-5469-481b-b365-46e99086ef4d', 'x-ms-correlation-request-id', - 'd9ed6520-ec69-4b9c-b3be-512f1b7e1110', + '12983fae-5469-481b-b365-46e99086ef4d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041501Z:d9ed6520-ec69-4b9c-b3be-512f1b7e1110', + 'SOUTHEASTASIA:20211111T091909Z:12983fae-5469-481b-b365-46e99086ef4d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:01 GMT' + 'Thu, 11 Nov 2021 09:19:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29833,21 +33361,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11175', + '10389', 'x-ms-request-id', - 'ff295fc4-bde2-48f3-9435-68dc3ba97777', + 'd56fdd78-bc83-4b04-9e49-e5d15af61551', 'x-ms-correlation-request-id', - 'ff295fc4-bde2-48f3-9435-68dc3ba97777', + 'd56fdd78-bc83-4b04-9e49-e5d15af61551', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041504Z:ff295fc4-bde2-48f3-9435-68dc3ba97777', + 'SOUTHEASTASIA:20211111T091912Z:d56fdd78-bc83-4b04-9e49-e5d15af61551', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:04 GMT' + 'Thu, 11 Nov 2021 09:19:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29869,21 +33397,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11174', + '10388', 'x-ms-request-id', - '3cc3622e-0252-4324-a103-3c60d5055e46', + '0546059b-2bec-461b-b644-2d44cde8406f', 'x-ms-correlation-request-id', - '3cc3622e-0252-4324-a103-3c60d5055e46', + '0546059b-2bec-461b-b644-2d44cde8406f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041506Z:3cc3622e-0252-4324-a103-3c60d5055e46', + 'SOUTHEASTASIA:20211111T091914Z:0546059b-2bec-461b-b644-2d44cde8406f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:06 GMT' + 'Thu, 11 Nov 2021 09:19:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29905,21 +33433,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11173', + '10387', 'x-ms-request-id', - '21b15011-fd86-441c-a2a8-e8056011de9f', + '1767bf18-4bc5-447d-969c-8675339ace63', 'x-ms-correlation-request-id', - '21b15011-fd86-441c-a2a8-e8056011de9f', + '1767bf18-4bc5-447d-969c-8675339ace63', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041508Z:21b15011-fd86-441c-a2a8-e8056011de9f', + 'SOUTHEASTASIA:20211111T091916Z:1767bf18-4bc5-447d-969c-8675339ace63', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:08 GMT' + 'Thu, 11 Nov 2021 09:19:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29941,21 +33469,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11172', + '10386', 'x-ms-request-id', - '29bc0951-3bc1-4d49-aaa6-f651a347320e', + '5ed33851-9c1a-40cd-9472-51d61d576f97', 'x-ms-correlation-request-id', - '29bc0951-3bc1-4d49-aaa6-f651a347320e', + '5ed33851-9c1a-40cd-9472-51d61d576f97', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041511Z:29bc0951-3bc1-4d49-aaa6-f651a347320e', + 'SOUTHEASTASIA:20211111T091919Z:5ed33851-9c1a-40cd-9472-51d61d576f97', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:10 GMT' + 'Thu, 11 Nov 2021 09:19:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -29977,21 +33505,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11171', + '10385', 'x-ms-request-id', - '50e5ac0f-9261-41bc-857c-fccf8ab022ad', + 'a9bec5d5-0041-4c1c-b9a5-b7bd4b057e1b', 'x-ms-correlation-request-id', - '50e5ac0f-9261-41bc-857c-fccf8ab022ad', + 'a9bec5d5-0041-4c1c-b9a5-b7bd4b057e1b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041513Z:50e5ac0f-9261-41bc-857c-fccf8ab022ad', + 'SOUTHEASTASIA:20211111T091921Z:a9bec5d5-0041-4c1c-b9a5-b7bd4b057e1b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:13 GMT' + 'Thu, 11 Nov 2021 09:19:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30013,21 +33541,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11170', + '10384', 'x-ms-request-id', - 'f453fbe2-57eb-4c10-b679-7d997543fadf', + '0d8257ac-a33f-426d-bab2-a6ca29bbd4e1', 'x-ms-correlation-request-id', - 'f453fbe2-57eb-4c10-b679-7d997543fadf', + '0d8257ac-a33f-426d-bab2-a6ca29bbd4e1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041515Z:f453fbe2-57eb-4c10-b679-7d997543fadf', + 'SOUTHEASTASIA:20211111T091924Z:0d8257ac-a33f-426d-bab2-a6ca29bbd4e1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:15 GMT' + 'Thu, 11 Nov 2021 09:19:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30049,21 +33577,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11169', + '10383', 'x-ms-request-id', - '94bafa8b-9931-442f-9160-193f44ac7f36', + '3e2c32fe-3a0f-4361-98eb-ab5b5f60a0d8', 'x-ms-correlation-request-id', - '94bafa8b-9931-442f-9160-193f44ac7f36', + '3e2c32fe-3a0f-4361-98eb-ab5b5f60a0d8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041518Z:94bafa8b-9931-442f-9160-193f44ac7f36', + 'SOUTHEASTASIA:20211111T091926Z:3e2c32fe-3a0f-4361-98eb-ab5b5f60a0d8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:17 GMT' + 'Thu, 11 Nov 2021 09:19:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30085,21 +33613,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11168', + '10382', 'x-ms-request-id', - '0de6bb31-628b-4382-938d-03cd0ea72d40', + '0ed95f79-a608-4c8a-8af7-8426600d38cc', 'x-ms-correlation-request-id', - '0de6bb31-628b-4382-938d-03cd0ea72d40', + '0ed95f79-a608-4c8a-8af7-8426600d38cc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041520Z:0de6bb31-628b-4382-938d-03cd0ea72d40', + 'SOUTHEASTASIA:20211111T091928Z:0ed95f79-a608-4c8a-8af7-8426600d38cc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:20 GMT' + 'Thu, 11 Nov 2021 09:19:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30121,21 +33649,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11167', + '10381', 'x-ms-request-id', - '7d01e28c-fae4-483d-a641-59c4d52f4395', + 'a163a296-8b15-4fd1-972f-0a1633ffa088', 'x-ms-correlation-request-id', - '7d01e28c-fae4-483d-a641-59c4d52f4395', + 'a163a296-8b15-4fd1-972f-0a1633ffa088', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041522Z:7d01e28c-fae4-483d-a641-59c4d52f4395', + 'SOUTHEASTASIA:20211111T091931Z:a163a296-8b15-4fd1-972f-0a1633ffa088', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:22 GMT' + 'Thu, 11 Nov 2021 09:19:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30157,21 +33685,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11166', + '10380', 'x-ms-request-id', - '5c214e63-b6ec-40b9-a666-879a6dce0897', + '920aa72f-12de-4100-b818-50860c8bad29', 'x-ms-correlation-request-id', - '5c214e63-b6ec-40b9-a666-879a6dce0897', + '920aa72f-12de-4100-b818-50860c8bad29', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041525Z:5c214e63-b6ec-40b9-a666-879a6dce0897', + 'SOUTHEASTASIA:20211111T091933Z:920aa72f-12de-4100-b818-50860c8bad29', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:24 GMT' + 'Thu, 11 Nov 2021 09:19:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30193,21 +33721,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11165', + '10379', 'x-ms-request-id', - '34ed24d8-22d2-4b3a-bc5e-d91df1c4b038', + '7a644699-8365-4776-9640-c0b0ca959613', 'x-ms-correlation-request-id', - '34ed24d8-22d2-4b3a-bc5e-d91df1c4b038', + '7a644699-8365-4776-9640-c0b0ca959613', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041527Z:34ed24d8-22d2-4b3a-bc5e-d91df1c4b038', + 'SOUTHEASTASIA:20211111T091935Z:7a644699-8365-4776-9640-c0b0ca959613', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:27 GMT' + 'Thu, 11 Nov 2021 09:19:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30229,21 +33757,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11164', + '10378', 'x-ms-request-id', - 'a96544ea-acba-4d1a-9895-2d6268c4c93d', + 'f558bf1e-4fe6-4fd7-a93c-368db2ad6bed', 'x-ms-correlation-request-id', - 'a96544ea-acba-4d1a-9895-2d6268c4c93d', + 'f558bf1e-4fe6-4fd7-a93c-368db2ad6bed', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041529Z:a96544ea-acba-4d1a-9895-2d6268c4c93d', + 'SOUTHEASTASIA:20211111T091938Z:f558bf1e-4fe6-4fd7-a93c-368db2ad6bed', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:29 GMT' + 'Thu, 11 Nov 2021 09:19:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30265,21 +33793,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11163', + '10377', 'x-ms-request-id', - '40bc8de6-9917-402c-b811-f0170dd6a662', + '28995c66-04ea-4d6e-9f82-9942cdeaefc5', 'x-ms-correlation-request-id', - '40bc8de6-9917-402c-b811-f0170dd6a662', + '28995c66-04ea-4d6e-9f82-9942cdeaefc5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041532Z:40bc8de6-9917-402c-b811-f0170dd6a662', + 'SOUTHEASTASIA:20211111T091940Z:28995c66-04ea-4d6e-9f82-9942cdeaefc5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:31 GMT' + 'Thu, 11 Nov 2021 09:19:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30301,21 +33829,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11162', + '10376', 'x-ms-request-id', - '1433d14b-ad10-4f7c-afc9-83582e70f7ee', + '51018267-1183-484d-9cfb-6746394ab104', 'x-ms-correlation-request-id', - '1433d14b-ad10-4f7c-afc9-83582e70f7ee', + '51018267-1183-484d-9cfb-6746394ab104', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041534Z:1433d14b-ad10-4f7c-afc9-83582e70f7ee', + 'SOUTHEASTASIA:20211111T091942Z:51018267-1183-484d-9cfb-6746394ab104', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:34 GMT' + 'Thu, 11 Nov 2021 09:19:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30337,21 +33865,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11161', + '10375', 'x-ms-request-id', - 'f3836732-f07c-4723-9b62-eafaa19c15db', + '691e27d6-43aa-4e02-bdd6-612536462044', 'x-ms-correlation-request-id', - 'f3836732-f07c-4723-9b62-eafaa19c15db', + '691e27d6-43aa-4e02-bdd6-612536462044', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041536Z:f3836732-f07c-4723-9b62-eafaa19c15db', + 'SOUTHEASTASIA:20211111T091945Z:691e27d6-43aa-4e02-bdd6-612536462044', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:36 GMT' + 'Thu, 11 Nov 2021 09:19:44 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30373,21 +33901,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11160', + '10374', 'x-ms-request-id', - 'ac056435-dbe5-4631-ba85-58542f771b5f', + '3ebc402d-2a6e-49d7-b14a-417917d80bc6', 'x-ms-correlation-request-id', - 'ac056435-dbe5-4631-ba85-58542f771b5f', + '3ebc402d-2a6e-49d7-b14a-417917d80bc6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041539Z:ac056435-dbe5-4631-ba85-58542f771b5f', + 'SOUTHEASTASIA:20211111T091948Z:3ebc402d-2a6e-49d7-b14a-417917d80bc6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:38 GMT' + 'Thu, 11 Nov 2021 09:19:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30409,21 +33937,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11159', + '10373', 'x-ms-request-id', - 'e2fe2b3b-dba1-4da8-98a9-ede05acbd349', + '66a9d5c1-6b13-414a-b50f-2a14f437187a', 'x-ms-correlation-request-id', - 'e2fe2b3b-dba1-4da8-98a9-ede05acbd349', + '66a9d5c1-6b13-414a-b50f-2a14f437187a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041541Z:e2fe2b3b-dba1-4da8-98a9-ede05acbd349', + 'SOUTHEASTASIA:20211111T091950Z:66a9d5c1-6b13-414a-b50f-2a14f437187a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:41 GMT' + 'Thu, 11 Nov 2021 09:19:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30445,21 +33973,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11158', + '10372', 'x-ms-request-id', - 'f12c570c-a64f-46fd-adf7-6b440376a7db', + '168536be-900a-43c3-9c70-b6bd5d7b292e', 'x-ms-correlation-request-id', - 'f12c570c-a64f-46fd-adf7-6b440376a7db', + '168536be-900a-43c3-9c70-b6bd5d7b292e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041543Z:f12c570c-a64f-46fd-adf7-6b440376a7db', + 'SOUTHEASTASIA:20211111T091953Z:168536be-900a-43c3-9c70-b6bd5d7b292e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:43 GMT' + 'Thu, 11 Nov 2021 09:19:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30481,21 +34009,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11157', + '10371', 'x-ms-request-id', - 'b4708ca1-efa2-4cfa-b872-8a4651a1ed0b', + '961adc44-4911-45ce-bdbb-7e76a3c5829c', 'x-ms-correlation-request-id', - 'b4708ca1-efa2-4cfa-b872-8a4651a1ed0b', + '961adc44-4911-45ce-bdbb-7e76a3c5829c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041546Z:b4708ca1-efa2-4cfa-b872-8a4651a1ed0b', + 'SOUTHEASTASIA:20211111T091955Z:961adc44-4911-45ce-bdbb-7e76a3c5829c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:45 GMT' + 'Thu, 11 Nov 2021 09:19:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30517,21 +34045,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11156', + '10370', 'x-ms-request-id', - 'afe517db-57a3-4045-b2cf-cc5ede18e03f', + 'c6dfe0cc-f8a8-40e4-a8a8-2b69bde99218', 'x-ms-correlation-request-id', - 'afe517db-57a3-4045-b2cf-cc5ede18e03f', + 'c6dfe0cc-f8a8-40e4-a8a8-2b69bde99218', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041548Z:afe517db-57a3-4045-b2cf-cc5ede18e03f', + 'SOUTHEASTASIA:20211111T091958Z:c6dfe0cc-f8a8-40e4-a8a8-2b69bde99218', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:48 GMT' + 'Thu, 11 Nov 2021 09:19:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30553,21 +34081,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11155', + '10479', 'x-ms-request-id', - '465fb7c5-d090-4610-93b6-c094f9e962e8', + 'ad686436-1675-47dd-b5f1-fd67cb7eee82', 'x-ms-correlation-request-id', - '465fb7c5-d090-4610-93b6-c094f9e962e8', + 'ad686436-1675-47dd-b5f1-fd67cb7eee82', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041550Z:465fb7c5-d090-4610-93b6-c094f9e962e8', + 'SOUTHEASTASIA:20211111T092000Z:ad686436-1675-47dd-b5f1-fd67cb7eee82', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:50 GMT' + 'Thu, 11 Nov 2021 09:20:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30589,21 +34117,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11154', + '10478', 'x-ms-request-id', - '3f9f3a7c-3d17-48e4-b555-2e62c0f41682', + '616c3e8c-c9c5-4414-8696-ec2e07698808', 'x-ms-correlation-request-id', - '3f9f3a7c-3d17-48e4-b555-2e62c0f41682', + '616c3e8c-c9c5-4414-8696-ec2e07698808', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041553Z:3f9f3a7c-3d17-48e4-b555-2e62c0f41682', + 'SOUTHEASTASIA:20211111T092002Z:616c3e8c-c9c5-4414-8696-ec2e07698808', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:52 GMT' + 'Thu, 11 Nov 2021 09:20:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30625,21 +34153,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11153', + '10477', 'x-ms-request-id', - '61408733-354c-4432-b9e9-649421baaaa8', + '185827e3-130a-4c3c-9126-f55ee1b705a0', 'x-ms-correlation-request-id', - '61408733-354c-4432-b9e9-649421baaaa8', + '185827e3-130a-4c3c-9126-f55ee1b705a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041555Z:61408733-354c-4432-b9e9-649421baaaa8', + 'SOUTHEASTASIA:20211111T092004Z:185827e3-130a-4c3c-9126-f55ee1b705a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:54 GMT' + 'Thu, 11 Nov 2021 09:20:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30661,21 +34189,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11152', + '10476', 'x-ms-request-id', - '64aa7088-7e90-4ce7-bf90-490d65edcb57', + '1a73c191-4c9b-4c8b-8c8b-76a8a16b9191', 'x-ms-correlation-request-id', - '64aa7088-7e90-4ce7-bf90-490d65edcb57', + '1a73c191-4c9b-4c8b-8c8b-76a8a16b9191', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041557Z:64aa7088-7e90-4ce7-bf90-490d65edcb57', + 'SOUTHEASTASIA:20211111T092007Z:1a73c191-4c9b-4c8b-8c8b-76a8a16b9191', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:57 GMT' + 'Thu, 11 Nov 2021 09:20:07 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30697,21 +34225,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11151', + '10475', 'x-ms-request-id', - '91f13e61-960d-4aba-b906-f43f746923ec', + 'd3aa89af-d7bd-46bd-a0b1-76c6119105ef', 'x-ms-correlation-request-id', - '91f13e61-960d-4aba-b906-f43f746923ec', + 'd3aa89af-d7bd-46bd-a0b1-76c6119105ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041559Z:91f13e61-960d-4aba-b906-f43f746923ec', + 'SOUTHEASTASIA:20211111T092009Z:d3aa89af-d7bd-46bd-a0b1-76c6119105ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:15:59 GMT' + 'Thu, 11 Nov 2021 09:20:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30733,21 +34261,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11150', + '10474', 'x-ms-request-id', - '8dd2bf13-07db-4cfd-bf1c-3bbabdb8f776', + 'e529dafc-508e-4cf2-af58-36cdb9a2fe0b', 'x-ms-correlation-request-id', - '8dd2bf13-07db-4cfd-bf1c-3bbabdb8f776', + 'e529dafc-508e-4cf2-af58-36cdb9a2fe0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041602Z:8dd2bf13-07db-4cfd-bf1c-3bbabdb8f776', + 'SOUTHEASTASIA:20211111T092011Z:e529dafc-508e-4cf2-af58-36cdb9a2fe0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:01 GMT' + 'Thu, 11 Nov 2021 09:20:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30769,21 +34297,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11149', + '10473', 'x-ms-request-id', - 'b3551bb0-4aec-4d39-a844-5f7c58386fa4', + 'e34e5113-ed7c-48a8-9d59-5d4d2ac15bde', 'x-ms-correlation-request-id', - 'b3551bb0-4aec-4d39-a844-5f7c58386fa4', + 'e34e5113-ed7c-48a8-9d59-5d4d2ac15bde', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041604Z:b3551bb0-4aec-4d39-a844-5f7c58386fa4', + 'SOUTHEASTASIA:20211111T092014Z:e34e5113-ed7c-48a8-9d59-5d4d2ac15bde', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:04 GMT' + 'Thu, 11 Nov 2021 09:20:14 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30805,21 +34333,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11148', + '10472', 'x-ms-request-id', - 'fbc87a87-ded1-4042-8e25-9950ce43616d', + 'a6a38960-0bef-4e49-9873-64bbdbb8113c', 'x-ms-correlation-request-id', - 'fbc87a87-ded1-4042-8e25-9950ce43616d', + 'a6a38960-0bef-4e49-9873-64bbdbb8113c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041606Z:fbc87a87-ded1-4042-8e25-9950ce43616d', + 'SOUTHEASTASIA:20211111T092016Z:a6a38960-0bef-4e49-9873-64bbdbb8113c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:06 GMT' + 'Thu, 11 Nov 2021 09:20:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30841,21 +34369,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11147', + '10471', 'x-ms-request-id', - '61714369-ef82-4398-87ec-1ec6be0e6038', + '9b18f6e7-a12d-49f8-8e51-a514ba6c89ba', 'x-ms-correlation-request-id', - '61714369-ef82-4398-87ec-1ec6be0e6038', + '9b18f6e7-a12d-49f8-8e51-a514ba6c89ba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041609Z:61714369-ef82-4398-87ec-1ec6be0e6038', + 'SOUTHEASTASIA:20211111T092018Z:9b18f6e7-a12d-49f8-8e51-a514ba6c89ba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:08 GMT' + 'Thu, 11 Nov 2021 09:20:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30877,21 +34405,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11146', + '10470', 'x-ms-request-id', - 'fc55afa9-ab72-461d-b88f-9d64389efd37', + 'f4ed1584-8e26-4eb2-b67c-df2e595b22bf', 'x-ms-correlation-request-id', - 'fc55afa9-ab72-461d-b88f-9d64389efd37', + 'f4ed1584-8e26-4eb2-b67c-df2e595b22bf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041611Z:fc55afa9-ab72-461d-b88f-9d64389efd37', + 'SOUTHEASTASIA:20211111T092021Z:f4ed1584-8e26-4eb2-b67c-df2e595b22bf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:11 GMT' + 'Thu, 11 Nov 2021 09:20:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30913,21 +34441,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11145', + '10469', 'x-ms-request-id', - '446f0a1c-7f2e-40ed-b96c-549371996ddc', + 'b2ac3bb4-c9ca-4f59-966a-c03e266336de', 'x-ms-correlation-request-id', - '446f0a1c-7f2e-40ed-b96c-549371996ddc', + 'b2ac3bb4-c9ca-4f59-966a-c03e266336de', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041613Z:446f0a1c-7f2e-40ed-b96c-549371996ddc', + 'SOUTHEASTASIA:20211111T092023Z:b2ac3bb4-c9ca-4f59-966a-c03e266336de', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:13 GMT' + 'Thu, 11 Nov 2021 09:20:23 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30949,21 +34477,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11144', + '10468', 'x-ms-request-id', - '2048ce18-1866-479c-83f7-7ea91a933173', + '2564f22f-a846-4357-8906-8d9861bb39ae', 'x-ms-correlation-request-id', - '2048ce18-1866-479c-83f7-7ea91a933173', + '2564f22f-a846-4357-8906-8d9861bb39ae', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041616Z:2048ce18-1866-479c-83f7-7ea91a933173', + 'SOUTHEASTASIA:20211111T092025Z:2564f22f-a846-4357-8906-8d9861bb39ae', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:15 GMT' + 'Thu, 11 Nov 2021 09:20:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -30985,21 +34513,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11143', + '10467', 'x-ms-request-id', - '5d8dc32c-9094-4d2a-ac16-2478a47f557b', + '0cd27ae9-b8c1-4896-8cfc-74dc5e8a111c', 'x-ms-correlation-request-id', - '5d8dc32c-9094-4d2a-ac16-2478a47f557b', + '0cd27ae9-b8c1-4896-8cfc-74dc5e8a111c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041618Z:5d8dc32c-9094-4d2a-ac16-2478a47f557b', + 'SOUTHEASTASIA:20211111T092028Z:0cd27ae9-b8c1-4896-8cfc-74dc5e8a111c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:18 GMT' + 'Thu, 11 Nov 2021 09:20:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31021,21 +34549,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11142', + '10466', 'x-ms-request-id', - '8e672b03-3f3b-4f82-9149-3ad96cfe4fa4', + 'fe4295fb-7689-46d8-aa8f-beda0a543a1a', 'x-ms-correlation-request-id', - '8e672b03-3f3b-4f82-9149-3ad96cfe4fa4', + 'fe4295fb-7689-46d8-aa8f-beda0a543a1a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041620Z:8e672b03-3f3b-4f82-9149-3ad96cfe4fa4', + 'SOUTHEASTASIA:20211111T092030Z:fe4295fb-7689-46d8-aa8f-beda0a543a1a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:20 GMT' + 'Thu, 11 Nov 2021 09:20:30 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31057,21 +34585,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11141', + '10465', 'x-ms-request-id', - '413c80e5-14f5-44fd-80d4-b3e3ae85626f', + 'e63b8cf6-19e5-43ee-8f08-66f142c1bfee', 'x-ms-correlation-request-id', - '413c80e5-14f5-44fd-80d4-b3e3ae85626f', + 'e63b8cf6-19e5-43ee-8f08-66f142c1bfee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041623Z:413c80e5-14f5-44fd-80d4-b3e3ae85626f', + 'SOUTHEASTASIA:20211111T092032Z:e63b8cf6-19e5-43ee-8f08-66f142c1bfee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:22 GMT' + 'Thu, 11 Nov 2021 09:20:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31093,21 +34621,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11140', + '10464', 'x-ms-request-id', - 'a71c8239-d290-4a13-ba11-f7c42d072053', + '49754335-f546-4cbb-8a68-ccf82b84c22a', 'x-ms-correlation-request-id', - 'a71c8239-d290-4a13-ba11-f7c42d072053', + '49754335-f546-4cbb-8a68-ccf82b84c22a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041625Z:a71c8239-d290-4a13-ba11-f7c42d072053', + 'SOUTHEASTASIA:20211111T092035Z:49754335-f546-4cbb-8a68-ccf82b84c22a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:25 GMT' + 'Thu, 11 Nov 2021 09:20:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31129,21 +34657,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11139', + '10463', 'x-ms-request-id', - 'd542a2b6-e969-4a8b-9d14-415156143663', + 'efc57e21-af36-4d6a-bef7-88f0f0e30ef3', 'x-ms-correlation-request-id', - 'd542a2b6-e969-4a8b-9d14-415156143663', + 'efc57e21-af36-4d6a-bef7-88f0f0e30ef3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041627Z:d542a2b6-e969-4a8b-9d14-415156143663', + 'SOUTHEASTASIA:20211111T092037Z:efc57e21-af36-4d6a-bef7-88f0f0e30ef3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:27 GMT' + 'Thu, 11 Nov 2021 09:20:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31165,21 +34693,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11138', + '10462', 'x-ms-request-id', - 'f79605ae-9ed9-41eb-a8c7-9996694bf35b', + '2e8e3d51-16d9-47d9-9173-a0c6f89203dd', 'x-ms-correlation-request-id', - 'f79605ae-9ed9-41eb-a8c7-9996694bf35b', + '2e8e3d51-16d9-47d9-9173-a0c6f89203dd', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041630Z:f79605ae-9ed9-41eb-a8c7-9996694bf35b', + 'SOUTHEASTASIA:20211111T092039Z:2e8e3d51-16d9-47d9-9173-a0c6f89203dd', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:29 GMT' + 'Thu, 11 Nov 2021 09:20:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31201,21 +34729,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11137', + '10461', 'x-ms-request-id', - 'faf9b63a-6342-4ffe-ae98-844e57a62cb8', + '2d9fe2e3-3150-4dfd-b6e4-0763be6080e0', 'x-ms-correlation-request-id', - 'faf9b63a-6342-4ffe-ae98-844e57a62cb8', + '2d9fe2e3-3150-4dfd-b6e4-0763be6080e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041632Z:faf9b63a-6342-4ffe-ae98-844e57a62cb8', + 'SOUTHEASTASIA:20211111T092042Z:2d9fe2e3-3150-4dfd-b6e4-0763be6080e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:32 GMT' + 'Thu, 11 Nov 2021 09:20:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31237,21 +34765,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11136', + '10460', 'x-ms-request-id', - '6bf17d74-bbd8-4ab6-8501-8290669bb62e', + '07c89752-e525-473e-854a-6a64a14a69e3', 'x-ms-correlation-request-id', - '6bf17d74-bbd8-4ab6-8501-8290669bb62e', + '07c89752-e525-473e-854a-6a64a14a69e3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041634Z:6bf17d74-bbd8-4ab6-8501-8290669bb62e', + 'SOUTHEASTASIA:20211111T092044Z:07c89752-e525-473e-854a-6a64a14a69e3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:34 GMT' + 'Thu, 11 Nov 2021 09:20:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31273,21 +34801,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11135', + '10459', 'x-ms-request-id', - '9c496709-58a9-43be-9938-5ce4d80f9dd7', + '6df11c3b-6f4a-4b89-beec-7ec8d4d7a6a0', 'x-ms-correlation-request-id', - '9c496709-58a9-43be-9938-5ce4d80f9dd7', + '6df11c3b-6f4a-4b89-beec-7ec8d4d7a6a0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041637Z:9c496709-58a9-43be-9938-5ce4d80f9dd7', + 'SOUTHEASTASIA:20211111T092047Z:6df11c3b-6f4a-4b89-beec-7ec8d4d7a6a0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:36 GMT' + 'Thu, 11 Nov 2021 09:20:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31309,21 +34837,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11134', + '10458', 'x-ms-request-id', - '6f405f45-8573-48fa-936b-9b4ec150dbc4', + '1df85dde-e03d-4e74-bc58-d64826bbdfcb', 'x-ms-correlation-request-id', - '6f405f45-8573-48fa-936b-9b4ec150dbc4', + '1df85dde-e03d-4e74-bc58-d64826bbdfcb', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041639Z:6f405f45-8573-48fa-936b-9b4ec150dbc4', + 'SOUTHEASTASIA:20211111T092049Z:1df85dde-e03d-4e74-bc58-d64826bbdfcb', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:39 GMT' + 'Thu, 11 Nov 2021 09:20:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31345,21 +34873,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11133', + '10457', 'x-ms-request-id', - '96ab9ab1-8d7d-4ba4-9601-e391e33672f2', + '5b0e3a87-8e1f-44fe-9166-3af216959a4c', 'x-ms-correlation-request-id', - '96ab9ab1-8d7d-4ba4-9601-e391e33672f2', + '5b0e3a87-8e1f-44fe-9166-3af216959a4c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041641Z:96ab9ab1-8d7d-4ba4-9601-e391e33672f2', + 'SOUTHEASTASIA:20211111T092052Z:5b0e3a87-8e1f-44fe-9166-3af216959a4c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:41 GMT' + 'Thu, 11 Nov 2021 09:20:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31381,21 +34909,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11132', + '10456', 'x-ms-request-id', - '8ceb22ee-ffef-4613-9645-179e9db270dc', + '846d2dfe-5f94-40ed-8f9c-bf5c1d835e98', 'x-ms-correlation-request-id', - '8ceb22ee-ffef-4613-9645-179e9db270dc', + '846d2dfe-5f94-40ed-8f9c-bf5c1d835e98', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041644Z:8ceb22ee-ffef-4613-9645-179e9db270dc', + 'SOUTHEASTASIA:20211111T092054Z:846d2dfe-5f94-40ed-8f9c-bf5c1d835e98', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:43 GMT' + 'Thu, 11 Nov 2021 09:20:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31417,21 +34945,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11131', + '10455', 'x-ms-request-id', - 'b8683181-a38d-4d31-a2ad-2322f80aa32b', + '9fca810a-3084-4e0d-a0c8-20a3d6ef4961', 'x-ms-correlation-request-id', - 'b8683181-a38d-4d31-a2ad-2322f80aa32b', + '9fca810a-3084-4e0d-a0c8-20a3d6ef4961', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041646Z:b8683181-a38d-4d31-a2ad-2322f80aa32b', + 'SOUTHEASTASIA:20211111T092056Z:9fca810a-3084-4e0d-a0c8-20a3d6ef4961', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:45 GMT' + 'Thu, 11 Nov 2021 09:20:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31453,21 +34981,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11130', + '10454', 'x-ms-request-id', - 'b7dd5043-558e-4acb-85fc-b887667a724e', + 'f63af168-22c1-4ee3-a7c5-faa317448a91', 'x-ms-correlation-request-id', - 'b7dd5043-558e-4acb-85fc-b887667a724e', + 'f63af168-22c1-4ee3-a7c5-faa317448a91', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041648Z:b7dd5043-558e-4acb-85fc-b887667a724e', + 'SOUTHEASTASIA:20211111T092059Z:f63af168-22c1-4ee3-a7c5-faa317448a91', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:48 GMT' + 'Thu, 11 Nov 2021 09:20:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31489,21 +35017,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11129', + '10453', 'x-ms-request-id', - '2afd559b-17de-4f54-b5f7-a1de2d609326', + '0793f34e-578f-452e-b8a4-7d860fd50d07', 'x-ms-correlation-request-id', - '2afd559b-17de-4f54-b5f7-a1de2d609326', + '0793f34e-578f-452e-b8a4-7d860fd50d07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041651Z:2afd559b-17de-4f54-b5f7-a1de2d609326', + 'SOUTHEASTASIA:20211111T092102Z:0793f34e-578f-452e-b8a4-7d860fd50d07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:50 GMT' + 'Thu, 11 Nov 2021 09:21:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31525,21 +35053,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11128', + '10452', 'x-ms-request-id', - '43a97f1e-b6ab-467a-9354-66de8942dbc9', + 'c6f8a1ee-ea96-4df9-8cda-d2978cf21df2', 'x-ms-correlation-request-id', - '43a97f1e-b6ab-467a-9354-66de8942dbc9', + 'c6f8a1ee-ea96-4df9-8cda-d2978cf21df2', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041653Z:43a97f1e-b6ab-467a-9354-66de8942dbc9', + 'SOUTHEASTASIA:20211111T092104Z:c6f8a1ee-ea96-4df9-8cda-d2978cf21df2', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:52 GMT' + 'Thu, 11 Nov 2021 09:21:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31561,21 +35089,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11127', + '10451', 'x-ms-request-id', - '3edf2979-fb04-4ffc-814b-681fe4fe3eca', + '2fb10a9e-a182-4efa-bf90-5994ade97106', 'x-ms-correlation-request-id', - '3edf2979-fb04-4ffc-814b-681fe4fe3eca', + '2fb10a9e-a182-4efa-bf90-5994ade97106', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041655Z:3edf2979-fb04-4ffc-814b-681fe4fe3eca', + 'SOUTHEASTASIA:20211111T092106Z:2fb10a9e-a182-4efa-bf90-5994ade97106', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:55 GMT' + 'Thu, 11 Nov 2021 09:21:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31597,21 +35125,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11126', + '10450', 'x-ms-request-id', - '014442e4-030d-4628-b541-f81c846d5ded', + '889832f3-e5ab-40ec-87bc-1b05eec4ea80', 'x-ms-correlation-request-id', - '014442e4-030d-4628-b541-f81c846d5ded', + '889832f3-e5ab-40ec-87bc-1b05eec4ea80', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041658Z:014442e4-030d-4628-b541-f81c846d5ded', + 'SOUTHEASTASIA:20211111T092109Z:889832f3-e5ab-40ec-87bc-1b05eec4ea80', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:57 GMT' + 'Thu, 11 Nov 2021 09:21:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31633,21 +35161,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11125', + '10449', 'x-ms-request-id', - '3cffb71f-6486-4147-91a7-713b22af0e4d', + '75d6922e-cd1a-4e21-9adf-5acb97ecf2ee', 'x-ms-correlation-request-id', - '3cffb71f-6486-4147-91a7-713b22af0e4d', + '75d6922e-cd1a-4e21-9adf-5acb97ecf2ee', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041700Z:3cffb71f-6486-4147-91a7-713b22af0e4d', + 'SOUTHEASTASIA:20211111T092111Z:75d6922e-cd1a-4e21-9adf-5acb97ecf2ee', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:16:59 GMT' + 'Thu, 11 Nov 2021 09:21:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31669,21 +35197,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11124', + '10448', 'x-ms-request-id', - 'b470eeee-d149-4f9e-9b18-51671f72952f', + 'c5f24da9-56db-42d8-b475-8196d4a31bb5', 'x-ms-correlation-request-id', - 'b470eeee-d149-4f9e-9b18-51671f72952f', + 'c5f24da9-56db-42d8-b475-8196d4a31bb5', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041702Z:b470eeee-d149-4f9e-9b18-51671f72952f', + 'SOUTHEASTASIA:20211111T092113Z:c5f24da9-56db-42d8-b475-8196d4a31bb5', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:02 GMT' + 'Thu, 11 Nov 2021 09:21:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31705,21 +35233,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11123', + '10447', 'x-ms-request-id', - '6a1e86b3-3e56-4b74-b09c-aefdff6f362f', + 'e5ab16a6-428e-4fdd-afe7-39b86fe6a3e9', 'x-ms-correlation-request-id', - '6a1e86b3-3e56-4b74-b09c-aefdff6f362f', + 'e5ab16a6-428e-4fdd-afe7-39b86fe6a3e9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041705Z:6a1e86b3-3e56-4b74-b09c-aefdff6f362f', + 'SOUTHEASTASIA:20211111T092116Z:e5ab16a6-428e-4fdd-afe7-39b86fe6a3e9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:04 GMT' + 'Thu, 11 Nov 2021 09:21:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31741,21 +35269,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11122', + '10446', 'x-ms-request-id', - '962cc5af-1e66-475f-bea3-9175a97a782c', + '9487d5e3-3765-459d-a651-c3f7ec265d66', 'x-ms-correlation-request-id', - '962cc5af-1e66-475f-bea3-9175a97a782c', + '9487d5e3-3765-459d-a651-c3f7ec265d66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041707Z:962cc5af-1e66-475f-bea3-9175a97a782c', + 'SOUTHEASTASIA:20211111T092118Z:9487d5e3-3765-459d-a651-c3f7ec265d66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:06 GMT' + 'Thu, 11 Nov 2021 09:21:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31777,21 +35305,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11121', + '10445', 'x-ms-request-id', - '28e62813-b3bf-4caa-8896-8959c8ae2afd', + '7e51a26d-7f53-4f82-aa44-46906e367555', 'x-ms-correlation-request-id', - '28e62813-b3bf-4caa-8896-8959c8ae2afd', + '7e51a26d-7f53-4f82-aa44-46906e367555', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041709Z:28e62813-b3bf-4caa-8896-8959c8ae2afd', + 'SOUTHEASTASIA:20211111T092120Z:7e51a26d-7f53-4f82-aa44-46906e367555', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:08 GMT' + 'Thu, 11 Nov 2021 09:21:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31813,21 +35341,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11120', + '10444', 'x-ms-request-id', - '0ff1f9a7-adb3-45cd-beb8-c7247d20319a', + '0e2c282d-5c70-4c84-8edb-102941a9b3df', 'x-ms-correlation-request-id', - '0ff1f9a7-adb3-45cd-beb8-c7247d20319a', + '0e2c282d-5c70-4c84-8edb-102941a9b3df', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041712Z:0ff1f9a7-adb3-45cd-beb8-c7247d20319a', + 'SOUTHEASTASIA:20211111T092123Z:0e2c282d-5c70-4c84-8edb-102941a9b3df', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:11 GMT' + 'Thu, 11 Nov 2021 09:21:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31849,21 +35377,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11119', + '10443', 'x-ms-request-id', - '063b6760-4223-46d6-a39d-8bf765b0c082', + '1866f3d9-d31b-4153-a5dd-b980fe139088', 'x-ms-correlation-request-id', - '063b6760-4223-46d6-a39d-8bf765b0c082', + '1866f3d9-d31b-4153-a5dd-b980fe139088', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041714Z:063b6760-4223-46d6-a39d-8bf765b0c082', + 'SOUTHEASTASIA:20211111T092125Z:1866f3d9-d31b-4153-a5dd-b980fe139088', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:13 GMT' + 'Thu, 11 Nov 2021 09:21:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31885,21 +35413,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11118', + '10442', 'x-ms-request-id', - '2e24cbc7-6b7d-4458-9891-e20fddef2eb5', + 'b29bbad1-a270-477a-bf33-dca3465e656c', 'x-ms-correlation-request-id', - '2e24cbc7-6b7d-4458-9891-e20fddef2eb5', + 'b29bbad1-a270-477a-bf33-dca3465e656c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041716Z:2e24cbc7-6b7d-4458-9891-e20fddef2eb5', + 'SOUTHEASTASIA:20211111T092127Z:b29bbad1-a270-477a-bf33-dca3465e656c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:15 GMT' + 'Thu, 11 Nov 2021 09:21:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31921,21 +35449,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11117', + '10441', 'x-ms-request-id', - '575570c8-84a1-43c0-b5d1-5e92fa309982', + 'dc1dd314-4081-4280-abe6-88b68435fa12', 'x-ms-correlation-request-id', - '575570c8-84a1-43c0-b5d1-5e92fa309982', + 'dc1dd314-4081-4280-abe6-88b68435fa12', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041719Z:575570c8-84a1-43c0-b5d1-5e92fa309982', + 'SOUTHEASTASIA:20211111T092130Z:dc1dd314-4081-4280-abe6-88b68435fa12', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:18 GMT' + 'Thu, 11 Nov 2021 09:21:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31957,21 +35485,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11116', + '10440', 'x-ms-request-id', - 'd6fa026f-028d-45e0-aa4e-8f0045f20d32', + '945bd2d6-fece-4da9-a7e1-dbd6678219a1', 'x-ms-correlation-request-id', - 'd6fa026f-028d-45e0-aa4e-8f0045f20d32', + '945bd2d6-fece-4da9-a7e1-dbd6678219a1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041721Z:d6fa026f-028d-45e0-aa4e-8f0045f20d32', + 'SOUTHEASTASIA:20211111T092132Z:945bd2d6-fece-4da9-a7e1-dbd6678219a1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:20 GMT' + 'Thu, 11 Nov 2021 09:21:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -31993,21 +35521,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11115', + '10439', 'x-ms-request-id', - '4d0a1482-a03d-44bd-b8b0-1abcf1ac3b4c', + '3e1cd836-e298-4866-88e4-e36338d5cc81', 'x-ms-correlation-request-id', - '4d0a1482-a03d-44bd-b8b0-1abcf1ac3b4c', + '3e1cd836-e298-4866-88e4-e36338d5cc81', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041723Z:4d0a1482-a03d-44bd-b8b0-1abcf1ac3b4c', + 'SOUTHEASTASIA:20211111T092135Z:3e1cd836-e298-4866-88e4-e36338d5cc81', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:22 GMT' + 'Thu, 11 Nov 2021 09:21:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32029,21 +35557,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11114', + '10438', 'x-ms-request-id', - 'c167b2de-b79c-46c7-be6e-92611e9b1933', + '72e8119f-7332-4f9d-af0f-696bfebc0b1b', 'x-ms-correlation-request-id', - 'c167b2de-b79c-46c7-be6e-92611e9b1933', + '72e8119f-7332-4f9d-af0f-696bfebc0b1b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041726Z:c167b2de-b79c-46c7-be6e-92611e9b1933', + 'SOUTHEASTASIA:20211111T092137Z:72e8119f-7332-4f9d-af0f-696bfebc0b1b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:25 GMT' + 'Thu, 11 Nov 2021 09:21:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32065,21 +35593,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11113', + '10437', 'x-ms-request-id', - '2fa141be-3bda-4d04-b7f5-33b1e9affe82', + 'e64ac1d0-18f4-4073-bf4a-666020aac5b3', 'x-ms-correlation-request-id', - '2fa141be-3bda-4d04-b7f5-33b1e9affe82', + 'e64ac1d0-18f4-4073-bf4a-666020aac5b3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041728Z:2fa141be-3bda-4d04-b7f5-33b1e9affe82', + 'SOUTHEASTASIA:20211111T092139Z:e64ac1d0-18f4-4073-bf4a-666020aac5b3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:27 GMT' + 'Thu, 11 Nov 2021 09:21:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32101,21 +35629,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11112', + '10436', 'x-ms-request-id', - '44595df9-375d-4bc8-a9bd-670d422de200', + 'b2621874-5cc1-4cf2-8aca-00bfd6ba9b02', 'x-ms-correlation-request-id', - '44595df9-375d-4bc8-a9bd-670d422de200', + 'b2621874-5cc1-4cf2-8aca-00bfd6ba9b02', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041730Z:44595df9-375d-4bc8-a9bd-670d422de200', + 'SOUTHEASTASIA:20211111T092142Z:b2621874-5cc1-4cf2-8aca-00bfd6ba9b02', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:29 GMT' + 'Thu, 11 Nov 2021 09:21:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32137,21 +35665,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11111', + '10435', 'x-ms-request-id', - '3e30dc93-5a74-41bd-a5a5-8505caf39acf', + '2fc9fcd0-c757-43b8-88dc-11056240dd86', 'x-ms-correlation-request-id', - '3e30dc93-5a74-41bd-a5a5-8505caf39acf', + '2fc9fcd0-c757-43b8-88dc-11056240dd86', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041733Z:3e30dc93-5a74-41bd-a5a5-8505caf39acf', + 'SOUTHEASTASIA:20211111T092144Z:2fc9fcd0-c757-43b8-88dc-11056240dd86', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:32 GMT' + 'Thu, 11 Nov 2021 09:21:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32173,21 +35701,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11110', + '10434', 'x-ms-request-id', - '0764e40d-5fb2-420c-a05e-91198d101c4a', + '9eeeca98-3100-40d1-85eb-96a62a277ee7', 'x-ms-correlation-request-id', - '0764e40d-5fb2-420c-a05e-91198d101c4a', + '9eeeca98-3100-40d1-85eb-96a62a277ee7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041735Z:0764e40d-5fb2-420c-a05e-91198d101c4a', + 'SOUTHEASTASIA:20211111T092146Z:9eeeca98-3100-40d1-85eb-96a62a277ee7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:34 GMT' + 'Thu, 11 Nov 2021 09:21:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32209,21 +35737,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11109', + '10433', 'x-ms-request-id', - 'f7414174-dc9c-45b3-a1da-b91307d844ef', + 'b7367e46-734d-4652-bc36-e8cc8f78b1ff', 'x-ms-correlation-request-id', - 'f7414174-dc9c-45b3-a1da-b91307d844ef', + 'b7367e46-734d-4652-bc36-e8cc8f78b1ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041737Z:f7414174-dc9c-45b3-a1da-b91307d844ef', + 'SOUTHEASTASIA:20211111T092149Z:b7367e46-734d-4652-bc36-e8cc8f78b1ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:36 GMT' + 'Thu, 11 Nov 2021 09:21:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32245,21 +35773,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11108', + '10432', 'x-ms-request-id', - 'f7e55740-f06d-42e0-a50c-3f474accde44', + '3740cc50-d2f6-4063-8874-8e18b9ae8adc', 'x-ms-correlation-request-id', - 'f7e55740-f06d-42e0-a50c-3f474accde44', + '3740cc50-d2f6-4063-8874-8e18b9ae8adc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041739Z:f7e55740-f06d-42e0-a50c-3f474accde44', + 'SOUTHEASTASIA:20211111T092152Z:3740cc50-d2f6-4063-8874-8e18b9ae8adc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:39 GMT' + 'Thu, 11 Nov 2021 09:21:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32281,21 +35809,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11107', + '10431', 'x-ms-request-id', - '6fb65b4e-c51a-4596-95e1-e5acaef36d23', + '25ebbed4-26cc-498a-bc30-a09ebf86eb1e', 'x-ms-correlation-request-id', - '6fb65b4e-c51a-4596-95e1-e5acaef36d23', + '25ebbed4-26cc-498a-bc30-a09ebf86eb1e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041742Z:6fb65b4e-c51a-4596-95e1-e5acaef36d23', + 'SOUTHEASTASIA:20211111T092154Z:25ebbed4-26cc-498a-bc30-a09ebf86eb1e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:41 GMT' + 'Thu, 11 Nov 2021 09:21:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32317,21 +35845,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11106', + '10430', 'x-ms-request-id', - '63dffee0-2286-42fe-a3a5-b6318decbd0b', + 'd8ee2d1d-da17-4385-b7da-878999624e0a', 'x-ms-correlation-request-id', - '63dffee0-2286-42fe-a3a5-b6318decbd0b', + 'd8ee2d1d-da17-4385-b7da-878999624e0a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041744Z:63dffee0-2286-42fe-a3a5-b6318decbd0b', + 'SOUTHEASTASIA:20211111T092156Z:d8ee2d1d-da17-4385-b7da-878999624e0a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:43 GMT' + 'Thu, 11 Nov 2021 09:21:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32353,21 +35881,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11105', + '10429', 'x-ms-request-id', - '3a8c765d-2968-40ef-a945-7fc290e1afff', + '77d53237-3674-488e-9b87-da71a450f7ef', 'x-ms-correlation-request-id', - '3a8c765d-2968-40ef-a945-7fc290e1afff', + '77d53237-3674-488e-9b87-da71a450f7ef', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041746Z:3a8c765d-2968-40ef-a945-7fc290e1afff', + 'SOUTHEASTASIA:20211111T092159Z:77d53237-3674-488e-9b87-da71a450f7ef', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:45 GMT' + 'Thu, 11 Nov 2021 09:21:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32389,21 +35917,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11104', + '10428', 'x-ms-request-id', - 'e8b9d493-6b2d-4468-86d5-34b80cbbf9ea', + 'd58d562a-8378-43a3-9a01-2b8069ebacb7', 'x-ms-correlation-request-id', - 'e8b9d493-6b2d-4468-86d5-34b80cbbf9ea', + 'd58d562a-8378-43a3-9a01-2b8069ebacb7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041749Z:e8b9d493-6b2d-4468-86d5-34b80cbbf9ea', + 'SOUTHEASTASIA:20211111T092201Z:d58d562a-8378-43a3-9a01-2b8069ebacb7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:48 GMT' + 'Thu, 11 Nov 2021 09:22:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32425,21 +35953,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11103', + '10427', 'x-ms-request-id', - 'f7cf885a-a8ae-4032-bc3f-8d797ca69ab8', + 'b99efee5-cc24-4f21-b692-3365353de4fe', 'x-ms-correlation-request-id', - 'f7cf885a-a8ae-4032-bc3f-8d797ca69ab8', + 'b99efee5-cc24-4f21-b692-3365353de4fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041751Z:f7cf885a-a8ae-4032-bc3f-8d797ca69ab8', + 'SOUTHEASTASIA:20211111T092203Z:b99efee5-cc24-4f21-b692-3365353de4fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:51 GMT' + 'Thu, 11 Nov 2021 09:22:03 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32461,21 +35989,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11102', + '10426', 'x-ms-request-id', - '67614a77-e70f-4995-9351-ed948630a153', + '78e645fd-b32d-4d0e-8514-cb12fa278d8b', 'x-ms-correlation-request-id', - '67614a77-e70f-4995-9351-ed948630a153', + '78e645fd-b32d-4d0e-8514-cb12fa278d8b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041753Z:67614a77-e70f-4995-9351-ed948630a153', + 'SOUTHEASTASIA:20211111T092206Z:78e645fd-b32d-4d0e-8514-cb12fa278d8b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:53 GMT' + 'Thu, 11 Nov 2021 09:22:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32497,21 +36025,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11101', + '10425', 'x-ms-request-id', - 'ef9cc1be-566b-4a2e-ac30-387cb4d03dd4', + '4fbe8efe-0fb3-4cb0-a77e-e72691d5794a', 'x-ms-correlation-request-id', - 'ef9cc1be-566b-4a2e-ac30-387cb4d03dd4', + '4fbe8efe-0fb3-4cb0-a77e-e72691d5794a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041756Z:ef9cc1be-566b-4a2e-ac30-387cb4d03dd4', + 'SOUTHEASTASIA:20211111T092208Z:4fbe8efe-0fb3-4cb0-a77e-e72691d5794a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:56 GMT' + 'Thu, 11 Nov 2021 09:22:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32533,21 +36061,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11100', + '10424', 'x-ms-request-id', - 'cd9b7fce-71a8-4b1a-8a97-628856f846e0', + 'f40711c1-283e-4da6-a7df-842b78da5286', 'x-ms-correlation-request-id', - 'cd9b7fce-71a8-4b1a-8a97-628856f846e0', + 'f40711c1-283e-4da6-a7df-842b78da5286', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041758Z:cd9b7fce-71a8-4b1a-8a97-628856f846e0', + 'SOUTHEASTASIA:20211111T092210Z:f40711c1-283e-4da6-a7df-842b78da5286', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:17:58 GMT' + 'Thu, 11 Nov 2021 09:22:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32569,21 +36097,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11099', + '10423', 'x-ms-request-id', - '59f024aa-4e5a-4380-ae8c-1b21a19c20dd', + '43863a8e-8b95-42e0-8b10-89cb6b043d0b', 'x-ms-correlation-request-id', - '59f024aa-4e5a-4380-ae8c-1b21a19c20dd', + '43863a8e-8b95-42e0-8b10-89cb6b043d0b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041800Z:59f024aa-4e5a-4380-ae8c-1b21a19c20dd', + 'SOUTHEASTASIA:20211111T092213Z:43863a8e-8b95-42e0-8b10-89cb6b043d0b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:00 GMT' + 'Thu, 11 Nov 2021 09:22:12 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32605,21 +36133,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11098', + '10422', 'x-ms-request-id', - 'cc9c3661-5c30-483a-99c9-91f654878a0b', + '08468f03-249c-4532-9a58-3d12e86f0de9', 'x-ms-correlation-request-id', - 'cc9c3661-5c30-483a-99c9-91f654878a0b', + '08468f03-249c-4532-9a58-3d12e86f0de9', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041803Z:cc9c3661-5c30-483a-99c9-91f654878a0b', + 'SOUTHEASTASIA:20211111T092215Z:08468f03-249c-4532-9a58-3d12e86f0de9', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:03 GMT' + 'Thu, 11 Nov 2021 09:22:15 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32641,21 +36169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11097', + '10421', 'x-ms-request-id', - 'ef09ac6c-8ee7-41f7-a96c-2330d7056a5b', + '3730debb-a5c4-4ef0-b802-e66d989f7a36', 'x-ms-correlation-request-id', - 'ef09ac6c-8ee7-41f7-a96c-2330d7056a5b', + '3730debb-a5c4-4ef0-b802-e66d989f7a36', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041805Z:ef09ac6c-8ee7-41f7-a96c-2330d7056a5b', + 'SOUTHEASTASIA:20211111T092217Z:3730debb-a5c4-4ef0-b802-e66d989f7a36', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:05 GMT' + 'Thu, 11 Nov 2021 09:22:17 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32677,21 +36205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11096', + '10420', 'x-ms-request-id', - '76be58b7-e9dc-439f-9b39-b932c62956b9', + '00c3c52d-ef2f-4066-8257-2112f6026fba', 'x-ms-correlation-request-id', - '76be58b7-e9dc-439f-9b39-b932c62956b9', + '00c3c52d-ef2f-4066-8257-2112f6026fba', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041807Z:76be58b7-e9dc-439f-9b39-b932c62956b9', + 'SOUTHEASTASIA:20211111T092220Z:00c3c52d-ef2f-4066-8257-2112f6026fba', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:07 GMT' + 'Thu, 11 Nov 2021 09:22:19 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32713,21 +36241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11095', + '10419', 'x-ms-request-id', - 'be1affb0-e4f7-4ddf-9ce3-52c385d938fd', + 'e5ed1d52-afb8-4800-871a-eae8fee0951f', 'x-ms-correlation-request-id', - 'be1affb0-e4f7-4ddf-9ce3-52c385d938fd', + 'e5ed1d52-afb8-4800-871a-eae8fee0951f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041810Z:be1affb0-e4f7-4ddf-9ce3-52c385d938fd', + 'SOUTHEASTASIA:20211111T092222Z:e5ed1d52-afb8-4800-871a-eae8fee0951f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:10 GMT' + 'Thu, 11 Nov 2021 09:22:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32749,21 +36277,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11094', + '10418', 'x-ms-request-id', - 'afd5bd0f-cfb1-4cc8-92e4-e3e09e41ca8e', + '0c8f3dcf-e7d4-4968-8c8a-9d1f1585d9f4', 'x-ms-correlation-request-id', - 'afd5bd0f-cfb1-4cc8-92e4-e3e09e41ca8e', + '0c8f3dcf-e7d4-4968-8c8a-9d1f1585d9f4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041812Z:afd5bd0f-cfb1-4cc8-92e4-e3e09e41ca8e', + 'SOUTHEASTASIA:20211111T092224Z:0c8f3dcf-e7d4-4968-8c8a-9d1f1585d9f4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:12 GMT' + 'Thu, 11 Nov 2021 09:22:24 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32785,21 +36313,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11093', + '10417', 'x-ms-request-id', - '7d1127f6-51d1-4fc2-b38b-85e39a85dd89', + 'c8ebd05c-b159-4fba-92f6-c5810d1b15b4', 'x-ms-correlation-request-id', - '7d1127f6-51d1-4fc2-b38b-85e39a85dd89', + 'c8ebd05c-b159-4fba-92f6-c5810d1b15b4', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041814Z:7d1127f6-51d1-4fc2-b38b-85e39a85dd89', + 'SOUTHEASTASIA:20211111T092227Z:c8ebd05c-b159-4fba-92f6-c5810d1b15b4', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:14 GMT' + 'Thu, 11 Nov 2021 09:22:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32821,21 +36349,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11092', + '10416', 'x-ms-request-id', - '3babccb6-e2c8-4740-a11d-8ef738443853', + '19bfb620-955a-41e0-9b66-60f9803c933b', 'x-ms-correlation-request-id', - '3babccb6-e2c8-4740-a11d-8ef738443853', + '19bfb620-955a-41e0-9b66-60f9803c933b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041817Z:3babccb6-e2c8-4740-a11d-8ef738443853', + 'SOUTHEASTASIA:20211111T092229Z:19bfb620-955a-41e0-9b66-60f9803c933b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:16 GMT' + 'Thu, 11 Nov 2021 09:22:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32857,21 +36385,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11091', + '10415', 'x-ms-request-id', - '26b3011a-dc81-4511-951d-c38be14b39ec', + '6c568390-171b-4804-80aa-051b2205d880', 'x-ms-correlation-request-id', - '26b3011a-dc81-4511-951d-c38be14b39ec', + '6c568390-171b-4804-80aa-051b2205d880', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041819Z:26b3011a-dc81-4511-951d-c38be14b39ec', + 'SOUTHEASTASIA:20211111T092231Z:6c568390-171b-4804-80aa-051b2205d880', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:19 GMT' + 'Thu, 11 Nov 2021 09:22:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32893,21 +36421,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11090', + '10414', 'x-ms-request-id', - '8702c7c4-3b8b-4e50-b58e-774f82ec9f57', + '18f2743a-a9c7-4a0f-b5b4-36ba672aeb11', 'x-ms-correlation-request-id', - '8702c7c4-3b8b-4e50-b58e-774f82ec9f57', + '18f2743a-a9c7-4a0f-b5b4-36ba672aeb11', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041821Z:8702c7c4-3b8b-4e50-b58e-774f82ec9f57', + 'SOUTHEASTASIA:20211111T092234Z:18f2743a-a9c7-4a0f-b5b4-36ba672aeb11', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:21 GMT' + 'Thu, 11 Nov 2021 09:22:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32929,21 +36457,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11089', + '10413', 'x-ms-request-id', - 'e9064097-5069-4d63-b0ee-dc28c4a72920', + '0e6ecf46-30da-45ba-867e-360b93ad14f8', 'x-ms-correlation-request-id', - 'e9064097-5069-4d63-b0ee-dc28c4a72920', + '0e6ecf46-30da-45ba-867e-360b93ad14f8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041824Z:e9064097-5069-4d63-b0ee-dc28c4a72920', + 'SOUTHEASTASIA:20211111T092236Z:0e6ecf46-30da-45ba-867e-360b93ad14f8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:23 GMT' + 'Thu, 11 Nov 2021 09:22:35 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -32965,21 +36493,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11088', + '10412', 'x-ms-request-id', - '7a2aac7d-a4b5-4469-a6b4-c797fc9e10ef', + 'a1c230fe-3c3b-4ed8-b0cf-b3dd10d9e64a', 'x-ms-correlation-request-id', - '7a2aac7d-a4b5-4469-a6b4-c797fc9e10ef', + 'a1c230fe-3c3b-4ed8-b0cf-b3dd10d9e64a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041826Z:7a2aac7d-a4b5-4469-a6b4-c797fc9e10ef', + 'SOUTHEASTASIA:20211111T092238Z:a1c230fe-3c3b-4ed8-b0cf-b3dd10d9e64a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:26 GMT' + 'Thu, 11 Nov 2021 09:22:38 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33001,21 +36529,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11087', + '10411', 'x-ms-request-id', - '2e04b4a6-7c2a-47d6-8bf8-94c569aad736', + '3c35453b-ed86-44d5-bf7d-24addccc460a', 'x-ms-correlation-request-id', - '2e04b4a6-7c2a-47d6-8bf8-94c569aad736', + '3c35453b-ed86-44d5-bf7d-24addccc460a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041828Z:2e04b4a6-7c2a-47d6-8bf8-94c569aad736', + 'SOUTHEASTASIA:20211111T092240Z:3c35453b-ed86-44d5-bf7d-24addccc460a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:28 GMT' + 'Thu, 11 Nov 2021 09:22:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33037,21 +36565,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11086', + '10410', 'x-ms-request-id', - 'dfc6c586-2389-4ea3-b599-e8cb464e60bc', + '6e204880-d05a-4561-a9ea-eb664f47480e', 'x-ms-correlation-request-id', - 'dfc6c586-2389-4ea3-b599-e8cb464e60bc', + '6e204880-d05a-4561-a9ea-eb664f47480e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041831Z:dfc6c586-2389-4ea3-b599-e8cb464e60bc', + 'SOUTHEASTASIA:20211111T092243Z:6e204880-d05a-4561-a9ea-eb664f47480e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:30 GMT' + 'Thu, 11 Nov 2021 09:22:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33073,21 +36601,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11085', + '10409', 'x-ms-request-id', - '7cb9ad2f-f6f9-4626-b73e-fa60f219cdbe', + '14c6a55a-555b-4392-b4b9-0433c8999425', 'x-ms-correlation-request-id', - '7cb9ad2f-f6f9-4626-b73e-fa60f219cdbe', + '14c6a55a-555b-4392-b4b9-0433c8999425', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041833Z:7cb9ad2f-f6f9-4626-b73e-fa60f219cdbe', + 'SOUTHEASTASIA:20211111T092245Z:14c6a55a-555b-4392-b4b9-0433c8999425', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:33 GMT' + 'Thu, 11 Nov 2021 09:22:45 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33109,21 +36637,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11084', + '10408', 'x-ms-request-id', - '69c755ec-ca2b-40fd-ba20-4899910bd6b6', + '8b45f0ed-576e-4fd4-b090-21121dbf36dc', 'x-ms-correlation-request-id', - '69c755ec-ca2b-40fd-ba20-4899910bd6b6', + '8b45f0ed-576e-4fd4-b090-21121dbf36dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041836Z:69c755ec-ca2b-40fd-ba20-4899910bd6b6', + 'SOUTHEASTASIA:20211111T092248Z:8b45f0ed-576e-4fd4-b090-21121dbf36dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:36 GMT' + 'Thu, 11 Nov 2021 09:22:48 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33145,21 +36673,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11083', + '10407', 'x-ms-request-id', - '7251f37b-c73e-40e7-8d0a-ff0d2b7d97a0', + '6a9b7316-4592-437b-a119-f5c4a118ac66', 'x-ms-correlation-request-id', - '7251f37b-c73e-40e7-8d0a-ff0d2b7d97a0', + '6a9b7316-4592-437b-a119-f5c4a118ac66', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041838Z:7251f37b-c73e-40e7-8d0a-ff0d2b7d97a0', + 'SOUTHEASTASIA:20211111T092251Z:6a9b7316-4592-437b-a119-f5c4a118ac66', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:38 GMT' + 'Thu, 11 Nov 2021 09:22:50 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33181,21 +36709,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11082', + '10406', 'x-ms-request-id', - '841b7644-3417-444c-9725-3f829a85ea8a', + '8d9047a3-949a-4936-97bc-7216aec62515', 'x-ms-correlation-request-id', - '841b7644-3417-444c-9725-3f829a85ea8a', + '8d9047a3-949a-4936-97bc-7216aec62515', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041841Z:841b7644-3417-444c-9725-3f829a85ea8a', + 'SOUTHEASTASIA:20211111T092253Z:8d9047a3-949a-4936-97bc-7216aec62515', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:40 GMT' + 'Thu, 11 Nov 2021 09:22:52 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33217,21 +36745,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11081', + '10405', 'x-ms-request-id', - '84fd08e2-aae4-4d3d-809c-dc76763e60e9', + '416755c6-3b02-4641-81f1-c0acf932533e', 'x-ms-correlation-request-id', - '84fd08e2-aae4-4d3d-809c-dc76763e60e9', + '416755c6-3b02-4641-81f1-c0acf932533e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041843Z:84fd08e2-aae4-4d3d-809c-dc76763e60e9', + 'SOUTHEASTASIA:20211111T092255Z:416755c6-3b02-4641-81f1-c0acf932533e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:42 GMT' + 'Thu, 11 Nov 2021 09:22:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33253,21 +36781,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11080', + '10404', 'x-ms-request-id', - '3ec60c6c-a2e0-4c7e-90ff-f7a2d1bc01f4', + '9620436b-69d5-4e0e-bb54-e5e0da0f0f72', 'x-ms-correlation-request-id', - '3ec60c6c-a2e0-4c7e-90ff-f7a2d1bc01f4', + '9620436b-69d5-4e0e-bb54-e5e0da0f0f72', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041845Z:3ec60c6c-a2e0-4c7e-90ff-f7a2d1bc01f4', + 'SOUTHEASTASIA:20211111T092258Z:9620436b-69d5-4e0e-bb54-e5e0da0f0f72', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:45 GMT' + 'Thu, 11 Nov 2021 09:22:57 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33289,21 +36817,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11079', + '10403', 'x-ms-request-id', - 'ac590a52-21b2-4bb1-bf3b-f48d58e9213e', + '3f17a7f0-c3d6-4da1-b3f1-96193cee6042', 'x-ms-correlation-request-id', - 'ac590a52-21b2-4bb1-bf3b-f48d58e9213e', + '3f17a7f0-c3d6-4da1-b3f1-96193cee6042', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041848Z:ac590a52-21b2-4bb1-bf3b-f48d58e9213e', + 'SOUTHEASTASIA:20211111T092300Z:3f17a7f0-c3d6-4da1-b3f1-96193cee6042', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:47 GMT' + 'Thu, 11 Nov 2021 09:22:59 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33325,21 +36853,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11078', + '10402', 'x-ms-request-id', - 'de44cff6-a401-4598-abc6-738ca4fcd4cb', + 'da7c5b1e-c43c-48c1-9763-a092d8ba3aa8', 'x-ms-correlation-request-id', - 'de44cff6-a401-4598-abc6-738ca4fcd4cb', + 'da7c5b1e-c43c-48c1-9763-a092d8ba3aa8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041850Z:de44cff6-a401-4598-abc6-738ca4fcd4cb', + 'SOUTHEASTASIA:20211111T092302Z:da7c5b1e-c43c-48c1-9763-a092d8ba3aa8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:49 GMT' + 'Thu, 11 Nov 2021 09:23:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33361,21 +36889,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11077', + '10401', 'x-ms-request-id', - '8604a185-d11c-43e1-9a3d-cedd270d8442', + '2c047aa4-93dc-4270-ae0d-6f9f0f9b16ea', 'x-ms-correlation-request-id', - '8604a185-d11c-43e1-9a3d-cedd270d8442', + '2c047aa4-93dc-4270-ae0d-6f9f0f9b16ea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041852Z:8604a185-d11c-43e1-9a3d-cedd270d8442', + 'SOUTHEASTASIA:20211111T092305Z:2c047aa4-93dc-4270-ae0d-6f9f0f9b16ea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:52 GMT' + 'Thu, 11 Nov 2021 09:23:04 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33397,21 +36925,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11076', + '10400', 'x-ms-request-id', - 'a215ecf6-3074-4357-9405-65cf4dd3c16a', + 'f0312a48-c8b0-45f5-91a0-1afc7f29f0da', 'x-ms-correlation-request-id', - 'a215ecf6-3074-4357-9405-65cf4dd3c16a', + 'f0312a48-c8b0-45f5-91a0-1afc7f29f0da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041855Z:a215ecf6-3074-4357-9405-65cf4dd3c16a', + 'SOUTHEASTASIA:20211111T092307Z:f0312a48-c8b0-45f5-91a0-1afc7f29f0da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:54 GMT' + 'Thu, 11 Nov 2021 09:23:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33433,21 +36961,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11075', + '10399', 'x-ms-request-id', - '0c87f38f-bb0b-40c3-9f01-2d1d83a51c0d', + '1a2a0e41-2a7b-4203-b61b-7aa156ec3896', 'x-ms-correlation-request-id', - '0c87f38f-bb0b-40c3-9f01-2d1d83a51c0d', + '1a2a0e41-2a7b-4203-b61b-7aa156ec3896', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041857Z:0c87f38f-bb0b-40c3-9f01-2d1d83a51c0d', + 'SOUTHEASTASIA:20211111T092309Z:1a2a0e41-2a7b-4203-b61b-7aa156ec3896', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:56 GMT' + 'Thu, 11 Nov 2021 09:23:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33469,21 +36997,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11074', + '10398', 'x-ms-request-id', - '98521d38-2c84-443c-8a19-4d20e13edfe6', + '8fda2285-65e3-4b0b-be6a-0f59b7c48219', 'x-ms-correlation-request-id', - '98521d38-2c84-443c-8a19-4d20e13edfe6', + '8fda2285-65e3-4b0b-be6a-0f59b7c48219', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041859Z:98521d38-2c84-443c-8a19-4d20e13edfe6', + 'SOUTHEASTASIA:20211111T092312Z:8fda2285-65e3-4b0b-be6a-0f59b7c48219', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:18:59 GMT' + 'Thu, 11 Nov 2021 09:23:11 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33505,21 +37033,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11073', + '10397', 'x-ms-request-id', - '85b8fb18-520a-4524-a6aa-f136a6e376c5', + 'b85cd09c-edc5-4210-90c3-b293c77f6792', 'x-ms-correlation-request-id', - '85b8fb18-520a-4524-a6aa-f136a6e376c5', + 'b85cd09c-edc5-4210-90c3-b293c77f6792', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041901Z:85b8fb18-520a-4524-a6aa-f136a6e376c5', + 'SOUTHEASTASIA:20211111T092314Z:b85cd09c-edc5-4210-90c3-b293c77f6792', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:01 GMT' + 'Thu, 11 Nov 2021 09:23:13 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33541,21 +37069,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11072', + '10396', 'x-ms-request-id', - '1802bf8a-382b-488a-b3ea-99c4b8f86e89', + '58b0ade7-3ba5-420b-9095-e3cb509ab66f', 'x-ms-correlation-request-id', - '1802bf8a-382b-488a-b3ea-99c4b8f86e89', + '58b0ade7-3ba5-420b-9095-e3cb509ab66f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041904Z:1802bf8a-382b-488a-b3ea-99c4b8f86e89', + 'SOUTHEASTASIA:20211111T092316Z:58b0ade7-3ba5-420b-9095-e3cb509ab66f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:03 GMT' + 'Thu, 11 Nov 2021 09:23:16 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33577,21 +37105,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11071', + '10395', 'x-ms-request-id', - '363f7ca2-57b5-4cfe-8d97-832d9d00cc24', + '3de4eb1d-a158-43da-8644-4babc090136e', 'x-ms-correlation-request-id', - '363f7ca2-57b5-4cfe-8d97-832d9d00cc24', + '3de4eb1d-a158-43da-8644-4babc090136e', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041906Z:363f7ca2-57b5-4cfe-8d97-832d9d00cc24', + 'SOUTHEASTASIA:20211111T092319Z:3de4eb1d-a158-43da-8644-4babc090136e', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:06 GMT' + 'Thu, 11 Nov 2021 09:23:18 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33613,21 +37141,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11070', + '10394', 'x-ms-request-id', - '185794b0-34fd-48b2-b7dc-f2fec299a279', + 'd2699cc8-0780-444b-ae83-a96fbcbb3170', 'x-ms-correlation-request-id', - '185794b0-34fd-48b2-b7dc-f2fec299a279', + 'd2699cc8-0780-444b-ae83-a96fbcbb3170', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041908Z:185794b0-34fd-48b2-b7dc-f2fec299a279', + 'SOUTHEASTASIA:20211111T092321Z:d2699cc8-0780-444b-ae83-a96fbcbb3170', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:08 GMT' + 'Thu, 11 Nov 2021 09:23:20 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33649,21 +37177,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11069', + '10393', 'x-ms-request-id', - '3a9e7272-dfc0-491e-8faf-4c2993097152', + '9e45f9df-3aee-4476-88b4-023e06306ed0', 'x-ms-correlation-request-id', - '3a9e7272-dfc0-491e-8faf-4c2993097152', + '9e45f9df-3aee-4476-88b4-023e06306ed0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041911Z:3a9e7272-dfc0-491e-8faf-4c2993097152', + 'SOUTHEASTASIA:20211111T092323Z:9e45f9df-3aee-4476-88b4-023e06306ed0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:10 GMT' + 'Thu, 11 Nov 2021 09:23:22 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33685,21 +37213,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11068', + '10392', 'x-ms-request-id', - '2ab4521b-7cb5-43da-b041-296b8c33240c', + '8d398219-fc1f-48e1-a36f-e8c1f7be33d3', 'x-ms-correlation-request-id', - '2ab4521b-7cb5-43da-b041-296b8c33240c', + '8d398219-fc1f-48e1-a36f-e8c1f7be33d3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041913Z:2ab4521b-7cb5-43da-b041-296b8c33240c', + 'SOUTHEASTASIA:20211111T092326Z:8d398219-fc1f-48e1-a36f-e8c1f7be33d3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:13 GMT' + 'Thu, 11 Nov 2021 09:23:25 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33721,21 +37249,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11067', + '10391', 'x-ms-request-id', - 'b3af4bea-f706-49e5-ad71-7136016119a1', + 'cba8f1aa-b827-453b-bc92-eef59728cc65', 'x-ms-correlation-request-id', - 'b3af4bea-f706-49e5-ad71-7136016119a1', + 'cba8f1aa-b827-453b-bc92-eef59728cc65', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041916Z:b3af4bea-f706-49e5-ad71-7136016119a1', + 'SOUTHEASTASIA:20211111T092328Z:cba8f1aa-b827-453b-bc92-eef59728cc65', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:15 GMT' + 'Thu, 11 Nov 2021 09:23:27 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33757,21 +37285,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11066', + '10390', 'x-ms-request-id', - 'c1e1f385-25c7-42b5-88b1-97b4038ef376', + '5c5514cc-6db5-45b2-8f7e-00c691980928', 'x-ms-correlation-request-id', - 'c1e1f385-25c7-42b5-88b1-97b4038ef376', + '5c5514cc-6db5-45b2-8f7e-00c691980928', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041918Z:c1e1f385-25c7-42b5-88b1-97b4038ef376', + 'SOUTHEASTASIA:20211111T092330Z:5c5514cc-6db5-45b2-8f7e-00c691980928', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:17 GMT' + 'Thu, 11 Nov 2021 09:23:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33793,21 +37321,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11065', + '10389', 'x-ms-request-id', - 'b338b30c-e168-43db-aae4-39323427fa75', + 'ad561258-2eb0-4807-b363-05394acd0a03', 'x-ms-correlation-request-id', - 'b338b30c-e168-43db-aae4-39323427fa75', + 'ad561258-2eb0-4807-b363-05394acd0a03', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041920Z:b338b30c-e168-43db-aae4-39323427fa75', + 'SOUTHEASTASIA:20211111T092332Z:ad561258-2eb0-4807-b363-05394acd0a03', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:20 GMT' + 'Thu, 11 Nov 2021 09:23:32 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33829,21 +37357,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11064', + '10388', 'x-ms-request-id', - '1b74279a-1645-4ffd-80b3-11331792a5b5', + 'b6ceeebb-f5c8-421a-b17d-bbdd13ba7e3b', 'x-ms-correlation-request-id', - '1b74279a-1645-4ffd-80b3-11331792a5b5', + 'b6ceeebb-f5c8-421a-b17d-bbdd13ba7e3b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041922Z:1b74279a-1645-4ffd-80b3-11331792a5b5', + 'SOUTHEASTASIA:20211111T092335Z:b6ceeebb-f5c8-421a-b17d-bbdd13ba7e3b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:22 GMT' + 'Thu, 11 Nov 2021 09:23:34 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33865,21 +37393,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11063', + '10387', 'x-ms-request-id', - '79142507-1976-43e2-b8f3-0b4a49e4d9c9', + 'ce944725-800b-4b23-bcc0-e2380b0d710b', 'x-ms-correlation-request-id', - '79142507-1976-43e2-b8f3-0b4a49e4d9c9', + 'ce944725-800b-4b23-bcc0-e2380b0d710b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041925Z:79142507-1976-43e2-b8f3-0b4a49e4d9c9', + 'SOUTHEASTASIA:20211111T092337Z:ce944725-800b-4b23-bcc0-e2380b0d710b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:24 GMT' + 'Thu, 11 Nov 2021 09:23:36 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33901,21 +37429,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11062', + '10386', 'x-ms-request-id', - '8366aec8-0140-4eaf-8cce-152829caac7b', + '0bc5fa86-6937-4385-ae35-54163ca80450', 'x-ms-correlation-request-id', - '8366aec8-0140-4eaf-8cce-152829caac7b', + '0bc5fa86-6937-4385-ae35-54163ca80450', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041927Z:8366aec8-0140-4eaf-8cce-152829caac7b', + 'SOUTHEASTASIA:20211111T092339Z:0bc5fa86-6937-4385-ae35-54163ca80450', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:26 GMT' + 'Thu, 11 Nov 2021 09:23:39 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33937,21 +37465,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11061', + '10385', 'x-ms-request-id', - 'aca2bfbb-ff6e-427b-a4e2-3574f1ab2962', + '6f7b7a86-a4fb-40d9-939d-7b79f3a37a59', 'x-ms-correlation-request-id', - 'aca2bfbb-ff6e-427b-a4e2-3574f1ab2962', + '6f7b7a86-a4fb-40d9-939d-7b79f3a37a59', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041929Z:aca2bfbb-ff6e-427b-a4e2-3574f1ab2962', + 'SOUTHEASTASIA:20211111T092342Z:6f7b7a86-a4fb-40d9-939d-7b79f3a37a59', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:29 GMT' + 'Thu, 11 Nov 2021 09:23:41 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -33973,21 +37501,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11060', + '10384', 'x-ms-request-id', - 'de287093-1e6d-420e-866c-b4a03cb2e44e', + '4c611316-ca27-40ed-8b22-28b847cc8a31', 'x-ms-correlation-request-id', - 'de287093-1e6d-420e-866c-b4a03cb2e44e', + '4c611316-ca27-40ed-8b22-28b847cc8a31', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041932Z:de287093-1e6d-420e-866c-b4a03cb2e44e', + 'SOUTHEASTASIA:20211111T092344Z:4c611316-ca27-40ed-8b22-28b847cc8a31', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:31 GMT' + 'Thu, 11 Nov 2021 09:23:43 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34009,21 +37537,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11059', + '10383', 'x-ms-request-id', - 'c2a3f6d5-ad3a-4ced-b74c-aa7c3fdea166', + '54428031-4849-4278-b2ed-70e02c2dc4dc', 'x-ms-correlation-request-id', - 'c2a3f6d5-ad3a-4ced-b74c-aa7c3fdea166', + '54428031-4849-4278-b2ed-70e02c2dc4dc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041934Z:c2a3f6d5-ad3a-4ced-b74c-aa7c3fdea166', + 'SOUTHEASTASIA:20211111T092346Z:54428031-4849-4278-b2ed-70e02c2dc4dc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:33 GMT' + 'Thu, 11 Nov 2021 09:23:46 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34045,21 +37573,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11058', + '10382', 'x-ms-request-id', - '2ff2bdba-ac86-4427-bb05-cb7edf8f5bfe', + '38ae7c65-b04b-4bda-8d9a-e781339d76ff', 'x-ms-correlation-request-id', - '2ff2bdba-ac86-4427-bb05-cb7edf8f5bfe', + '38ae7c65-b04b-4bda-8d9a-e781339d76ff', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041936Z:2ff2bdba-ac86-4427-bb05-cb7edf8f5bfe', + 'SOUTHEASTASIA:20211111T092350Z:38ae7c65-b04b-4bda-8d9a-e781339d76ff', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:36 GMT' + 'Thu, 11 Nov 2021 09:23:49 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34081,21 +37609,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11057', + '10381', 'x-ms-request-id', - '794e2821-62bc-44dc-9128-afc5cb702ad3', + '7f965b81-90e0-42c6-bdad-5ffe6b80135c', 'x-ms-correlation-request-id', - '794e2821-62bc-44dc-9128-afc5cb702ad3', + '7f965b81-90e0-42c6-bdad-5ffe6b80135c', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041939Z:794e2821-62bc-44dc-9128-afc5cb702ad3', + 'SOUTHEASTASIA:20211111T092352Z:7f965b81-90e0-42c6-bdad-5ffe6b80135c', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:38 GMT' + 'Thu, 11 Nov 2021 09:23:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34117,21 +37645,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11056', + '10380', 'x-ms-request-id', - '9455950d-512a-465a-8f39-24a1ae3e2635', + '6e90074a-e618-4013-88b5-49d7b828583f', 'x-ms-correlation-request-id', - '9455950d-512a-465a-8f39-24a1ae3e2635', + '6e90074a-e618-4013-88b5-49d7b828583f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041941Z:9455950d-512a-465a-8f39-24a1ae3e2635', + 'SOUTHEASTASIA:20211111T092354Z:6e90074a-e618-4013-88b5-49d7b828583f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:40 GMT' + 'Thu, 11 Nov 2021 09:23:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34153,21 +37681,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11055', + '10379', 'x-ms-request-id', - '5336997f-ad2c-4d36-b66d-3d1d5433289b', + '831866b4-a43f-4868-9998-48ea6e130fea', 'x-ms-correlation-request-id', - '5336997f-ad2c-4d36-b66d-3d1d5433289b', + '831866b4-a43f-4868-9998-48ea6e130fea', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041943Z:5336997f-ad2c-4d36-b66d-3d1d5433289b', + 'SOUTHEASTASIA:20211111T092357Z:831866b4-a43f-4868-9998-48ea6e130fea', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:43 GMT' + 'Thu, 11 Nov 2021 09:23:56 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34189,21 +37717,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11054', + '10378', 'x-ms-request-id', - 'cc008488-e25d-4c9d-b376-8dcafa6d603d', + 'fee20ef8-69b3-425e-b130-cc64c27627e0', 'x-ms-correlation-request-id', - 'cc008488-e25d-4c9d-b376-8dcafa6d603d', + 'fee20ef8-69b3-425e-b130-cc64c27627e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041946Z:cc008488-e25d-4c9d-b376-8dcafa6d603d', + 'SOUTHEASTASIA:20211111T092359Z:fee20ef8-69b3-425e-b130-cc64c27627e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:45 GMT' + 'Thu, 11 Nov 2021 09:23:58 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34225,21 +37753,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11053', + '10377', 'x-ms-request-id', - 'a9edc720-7d13-4566-89b5-2c10086c504f', + '1ee76545-30f5-43e8-a7a0-3aad4233db16', 'x-ms-correlation-request-id', - 'a9edc720-7d13-4566-89b5-2c10086c504f', + '1ee76545-30f5-43e8-a7a0-3aad4233db16', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041948Z:a9edc720-7d13-4566-89b5-2c10086c504f', + 'SOUTHEASTASIA:20211111T092401Z:1ee76545-30f5-43e8-a7a0-3aad4233db16', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:47 GMT' + 'Thu, 11 Nov 2021 09:24:00 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34261,21 +37789,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11052', + '10376', 'x-ms-request-id', - '2fa6fdcd-627a-475f-ae0d-3ea258ba319a', + '321ada40-cd07-47b9-9ec2-9c8793d316e0', 'x-ms-correlation-request-id', - '2fa6fdcd-627a-475f-ae0d-3ea258ba319a', + '321ada40-cd07-47b9-9ec2-9c8793d316e0', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041950Z:2fa6fdcd-627a-475f-ae0d-3ea258ba319a', + 'SOUTHEASTASIA:20211111T092403Z:321ada40-cd07-47b9-9ec2-9c8793d316e0', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:50 GMT' + 'Thu, 11 Nov 2021 09:24:02 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34297,21 +37825,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11051', + '10375', 'x-ms-request-id', - '9de08036-4296-43a2-b3a9-8efd4a8ac2af', + '3afaa03b-8447-415d-915a-c2a01d16a0fe', 'x-ms-correlation-request-id', - '9de08036-4296-43a2-b3a9-8efd4a8ac2af', + '3afaa03b-8447-415d-915a-c2a01d16a0fe', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041953Z:9de08036-4296-43a2-b3a9-8efd4a8ac2af', + 'SOUTHEASTASIA:20211111T092406Z:3afaa03b-8447-415d-915a-c2a01d16a0fe', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:52 GMT' + 'Thu, 11 Nov 2021 09:24:06 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -34333,21 +37861,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11050', + '10374', 'x-ms-request-id', - 'e373ef70-7cdb-4ff5-8341-76a399d2abe7', + '64db9514-8905-464e-a11a-59d9cfec82c7', 'x-ms-correlation-request-id', - 'e373ef70-7cdb-4ff5-8341-76a399d2abe7', + '64db9514-8905-464e-a11a-59d9cfec82c7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041955Z:e373ef70-7cdb-4ff5-8341-76a399d2abe7', + 'SOUTHEASTASIA:20211111T092408Z:64db9514-8905-464e-a11a-59d9cfec82c7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:54 GMT' + 'Thu, 11 Nov 2021 09:24:08 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f49e406b-bd77-4100-9353-605fe477c03c') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/578224be-2528-4c96-b70e-71c070bf6e20') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -34369,17 +37897,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11049', + '10373', 'x-ms-request-id', - 'fa87da0e-ba28-4f92-a751-580de8f451dd', + '0738bbe6-230a-4f0a-9212-9fb0b7fe2a07', 'x-ms-correlation-request-id', - 'fa87da0e-ba28-4f92-a751-580de8f451dd', + '0738bbe6-230a-4f0a-9212-9fb0b7fe2a07', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041957Z:fa87da0e-ba28-4f92-a751-580de8f451dd', + 'SOUTHEASTASIA:20211111T092410Z:0738bbe6-230a-4f0a-9212-9fb0b7fe2a07', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:56 GMT' + 'Thu, 11 Nov 2021 09:24:10 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) @@ -34405,15 +37933,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11048', + '10372', 'x-ms-request-id', - '2ba3091b-6172-4d10-beb0-ce5a88b6a143', + '282fc05e-2de9-4ece-9855-2c5bee914ff7', 'x-ms-correlation-request-id', - '2ba3091b-6172-4d10-beb0-ce5a88b6a143', + '282fc05e-2de9-4ece-9855-2c5bee914ff7', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T041958Z:2ba3091b-6172-4d10-beb0-ce5a88b6a143', + 'SOUTHEASTASIA:20211111T092411Z:282fc05e-2de9-4ece-9855-2c5bee914ff7', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:19:57 GMT' + 'Thu, 11 Nov 2021 09:24:11 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 index 6bcab5ac7d55..84475bd7bed9 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e1386ef0600', + 'f2cafb6b-d1c8-49d0-ac4c-d67f8c121700', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AlzEAut_Z21KsPo-w9uL5xU; expires=Sun, 24-Oct-2021 03:42:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArD1U4vYAcdFqf28hysbn50; expires=Sat, 11-Dec-2021 08:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr3JMsGEi_vi3Tz_PbtsWgq1kdji_zAkugQT_QMQ6X_fjGyhzEmAXWmdzNyfkXJEa5i1ZzjXybPER-56-5D73TiBN0sejMhWxUbEatQU-ZmSlQxpDLnt39zmtTgAtQjwUvOezW1DoaN_rudRUOcObrPaZ1jMwNxdIVPcCpnQAHBBYgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr0_g23FkrAukfK5I5tubklD63QqSbbeGSkne2KEjBkDqRrHtH667ly3crCH3pDu_Gk2tofRWLNNXxCGJqlugzywUot0ZVg4FbVhL98XfP0BA_-x2F-Kx1a0BRD2RCObpqDY33T9W0Pfd_JbICObS59zGfS_Zm1Pzp2Y3hqW6fyTAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:54 GMT', + 'Thu, 11 Nov 2021 08:42:47 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '38719b22-bb0c-4fad-9308-c2ad4d090700', + '5555d975-dc1a-4491-bd25-162d9f881900', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=Av3xwz4Cl5pNkQrh2-0bxUw; expires=Sun, 24-Oct-2021 03:42:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AiRt6Ixv0FlNpPX2JfkP0Vg; expires=Sat, 11-Dec-2021 08:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrS-qQO5cpkyJ2gF9vRf1tn-MIL_4hQrbq-MvkYYxbXyFNXAvCHLSm-gcdNiKFJD5W3lU6alViqlivKCT2czjP8fwFQmDAp8A1m6jBRWjsrpqXnuoeEpNaljEA2Li5Qp3m0rIS3DA78p7cyN8USlhx-_IAvDaazXfxeVvlC8zkQ70gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUW0w2t0BIhOXYUWKKIsOdhVTOa6Ce4QZvZUOW0Xj9fRQoZRFMjWJfI39XQylP9dsu09saMl2y0d2WgZm6vSr5oUM5hgtBkE7HR-UilqMRkbpFtRUypjaryJW7_rnrAGOXeND4VYFkM8JPsxhV6Ush3jK8MVSDzIskNmsVIAJQcQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:54 GMT', + 'Thu, 11 Nov 2021 08:42:47 GMT', 'Content-Length', '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=4ae368be-4721-4a72-82e3-2af8029b0fcf&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") + .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.1&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=610277e2-ed56-4674-8a50-a00a22f996bc&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '38719b22-bb0c-4fad-9308-c2ad4e090700', + 'b57e063f-9326-4e85-827e-41fdf93e1600', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AqEkqeQD6BtFvMOS0jcP-oYWPr5BAQAAAD5A39gOAAAA; expires=Sun, 24-Oct-2021 03:42:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Aqgvic_T4y1FsBCuUkkRgZIWPr5BAQAAAIfOHtkOAAAA; expires=Sat, 11-Dec-2021 08:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:54 GMT', + 'Thu, 11 Nov 2021 08:42:47 GMT', 'Content-Length', '1351' ]); @@ -113,7 +113,7 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) nock('https://management.azure.com:443', {"encodedQueryParams":true}) .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eef3cdcdedb7fb373efd1bd878ff6f7c6bb0f3edd7bb873ffa73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c2ebf5749ae7b37c463dceb4fbd3e56c55154b74306fdb55f3e86e4891b169d88cb31faceb7c3cad168ff6f7efdd2518abf5a42ca62ff2f6aaaadfd238f386bafee874994d4aee23e7df8ed76db520da4d9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b990950d0e8654623c317bf577efd050daaad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5ba049dbef7fd91c1f77855bca1e9a40f3f7afd8b4ac27e5634f8823a7c42d338fb226f33cc29a36906abb005c767759ebf297ae33b5e66e5350d3f2b5f13d6d905cd847e9f75bf39a996e7c5c5ba661260169be93c5f64c08bd0fa6e5e964ff3f36249a3a2f92e964d9b2da7f9198df1a37b7b0fceef3f9864dbe7d9c32989ccf47cfb20cbef6dcff2ecc1bdbd7b597effd31d8c8906e031e597e7e779add0894996b3acc6bccdf2f38c26e56c46d35eb4d7f4e5b3a26e5accc1b5fd90244548793c2d9f5caf3290e3a317d532a76f947498cc92a67f6e473ca5992d88c197d3eb9715f10ec1fec5a63b1abcf9ee797e999704ee35111994187db4c8de9d2d69562fb3f26cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12dfd5a416e82548d9152611e8e13bfaec7baa8802d6dfbe227db286e01ae17f21bae1bbf4b92800231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89a14c7ecffbf031c45874306a19d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37386c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d27fc322778b3624a3d902fcabf7e51cdf297816b2aef3a73fe45b15c93eb4ec3d927e9926f5fe5e4080073d7ecdbe4ee53a303d3447d2633a1c0e3a3cff3eaa35f42f6bdeb9abcd260e10c5e03f09f15d9c5b26ac8f97a5e5dbccedb963889befac5eab33d5b97e59bfc5dfb13ebbc065cf66b00985c08420bf4b263d6ef","fe1f02d403e7cb0c0000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eefe27f6f760e1edd7bf868e7c178ffc1c387f73ffda98fe8451af72aafdb220720fc755934846fb1bc78dd120c02f07a3d9de6f92c9f518733edfd74395b55c512f0e76dbb6a1edd0d0932360d9b71f683759d8fa7d5e2d1fefebdbb0463b59e94c5f445de5e55f55b1a66de50d71f9d2eb349c97de4fcdbf1baad1644bae9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f973a532010a1abdcc6864f8e2f7caafbfa041b5950353343f59d4ed3a2b15936745d9e6b541c3b4ba0cdabc5a97a0d3f7be3f32f81eaf8a37349bf4e147af7f5149d8cf8a065f50874f6816675fe46d86296534cd6015b6e0f8accef337456f7cc7cbacbca6e167e56bc23abba099d0efb3ee3727d5f2bcb858d74c02cc62339de78b0c78115adfcdcbf2697e5e2c695434dfc5b269b3e5343fa3317e746fff7cf2e9a779be7d9ee52431e7e7d3edc9f9bdbdeddd07fb079f4e3fcd673bf7a718130dc0e3c92fcfcff35aa113932c67598d799be5e7194dcad98ca6bd68afe9cb6745ddb498836bfb21098a90f2785a3eb95e6520c7472faa654edf28e93099254dffdc8e784a335b107f2fa7d72f2be21d82fd8b4d773478f3ddf3fc322f09dc6b22322831fa6891bd3b5bd2ac5e66e5d9f2754e7066d4df7dfe82302ff325357d591375de7df468776787e8436d1c31bf24beab492bd04b10b22b4c22d0c377f4d9f7540f05acbf7d45ea640db935b2ff4254c377e973917f231c37499182da284c3708ecb94acfcbbaa8087ba2dc0ef140f35344f157f96c4d7387ee99cebf84b89af4c6ecffbf031c458743f6a09d4fa9f73a2b63c37a8defd31369f09ee30b617fb3e3dc7bcf71e619684da03ae37376c9a077e3b004d4373b9cddc1e1105f1a947fc493190feb473cd91b9680fa6687b391276d739824f69fbe2e6b5a48b663b2445158e1dcd1ab1d9811bee803df1b002e14a4573a40dd64f461ed8212d3aac6e8f15bb6ca2645493e17d3833e29569ed334c9a66fd72b2618bdfb8b8d23fc322778b302ae06f9a2fceb17d52c7f19b8a6f2ae33e75f14cb3579ee349c7d922ef9f6554e8e003077cdbe4dde3e353a304dd46732130a3c3efa3caf3efa2564dfbbaec92b8d15cee0357ceffbd4827c01828f815be4d979f925bf","e4ff01a0e9b24c930c0000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11409', + '11313', 'x-ms-request-id', - 'f8512012-1371-4cbf-9521-0d8d6702e475', + 'f1358e3a-a994-4a2a-9f4b-7285245c8e2d', 'x-ms-correlation-request-id', - 'f8512012-1371-4cbf-9521-0d8d6702e475', + 'f1358e3a-a994-4a2a-9f4b-7285245c8e2d', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034255Z:f8512012-1371-4cbf-9521-0d8d6702e475', + 'SOUTHEASTASIA:20211111T084248Z:f1358e3a-a994-4a2a-9f4b-7285245c8e2d', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:54 GMT' + 'Thu, 11 Nov 2021 08:42:47 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 index 445d3566daf9..319665ca50be 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'fa7c6a37-cd96-4a17-a41d-3a39feb20600', + '428c2df3-e54a-4b33-a537-d9d8c09f1600', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AlVqu1jicuFGnzbEWK40xRw; expires=Sun, 24-Oct-2021 03:42:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlYUlMEnzwFAg6KqAzS3Xck; expires=Sat, 11-Dec-2021 08:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevruvnN4YTzkXZQX9fnJg78QhjdEA_8jhir617iRZW5BQj9QviPa85Tr8LZEg8PcHQ9upjdtGKsDKv7wQWiLh65WlpHkE_ySJGDbjzdkR88Ucn_kmgXyrN2z1IytH_u77WIPSe6Imj9kW0ymH1bWlntYRyOam6hIFOuKfiwf7QxvjsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrkBy6xicmlCL9lYP-9h08YNbSPV0LofJOd9C4lQv9dTnZXXea-FZnjxx_TUcV3Vsa1T-NlTvBCKKPd8jYTfdUU1gnQ2D0a_NgLJOU-39rjEfAYD1DMIZZTLC1wHlTfZzhLDEx8HQZtMyXU_c576l6MOZ0luLXz42Ega-meAjA9IsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:55 GMT', + 'Thu, 11 Nov 2021 08:42:48 GMT', 'Content-Length', '980' ]); @@ -58,32 +58,30 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '38719b22-bb0c-4fad-9308-c2ad52090700', + 'af479aa7-2da5-4dfb-aaf6-8cc30bea1400', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=ArNaM27Rl7NAi426VmTbKVQ; expires=Sun, 24-Oct-2021 03:42:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AnCzjkJMME5KqkvIQKzhqPw; expires=Sat, 11-Dec-2021 08:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUiJXZj18lhtgy4dKs-AJO9Bgf0c7lRFea9tWHhbc1v9drdzLlAPqvL_ofbvxFil86TVqoM5QbFio4BT-gVWkXEh7iUVopWxkJido_3oXqY7ohAYwp6_nt2zARZyh3HSbYYTRiMGNEq7RIH8ptrwoJRP9lAxhgbl94VtOEqP_7A4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevraA6HOxeW0H089n_fdWkGqlKSuKIuywmTyvJtb2kKy6Uz5QgSnOfKyRJr76VGLe4CcipJw75Jgy7q85dHC9GHu2Zzd117N1z77vhm3kB9puQrlnIlOGSmn-OAWEOzV2d-tLSFP80j-5PLRMDgKJu_eColuk-USvW6n-_dma0Un1QgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:55 GMT', + 'Thu, 11 Nov 2021 08:42:48 GMT', 'Content-Length', '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=e658031b-7298-4e25-8ee9-0106a47afbe9&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") + .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.1&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=3a0b6a95-5807-41bf-a419-df5a184db04b&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-Length', - '1351', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -95,25 +93,27 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6332f45a-4a68-47f2-bf85-b9e353f60700', + '428c2df3-e54a-4b33-a537-d9d8c39f1600', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Atper7QPVDpGlT_-xVtqKHAWPr5BAQAAAD5A39gOAAAA; expires=Sun, 24-Oct-2021 03:42:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AgVQOvS2HmdAkOF1NcTNKtUWPr5BAQAAAIjOHtkOAAAA; expires=Sat, 11-Dec-2021 08:42:49 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 03:42:55 GMT' + 'Thu, 11 Nov 2021 08:42:48 GMT', + 'Content-Length', + '1351' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/databaseAccounts') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfb1f8d3e5a660bc2eca3eec76535cd801d7d759a356dfad56bfab0bd5ea1edad3aa2e66f8b2546fb79594db2d235a56fdaeca2f9e8d12ffe25a38f9a6b1ac6e229bd4c7f7f34adf3accd67c72dbdb6b7b3b7bbbdf3707b6fffcdcebd47f71e3edadf1bef3ef874efe1cefd9ffa88dea481aff2ba2d7240c25f9745430817cb8bd72d012108afd7d3699ecff219f538d3ee4f97b355552cd1c1bc6d57cda3bb2145c6a66133ce7eb0aef3f1b45a3cdadfbf779760acd693b298bec8dbabaa7e4be3cc1beafaa3d3653629b98f9c7f3b5eb7d58268377d9615657599d71f3d3acfca2637df7fb12edb6255e6dfad8b367fae64264041a397198d0c5ffc5ef9f51734a8b672608ae6278bba5d67a562f2ac28dbbc3668985697419b57eb1274fadef74706dfe355f186a6933efce8f52f2a09fb59d1e00beaf0094de3ec8bbccd30a78ca619acc2161c9fd579fea6e88def789995d734fcac7c4d5867173413fa7dd6fde6a45a9e1717eb9a4980596ca6f37c91012f42ebbb79593ecdcf8b258d8ae6bb58366db69ce66734c68feeed3d38bfff60926d9f670fa72432d3f3ed832cbfb73dcbb307f7f6ee65f9fd4f7730261a80c7945f9e9fe7b542272659ceb21af336cbcf339a94b3194d7bd15ed397cf8aba693107d7f643921421e5f1b47c72bdca408e8f5e54cb9cbe51d261324b9afeb91df19466b620065f4eaf5f56c43b04fb179bee68f0e6bbe7f9655e12b8d744645062f4d1227b77b6a45925c571b67c9d139c19f5779fbf20cccb7c494d5fd6449d771f3ddaddd921fa501b47cc2f89ef6a520bf412a4ec0a9308f4f01d7d661451c0fadb57a44fd6105c23fc2f44377c973e17056084e3262952501b85e906813d57e979591715614f94db211e687e8a28fe2a9fad69eed03dd3f997105793e298fdff7780a3e870c820b4f329f55e67656c58aff17d7a220dde737c21ec6f769c7bef39ce3c03ad0954677cce3019f46e1c9680fa6687b33b381ce24b83f28f7832e361fd88277bc31250dfec7036f2a46d0e93c4fed3d7654d0bc9764c96280a2b9c3b7ab50333c2177de07b03c08582f44a07a89b8c3eac5d50625ad5183d7ecb56d9a428c9e7627ad027c5ca739a26d9f4ed7ac504a3777fb1f1845fe6046f564ca907f245f9d72faa59fe32704de55d67cebf28966b72dd6938fb245df2edab9c1c0160ee9a7d9bdc7d6a74609aa8cf642614787cf4795e7df44bc8be775d93571a2c9cc16b00feb322bb58560d395fcfab8bd779db1227d157bf587db667ebb27c93bf6b7f629dd780cb7e0d00930b4168815e76ccfaddf77f","c9ff031fafe92bd70c0000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfb1f8d3e5a660bc2eca3eec76535cd801d7d759a356dfad56bfab0bd5ea1edad3aa2e66f8b2546fb79594db2d235a56fdaeca2f9e8d12ffe25a38f9a6b1ac6e229bd4c7f7f34adf3accd67c72dbdb6b7b3b7bbbd8bffbdd9397874efe1a39d07e3fd070f1fdefff4a73ea21769dcabbc6e8b1c80f0d765d110bec5f2e2754b3008c0ebf5749ae7b37c461dceb4f7d3e56c55154bc09fb7edaa79743724c8d8346cc6d90fd6753e9e568b47fbfbf7ee128cd57a5216d317797b55d56f699879435d7f74bacc2625f791f36fc7ebb65a10e9a6cfb2a2ac2ef3faa347e759d9e4e6fb2fd6655baccafcbb75d1e6cf95ca042868f432a391e18bdf2bbffe8206d5560e4cd1fc6451b7ebac544c9e15659bd7060dd3ea3268f36a5d824edffbfec8e07bbc2aded06cd2871fbdfe4525613f2b1a7c411d3ea1599c7d91b719a694d1348355d882e3b33acfdf14bdf11d2fb3f29a869f95af09ebec826642bfcfbadf9c54cbf3e2625d3309308bcd749e2f32e045687d372fcba7f979b1a451d17c17cba6cd96d3fc8cc6f8d1bdfdf3c9a79fe6f9f6799693c49c9f4fb727e7f7f6b6771fec1f7c3afd349feddc9f624c34008f27bf3c3fcf6b854e4cb29c6535e66d969f67342967339af6a2bda62f9f1575d3620eaeed87242842cae369f9e47a95811c1fbda896397da3a4c3649634fd733be229cd6c41fcbd9c5ebfac887708f62f36ddd1e0cd77cff3cbbc2470af89c8a0c4e8a345f6ee6c49b34a7ae36cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12dfd5a415e82508d9152611e8e13bfacce8a180f5b7af489dac21b746f65f886af82e7d2ef26f84e3262952501b85e906813d57e979591715614f94db211e687e8a28fe2a9fad69eed03dd3f997105793de98fdff7780a3e870c81eb4f329f55e67656c58aff17d7a220dde737c21ec6f769c7bef39ce3c03ad0954677cce2e19f46e1c9680fa6687b33b381ce24b83f28f7832e361fd88277bc31250dfec7036f2a46d0e93c4fed3d7654d0bc9764c96280a2b9c3b7ab50333c2177de07b03c08582f44a07a89b8c3eac5d50625ad5183d7ecb56d9a428c9e7627ad027c5ca739a26d9f4ed7ac504a3777fb171845fe6046f56c0d5205f947ffda29ae52f03d754de75e6fc8b62b926cf9d86b34fd225dfbecac91100e6aed9b7c9dba74607a689fa4c664281c7479fe7d547bf84ec7bd73579a5b1c219bc86ef7d9f5a902f40f031708b3c3b2fbfe4977cff","97fc3fc2c9a5669f0c0000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '11408', + '11312', 'x-ms-request-id', - 'e1de2d16-1b94-4203-aaad-3d3612cd134a', + '47742dcd-7f4f-451c-89f2-c8dac92fc6f6', 'x-ms-correlation-request-id', - 'e1de2d16-1b94-4203-aaad-3d3612cd134a', + '47742dcd-7f4f-451c-89f2-c8dac92fc6f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T034256Z:e1de2d16-1b94-4203-aaad-3d3612cd134a', + 'SOUTHEASTASIA:20211111T084249Z:47742dcd-7f4f-451c-89f2-c8dac92fc6f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 03:42:55 GMT' + 'Thu, 11 Nov 2021 08:42:48 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 index eab6ee554673..076865f909fb 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'fa7c6a37-cd96-4a17-a41d-3a397ded0600', + 'd0df041e-9aad-4003-b51d-51eb3d960b00', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=ArSqY_at9QdKm_wkZVon8yk; expires=Sun, 24-Oct-2021 04:22:45 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AhLikLtGyWVJpXQ-nYvywXM; expires=Sat, 11-Dec-2021 09:27:26 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrnX537byDCZlBaVl6nCZVanu6QgUlHlOigI5pt-VMmOs7ecuBoJSejbPpQ_O6yAaBq6C35Qn2d8WPOAsGgP6HqOmePEU7B1S6RXZm0Fy49Yhtt4LD-DvNgUCxvXEiH_yHSSVNbi6LOzu7URTs4oOe69Zeg3xlICnMnhgtrMpkuIggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrPt5dP5YWfO0KRTi3-l1o9jskg_U70b3Eno3_CJdo8hJgiWpqcR0qpNRYUQBoxGnmqzMHYPtVNVef4AYbMWSkILwbjPZ6Y2W6hij3BOZ9K5Ne3tzh4c-oveTq22La0ciG8NqQYLbNgcGiF53qnmddTYWVRuxLhSpnorKo0q8s14AgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:22:44 GMT', + 'Thu, 11 Nov 2021 09:27:25 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9fcb8c20-71fa-4e07-9e4c-df7385c40700', + '43ff8381-060c-4414-987d-8825bd081700', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=Aj05RAf0EGJJrFJ1GqFyURY; expires=Sun, 24-Oct-2021 04:22:45 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=An-LovpvCDhPuKQeH6o98JA; expires=Sat, 11-Dec-2021 09:27:26 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrRB2EF21f3of_43wvo1d3Q_fwBeinBfjQCJT-ybN5QwYgYtS15trDFALs_DDnRsxcuJqVVgxm2bNt3BAWl4OqOVELr_peoiiTJoVIxVDmJ3mMWb-gu7-kBvKb3G8LrTS4-6ipb7IZDr0hQfgFCUUDbIibo0eMMs7NeXxsdCM6dkIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrnzAXKn0GSp3SdUb4gY5C7Yg18szyjZlkmQriHQbYQA-eT8HUVRL8Mr6iweF0cIuorv6C1MNmqfzWUxqrY1Ahvz68F5dQ39e3FL52GfKCE4aeQgnWvwZh_NcQlwCZIZwgMTUG9OMNLJqea0rpC-roynTcLxTfaoQQJhEZN2z2LYogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:22:44 GMT', + 'Thu, 11 Nov 2021 09:27: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.1&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=2083624f-e9da-463a-ae70-b708d48b30a4&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") + .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.1&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=cfa6658c-4eb7-45c3-a564-951e8720f5f0&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9361213a-51de-46fd-bfc0-66fd1c0a0700', + '7636402c-909b-402c-abdd-a677db410a00', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Arx6HHZQCo1Jpy6SfzSuIScWPr5BAQAAAJRJ39gOAAAA; expires=Sun, 24-Oct-2021 04:22:45 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArGk85lZN7xGkJRmpAqZ5L0WPr5BAQAAAP7YHtkOAAAA; expires=Sat, 11-Dec-2021 09:27: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', - 'Fri, 24 Sep 2021 04:22:45 GMT', + 'Thu, 11 Nov 2021 09:27:25 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/4c405e9b-e28d-4548-ba5e-e1515a08734b?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/8e42127b-152b-42e3-8018-932b5455e3af?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8e42127b-152b-42e3-8018-932b5455e3af?api-version=2021-10-15', 'x-ms-request-id', - '4c405e9b-e28d-4548-ba5e-e1515a08734b', + '8e42127b-152b-42e3-8018-932b5455e3af', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-writes', - '1198', + '1197', 'x-ms-correlation-request-id', - 'b6aa00a3-0cd8-43b1-8399-4b87bb12efbe', + '6107b821-27fe-420c-a501-3af46a5cfc7f', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042246Z:b6aa00a3-0cd8-43b1-8399-4b87bb12efbe', + 'SOUTHEASTASIA:20211111T092727Z:6107b821-27fe-420c-a501-3af46a5cfc7f', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:46 GMT' + 'Thu, 11 Nov 2021 09:27:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8e42127b-152b-42e3-8018-932b5455e3af') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10979', + '10418', 'x-ms-request-id', - '5649f439-f8d1-46af-ae13-9e7406ce0490', + '951ba50b-9bd1-4785-bbe5-de886680204b', 'x-ms-correlation-request-id', - '5649f439-f8d1-46af-ae13-9e7406ce0490', + '951ba50b-9bd1-4785-bbe5-de886680204b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042246Z:5649f439-f8d1-46af-ae13-9e7406ce0490', + 'SOUTHEASTASIA:20211111T092727Z:951ba50b-9bd1-4785-bbe5-de886680204b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:46 GMT' + 'Thu, 11 Nov 2021 09:27:26 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8e42127b-152b-42e3-8018-932b5455e3af') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10978', + '10417', 'x-ms-request-id', - 'e4464e07-ca3c-458a-9753-38074b0ebc83', + 'ddb39ace-6fe8-4bdd-80cc-245ac894b4da', 'x-ms-correlation-request-id', - 'e4464e07-ca3c-458a-9753-38074b0ebc83', + 'ddb39ace-6fe8-4bdd-80cc-245ac894b4da', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042249Z:e4464e07-ca3c-458a-9753-38074b0ebc83', + 'SOUTHEASTASIA:20211111T092729Z:ddb39ace-6fe8-4bdd-80cc-245ac894b4da', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:48 GMT' + 'Thu, 11 Nov 2021 09:27:29 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8e42127b-152b-42e3-8018-932b5455e3af') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10977', + '10416', 'x-ms-request-id', - '2a37f9ce-d1bd-4322-9884-763ee6342489', + '8ef46948-8069-45d0-8faa-e7adae2b1a60', 'x-ms-correlation-request-id', - '2a37f9ce-d1bd-4322-9884-763ee6342489', + '8ef46948-8069-45d0-8faa-e7adae2b1a60', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042251Z:2a37f9ce-d1bd-4322-9884-763ee6342489', + 'SOUTHEASTASIA:20211111T092732Z:8ef46948-8069-45d0-8faa-e7adae2b1a60', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:51 GMT' + 'Thu, 11 Nov 2021 09:27:31 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4c405e9b-e28d-4548-ba5e-e1515a08734b') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/8e42127b-152b-42e3-8018-932b5455e3af') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -277,17 +277,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10976', + '10415', 'x-ms-request-id', - '1d944028-90f0-4a04-a30f-107bef4285ea', + '588d6ae4-54d9-4027-bcf1-050b34f22ce8', 'x-ms-correlation-request-id', - '1d944028-90f0-4a04-a30f-107bef4285ea', + '588d6ae4-54d9-4027-bcf1-050b34f22ce8', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042253Z:1d944028-90f0-4a04-a30f-107bef4285ea', + 'SOUTHEASTASIA:20211111T092734Z:588d6ae4-54d9-4027-bcf1-050b34f22ce8', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:53 GMT' + 'Thu, 11 Nov 2021 09:27:33 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) @@ -313,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10975', + '10414', 'x-ms-request-id', - '39104945-612f-4c5f-a2fa-49a8a8b2f5ad', + '14abc66f-ffb6-4966-857c-24d402423a49', 'x-ms-correlation-request-id', - '39104945-612f-4c5f-a2fa-49a8a8b2f5ad', + '14abc66f-ffb6-4966-857c-24d402423a49', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042256Z:39104945-612f-4c5f-a2fa-49a8a8b2f5ad', + 'SOUTHEASTASIA:20211111T092737Z:14abc66f-ffb6-4966-857c-24d402423a49', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:56 GMT' + 'Thu, 11 Nov 2021 09:27:36 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 index 9dddc3da35b9..3bf896933067 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '511c7ce6-7148-43e3-a56f-8b971f480700', + '7636402c-909b-402c-abdd-a677ee420a00', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=Aq0WNl5j_0xNtY622efhXjU; expires=Sun, 24-Oct-2021 04:23:19 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AkC9YNesc5VFv1KabqMr9gU; expires=Sat, 11-Dec-2021 09:28:01 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9A30Ub-_ZYP81jC_2L1sWFPvYe45ueAS_Sb8oYqd95e-9dul7hE5r6LdofVNqjuG7B6ULrmxdaydBPcRsMRiRX_tE2l_7-lLrjdDnHnta-tVF3Vso_htOoq4IzJig3QNVaUVu4EuJpAk9rkqXGkvcsbqNTfcVXno0EHMRyn10VYgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrt5NOfYJr20s6S4ORCyBWqdRv-c5jM9nnhPzmnNkPCvk36RbZBkgDYV4pt7lu82FoaaxsbTIdJ3236v8R0sRhO3Cjv-p5KMlqYOdm2S70EopWbv_qz9R4JMA_xsxZ04IAeSPx9TAWBTstld1xCHBtUg1fyGbzqC-ilbgSxlh_jYcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:19 GMT', + 'Thu, 11 Nov 2021 09:28:00 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '6332f45a-4a68-47f2-bf85-b9e3f6320800', + '7636402c-909b-402c-abdd-a677ef420a00', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AoKwTC-tB4VDvGpsWvKjaxE; expires=Sun, 24-Oct-2021 04:23:19 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AtoaRN-qAahHjGw_iJlvFC8; expires=Sat, 11-Dec-2021 09:28:01 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrgXEcfc7fzfwQaf5bGZs8_VPi00itgBr6mBHj0a2rsWNTGStmkB6oQ1hKbnEHivU5bTsINDX50LUDd5yqN5-M3OV-Zh0Mp1Ibk6Hje13QOypbXJT3iHhsiPBonP7SN0NB0a6hsvi9mjBO6IdK6k0INfBZToC5tA2VHGrRlJcauEkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8gPFYxinTnGMPslCHioTbed4ICR8uCmhTLNvI5LmEIOtg7hvb47SVCkskJSGJv2BQ1ao4rJk8gZ62hFK73H4_E8-6A5O8_vMxTXmsQ0bFXp5jfLvD7rsfGXGQxKWtgRVe-KZ7KTmOE6p1_YHaBCdowdOXUj-4guquzvdJ3zM4AQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:19 GMT', + 'Thu, 11 Nov 2021 09:28:01 GMT', 'Content-Length', '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=6b9bcc65-6fad-4a32-9b8d-98648c11c1c7&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") + .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.1&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=75538f8c-92be-4e2a-ac4d-98e47fd9c0d7&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e1332280700', + '7636402c-909b-402c-abdd-a677f0420a00', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Ai1L5Bq6vwRLswHIdUmrCb4WPr5BAQAAALdJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:20 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AiGxGjrenBRLnMWseMlRZ60WPr5BAQAAACHZHtkOAAAA; expires=Sat, 11-Dec-2021 09:28:01 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:19 GMT', + 'Thu, 11 Nov 2021 09:28:01 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Content-Type', 'application/json', 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/f8d9e16e-a307-48a1-ae4a-14e241a207ac?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/c4a51058-c3cb-4997-9b3c-32e59f2f927f?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c4a51058-c3cb-4997-9b3c-32e59f2f927f?api-version=2021-10-15', 'x-ms-request-id', - 'f8d9e16e-a307-48a1-ae4a-14e241a207ac', + 'c4a51058-c3cb-4997-9b3c-32e59f2f927f', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-deletes', '14998', 'x-ms-correlation-request-id', - 'fd78aad3-a6c2-4a71-ae5e-ccc784108f7b', + '40da3a2d-361a-4796-b85e-ddd7e4af1341', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042320Z:fd78aad3-a6c2-4a71-ae5e-ccc784108f7b', + 'SOUTHEASTASIA:20211111T092802Z:40da3a2d-361a-4796-b85e-ddd7e4af1341', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:20 GMT' + 'Thu, 11 Nov 2021 09:28:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c4a51058-c3cb-4997-9b3c-32e59f2f927f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10962', + '10401', 'x-ms-request-id', - 'af94088a-35c6-4a1c-8186-54d341599748', + '64e9df8e-e8ce-4e9c-b333-66d7bf5cb65b', 'x-ms-correlation-request-id', - 'af94088a-35c6-4a1c-8186-54d341599748', + '64e9df8e-e8ce-4e9c-b333-66d7bf5cb65b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042321Z:af94088a-35c6-4a1c-8186-54d341599748', + 'SOUTHEASTASIA:20211111T092802Z:64e9df8e-e8ce-4e9c-b333-66d7bf5cb65b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:20 GMT' + 'Thu, 11 Nov 2021 09:28:01 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c4a51058-c3cb-4997-9b3c-32e59f2f927f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,57 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10961', + '10400', 'x-ms-request-id', - 'be3b4cb3-54e4-4d07-a72a-c23d1e4f60e4', + 'f6b6eecd-57b4-4e15-aeb2-e37fce78a4fc', 'x-ms-correlation-request-id', - 'be3b4cb3-54e4-4d07-a72a-c23d1e4f60e4', + 'f6b6eecd-57b4-4e15-aeb2-e37fce78a4fc', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042323Z:be3b4cb3-54e4-4d07-a72a-c23d1e4f60e4', + 'SOUTHEASTASIA:20211111T092805Z:f6b6eecd-57b4-4e15-aeb2-e37fce78a4fc', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:23 GMT' + 'Thu, 11 Nov 2021 09:28:05 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f8d9e16e-a307-48a1-ae4a-14e241a207ac') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c4a51058-c3cb-4997-9b3c-32e59f2f927f') + .query(true) + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ + 'Cache-Control', + 'no-store, no-cache', + 'Pragma', + 'no-cache', + 'Transfer-Encoding', + 'chunked', + 'Content-Type', + 'application/json', + 'Content-Encoding', + 'gzip', + 'Vary', + 'Accept-Encoding', + 'Strict-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', + '844eadde-56e6-4f2a-be1b-748b399110a6', + 'x-ms-correlation-request-id', + '844eadde-56e6-4f2a-be1b-748b399110a6', + 'x-ms-routing-request-id', + 'SOUTHEASTASIA:20211111T092807Z:844eadde-56e6-4f2a-be1b-748b399110a6', + 'X-Content-Type-Options', + 'nosniff', + 'Date', + 'Thu, 11 Nov 2021 09:28:07 GMT' +]); + +nock('https://management.azure.com:443', {"encodedQueryParams":true}) + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c4a51058-c3cb-4997-9b3c-32e59f2f927f') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -241,17 +277,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10960', + '10398', 'x-ms-request-id', - '9199ddc4-96b1-48dd-9212-9e44045ff2e6', + 'b2008da2-bfdb-4a08-979b-8a0d242aa807', 'x-ms-correlation-request-id', - '9199ddc4-96b1-48dd-9212-9e44045ff2e6', + 'b2008da2-bfdb-4a08-979b-8a0d242aa807', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042325Z:9199ddc4-96b1-48dd-9212-9e44045ff2e6', + 'SOUTHEASTASIA:20211111T092809Z:b2008da2-bfdb-4a08-979b-8a0d242aa807', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:25 GMT' + 'Thu, 11 Nov 2021 09:28:09 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) @@ -277,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10959', + '10397', 'x-ms-request-id', - '77cb77d1-b033-44ff-8049-ff134381b32a', + '4bcdd4e9-ff03-48af-8d28-3b0e74f4420a', 'x-ms-correlation-request-id', - '77cb77d1-b033-44ff-8049-ff134381b32a', + '4bcdd4e9-ff03-48af-8d28-3b0e74f4420a', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042326Z:77cb77d1-b033-44ff-8049-ff134381b32a', + 'SOUTHEASTASIA:20211111T092810Z:4bcdd4e9-ff03-48af-8d28-3b0e74f4420a', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:25 GMT' + 'Thu, 11 Nov 2021 09:28:10 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 index bcbf515a3bd0..928f251b7e4c 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e13d3270700', + 'b62db3f5-f2ee-4ea8-97d9-32d1383d1900', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'Set-Cookie', - 'fpc=AkwmtSWsjc1CoMR5L-jGMco; expires=Sun, 24-Oct-2021 04:23:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=An2WxM27N45Aq86lZEu7BMc; expires=Sat, 11-Dec-2021 09:27:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrlSDybWOVgPq-lovHLLqVyzapg3V2oyUTyXPQLWqa_Uc9IvsCDGgnE_o26ExH1GYv3UqaTlgTPiMShKG1avV_okb-M-rtw7TpKZ7N1MCCXcUOotmPITt2kk0NcHe2gbWFtHZnkIo78h29bFGYiu7T4BfgBtLhP3aSMJKxudizRzwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrildZqGsSPaBfSxDKiP97vhEXeseBzIONFa4oZYHi6ia5y_Q-H9DXaZir8O5mC6F-UK3PHCcMrGzjzBERBdbwH1euYhvndiR7rwovH0e8DgRTB525-lZ5ACCZVwNYXC1a8KCCPuSXuso2scGDWINPUZE5BfDnSsHGss3J78Zr3oQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:06 GMT', + 'Thu, 11 Nov 2021 09:27:47 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9fcb8c20-71fa-4e07-9e4c-df731bc50700', + '482093af-0f21-4b2b-bd07-0673acca1100', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR1 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=ApE0nxqyyM1JvhRYfKkOxiU; expires=Sun, 24-Oct-2021 04:23:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AhcM6I4ooo9KkFVszFSXKqM; expires=Sat, 11-Dec-2021 09:27:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8ksnQHob1ccM1yKzqYwJKIBAL5d1V5_x8BdyeTbISsOHljc6ILQdJfgkszAWc5X7atywyfSesvbNlnReGptXc4XQaZqg0nCipsPvSiOzTTF4cDSb7k3ym_dvm2-xiyUhoxKoRbAkT8y753sJ9CTS6--ULZWqPJePAA0WPMQeLWMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrFC8MMQrT6Bo9vqTeS3fRP_BF4-q8sZgFaLMNBW1svjGemEyYOD2DmjauuZstvgKsLbKipu8jPAMFfIBCHUp6PMF1ASMx9WC4uYa0hnTl8cJldJUhkyJLH5Zv9Nmv0GMAujGQbD8MvTe7dUkKcLrTlDZY6FxurQZfbEkHxZnLrIkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:06 GMT', + 'Thu, 11 Nov 2021 09:27:47 GMT', 'Content-Length', '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=5ab2721d-6322-46e1-8886-8f810c793d84&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") + .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.1&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=dd6a3e5e-c826-4b7b-a447-20eb72f90037&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'fa7c6a37-cd96-4a17-a41d-3a39e2ed0600', + 'd0df041e-9aad-4003-b51d-51eb16970b00', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Aq-vpf78xiZOouvasZyKxuMWPr5BAQAAAKtJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:07 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ArBgH-xvJ69FlCxP5cTai44WPr5BAQAAABPZHtkOAAAA; expires=Sat, 11-Dec-2021 09:27:48 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:07 GMT', + 'Thu, 11 Nov 2021 09:27:47 GMT', 'Content-Length', '1351' ]); @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10969', + '10408', 'x-ms-request-id', - 'cd8795ed-3fec-45b9-94f4-f05c23e0b961', + '322779d2-a1bd-40ec-8119-1d6fce6b2280', 'x-ms-correlation-request-id', - 'cd8795ed-3fec-45b9-94f4-f05c23e0b961', + '322779d2-a1bd-40ec-8119-1d6fce6b2280', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042308Z:cd8795ed-3fec-45b9-94f4-f05c23e0b961', + 'SOUTHEASTASIA:20211111T092749Z:322779d2-a1bd-40ec-8119-1d6fce6b2280', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:07 GMT' + 'Thu, 11 Nov 2021 09:27:48 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 index a1303a2989d2..c90323dbd14b 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e13d7270700', + '482093af-0f21-4b2b-bd07-0673b0ca1100', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - KRSLR2 ProdSlices', 'Set-Cookie', - 'fpc=AtJy5iFqLWJKuuFfcGffB5U; expires=Sun, 24-Oct-2021 04:23:08 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ah0_DJ_iG8dPhge0Cs9CXEo; expires=Sat, 11-Dec-2021 09:27:49 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYhi42yvu5UXm8jgWWN6A-T4Q15k-LYySjNnloIqKkkEt_8ARsMA0118_IXYHU4xTzm7cBUWuzEMj1NrsWbB8NhrGbsJZTh0b_0VBHFfwVU7xLxn5bTjKFXRVsKCU14ADY-VvPkuD3eBTjye4Cw_pGjz3M9EcJWRQXjIeqYUg63cgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrBB5Cco0ScclGCL2PrxNSBMVCHZzn0icYs0sWNnhKi7jpMQPUcHMdkXQu_3bUQQSVzNJR64GCVnYIOfc2lz-zLpZ73uGNmiMp3f3qSERFfUtjUWb7aYHOhA-BNpnB15jL2UMH-plu71hUZnfFbkssMkkCriLyIwfEnJd4ngtXi6ggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:07 GMT', + 'Thu, 11 Nov 2021 09:27:48 GMT', 'Content-Length', '980' ]); @@ -45,8 +45,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) .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-Length', - '1753', 'Content-Type', 'application/json; charset=utf-8', 'Strict-Transport-Security', @@ -60,23 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9361213a-51de-46fd-bfc0-66fd990a0700', + 'd03127da-446a-4706-9c1f-ece847861500', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=Au2nF4YS_5JAhCpVcpXTxxo; expires=Sun, 24-Oct-2021 04:23:08 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Ah92l7OQ8kdLr16K_i7jk0M; expires=Sat, 11-Dec-2021 09:27:49 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrBV9R6Fl24foo6SSBT1Uc1TAM0zf5x3LqF7GN4RMYjv-peQSAIaNZyXQRtuTxhN42pV8-3YLaNGBT0L18DfpHfzCO6C2tHjzWhCpHOFAH4p4nwCLoXYRVxE1gBlH2TdxquGE6VoowWBH6smyR4VyzBIPCPyYvYLY2DfxiCEKJJU4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtdNIxeyF6oUvYxkeWu3GMbgBEaolT1PcNx_vfgOjyy5Rz0khf0dlBY6JNnCw2gbNIKfAsZzcbYXp6CPGA0c_jnrov86bw7OUPa3RNbjLLwxlKLR2OY7McwA2OcS_Yf1JUzQsw7tvkIeW6waOwSWlwPYuRbyLl3wNLce3AW3QjBsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:07 GMT' + 'Thu, 11 Nov 2021 09:27:48 GMT', + 'Content-Length', + '1753' ]); nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.1&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=8f231d3c-c508-48f5-95e8-8ea984a12914&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") + .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.1&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=24bf24c4-24ba-4f9b-9026-0e6e230726d3&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9361213a-51de-46fd-bfc0-66fd9b0a0700', + '88e36b2d-2da2-42b4-b17b-5724715a1900', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - KRSLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Ag8jdU2im8JHgV2VEsbFI6kWPr5BAQAAAKxJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:08 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AqlY7arW9f1Ii_qXDVmf-fEWPr5BAQAAABTZHtkOAAAA; expires=Sat, 11-Dec-2021 09:27:49 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:07 GMT', + 'Thu, 11 Nov 2021 09:27:48 GMT', 'Content-Length', '1351' ]); @@ -133,15 +133,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10968', + '10407', 'x-ms-request-id', - 'eb309942-db74-4fc3-839f-215ca946f81e', + '6f2e4b6b-573d-4d2e-a7c9-e9efcc3d0275', 'x-ms-correlation-request-id', - 'eb309942-db74-4fc3-839f-215ca946f81e', + '6f2e4b6b-573d-4d2e-a7c9-e9efcc3d0275', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042309Z:eb309942-db74-4fc3-839f-215ca946f81e', + 'SOUTHEASTASIA:20211111T092750Z:6f2e4b6b-573d-4d2e-a7c9-e9efcc3d0275', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:08 GMT' + 'Thu, 11 Nov 2021 09:27:49 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 index 47fcc082eed9..afe38964412c 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e13de270700', + '43ff8381-060c-4414-987d-8825e8091700', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AlMwUVJ9bDZHiy8BqWyL72I; expires=Sun, 24-Oct-2021 04:23:09 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=ApSAPO_c5S1EqGkWQz4GI1Q; expires=Sat, 11-Dec-2021 09:27:50 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAUjyVn2pBPMriftAIf7nSQ3lCpwGpBvUIvHBcMB5urPv9TQgXuW8IVIZZLTN9dIAu_tObJn4S7T3N0YHczQhtADTOPz11wRkV6sSm08hkfN1kp-eDpesZV1bipoTyKLo3K3OyViklMypOuwGsAh4k5LMDow3ZP6-aLG1MrSgT9sgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrMBSqFOA3o9x7cKXVxq0hsllPrYDrXUmAGv27Q_VHP8C5KDF-jVCqslg_Oi2MebrBEeQce6gr4BoBq_5N6HpwcMhsOlaCwolycnYetU1_WhpGZ3QR82nxp__LX4JrBuKsbnal3Pmc8Sb_h0ULQKBPPY0YL0FklCYYF18t28sH2OEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:08 GMT', + 'Thu, 11 Nov 2021 09:27:50 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9361213a-51de-46fd-bfc0-66fda00a0700', + 'd0df041e-9aad-4003-b51d-51eb31970b00', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=AuX3eFZpr5dFgGSCrR33xZ8; expires=Sun, 24-Oct-2021 04:23:09 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AohXRq1gZC1HjzzOGZb1c8Q; expires=Sat, 11-Dec-2021 09:27:51 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtWaex959_bUpEhv6z_cT_lpeFM3fskyJBA3VfYOIiKiJIwEailNnIqWX7l3lKhP3wWqlevxTKFqv_hsiyvk14asCu0MoBtTMblbesm63_PFGVNECJwrnva_4_TauThb6NtS6fiHdOpsK0qCuZka19llmhilQb9LYS1ZXba-Iy3wgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrivEtV5WKmvwCqcy2aN4YCXRFhkRWMzAIeitwL45tjPMJnW_jfWP9Odrh6B4MLrCpUAaA-GzHbGlKmuwAgXpl4QkbyjgcaiWwmzqA0Kv9vhi-E3LzMuuKZN7RRdAou2p4jNjA9MYjagQ9YECb7QxcIKKXqI42j6yjqA9yY6swLK4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:08 GMT', + 'Thu, 11 Nov 2021 09:27:50 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.1&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=6b119e39-05eb-438b-9fe8-91ccc1ee2d44&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") + .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.1&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=b034b443-769e-4b83-b94d-32112d957bd2&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '511c7ce6-7148-43e3-a56f-8b97dd470700', + 'd03127da-446a-4706-9c1f-ece858861500', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR1 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=Ao2eq1CZLxRLnZE0_0ONNnQWPr5BAQAAAKxJ39gOAAAA; expires=Sun, 24-Oct-2021 04:23:09 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AoI9r1PcDlRMuK5CHgkM_C4WPr5BAQAAABfZHtkOAAAA; expires=Sat, 11-Dec-2021 09:27:51 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:23:08 GMT', + 'Thu, 11 Nov 2021 09:27:50 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) '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/6c585672-6806-4395-aa99-6444f4248c3d?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/migrateToAutoscale/operationResults/f563df2b-40df-47ff-b935-1edaf22d555e?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f563df2b-40df-47ff-b935-1edaf22d555e?api-version=2021-10-15', 'x-ms-request-id', - '6c585672-6806-4395-aa99-6444f4248c3d', + 'f563df2b-40df-47ff-b935-1edaf22d555e', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -137,17 +137,17 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'x-ms-ratelimit-remaining-subscription-writes', '1199', 'x-ms-correlation-request-id', - 'f09fea4b-cb61-47c2-a4bc-a239744414af', + '226c18d4-5264-4021-8f7a-4c541dbb82c3', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042310Z:f09fea4b-cb61-47c2-a4bc-a239744414af', + 'SOUTHEASTASIA:20211111T092751Z:226c18d4-5264-4021-8f7a-4c541dbb82c3', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:09 GMT' + 'Thu, 11 Nov 2021 09:27:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f563df2b-40df-47ff-b935-1edaf22d555e') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10967', + '10406', 'x-ms-request-id', - 'bd62bfee-c06b-4d75-8987-d0723cc4eb6b', + '3b1ef050-aac0-440c-8b1d-8cbd410a2fcf', 'x-ms-correlation-request-id', - 'bd62bfee-c06b-4d75-8987-d0723cc4eb6b', + '3b1ef050-aac0-440c-8b1d-8cbd410a2fcf', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042310Z:bd62bfee-c06b-4d75-8987-d0723cc4eb6b', + 'SOUTHEASTASIA:20211111T092752Z:3b1ef050-aac0-440c-8b1d-8cbd410a2fcf', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:09 GMT' + 'Thu, 11 Nov 2021 09:27:51 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f563df2b-40df-47ff-b935-1edaf22d555e') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10966', + '10405', 'x-ms-request-id', - 'd20db2d8-a2e8-4b87-9ea5-8cb77e22a651', + '904a6e40-3eed-4dbc-a4d0-e1a9a4c2eaa1', 'x-ms-correlation-request-id', - 'd20db2d8-a2e8-4b87-9ea5-8cb77e22a651', + '904a6e40-3eed-4dbc-a4d0-e1a9a4c2eaa1', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042312Z:d20db2d8-a2e8-4b87-9ea5-8cb77e22a651', + 'SOUTHEASTASIA:20211111T092754Z:904a6e40-3eed-4dbc-a4d0-e1a9a4c2eaa1', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:12 GMT' + 'Thu, 11 Nov 2021 09:27:53 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f563df2b-40df-47ff-b935-1edaf22d555e') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10965', + '10404', 'x-ms-request-id', - '68ad33c0-1371-4846-8e10-f88223e51421', + '6822bc48-071b-403d-a112-f6148d670475', 'x-ms-correlation-request-id', - '68ad33c0-1371-4846-8e10-f88223e51421', + '6822bc48-071b-403d-a112-f6148d670475', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042315Z:68ad33c0-1371-4846-8e10-f88223e51421', + 'SOUTHEASTASIA:20211111T092756Z:6822bc48-071b-403d-a112-f6148d670475', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:14 GMT' + 'Thu, 11 Nov 2021 09:27:55 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6c585672-6806-4395-aa99-6444f4248c3d') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f563df2b-40df-47ff-b935-1edaf22d555e') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -277,23 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10964', + '10403', 'x-ms-request-id', - 'b16d59b4-bba3-4c17-b994-4c48e4ca0958', + '860020ce-b81f-432c-aee5-712cdc4a3071', 'x-ms-correlation-request-id', - 'b16d59b4-bba3-4c17-b994-4c48e4ca0958', + '860020ce-b81f-432c-aee5-712cdc4a3071', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042317Z:b16d59b4-bba3-4c17-b994-4c48e4ca0958', + 'SOUTHEASTASIA:20211111T092759Z:860020ce-b81f-432c-aee5-712cdc4a3071', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:16 GMT' + 'Thu, 11 Nov 2021 09:27:58 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/6c585672-6806-4395-aa99-6444f4248c3d') + .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/migrateToAutoscale/operationResults/f563df2b-40df-47ff-b935-1edaf22d555e') .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edbbb8be2a2cedafc4d75bc6eab669a95f947a38fdaeb554e03bc252addce23bd457b59660bf4f2935fdefb01fd451458e5755be4cd478f7ef147864ef8ddc1fbe8d1fececee8a3cc0031f0d16a91bd7b1336dcf925a38f16c5b258ac17fe371fe1ab8f7ec92ff9","25ff0f4210d8f8c7010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edbbb8be2a2cedafc4d75bc6eab669a95f947a38fdaeb554e03bc252addce23bd457b59660bf4f27bafbe6ce82fa2c02aafdb226f3e7af48b3f3274c2ef0ede478ff67776461f650688818f568becdd9bb0e1ce2f197db42896c562bdf0bff9085f7df44b7ec92f","f97f00739ef067c7010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -313,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10963', + '10402', 'x-ms-request-id', - '460a7e73-b958-438e-a2ce-634299c009b0', + '60b853dc-7acb-440b-b3bf-3acead9cb181', 'x-ms-correlation-request-id', - '460a7e73-b958-438e-a2ce-634299c009b0', + '60b853dc-7acb-440b-b3bf-3acead9cb181', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042319Z:460a7e73-b958-438e-a2ce-634299c009b0', + 'SOUTHEASTASIA:20211111T092801Z:60b853dc-7acb-440b-b3bf-3acead9cb181', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:19 GMT' + 'Thu, 11 Nov 2021 09:28:00 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 index d81458b743ed..60b1e8f18f1a 100644 --- 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 @@ -23,19 +23,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e137e270700', + '43ff8381-060c-4414-987d-882539091700', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR2 ProdSlices', 'Set-Cookie', - 'fpc=Av1GON3dPnBFmVMxwV7onyE; expires=Sun, 24-Oct-2021 04:22:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=Anrcow3ZNxxDgB36foQ8Wio; expires=Sat, 11-Dec-2021 09:27:37 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrcm7qrEXMijcMLkG8eD1-CdoULXpKZd0QO2VZvSZU3gj-ZQGjKYr2PmbabvVS1f_fs6oG-hPzCbEgjP2aY0QUMvP2hx3tDq0b7kMwvU_Ek6Mvj9NDfrIeMf88qYowHKdZMlccylvaJygiosWQY1He_r1vcr6dxuAbZUx2Otl3X88gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrA_9RLAb6Cby8Z9ZlvGGLlZ9Y92FarAOzNE8-wI5Rw1uOqb9gVuFvDa1i1ClsZ1JAfY1kpiZOIm3PDVQHjZl_8eEMMXmK77hOvMcdn1VbW7T7ebvEHEVgm5hFMwGTiTx95lvT1ul7375h9udwrlV21HMVAJDhSQAK4S7eS9aKyawgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:22:55 GMT', + 'Thu, 11 Nov 2021 09:27:36 GMT', 'Content-Length', '980' ]); @@ -58,25 +58,25 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9361213a-51de-46fd-bfc0-66fd4d0a0700', + '7636402c-909b-402c-abdd-a67733420a00', 'x-ms-ests-server', - '2.1.12071.13 - SEASLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'Set-Cookie', - 'fpc=AnUN_DuR8hZAnoJJlyD_RWI; expires=Sun, 24-Oct-2021 04:22:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AgAlzgPfqL1JioaEpHs6R7Y; expires=Sat, 11-Dec-2021 09:27:37 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrii6oLgSvRlB8JrB5b3m7aBwDQ2FoLu1_pGkxKHMxEYzNIfyTWloGYkY5UJrn44XTGBXOsHpcSkCE4_V5PwvrrhTQLpZov_jG2MC3saqmqdiL9ZvfZt37eh2qdZwQHpX5s_0wCy6_RjSiwx3Vvk8dk8zO1xwlgQke_q7Po2GC-R4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', + 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9EcjW03WIhgpck3Qqrb987KolxjwmrONDGnzX49IbQtFiNNtg2DT2x28_vanZo5oQOFbpa_HTQCD68jGV9OpE2q7q9qBAo8o1YmbeCUXYuwOWEWP0xWZqIO8yBUKB8cEdWn-KWRDJuvPNz2vQ3Nr27DkPMi2xPsIfT4eh7XdSCkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', 'Date', - 'Fri, 24 Sep 2021 04:22:55 GMT', + 'Thu, 11 Nov 2021 09:27: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.1&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=6e16b1b5-35a4-4501-a3ee-a069c7a7ca7a&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") + .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.1&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=66c7c1c8-9c88-4cd9-a020-ae7e7b3215a8&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', @@ -93,19 +93,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '66f97c70-7c2f-41b8-82b3-8e1380270700', + '7636402c-909b-402c-abdd-a67734420a00', 'x-ms-ests-server', - '2.1.12071.13 - KRSLR2 ProdSlices', + '2.1.12231.7 - SEASLR1 ProdSlices', 'x-ms-clitelem', '1,0,0,,', 'Set-Cookie', - 'fpc=AhVHxU_jQ8RDqIu6fnevJrAWPr5BAQAAAKBJ39gOAAAA; expires=Sun, 24-Oct-2021 04:22:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AmzSXBd4gR5KqHC2E4pKgjEWPr5BAQAAAAjZHtkOAAAA; expires=Sat, 11-Dec-2021 09:27: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', - 'Fri, 24 Sep 2021 04:22:56 GMT', + 'Thu, 11 Nov 2021 09:27:36 GMT', 'Content-Length', '1351' ]); @@ -123,11 +123,11 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) '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/9b97fd05-c1bf-46d5-bd71-8484f3919a00?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/operationResults/7abaaab0-a868-4262-9456-42777e01b467?api-version=2021-10-15', 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00?api-version=2021-07-01-preview', + 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7abaaab0-a868-4262-9456-42777e01b467?api-version=2021-10-15', 'x-ms-request-id', - '9b97fd05-c1bf-46d5-bd71-8484f3919a00', + '7abaaab0-a868-4262-9456-42777e01b467', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-ms-gatewayversion', @@ -135,19 +135,19 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-writes', - '1197', + '1196', 'x-ms-correlation-request-id', - '8880a275-448f-41c7-ba84-cb285a3fffe5', + 'cb0183b2-859a-41aa-8439-295a5e67a188', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042257Z:8880a275-448f-41c7-ba84-cb285a3fffe5', + 'SOUTHEASTASIA:20211111T092738Z:cb0183b2-859a-41aa-8439-295a5e67a188', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:57 GMT' + 'Thu, 11 Nov 2021 09:27:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7abaaab0-a868-4262-9456-42777e01b467') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -169,21 +169,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10974', + '10413', 'x-ms-request-id', - '7dab80a9-fecf-487b-a903-c2bcbf470f66', + 'b42d8b43-89dd-4c9f-8839-00412a3d8528', 'x-ms-correlation-request-id', - '7dab80a9-fecf-487b-a903-c2bcbf470f66', + 'b42d8b43-89dd-4c9f-8839-00412a3d8528', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042257Z:7dab80a9-fecf-487b-a903-c2bcbf470f66', + 'SOUTHEASTASIA:20211111T092738Z:b42d8b43-89dd-4c9f-8839-00412a3d8528', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:57 GMT' + 'Thu, 11 Nov 2021 09:27:37 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7abaaab0-a868-4262-9456-42777e01b467') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [ 'Cache-Control', @@ -205,21 +205,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10973', + '10412', 'x-ms-request-id', - '010b68fe-1e1f-4c82-bb7f-8cc5180838f6', + '0d1a44ad-fb6d-443e-bf0b-33053bb7645b', 'x-ms-correlation-request-id', - '010b68fe-1e1f-4c82-bb7f-8cc5180838f6', + '0d1a44ad-fb6d-443e-bf0b-33053bb7645b', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042300Z:010b68fe-1e1f-4c82-bb7f-8cc5180838f6', + 'SOUTHEASTASIA:20211111T092741Z:0d1a44ad-fb6d-443e-bf0b-33053bb7645b', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:22:59 GMT' + 'Thu, 11 Nov 2021 09:27:40 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7abaaab0-a868-4262-9456-42777e01b467') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [ 'Cache-Control', @@ -241,21 +241,21 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10972', + '10411', 'x-ms-request-id', - '922f0f22-dc72-46a6-99a1-c3950dfa0eff', + '5996ad1e-034b-44e5-8e87-c2170a693b01', 'x-ms-correlation-request-id', - '922f0f22-dc72-46a6-99a1-c3950dfa0eff', + '5996ad1e-034b-44e5-8e87-c2170a693b01', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042302Z:922f0f22-dc72-46a6-99a1-c3950dfa0eff', + 'SOUTHEASTASIA:20211111T092743Z:5996ad1e-034b-44e5-8e87-c2170a693b01', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:02 GMT' + 'Thu, 11 Nov 2021 09:27:42 GMT' ]); nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9b97fd05-c1bf-46d5-bd71-8484f3919a00') + .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7abaaab0-a868-4262-9456-42777e01b467') .query(true) .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [ 'Cache-Control', @@ -277,23 +277,23 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10971', + '10410', 'x-ms-request-id', - 'd39c9831-3617-4eab-8db6-03c3f31b77ab', + 'eaf5f236-4650-4fdb-aa4a-3a09132995f6', 'x-ms-correlation-request-id', - 'd39c9831-3617-4eab-8db6-03c3f31b77ab', + 'eaf5f236-4650-4fdb-aa4a-3a09132995f6', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042304Z:d39c9831-3617-4eab-8db6-03c3f31b77ab', + 'SOUTHEASTASIA:20211111T092745Z:eaf5f236-4650-4fdb-aa4a-3a09132995f6', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:04 GMT' + 'Thu, 11 Nov 2021 09:27:44 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, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edb8f461fb5d7ab9c4673cb7ebb3df54113c865b600c89ffcf2de0fe82f1adb2aafdb226f3e7af48b3f3214c0efeee58f1eedefec8c3e5a14cb62b15ebcf13eff88bef8e897fc92","5ff2ff00445a916075010000"], [ + .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edb8f461fb5d7ab9c4673cb7ebb3df54113c865b600c8df7bf525fea2b1adf2ba2df2e6a347bff8234301fcee5efee8d1fececee8a345b12c16ebc51beff38fe88b8f7ec92ff925","ff0f27985f8a75010000"], [ 'Cache-Control', 'no-store, no-cache', 'Pragma', @@ -313,15 +313,15 @@ nock('https://management.azure.com:443', {"encodedQueryParams":true}) 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-ratelimit-remaining-subscription-reads', - '10970', + '10409', 'x-ms-request-id', - '9ceec806-7578-4d1c-b37f-4d9237b85459', + 'f5c159f3-1f72-4743-91bf-09c0e0c27226', 'x-ms-correlation-request-id', - '9ceec806-7578-4d1c-b37f-4d9237b85459', + 'f5c159f3-1f72-4743-91bf-09c0e0c27226', 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20210924T042307Z:9ceec806-7578-4d1c-b37f-4d9237b85459', + 'SOUTHEASTASIA:20211111T092748Z:f5c159f3-1f72-4743-91bf-09c0e0c27226', 'X-Content-Type-Options', 'nosniff', 'Date', - 'Fri, 24 Sep 2021 04:23:06 GMT' + 'Thu, 11 Nov 2021 09:27:47 GMT' ]); diff --git a/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md b/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md index 944ac1201abf..9946d11c4c5f 100644 --- a/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md +++ b/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md @@ -36,7 +36,6 @@ export interface ARMProxyResource { // @public export interface ARMResourceProperties { readonly id?: string; - identity?: ManagedServiceIdentity; location?: string; readonly name?: string; tags?: { @@ -93,40 +92,54 @@ export type BackupPolicyType = string; export type BackupPolicyUnion = BackupPolicy | PeriodicModeBackupPolicy | ContinuousModeBackupPolicy; // @public -export type BackupResource = ARMProxyResource & { - properties?: BackupResourceProperties; -}; +export type BackupStorageRedundancy = string; -// @public (undocumented) -export interface BackupResourceProperties { - timestamp?: Date; +// @public +export interface Capability { + name?: string; } // @public -export type BackupStorageRedundancy = string; +export interface Capacity { + totalThroughputLimit?: number; +} // @public -export interface Capability { +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; - beginFetchNodeStatus(resourceGroupName: string, clusterName: string, options?: CassandraClustersFetchNodeStatusOptionalParams): Promise, CassandraClustersFetchNodeStatusResponse>>; - beginFetchNodeStatusAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersFetchNodeStatusOptionalParams): Promise; - beginRequestRepair(resourceGroupName: string, clusterName: string, body: RepairPostBody, options?: CassandraClustersRequestRepairOptionalParams): Promise, void>>; - beginRequestRepairAndWait(resourceGroupName: string, clusterName: string, body: RepairPostBody, options?: CassandraClustersRequestRepairOptionalParams): 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; - getBackup(resourceGroupName: string, clusterName: string, backupId: string, options?: CassandraClustersGetBackupOptionalParams): Promise; - listBackups(resourceGroupName: string, clusterName: string, options?: CassandraClustersListBackupsOptionalParams): PagedAsyncIterableIterator; listByResourceGroup(resourceGroupName: string, options?: CassandraClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator; listBySubscription(options?: CassandraClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator; + status(resourceGroupName: string, clusterName: string, options?: CassandraClustersStatusOptionalParams): Promise; } // @public @@ -139,27 +152,17 @@ export interface CassandraClustersCreateUpdateOptionalParams extends coreClient. export type CassandraClustersCreateUpdateResponse = ClusterResource; // @public -export interface CassandraClustersDeleteOptionalParams extends coreClient.OperationOptions { +export interface CassandraClustersDeallocateOptionalParams extends coreClient.OperationOptions { resumeFrom?: string; updateIntervalInMs?: number; } // @public -export interface CassandraClustersFetchNodeStatusOptionalParams extends coreClient.OperationOptions { +export interface CassandraClustersDeleteOptionalParams extends coreClient.OperationOptions { resumeFrom?: string; updateIntervalInMs?: number; } -// @public -export type CassandraClustersFetchNodeStatusResponse = ClusterNodeStatus; - -// @public -export interface CassandraClustersGetBackupOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type CassandraClustersGetBackupResponse = BackupResource; - // @public export interface CassandraClustersGetOptionalParams extends coreClient.OperationOptions { } @@ -168,11 +171,13 @@ export interface CassandraClustersGetOptionalParams extends coreClient.Operation export type CassandraClustersGetResponse = ClusterResource; // @public -export interface CassandraClustersListBackupsOptionalParams extends coreClient.OperationOptions { +export interface CassandraClustersInvokeCommandOptionalParams extends coreClient.OperationOptions { + resumeFrom?: string; + updateIntervalInMs?: number; } // @public -export type CassandraClustersListBackupsResponse = ListBackups; +export type CassandraClustersInvokeCommandResponse = CommandOutput; // @public export interface CassandraClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions { @@ -189,11 +194,18 @@ export interface CassandraClustersListBySubscriptionOptionalParams extends coreC export type CassandraClustersListBySubscriptionResponse = ListClusters; // @public -export interface CassandraClustersRequestRepairOptionalParams extends coreClient.OperationOptions { +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; @@ -292,14 +304,10 @@ export interface CassandraResources { 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; - beginCreateUpdateCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams): Promise, CassandraResourcesCreateUpdateCassandraViewResponse>>; - beginCreateUpdateCassandraViewAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams): 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; - beginDeleteCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesDeleteCassandraViewOptionalParams): Promise, void>>; - beginDeleteCassandraViewAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesDeleteCassandraViewOptionalParams): 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>>; @@ -308,25 +316,16 @@ export interface CassandraResources { 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; - beginMigrateCassandraViewToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams): Promise, CassandraResourcesMigrateCassandraViewToAutoscaleResponse>>; - beginMigrateCassandraViewToAutoscaleAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams): Promise; - beginMigrateCassandraViewToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams): Promise, CassandraResourcesMigrateCassandraViewToManualThroughputResponse>>; - beginMigrateCassandraViewToManualThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams): 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; - beginUpdateCassandraViewThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams): Promise, CassandraResourcesUpdateCassandraViewThroughputResponse>>; - beginUpdateCassandraViewThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams): 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; - getCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesGetCassandraViewOptionalParams): Promise; - getCassandraViewThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesGetCassandraViewThroughputOptionalParams): Promise; listCassandraKeyspaces(resourceGroupName: string, accountName: string, options?: CassandraResourcesListCassandraKeyspacesOptionalParams): PagedAsyncIterableIterator; listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesListCassandraTablesOptionalParams): PagedAsyncIterableIterator; - listCassandraViews(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesListCassandraViewsOptionalParams): PagedAsyncIterableIterator; } // @public @@ -347,15 +346,6 @@ export interface CassandraResourcesCreateUpdateCassandraTableOptionalParams exte // @public export type CassandraResourcesCreateUpdateCassandraTableResponse = CassandraTableGetResults; -// @public -export interface CassandraResourcesCreateUpdateCassandraViewOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export type CassandraResourcesCreateUpdateCassandraViewResponse = CassandraViewGetResults; - // @public export interface CassandraResourcesDeleteCassandraKeyspaceOptionalParams extends coreClient.OperationOptions { resumeFrom?: string; @@ -368,12 +358,6 @@ export interface CassandraResourcesDeleteCassandraTableOptionalParams extends co updateIntervalInMs?: number; } -// @public -export interface CassandraResourcesDeleteCassandraViewOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - // @public export interface CassandraResourcesGetCassandraKeyspaceOptionalParams extends coreClient.OperationOptions { } @@ -402,20 +386,6 @@ export interface CassandraResourcesGetCassandraTableThroughputOptionalParams ext // @public export type CassandraResourcesGetCassandraTableThroughputResponse = ThroughputSettingsGetResults; -// @public -export interface CassandraResourcesGetCassandraViewOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type CassandraResourcesGetCassandraViewResponse = CassandraViewGetResults; - -// @public -export interface CassandraResourcesGetCassandraViewThroughputOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type CassandraResourcesGetCassandraViewThroughputResponse = ThroughputSettingsGetResults; - // @public export interface CassandraResourcesListCassandraKeyspacesOptionalParams extends coreClient.OperationOptions { } @@ -430,13 +400,6 @@ export interface CassandraResourcesListCassandraTablesOptionalParams extends cor // @public export type CassandraResourcesListCassandraTablesResponse = CassandraTableListResult; -// @public -export interface CassandraResourcesListCassandraViewsOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type CassandraResourcesListCassandraViewsResponse = CassandraViewListResult; - // @public export interface CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams extends coreClient.OperationOptions { resumeFrom?: string; @@ -473,24 +436,6 @@ export interface CassandraResourcesMigrateCassandraTableToManualThroughputOption // @public export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults; -// @public -export interface CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export type CassandraResourcesMigrateCassandraViewToAutoscaleResponse = ThroughputSettingsGetResults; - -// @public -export interface CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export type CassandraResourcesMigrateCassandraViewToManualThroughputResponse = ThroughputSettingsGetResults; - // @public export interface CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams extends coreClient.OperationOptions { resumeFrom?: string; @@ -509,15 +454,6 @@ export interface CassandraResourcesUpdateCassandraTableThroughputOptionalParams // @public export type CassandraResourcesUpdateCassandraTableThroughputResponse = ThroughputSettingsGetResults; -// @public -export interface CassandraResourcesUpdateCassandraViewThroughputOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export type CassandraResourcesUpdateCassandraViewThroughputResponse = ThroughputSettingsGetResults; - // @public export interface CassandraSchema { clusterKeys?: ClusterKey[]; @@ -556,35 +492,6 @@ export interface CassandraTableResource { schema?: CassandraSchema; } -// @public -export type CassandraViewCreateUpdateParameters = ARMResourceProperties & { - resource: CassandraViewResource; - options?: CreateUpdateOptions; -}; - -// @public (undocumented) -export type CassandraViewGetPropertiesOptions = OptionsResource & {}; - -// @public (undocumented) -export type CassandraViewGetPropertiesResource = CassandraViewResource & ExtendedResourceProperties & {}; - -// @public -export type CassandraViewGetResults = ARMResourceProperties & { - resource?: CassandraViewGetPropertiesResource; - options?: CassandraViewGetPropertiesOptions; -}; - -// @public -export interface CassandraViewListResult { - readonly value?: CassandraViewGetResults[]; -} - -// @public -export interface CassandraViewResource { - id: string; - viewDefinition?: string; -} - // @public (undocumented) export interface Certificate { pem?: string; @@ -602,34 +509,18 @@ export interface ClusterKey { } // @public -export interface ClusterNodeStatus { - nodes?: ClusterNodeStatusNodesItem[]; -} - -// @public (undocumented) -export interface ClusterNodeStatusNodesItem { - address?: string; - datacenter?: string; - hostId?: string; - load?: string; - owns?: number; - rack?: string; - state?: NodeState; - status?: NodeStatus; - tokens?: string[]; -} - -// @public -export type ClusterResource = ARMResourceProperties & { +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[]; @@ -723,12 +614,50 @@ export interface Column { 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; @@ -748,6 +677,18 @@ export interface ConflictResolutionPolicy { 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; @@ -814,11 +755,9 @@ export class CosmosDBManagementClient extends CosmosDBManagementClientContext { // (undocumented) databaseAccounts: DatabaseAccounts; // (undocumented) - graphResources: GraphResources; - // (undocumented) gremlinResources: GremlinResources; - listLocationList(options?: CosmosDBManagementClientLocationListOptionalParams): PagedAsyncIterableIterator; - locationGet(location: string, options?: CosmosDBManagementClientLocationGetOptionalParams): Promise; + // (undocumented) + locations: Locations; // (undocumented) mongoDBResources: MongoDBResources; // (undocumented) @@ -854,8 +793,6 @@ export class CosmosDBManagementClient extends CosmosDBManagementClientContext { // (undocumented) restorableSqlResources: RestorableSqlResources; // (undocumented) - service: Service; - // (undocumented) sqlResources: SqlResources; // (undocumented) tableResources: TableResources; @@ -872,20 +809,6 @@ export class CosmosDBManagementClientContext extends coreClient.ServiceClient { subscriptionId: string; } -// @public -export interface CosmosDBManagementClientLocationGetOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type CosmosDBManagementClientLocationGetResponse = LocationGetResult; - -// @public -export interface CosmosDBManagementClientLocationListOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type CosmosDBManagementClientLocationListResponse = LocationListResult; - // @public export interface CosmosDBManagementClientOptionalParams extends coreClient.ServiceClientOptions { $host?: string; @@ -921,8 +844,9 @@ export interface DatabaseAccountConnectionString { // @public export type DatabaseAccountCreateUpdateParameters = ARMResourceProperties & { kind?: DatabaseAccountKind; + identity?: ManagedServiceIdentity; consistencyPolicy?: ConsistencyPolicy; - locations: Location[]; + locations: Location_2[]; databaseAccountOfferType: "Standard"; ipRules?: IpAddressOrRange[]; isVirtualNetworkFilterEnabled?: boolean; @@ -940,53 +864,20 @@ export type DatabaseAccountCreateUpdateParameters = ARMResourceProperties & { apiProperties?: ApiProperties; enableAnalyticalStorage?: boolean; analyticalStorageConfiguration?: AnalyticalStorageConfiguration; - createMode: CreateMode; + createMode?: CreateMode; backupPolicy?: BackupPolicyUnion; cors?: CorsPolicy[]; networkAclBypass?: NetworkAclBypass; networkAclBypassResourceIds?: string[]; - diagnosticLogSettings?: DiagnosticLogSettings; disableLocalAuth?: boolean; restoreParameters?: RestoreParameters; + capacity?: Capacity; }; -// @public -export interface DatabaseAccountCreateUpdateProperties { - analyticalStorageConfiguration?: AnalyticalStorageConfiguration; - apiProperties?: ApiProperties; - backupPolicy?: BackupPolicyUnion; - capabilities?: Capability[]; - connectorOffer?: ConnectorOffer; - consistencyPolicy?: ConsistencyPolicy; - cors?: CorsPolicy[]; - createMode: "Default"; - databaseAccountOfferType: "Standard"; - defaultIdentity?: string; - diagnosticLogSettings?: DiagnosticLogSettings; - disableKeyBasedMetadataWriteAccess?: boolean; - disableLocalAuth?: boolean; - enableAnalyticalStorage?: boolean; - enableAutomaticFailover?: boolean; - enableCassandraConnector?: boolean; - enableFreeTier?: boolean; - enableMultipleWriteLocations?: boolean; - ipRules?: IpAddressOrRange[]; - isVirtualNetworkFilterEnabled?: boolean; - keyVaultKeyUri?: string; - locations: Location[]; - networkAclBypass?: NetworkAclBypass; - networkAclBypassResourceIds?: string[]; - publicNetworkAccess?: PublicNetworkAccess; - restoreParameters?: RestoreParameters; - virtualNetworkRules?: VirtualNetworkRule[]; -} - -// @public (undocumented) -export type DatabaseAccountCreateUpdatePropertiesUnion = DatabaseAccountCreateUpdateProperties | DefaultRequestDatabaseAccountCreateUpdateProperties; - // @public export type DatabaseAccountGetResults = ARMResourceProperties & { kind?: DatabaseAccountKind; + identity?: ManagedServiceIdentity; readonly systemData?: SystemData; readonly provisioningState?: string; readonly documentEndpoint?: string; @@ -996,9 +887,9 @@ export type DatabaseAccountGetResults = ARMResourceProperties & { enableAutomaticFailover?: boolean; consistencyPolicy?: ConsistencyPolicy; capabilities?: Capability[]; - readonly writeLocations?: Location[]; - readonly readLocations?: Location[]; - readonly locations?: Location[]; + readonly writeLocations?: Location_2[]; + readonly readLocations?: Location_2[]; + readonly locations?: Location_2[]; readonly failoverPolicies?: FailoverPolicy[]; virtualNetworkRules?: VirtualNetworkRule[]; readonly privateEndpointConnections?: PrivateEndpointConnection[]; @@ -1020,8 +911,8 @@ export type DatabaseAccountGetResults = ARMResourceProperties & { cors?: CorsPolicy[]; networkAclBypass?: NetworkAclBypass; networkAclBypassResourceIds?: string[]; - diagnosticLogSettings?: DiagnosticLogSettings; disableLocalAuth?: boolean; + capacity?: Capacity; }; // @public @@ -1229,11 +1120,11 @@ export interface DatabaseAccountUpdateParameters { apiProperties?: ApiProperties; backupPolicy?: BackupPolicyUnion; capabilities?: Capability[]; + capacity?: Capacity; connectorOffer?: ConnectorOffer; consistencyPolicy?: ConsistencyPolicy; cors?: CorsPolicy[]; defaultIdentity?: string; - diagnosticLogSettings?: DiagnosticLogSettings; disableKeyBasedMetadataWriteAccess?: boolean; disableLocalAuth?: boolean; enableAnalyticalStorage?: boolean; @@ -1246,7 +1137,7 @@ export interface DatabaseAccountUpdateParameters { isVirtualNetworkFilterEnabled?: boolean; keyVaultKeyUri?: string; location?: string; - locations?: Location[]; + locations?: Location_2[]; networkAclBypass?: NetworkAclBypass; networkAclBypassResourceIds?: string[]; publicNetworkAccess?: PublicNetworkAccess; @@ -1291,47 +1182,26 @@ export type DataCenterResource = ARMProxyResource & { // @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 DataTransferRegionalServiceResource = RegionalServiceResource & {}; - -// @public -export interface DataTransferServiceResource { - properties?: DataTransferServiceResourceProperties; -} - -// @public -export type DataTransferServiceResourceProperties = ServiceResourceProperties & { - serviceType: "DataTransfer"; - readonly locations?: DataTransferRegionalServiceResource[]; -}; - // @public export type DataType = string; // @public export type DefaultConsistencyLevel = "Eventual" | "Session" | "BoundedStaleness" | "Strong" | "ConsistentPrefix"; -// @public -export type DefaultRequestDatabaseAccountCreateUpdateProperties = DatabaseAccountCreateUpdateProperties & { - createMode: "Default"; -}; - -// @public -export interface DiagnosticLogSettings { - enableFullTextQuery?: EnableFullTextQuery; -} - -// @public -export type EnableFullTextQuery = "None" | "True" | "False"; - // @public export interface ErrorResponse { code?: string; @@ -1362,90 +1232,6 @@ export interface FailoverPolicy { locationName?: string; } -// @public -export type GraphAPIComputeRegionalServiceResource = RegionalServiceResource & { - readonly graphApiComputeEndpoint?: string; -}; - -// @public -export interface GraphAPIComputeServiceResource { - properties?: GraphAPIComputeServiceResourceProperties; -} - -// @public -export type GraphAPIComputeServiceResourceProperties = ServiceResourceProperties & { - serviceType: "GraphAPICompute"; - graphApiComputeEndpoint?: string; - readonly locations?: GraphAPIComputeRegionalServiceResource[]; -}; - -// @public -export interface GraphResource { - id: string; -} - -// @public -export type GraphResourceCreateUpdateParameters = ARMResourceProperties & { - resource: GraphResource; - options?: CreateUpdateOptions; -}; - -// @public (undocumented) -export type GraphResourceGetPropertiesOptions = OptionsResource & {}; - -// @public (undocumented) -export type GraphResourceGetPropertiesResource = GraphResource & ExtendedResourceProperties & {}; - -// @public -export type GraphResourceGetResults = ARMResourceProperties & { - resource?: GraphResourceGetPropertiesResource; - options?: GraphResourceGetPropertiesOptions; -}; - -// @public -export interface GraphResources { - beginCreateUpdateGraph(resourceGroupName: string, accountName: string, graphName: string, createUpdateGraphParameters: GraphResourceCreateUpdateParameters, options?: GraphResourcesCreateUpdateGraphOptionalParams): Promise, GraphResourcesCreateUpdateGraphResponse>>; - beginCreateUpdateGraphAndWait(resourceGroupName: string, accountName: string, graphName: string, createUpdateGraphParameters: GraphResourceCreateUpdateParameters, options?: GraphResourcesCreateUpdateGraphOptionalParams): Promise; - beginDeleteGraphResource(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesDeleteGraphResourceOptionalParams): Promise, void>>; - beginDeleteGraphResourceAndWait(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesDeleteGraphResourceOptionalParams): Promise; - getGraph(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesGetGraphOptionalParams): Promise; - listGraphs(resourceGroupName: string, accountName: string, options?: GraphResourcesListGraphsOptionalParams): PagedAsyncIterableIterator; -} - -// @public -export interface GraphResourcesCreateUpdateGraphOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export type GraphResourcesCreateUpdateGraphResponse = GraphResourceGetResults; - -// @public -export interface GraphResourcesDeleteGraphResourceOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export interface GraphResourcesGetGraphOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type GraphResourcesGetGraphResponse = GraphResourceGetResults; - -// @public -export interface GraphResourcesListGraphsOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type GraphResourcesListGraphsResponse = GraphResourcesListResult; - -// @public -export interface GraphResourcesListResult { - readonly value?: GraphResourceGetResults[]; -} - // @public export type GremlinDatabaseCreateUpdateParameters = ARMResourceProperties & { resource: GremlinDatabaseResource; @@ -1778,6 +1564,22 @@ export enum KnownConflictResolutionMode { 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) @@ -1878,6 +1680,14 @@ export enum KnownManagedCassandraProvisioningState { Updating = "Updating" } +// @public +export enum KnownManagedCassandraResourceIdentityType { + // (undocumented) + None = "None", + // (undocumented) + SystemAssigned = "SystemAssigned" +} + // @public export enum KnownNodeState { // (undocumented) @@ -1968,42 +1778,6 @@ export enum KnownServerVersion { Three6 = "3.6" } -// @public -export enum KnownServiceSize { - // (undocumented) - CosmosD16S = "Cosmos.D16s", - // (undocumented) - CosmosD4S = "Cosmos.D4s", - // (undocumented) - CosmosD8S = "Cosmos.D8s" -} - -// @public -export enum KnownServiceStatus { - // (undocumented) - Creating = "Creating", - // (undocumented) - Deleting = "Deleting", - // (undocumented) - Error = "Error", - // (undocumented) - Running = "Running", - // (undocumented) - Stopped = "Stopped", - // (undocumented) - Updating = "Updating" -} - -// @public -export enum KnownServiceType { - // (undocumented) - DataTransfer = "DataTransfer", - // (undocumented) - GraphAPICompute = "GraphAPICompute", - // (undocumented) - SqlDedicatedGateway = "SqlDedicatedGateway" -} - // @public export enum KnownSpatialType { // (undocumented) @@ -2056,11 +1830,6 @@ export enum KnownUnitType { Seconds = "Seconds" } -// @public -export interface ListBackups { - readonly value?: BackupResource[]; -} - // @public export interface ListClusters { value?: ClusterResource[]; @@ -2072,7 +1841,7 @@ export interface ListDataCenters { } // @public -export interface Location { +interface Location_2 { readonly documentEndpoint?: string; failoverPriority?: number; readonly id?: string; @@ -2080,6 +1849,7 @@ export interface Location { locationName?: string; readonly provisioningState?: string; } +export { Location_2 as Location } // @public export type LocationGetResult = ARMProxyResource & { @@ -2095,13 +1865,66 @@ export interface LocationListResult { export interface LocationProperties { readonly backupStorageRedundancies?: BackupStorageRedundancy[]; readonly isResidencyRestricted?: boolean; - readonly status?: string; 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; @@ -2242,6 +2065,8 @@ export interface MongoDBResources { 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>>; @@ -2362,6 +2187,15 @@ export interface MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptiona // @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; @@ -2775,24 +2609,11 @@ export type ProxyResource = Resource & {}; // @public export type PublicNetworkAccess = string; -// @public -export interface RegionalServiceResource { - readonly location?: string; - readonly name?: string; - readonly status?: ServiceStatus; -} - // @public export interface RegionForOnlineOffline { region: string; } -// @public -export interface RepairPostBody { - keyspace: string; - tables?: string[]; -} - // @public export interface Resource { readonly id?: string; @@ -3071,84 +2892,6 @@ export interface SeedNode { // @public export type ServerVersion = string; -// @public -export interface Service { - beginCreate(resourceGroupName: string, accountName: string, serviceName: string, createUpdateParameters: ServiceResourceCreateUpdateParameters, options?: ServiceCreateOptionalParams): Promise, ServiceCreateResponse>>; - beginCreateAndWait(resourceGroupName: string, accountName: string, serviceName: string, createUpdateParameters: ServiceResourceCreateUpdateParameters, options?: ServiceCreateOptionalParams): Promise; - beginDelete(resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceDeleteOptionalParams): Promise, void>>; - beginDeleteAndWait(resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceDeleteOptionalParams): Promise; - get(resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceGetOptionalParams): Promise; - list(resourceGroupName: string, accountName: string, options?: ServiceListOptionalParams): PagedAsyncIterableIterator; -} - -// @public -export interface ServiceCreateOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export type ServiceCreateResponse = ServiceResource; - -// @public -export interface ServiceDeleteOptionalParams extends coreClient.OperationOptions { - resumeFrom?: string; - updateIntervalInMs?: number; -} - -// @public -export interface ServiceGetOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type ServiceGetResponse = ServiceResource; - -// @public -export interface ServiceListOptionalParams extends coreClient.OperationOptions { -} - -// @public -export type ServiceListResponse = ServiceResourceListResult; - -// @public -export type ServiceResource = ARMProxyResource & { - properties?: ServiceResourcePropertiesUnion; -}; - -// @public -export interface ServiceResourceCreateUpdateParameters { - instanceCount?: number; - instanceSize?: ServiceSize; - serviceType?: ServiceType; -} - -// @public -export interface ServiceResourceListResult { - readonly value?: ServiceResource[]; -} - -// @public -export interface ServiceResourceProperties { - [property: string]: any; - readonly creationTime?: Date; - instanceCount?: number; - instanceSize?: ServiceSize; - serviceType: "DataTransfer" | "SqlDedicatedGateway" | "GraphAPICompute"; - readonly status?: ServiceStatus; -} - -// @public (undocumented) -export type ServiceResourcePropertiesUnion = ServiceResourceProperties | DataTransferServiceResourceProperties | SqlDedicatedGatewayServiceResourceProperties | GraphAPIComputeServiceResourceProperties; - -// @public -export type ServiceSize = string; - -// @public -export type ServiceStatus = string; - -// @public -export type ServiceType = string; - // @public (undocumented) export interface SpatialSpec { path?: string; @@ -3223,23 +2966,6 @@ export interface SqlDatabaseResource { id: string; } -// @public -export type SqlDedicatedGatewayRegionalServiceResource = RegionalServiceResource & { - readonly sqlDedicatedGatewayEndpoint?: string; -}; - -// @public -export interface SqlDedicatedGatewayServiceResource { - properties?: SqlDedicatedGatewayServiceResourceProperties; -} - -// @public -export type SqlDedicatedGatewayServiceResourceProperties = ServiceResourceProperties & { - serviceType: "SqlDedicatedGateway"; - sqlDedicatedGatewayEndpoint?: string; - readonly locations?: SqlDedicatedGatewayRegionalServiceResource[]; -}; - // @public export interface SqlResources { beginCreateUpdateSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, createUpdateSqlContainerParameters: SqlContainerCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlContainerOptionalParams): Promise, SqlResourcesCreateUpdateSqlContainerResponse>>; @@ -3883,7 +3609,6 @@ export interface VirtualNetworkRule { ignoreMissingVNetServiceEndpoint?: boolean; } - // (No @packageDocumentation comment for this package) ``` diff --git a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts index aee57e095eae..91e1b3177bce 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts @@ -6,9 +6,7 @@ * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ -import * as coreClient from "@azure/core-client"; import * as coreAuth from "@azure/core-auth"; -import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { DatabaseAccountsImpl, OperationsImpl, @@ -23,12 +21,12 @@ import { CollectionPartitionImpl, PartitionKeyRangeIdImpl, PartitionKeyRangeIdRegionImpl, - GraphResourcesImpl, SqlResourcesImpl, MongoDBResourcesImpl, TableResourcesImpl, CassandraResourcesImpl, GremlinResourcesImpl, + LocationsImpl, NotebookWorkspacesImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, @@ -40,8 +38,7 @@ import { RestorableMongodbCollectionsImpl, RestorableMongodbResourcesImpl, CassandraClustersImpl, - CassandraDataCentersImpl, - ServiceImpl + CassandraDataCentersImpl } from "./operations"; import { DatabaseAccounts, @@ -57,12 +54,12 @@ import { CollectionPartition, PartitionKeyRangeId, PartitionKeyRangeIdRegion, - GraphResources, SqlResources, MongoDBResources, TableResources, CassandraResources, GremlinResources, + Locations, NotebookWorkspaces, PrivateEndpointConnections, PrivateLinkResources, @@ -74,22 +71,11 @@ import { RestorableMongodbCollections, RestorableMongodbResources, CassandraClusters, - CassandraDataCenters, - Service + CassandraDataCenters } from "./operationsInterfaces"; -import * as Parameters from "./models/parameters"; -import * as Mappers from "./models/mappers"; import { CosmosDBManagementClientContext } from "./cosmosDBManagementClientContext"; -import { - CosmosDBManagementClientOptionalParams, - LocationGetResult, - CosmosDBManagementClientLocationListOptionalParams, - CosmosDBManagementClientLocationListResponse, - CosmosDBManagementClientLocationGetOptionalParams, - CosmosDBManagementClientLocationGetResponse -} from "./models"; +import { CosmosDBManagementClientOptionalParams } from "./models"; -/// export class CosmosDBManagementClient extends CosmosDBManagementClientContext { /** * Initializes a new instance of the CosmosDBManagementClient class. @@ -116,12 +102,12 @@ export class CosmosDBManagementClient extends CosmosDBManagementClientContext { this.collectionPartition = new CollectionPartitionImpl(this); this.partitionKeyRangeId = new PartitionKeyRangeIdImpl(this); this.partitionKeyRangeIdRegion = new PartitionKeyRangeIdRegionImpl(this); - this.graphResources = new GraphResourcesImpl(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); @@ -136,68 +122,6 @@ export class CosmosDBManagementClient extends CosmosDBManagementClientContext { this.restorableMongodbResources = new RestorableMongodbResourcesImpl(this); this.cassandraClusters = new CassandraClustersImpl(this); this.cassandraDataCenters = new CassandraDataCentersImpl(this); - this.service = new ServiceImpl(this); - } - - /** - * List Cosmos DB locations and their properties - * @param options The options parameters. - */ - public listLocationList( - options?: CosmosDBManagementClientLocationListOptionalParams - ): PagedAsyncIterableIterator { - const iter = this.locationListPagingAll(options); - return { - next() { - return iter.next(); - }, - [Symbol.asyncIterator]() { - return this; - }, - byPage: () => { - return this.locationListPagingPage(options); - } - }; - } - - private async *locationListPagingPage( - options?: CosmosDBManagementClientLocationListOptionalParams - ): AsyncIterableIterator { - let result = await this._locationList(options); - yield result.value || []; - } - - private async *locationListPagingAll( - options?: CosmosDBManagementClientLocationListOptionalParams - ): AsyncIterableIterator { - for await (const page of this.locationListPagingPage(options)) { - yield* page; - } - } - - /** - * List Cosmos DB locations and their properties - * @param options The options parameters. - */ - private _locationList( - options?: CosmosDBManagementClientLocationListOptionalParams - ): Promise { - return this.sendOperationRequest({ options }, locationListOperationSpec); - } - - /** - * 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. - */ - locationGet( - location: string, - options?: CosmosDBManagementClientLocationGetOptionalParams - ): Promise { - return this.sendOperationRequest( - { location, options }, - locationGetOperationSpec - ); } databaseAccounts: DatabaseAccounts; @@ -213,12 +137,12 @@ export class CosmosDBManagementClient extends CosmosDBManagementClientContext { collectionPartition: CollectionPartition; partitionKeyRangeId: PartitionKeyRangeId; partitionKeyRangeIdRegion: PartitionKeyRangeIdRegion; - graphResources: GraphResources; sqlResources: SqlResources; mongoDBResources: MongoDBResources; tableResources: TableResources; cassandraResources: CassandraResources; gremlinResources: GremlinResources; + locations: Locations; notebookWorkspaces: NotebookWorkspaces; privateEndpointConnections: PrivateEndpointConnections; privateLinkResources: PrivateLinkResources; @@ -231,46 +155,4 @@ export class CosmosDBManagementClient extends CosmosDBManagementClientContext { restorableMongodbResources: RestorableMongodbResources; cassandraClusters: CassandraClusters; cassandraDataCenters: CassandraDataCenters; - service: Service; } -// Operation Specifications -const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); - -const locationListOperationSpec: 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 locationGetOperationSpec: 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/cosmosDBManagementClientContext.ts b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts index 5f79946e8e53..ad5d4924a258 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts @@ -42,7 +42,7 @@ export class CosmosDBManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-cosmosdb/30.0.0-beta.1`; + const packageDetails = `azsdk-js-arm-cosmosdb/15.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` @@ -65,6 +65,6 @@ export class CosmosDBManagementClientContext extends coreClient.ServiceClient { // Assigning values to Constant parameters this.$host = options.$host || "https://management.azure.com"; - this.apiVersion = options.apiVersion || "2021-07-01-preview"; + this.apiVersion = options.apiVersion || "2021-10-15"; } } diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts index 9d6a32202fe2..2c06d9a6b903 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts @@ -12,14 +12,6 @@ export type BackupPolicyUnion = | BackupPolicy | PeriodicModeBackupPolicy | ContinuousModeBackupPolicy; -export type DatabaseAccountCreateUpdatePropertiesUnion = - | DatabaseAccountCreateUpdateProperties - | DefaultRequestDatabaseAccountCreateUpdateProperties; -export type ServiceResourcePropertiesUnion = - | ServiceResourceProperties - | DataTransferServiceResourceProperties - | SqlDedicatedGatewayServiceResourceProperties - | GraphAPIComputeServiceResourceProperties; /** The core properties of ARM resources. */ export interface ARMResourceProperties { @@ -42,8 +34,6 @@ export interface ARMResourceProperties { 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?: ManagedServiceIdentity; } /** Identity for the resource. */ @@ -248,10 +238,10 @@ export interface CorsPolicy { maxAgeInSeconds?: number; } -/** Indicates what diagnostic log settings are to be enabled. */ -export interface DiagnosticLogSettings { - /** Describe the level of detail with which queries are to be logged. */ - enableFullTextQuery?: EnableFullTextQuery; +/** 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. */ @@ -322,68 +312,10 @@ export interface DatabaseAccountUpdateParameters { networkAclBypass?: NetworkAclBypass; /** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */ networkAclBypassResourceIds?: string[]; - /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ - diagnosticLogSettings?: DiagnosticLogSettings; /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */ disableLocalAuth?: boolean; -} - -/** Properties to create and update Azure Cosmos DB database accounts. */ -export interface DatabaseAccountCreateUpdateProperties { - /** Polymorphic discriminator, which specifies the different types this object can be */ - createMode: "Default"; - /** 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[]; - /** The offer type for the database */ - 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. */ - 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[]; - /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ - diagnosticLogSettings?: DiagnosticLogSettings; - /** 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; } /** The list of new failover policies for the failover priority change. */ @@ -725,18 +657,18 @@ export interface MetricAvailability { readonly retention?: string; } -/** The List operation response, that contains the Graph resource and their properties. */ -export interface GraphResourcesListResult { +/** The List operation response, that contains the SQL databases and their properties. */ +export interface SqlDatabaseListResult { /** - * List of Graph resource and their properties. + * List of SQL databases and their properties. * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly value?: GraphResourceGetResults[]; + readonly value?: SqlDatabaseGetResults[]; } -/** Cosmos DB Graph resource object */ -export interface GraphResource { - /** Name of the Cosmos DB Graph */ +/** Cosmos DB SQL database resource object */ +export interface SqlDatabaseResource { + /** Name of the Cosmos DB SQL database */ id: string; } @@ -780,21 +712,6 @@ export interface CreateUpdateOptions { autoscaleSettings?: AutoscaleSettings; } -/** The List operation response, that contains the SQL databases and their properties. */ -export interface SqlDatabaseListResult { - /** - * List of SQL databases and their properties. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly value?: SqlDatabaseGetResults[]; -} - -/** Cosmos DB SQL database resource object */ -export interface SqlDatabaseResource { - /** Name of the Cosmos DB SQL database */ - id: string; -} - /** 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. */ @@ -1229,11 +1146,6 @@ export interface ARMProxyResource { /** Cosmos DB location metadata */ export interface LocationProperties { - /** - * The current status of location in Azure. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly status?: string; /** * 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. @@ -1251,23 +1163,6 @@ export interface LocationProperties { readonly backupStorageRedundancies?: BackupStorageRedundancy[]; } -/** The List operation response, that contains the Cassandra views and their properties. */ -export interface CassandraViewListResult { - /** - * List of Cassandra views and their properties. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly value?: CassandraViewGetResults[]; -} - -/** Cosmos DB Cassandra view resource object */ -export interface CassandraViewResource { - /** Name of the Cosmos DB Cassandra view */ - id: string; - /** View Definition of the Cosmos DB Cassandra view */ - viewDefinition?: string; -} - /** A list of notebook workspace resources */ export interface NotebookWorkspaceListResult { /** Array of notebook workspace resources */ @@ -1703,6 +1598,47 @@ export interface ListClusters { value?: ClusterResource[]; } +/** The core properties of ARM resources. */ +export interface ManagedCassandraARMResourceProperties { + /** + * 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; + /** 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; +} + +/** Identity for the resource. */ +export interface ManagedCassandraManagedServiceIdentity { + /** + * The object id of the identity resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly principalId?: string; + /** + * The tenant id of the resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + 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. */ @@ -1719,8 +1655,6 @@ export interface ClusterResourceProperties { 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; - /** Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0. */ - hoursBetweenBackups?: number; /** 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. */ @@ -1741,6 +1675,12 @@ export interface ClusterResourceProperties { * 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 { @@ -1753,53 +1693,24 @@ export interface Certificate { pem?: string; } -/** Specification of the keyspaces and tables to run repair on. */ -export interface RepairPostBody { - /** The name of the keyspace that repair should be run on. */ - keyspace: string; - /** List of tables in the keyspace to repair. If omitted, repair all tables in the keyspace. */ - tables?: 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; } -/** The status of all nodes in the cluster (as returned by 'nodetool status'). */ -export interface ClusterNodeStatus { - /** Information about nodes in the cluster (corresponds to what is returned from nodetool info). */ - nodes?: ClusterNodeStatusNodesItem[]; -} - -export interface ClusterNodeStatusNodesItem { - /** The Cassandra data center this node resides in. */ - datacenter?: string; - /** Indicates whether the node is functioning or not. */ - status?: NodeStatus; - /** The state of the node in relation to the cluster. */ - state?: NodeState; - /** The node's URL. */ - address?: 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 cell or tombstoned data) is counted. */ - load?: string; - /** List of tokens. */ - tokens?: string[]; - /** The percentage of the data owned by the node per datacenter times the replication factor (e.g., 33.3, or null if the data is not available). For example, a node can own 33% of the ring, but shows 100% if the replication factor is 3. For non-system keyspaces, the endpoint percentage ownership information is shown. */ - owns?: number; - /** The network ID of the node. */ - hostId?: string; - /** The rack this node is part of. */ - rack?: string; -} - -/** List of restorable backups for a Cassandra cluster. */ -export interface ListBackups { - /** - * Container for array of backups. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly value?: BackupResource[]; -} - -export interface BackupResourceProperties { - /** The time this backup was taken, formatted like 2021-01-21T17:35:21 */ - timestamp?: Date; +/** Response of /command api */ +export interface CommandOutput { + /** Output of the command. */ + commandOutput?: string; } /** List of managed Cassandra data centers and their properties. */ @@ -1828,47 +1739,90 @@ export interface DataCenterResourceProperties { 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[]; } -/** The List operation response, that contains the Service Resource and their properties. */ -export interface ServiceResourceListResult { - /** - * List of Service Resource and their properties. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly value?: ServiceResource[]; -} - -/** Services response resource. */ -export interface ServiceResourceProperties { - /** Polymorphic discriminator, which specifies the different types this object can be */ - serviceType: "DataTransfer" | "SqlDedicatedGateway" | "GraphAPICompute"; - /** Describes unknown properties. The value of an unknown property can be of "any" type. */ - [property: string]: any; - /** - * Time of the last state change (ISO-8601 format). - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly creationTime?: Date; - /** Instance type for the service. */ - instanceSize?: ServiceSize; - /** Instance count for the service. */ - instanceCount?: number; - /** - * Describes the status of a service. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly status?: ServiceStatus; -} - -/** Parameters for Create or Update Request for ServiceResource */ -export interface ServiceResourceCreateUpdateParameters { - /** Instance type for the service. */ - instanceSize?: ServiceSize; - /** Instance count for the service. */ - instanceCount?: number; - /** ServiceType for the service. */ - serviceType?: ServiceType; +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 */ @@ -1881,47 +1835,12 @@ export interface PeriodicModeProperties { backupStorageRedundancy?: BackupStorageRedundancy; } -/** Describes the service response property. */ -export interface DataTransferServiceResource { - /** Properties for DataTransferServiceResource. */ - properties?: DataTransferServiceResourceProperties; -} - -/** Resource for a regional service location. */ -export interface RegionalServiceResource { - /** - * The regional service name. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly name?: string; - /** - * The location name. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly location?: string; - /** - * Describes the status of a service. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly status?: ServiceStatus; -} - -/** Describes the service response property for SqlDedicatedGateway. */ -export interface SqlDedicatedGatewayServiceResource { - /** Properties for SqlDedicatedGatewayServiceResource. */ - properties?: SqlDedicatedGatewayServiceResourceProperties; -} - -/** Describes the service response property for GraphAPICompute. */ -export interface GraphAPIComputeServiceResource { - /** Properties for GraphAPIComputeServiceResource. */ - properties?: GraphAPIComputeServiceResourceProperties; -} - /** 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 system meta data relating to this resource. * NOTE: This property will not be serialized. It can only be populated by the server. @@ -2018,16 +1937,18 @@ export type DatabaseAccountGetResults = ARMResourceProperties & { networkAclBypass?: NetworkAclBypass; /** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */ networkAclBypassResourceIds?: string[]; - /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ - diagnosticLogSettings?: DiagnosticLogSettings; /** 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; }; /** 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. */ consistencyPolicy?: ConsistencyPolicy; /** An array that contains the georeplication locations enabled for the Cosmos DB account. */ @@ -2067,7 +1988,7 @@ export type DatabaseAccountCreateUpdateParameters = ARMResourceProperties & { /** Analytical storage specific properties. */ analyticalStorageConfiguration?: AnalyticalStorageConfiguration; /** Enum to indicate the mode of account creation. */ - createMode: CreateMode; + createMode?: CreateMode; /** The object representing the policy for taking backups on an account. */ backupPolicy?: BackupPolicyUnion; /** The CORS policy for the Cosmos DB database account. */ @@ -2076,26 +1997,12 @@ export type DatabaseAccountCreateUpdateParameters = ARMResourceProperties & { networkAclBypass?: NetworkAclBypass; /** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */ networkAclBypassResourceIds?: string[]; - /** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */ - diagnosticLogSettings?: DiagnosticLogSettings; /** 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; -}; - -/** An Azure Cosmos DB Graph resource. */ -export type GraphResourceGetResults = ARMResourceProperties & { - resource?: GraphResourceGetPropertiesResource; - options?: GraphResourceGetPropertiesOptions; -}; - -/** Parameters to create and update Cosmos DB Graph resource. */ -export type GraphResourceCreateUpdateParameters = ARMResourceProperties & { - /** The standard JSON format of a Graph resource */ - resource: GraphResource; - /** 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 all properties related to capacity enforcement on an account. */ + capacity?: Capacity; }; /** An Azure Cosmos DB SQL database. */ @@ -2274,26 +2181,6 @@ export type GremlinGraphCreateUpdateParameters = ARMResourceProperties & { options?: CreateUpdateOptions; }; -/** An Azure Cosmos DB Cassandra view. */ -export type CassandraViewGetResults = ARMResourceProperties & { - resource?: CassandraViewGetPropertiesResource; - options?: CassandraViewGetPropertiesOptions; -}; - -/** Parameters to create and update Cosmos DB Cassandra view. */ -export type CassandraViewCreateUpdateParameters = ARMResourceProperties & { - /** The standard JSON format of a Cassandra view */ - resource: CassandraViewResource; - /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ - options?: CreateUpdateOptions; -}; - -/** Representation of a managed Cassandra cluster. */ -export type ClusterResource = ARMResourceProperties & { - /** Properties of a managed Cassandra cluster. */ - properties?: ClusterResourceProperties; -}; - /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */ export type ProxyResource = Resource & {}; @@ -2311,12 +2198,6 @@ export type ContinuousModeBackupPolicy = BackupPolicy & { type: "Continuous"; }; -/** Properties for non-restore Azure Cosmos DB database account requests. */ -export type DefaultRequestDatabaseAccountCreateUpdateProperties = DatabaseAccountCreateUpdateProperties & { - /** Polymorphic discriminator, which specifies the different types this object can be */ - createMode: "Default"; -}; - /** The access keys for the given database account. */ export type DatabaseAccountListKeysResult = DatabaseAccountListReadOnlyKeysResult & { /** @@ -2398,9 +2279,6 @@ export type PartitionUsage = Usage & { readonly partitionKeyRangeId?: string; }; -export type GraphResourceGetPropertiesResource = GraphResource & - ExtendedResourceProperties & {}; - export type SqlDatabaseGetPropertiesResource = SqlDatabaseResource & ExtendedResourceProperties & { /** A system generated property that specified the addressable path of the collections resource. */ @@ -2409,6 +2287,26 @@ export type SqlDatabaseGetPropertiesResource = SqlDatabaseResource & users?: string; }; +/** 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; + }; + export type ThroughputSettingsGetPropertiesResource = ThroughputSettingsResource & ExtendedResourceProperties & {}; @@ -2445,29 +2343,6 @@ export type GremlinDatabaseGetPropertiesResource = GremlinDatabaseResource & export type GremlinGraphGetPropertiesResource = GremlinGraphResource & ExtendedResourceProperties & {}; -export type CassandraViewGetPropertiesResource = CassandraViewResource & - ExtendedResourceProperties & {}; - -/** 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; - }; - /** Cosmos DB SQL container resource object */ export type RestorableSqlContainerPropertiesResourceContainer = SqlContainerResource & ExtendedResourceProperties & { @@ -2478,8 +2353,6 @@ export type RestorableSqlContainerPropertiesResourceContainer = SqlContainerReso readonly self?: string; }; -export type GraphResourceGetPropertiesOptions = OptionsResource & {}; - export type SqlDatabaseGetPropertiesOptions = OptionsResource & {}; export type SqlContainerGetPropertiesOptions = OptionsResource & {}; @@ -2498,8 +2371,6 @@ export type GremlinDatabaseGetPropertiesOptions = OptionsResource & {}; export type GremlinGraphGetPropertiesOptions = OptionsResource & {}; -export type CassandraViewGetPropertiesOptions = OptionsResource & {}; - /** Cosmos DB location get result */ export type LocationGetResult = ARMProxyResource & { /** Cosmos DB location metadata */ @@ -2564,79 +2435,16 @@ export type SqlRoleAssignmentGetResults = ARMProxyResource & { principalId?: string; }; -/** A restorable backup of a Cassandra cluster. */ -export type BackupResource = ARMProxyResource & { - properties?: BackupResourceProperties; -}; - /** A managed Cassandra data center. */ export type DataCenterResource = ARMProxyResource & { /** Properties of a managed Cassandra data center. */ properties?: DataCenterResourceProperties; }; -/** Properties for the database account. */ -export type ServiceResource = ARMProxyResource & { - /** Services response resource. */ - properties?: ServiceResourcePropertiesUnion; -}; - -/** Properties for DataTransferServiceResource. */ -export type DataTransferServiceResourceProperties = ServiceResourceProperties & { - /** Polymorphic discriminator, which specifies the different types this object can be */ - serviceType: "DataTransfer"; - /** - * An array that contains all of the locations for the service. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly locations?: DataTransferRegionalServiceResource[]; -}; - -/** Properties for SqlDedicatedGatewayServiceResource. */ -export type SqlDedicatedGatewayServiceResourceProperties = ServiceResourceProperties & { - /** Polymorphic discriminator, which specifies the different types this object can be */ - serviceType: "SqlDedicatedGateway"; - /** SqlDedicatedGateway endpoint for the service. */ - sqlDedicatedGatewayEndpoint?: string; - /** - * An array that contains all of the locations for the service. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly locations?: SqlDedicatedGatewayRegionalServiceResource[]; -}; - -/** Properties for GraphAPIComputeServiceResource. */ -export type GraphAPIComputeServiceResourceProperties = ServiceResourceProperties & { - /** Polymorphic discriminator, which specifies the different types this object can be */ - serviceType: "GraphAPICompute"; - /** GraphAPICompute endpoint for the service. */ - graphApiComputeEndpoint?: string; - /** - * An array that contains all of the locations for the service. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly locations?: GraphAPIComputeRegionalServiceResource[]; -}; - -/** Resource for a regional service location. */ -export type DataTransferRegionalServiceResource = RegionalServiceResource & {}; - -/** Resource for a regional service location. */ -export type SqlDedicatedGatewayRegionalServiceResource = RegionalServiceResource & { - /** - * The regional endpoint for SqlDedicatedGateway. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly sqlDedicatedGatewayEndpoint?: string; -}; - -/** Resource for a regional service location. */ -export type GraphAPIComputeRegionalServiceResource = RegionalServiceResource & { - /** - * The regional endpoint for GraphAPICompute. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly graphApiComputeEndpoint?: string; +/** Representation of a managed Cassandra cluster. */ +export type ClusterResource = ManagedCassandraARMResourceProperties & { + /** Properties of a managed Cassandra cluster. */ + properties?: ClusterResourceProperties; }; /** A private endpoint connection */ @@ -3133,6 +2941,22 @@ export enum KnownOperationType { */ export type OperationType = string; +/** Known values of {@link ManagedCassandraResourceIdentityType} that the service accepts. */ +export enum KnownManagedCassandraResourceIdentityType { + SystemAssigned = "SystemAssigned", + None = "None" +} + +/** + * 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 ManagedCassandraResourceIdentityType = string; + /** Known values of {@link ManagedCassandraProvisioningState} that the service accepts. */ export enum KnownManagedCassandraProvisioningState { Creating = "Creating", @@ -3173,21 +2997,29 @@ export enum KnownAuthenticationMethod { */ export type AuthenticationMethod = string; -/** Known values of {@link NodeStatus} that the service accepts. */ -export enum KnownNodeStatus { - Up = "Up", - Down = "Down" +/** 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 NodeStatus. \ - * {@link KnownNodeStatus} can be used interchangeably with NodeStatus, + * 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 - * **Up** \ - * **Down** + * **Unknown** \ + * **OK** \ + * **OperatorToDataCenterNetworkError** \ + * **DatacenterToDatacenterNetworkError** \ + * **InternalOperatorToDataCenterCertificateError** \ + * **InternalError** */ -export type NodeStatus = string; +export type ConnectionState = string; /** Known values of {@link NodeState} that the service accepts. */ export enum KnownNodeState { @@ -3211,65 +3043,21 @@ export enum KnownNodeState { */ export type NodeState = string; -/** Known values of {@link ServiceSize} that the service accepts. */ -export enum KnownServiceSize { - CosmosD4S = "Cosmos.D4s", - CosmosD8S = "Cosmos.D8s", - CosmosD16S = "Cosmos.D16s" -} - -/** - * Defines values for ServiceSize. \ - * {@link KnownServiceSize} can be used interchangeably with ServiceSize, - * this enum contains the known values that the service supports. - * ### Known values supported by the service - * **Cosmos.D4s** \ - * **Cosmos.D8s** \ - * **Cosmos.D16s** - */ -export type ServiceSize = string; - -/** Known values of {@link ServiceType} that the service accepts. */ -export enum KnownServiceType { - SqlDedicatedGateway = "SqlDedicatedGateway", - DataTransfer = "DataTransfer", - GraphAPICompute = "GraphAPICompute" -} - -/** - * Defines values for ServiceType. \ - * {@link KnownServiceType} can be used interchangeably with ServiceType, - * this enum contains the known values that the service supports. - * ### Known values supported by the service - * **SqlDedicatedGateway** \ - * **DataTransfer** \ - * **GraphAPICompute** - */ -export type ServiceType = string; - -/** Known values of {@link ServiceStatus} that the service accepts. */ -export enum KnownServiceStatus { - Creating = "Creating", - Running = "Running", - Updating = "Updating", - Deleting = "Deleting", - Error = "Error", - Stopped = "Stopped" +/** Known values of {@link NodeStatus} that the service accepts. */ +export enum KnownNodeStatus { + Up = "Up", + Down = "Down" } /** - * Defines values for ServiceStatus. \ - * {@link KnownServiceStatus} can be used interchangeably with ServiceStatus, + * 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 - * **Creating** \ - * **Running** \ - * **Updating** \ - * **Deleting** \ - * **Error** \ - * **Stopped** + * **Up** \ + * **Down** */ -export type ServiceStatus = string; +export type NodeStatus = string; /** Defines values for ResourceIdentityType. */ export type ResourceIdentityType = | "SystemAssigned" @@ -3285,8 +3073,6 @@ export type DefaultConsistencyLevel = | "ConsistentPrefix"; /** Defines values for NetworkAclBypass. */ export type NetworkAclBypass = "None" | "AzureServices"; -/** Defines values for EnableFullTextQuery. */ -export type EnableFullTextQuery = "None" | "True" | "False"; /** Defines values for RoleDefinitionType. */ export type RoleDefinitionType = "BuiltInRole" | "CustomRole"; @@ -3576,41 +3362,6 @@ export interface PartitionKeyRangeIdRegionListMetricsOptionalParams /** Contains response data for the listMetrics operation. */ export type PartitionKeyRangeIdRegionListMetricsResponse = PartitionMetricListResult; -/** Optional parameters. */ -export interface GraphResourcesListGraphsOptionalParams - extends coreClient.OperationOptions {} - -/** Contains response data for the listGraphs operation. */ -export type GraphResourcesListGraphsResponse = GraphResourcesListResult; - -/** Optional parameters. */ -export interface GraphResourcesGetGraphOptionalParams - extends coreClient.OperationOptions {} - -/** Contains response data for the getGraph operation. */ -export type GraphResourcesGetGraphResponse = GraphResourceGetResults; - -/** Optional parameters. */ -export interface GraphResourcesCreateUpdateGraphOptionalParams - 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 createUpdateGraph operation. */ -export type GraphResourcesCreateUpdateGraphResponse = GraphResourceGetResults; - -/** Optional parameters. */ -export interface GraphResourcesDeleteGraphResourceOptionalParams - 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 SqlResourcesListSqlDatabasesOptionalParams extends coreClient.OperationOptions {} @@ -4110,6 +3861,18 @@ export interface MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptio /** Contains response data for the migrateMongoDBCollectionToManualThroughput operation. */ export type MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse = ThroughputSettingsGetResults; +/** 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; +} + +/** Contains response data for the retrieveContinuousBackupInformation operation. */ +export type MongoDBResourcesRetrieveContinuousBackupInformationResponse = BackupInformation; + /** Optional parameters. */ export interface TableResourcesListTablesOptionalParams extends coreClient.OperationOptions {} @@ -4344,84 +4107,6 @@ export interface CassandraResourcesMigrateCassandraTableToManualThroughputOption /** Contains response data for the migrateCassandraTableToManualThroughput operation. */ export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults; -/** Optional parameters. */ -export interface CassandraResourcesListCassandraViewsOptionalParams - extends coreClient.OperationOptions {} - -/** Contains response data for the listCassandraViews operation. */ -export type CassandraResourcesListCassandraViewsResponse = CassandraViewListResult; - -/** Optional parameters. */ -export interface CassandraResourcesGetCassandraViewOptionalParams - extends coreClient.OperationOptions {} - -/** Contains response data for the getCassandraView operation. */ -export type CassandraResourcesGetCassandraViewResponse = CassandraViewGetResults; - -/** Optional parameters. */ -export interface CassandraResourcesCreateUpdateCassandraViewOptionalParams - 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 createUpdateCassandraView operation. */ -export type CassandraResourcesCreateUpdateCassandraViewResponse = CassandraViewGetResults; - -/** Optional parameters. */ -export interface CassandraResourcesDeleteCassandraViewOptionalParams - 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 CassandraResourcesGetCassandraViewThroughputOptionalParams - extends coreClient.OperationOptions {} - -/** Contains response data for the getCassandraViewThroughput operation. */ -export type CassandraResourcesGetCassandraViewThroughputResponse = ThroughputSettingsGetResults; - -/** Optional parameters. */ -export interface CassandraResourcesUpdateCassandraViewThroughputOptionalParams - 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 updateCassandraViewThroughput operation. */ -export type CassandraResourcesUpdateCassandraViewThroughputResponse = ThroughputSettingsGetResults; - -/** Optional parameters. */ -export interface CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams - 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 migrateCassandraViewToAutoscale operation. */ -export type CassandraResourcesMigrateCassandraViewToAutoscaleResponse = ThroughputSettingsGetResults; - -/** Optional parameters. */ -export interface CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams - 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 migrateCassandraViewToManualThroughput operation. */ -export type CassandraResourcesMigrateCassandraViewToManualThroughputResponse = ThroughputSettingsGetResults; - /** Optional parameters. */ export interface GremlinResourcesListGremlinDatabasesOptionalParams extends coreClient.OperationOptions {} @@ -4579,18 +4264,18 @@ export interface GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalPa export type GremlinResourcesMigrateGremlinGraphToManualThroughputResponse = ThroughputSettingsGetResults; /** Optional parameters. */ -export interface CosmosDBManagementClientLocationListOptionalParams +export interface LocationsListOptionalParams extends coreClient.OperationOptions {} -/** Contains response data for the locationList operation. */ -export type CosmosDBManagementClientLocationListResponse = LocationListResult; +/** Contains response data for the list operation. */ +export type LocationsListResponse = LocationListResult; /** Optional parameters. */ -export interface CosmosDBManagementClientLocationGetOptionalParams +export interface LocationsGetOptionalParams extends coreClient.OperationOptions {} -/** Contains response data for the locationGet operation. */ -export type CosmosDBManagementClientLocationGetResponse = LocationGetResult; +/** Contains response data for the get operation. */ +export type LocationsGetResponse = LocationGetResult; /** Optional parameters. */ export interface NotebookWorkspacesListByDatabaseAccountOptionalParams @@ -4839,7 +4524,7 @@ export interface CassandraClustersUpdateOptionalParams export type CassandraClustersUpdateResponse = ClusterResource; /** Optional parameters. */ -export interface CassandraClustersRequestRepairOptionalParams +export interface CassandraClustersInvokeCommandOptionalParams extends coreClient.OperationOptions { /** Delay to wait until next poll, in milliseconds. */ updateIntervalInMs?: number; @@ -4847,8 +4532,11 @@ export interface CassandraClustersRequestRepairOptionalParams resumeFrom?: string; } +/** Contains response data for the invokeCommand operation. */ +export type CassandraClustersInvokeCommandResponse = CommandOutput; + /** Optional parameters. */ -export interface CassandraClustersFetchNodeStatusOptionalParams +export interface CassandraClustersDeallocateOptionalParams extends coreClient.OperationOptions { /** Delay to wait until next poll, in milliseconds. */ updateIntervalInMs?: number; @@ -4856,22 +4544,21 @@ export interface CassandraClustersFetchNodeStatusOptionalParams resumeFrom?: string; } -/** Contains response data for the fetchNodeStatus operation. */ -export type CassandraClustersFetchNodeStatusResponse = ClusterNodeStatus; - /** Optional parameters. */ -export interface CassandraClustersListBackupsOptionalParams - extends coreClient.OperationOptions {} - -/** Contains response data for the listBackups operation. */ -export type CassandraClustersListBackupsResponse = ListBackups; +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; +} /** Optional parameters. */ -export interface CassandraClustersGetBackupOptionalParams +export interface CassandraClustersStatusOptionalParams extends coreClient.OperationOptions {} -/** Contains response data for the getBackup operation. */ -export type CassandraClustersGetBackupResponse = BackupResource; +/** Contains response data for the status operation. */ +export type CassandraClustersStatusResponse = CassandraClusterPublicStatus; /** Optional parameters. */ export interface CassandraDataCentersListOptionalParams @@ -4920,40 +4607,6 @@ export interface CassandraDataCentersUpdateOptionalParams /** Contains response data for the update operation. */ export type CassandraDataCentersUpdateResponse = DataCenterResource; -/** Optional parameters. */ -export interface ServiceListOptionalParams - extends coreClient.OperationOptions {} - -/** Contains response data for the list operation. */ -export type ServiceListResponse = ServiceResourceListResult; - -/** Optional parameters. */ -export interface ServiceCreateOptionalParams - 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 create operation. */ -export type ServiceCreateResponse = ServiceResource; - -/** Optional parameters. */ -export interface ServiceGetOptionalParams extends coreClient.OperationOptions {} - -/** Contains response data for the get operation. */ -export type ServiceGetResponse = ServiceResource; - -/** Optional parameters. */ -export interface ServiceDeleteOptionalParams - 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 CosmosDBManagementClientOptionalParams extends coreClient.ServiceClientOptions { diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts index 40435906080b..0b66bc12449d 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts @@ -46,13 +46,6 @@ export const ARMResourceProperties: coreClient.CompositeMapper = { name: "Dictionary", value: { type: { name: "String" } } } - }, - identity: { - serializedName: "identity", - type: { - name: "Composite", - className: "ManagedServiceIdentity" - } } } } @@ -573,16 +566,18 @@ export const CorsPolicy: coreClient.CompositeMapper = { } }; -export const DiagnosticLogSettings: coreClient.CompositeMapper = { +export const Capacity: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DiagnosticLogSettings", + className: "Capacity", modelProperties: { - enableFullTextQuery: { - serializedName: "enableFullTextQuery", + totalThroughputLimit: { + constraints: { + InclusiveMinimum: -1 + }, + serializedName: "totalThroughputLimit", type: { - name: "Enum", - allowedValues: ["None", "True", "False"] + name: "Number" } } } @@ -831,240 +826,17 @@ export const DatabaseAccountUpdateParameters: coreClient.CompositeMapper = { } } }, - diagnosticLogSettings: { - serializedName: "properties.diagnosticLogSettings", - type: { - name: "Composite", - className: "DiagnosticLogSettings" - } - }, disableLocalAuth: { serializedName: "properties.disableLocalAuth", type: { name: "Boolean" } - } - } - } -}; - -export const DatabaseAccountCreateUpdateProperties: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "DatabaseAccountCreateUpdateProperties", - uberParent: "DatabaseAccountCreateUpdateProperties", - polymorphicDiscriminator: { - serializedName: "createMode", - clientName: "createMode" - }, - modelProperties: { - consistencyPolicy: { - serializedName: "consistencyPolicy", - type: { - name: "Composite", - className: "ConsistencyPolicy" - } - }, - locations: { - serializedName: "locations", - required: true, - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Location" - } - } - } - }, - databaseAccountOfferType: { - defaultValue: "Standard", - isConstant: true, - serializedName: "databaseAccountOfferType", - type: { - name: "String" - } - }, - ipRules: { - serializedName: "ipRules", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "IpAddressOrRange" - } - } - } - }, - isVirtualNetworkFilterEnabled: { - serializedName: "isVirtualNetworkFilterEnabled", - type: { - name: "Boolean" - } - }, - enableAutomaticFailover: { - serializedName: "enableAutomaticFailover", - type: { - name: "Boolean" - } - }, - capabilities: { - serializedName: "capabilities", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Capability" - } - } - } - }, - virtualNetworkRules: { - serializedName: "virtualNetworkRules", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "VirtualNetworkRule" - } - } - } - }, - enableMultipleWriteLocations: { - serializedName: "enableMultipleWriteLocations", - type: { - name: "Boolean" - } - }, - enableCassandraConnector: { - serializedName: "enableCassandraConnector", - type: { - name: "Boolean" - } - }, - connectorOffer: { - serializedName: "connectorOffer", - type: { - name: "String" - } - }, - disableKeyBasedMetadataWriteAccess: { - serializedName: "disableKeyBasedMetadataWriteAccess", - type: { - name: "Boolean" - } - }, - keyVaultKeyUri: { - serializedName: "keyVaultKeyUri", - type: { - name: "String" - } - }, - defaultIdentity: { - serializedName: "defaultIdentity", - type: { - name: "String" - } - }, - publicNetworkAccess: { - serializedName: "publicNetworkAccess", - type: { - name: "String" - } - }, - enableFreeTier: { - serializedName: "enableFreeTier", - type: { - name: "Boolean" - } - }, - apiProperties: { - serializedName: "apiProperties", - type: { - name: "Composite", - className: "ApiProperties" - } - }, - enableAnalyticalStorage: { - serializedName: "enableAnalyticalStorage", - type: { - name: "Boolean" - } - }, - analyticalStorageConfiguration: { - serializedName: "analyticalStorageConfiguration", - type: { - name: "Composite", - className: "AnalyticalStorageConfiguration" - } - }, - createMode: { - defaultValue: "Default", - serializedName: "createMode", - required: true, - type: { - name: "String" - } - }, - backupPolicy: { - serializedName: "backupPolicy", - type: { - name: "Composite", - className: "BackupPolicy" - } - }, - cors: { - serializedName: "cors", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "CorsPolicy" - } - } - } - }, - networkAclBypass: { - serializedName: "networkAclBypass", - type: { - name: "Enum", - allowedValues: ["None", "AzureServices"] - } - }, - networkAclBypassResourceIds: { - serializedName: "networkAclBypassResourceIds", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - }, - diagnosticLogSettings: { - serializedName: "diagnosticLogSettings", - type: { - name: "Composite", - className: "DiagnosticLogSettings" - } - }, - disableLocalAuth: { - serializedName: "disableLocalAuth", - type: { - name: "Boolean" - } }, - restoreParameters: { - serializedName: "restoreParameters", + capacity: { + serializedName: "properties.capacity", type: { name: "Composite", - className: "RestoreParameters" + className: "Capacity" } } } @@ -1754,10 +1526,10 @@ export const MetricAvailability: coreClient.CompositeMapper = { } }; -export const GraphResourcesListResult: coreClient.CompositeMapper = { +export const SqlDatabaseListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GraphResourcesListResult", + className: "SqlDatabaseListResult", modelProperties: { value: { serializedName: "value", @@ -1767,7 +1539,7 @@ export const GraphResourcesListResult: coreClient.CompositeMapper = { element: { type: { name: "Composite", - className: "GraphResourceGetResults" + className: "SqlDatabaseGetResults" } } } @@ -1776,10 +1548,10 @@ export const GraphResourcesListResult: coreClient.CompositeMapper = { } }; -export const GraphResource: coreClient.CompositeMapper = { +export const SqlDatabaseResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GraphResource", + className: "SqlDatabaseResource", modelProperties: { id: { serializedName: "id", @@ -1881,44 +1653,6 @@ export const CreateUpdateOptions: coreClient.CompositeMapper = { } }; -export const SqlDatabaseListResult: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "SqlDatabaseListResult", - modelProperties: { - value: { - serializedName: "value", - readOnly: true, - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlDatabaseGetResults" - } - } - } - } - } - } -}; - -export const SqlDatabaseResource: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "SqlDatabaseResource", - modelProperties: { - id: { - serializedName: "id", - required: true, - type: { - name: "String" - } - } - } - } -}; - export const ThroughputSettingsResource: coreClient.CompositeMapper = { type: { name: "Composite", @@ -3133,13 +2867,6 @@ export const LocationProperties: coreClient.CompositeMapper = { name: "Composite", className: "LocationProperties", modelProperties: { - status: { - serializedName: "status", - readOnly: true, - type: { - name: "String" - } - }, supportsAvailabilityZone: { serializedName: "supportsAvailabilityZone", readOnly: true, @@ -3170,20 +2897,19 @@ export const LocationProperties: coreClient.CompositeMapper = { } }; -export const CassandraViewListResult: coreClient.CompositeMapper = { +export const NotebookWorkspaceListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraViewListResult", + className: "NotebookWorkspaceListResult", modelProperties: { value: { serializedName: "value", - readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "CassandraViewGetResults" + className: "NotebookWorkspace" } } } @@ -3192,53 +2918,10 @@ export const CassandraViewListResult: coreClient.CompositeMapper = { } }; -export const CassandraViewResource: coreClient.CompositeMapper = { +export const NotebookWorkspaceConnectionInfoResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraViewResource", - modelProperties: { - id: { - serializedName: "id", - required: true, - type: { - name: "String" - } - }, - viewDefinition: { - serializedName: "viewDefinition", - type: { - name: "String" - } - } - } - } -}; - -export const NotebookWorkspaceListResult: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "NotebookWorkspaceListResult", - modelProperties: { - value: { - serializedName: "value", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "NotebookWorkspace" - } - } - } - } - } - } -}; - -export const NotebookWorkspaceConnectionInfoResult: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "NotebookWorkspaceConnectionInfoResult", + className: "NotebookWorkspaceConnectionInfoResult", modelProperties: { authToken: { serializedName: "authToken", @@ -4117,6 +3800,85 @@ export const ListClusters: coreClient.CompositeMapper = { } }; +export const ManagedCassandraARMResourceProperties: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ManagedCassandraARMResourceProperties", + modelProperties: { + id: { + serializedName: "id", + readOnly: true, + type: { + name: "String" + } + }, + name: { + serializedName: "name", + readOnly: true, + 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" } } + } + }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedCassandraManagedServiceIdentity" + } + } + } + } +}; + +export const ManagedCassandraManagedServiceIdentity: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ManagedCassandraManagedServiceIdentity", + modelProperties: { + principalId: { + serializedName: "principalId", + readOnly: true, + type: { + name: "String" + } + }, + tenantId: { + serializedName: "tenantId", + readOnly: true, + type: { + name: "String" + } + }, + type: { + serializedName: "type", + type: { + name: "String" + } + } + } + } +}; + export const ClusterResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", @@ -4164,12 +3926,6 @@ export const ClusterResourceProperties: coreClient.CompositeMapper = { name: "String" } }, - hoursBetweenBackups: { - serializedName: "hoursBetweenBackups", - type: { - name: "Number" - } - }, prometheusEndpoint: { serializedName: "prometheusEndpoint", type: { @@ -4244,6 +4000,24 @@ export const ClusterResourceProperties: coreClient.CompositeMapper = { } } } + }, + hoursBetweenBackups: { + serializedName: "hoursBetweenBackups", + type: { + name: "Number" + } + }, + deallocated: { + serializedName: "deallocated", + type: { + name: "Boolean" + } + }, + cassandraAuditLoggingEnabled: { + serializedName: "cassandraAuditLoggingEnabled", + type: { + name: "Boolean" + } } } } @@ -4279,153 +4053,57 @@ export const Certificate: coreClient.CompositeMapper = { } }; -export const RepairPostBody: coreClient.CompositeMapper = { +export const CommandPostBody: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RepairPostBody", + className: "CommandPostBody", modelProperties: { - keyspace: { - serializedName: "keyspace", + command: { + serializedName: "command", required: true, type: { name: "String" } }, - tables: { - serializedName: "tables", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - } - } - } -}; - -export const ClusterNodeStatus: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "ClusterNodeStatus", - modelProperties: { - nodes: { - serializedName: "nodes", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "ClusterNodeStatusNodesItem" - } - } - } - } - } - } -}; - -export const ClusterNodeStatusNodesItem: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "ClusterNodeStatusNodesItem", - modelProperties: { - datacenter: { - serializedName: "datacenter", - type: { - name: "String" - } - }, - status: { - serializedName: "status", - type: { - name: "String" - } - }, - state: { - serializedName: "state", - type: { - name: "String" - } - }, - address: { - serializedName: "address", + arguments: { + serializedName: "arguments", type: { - name: "String" + name: "Dictionary", + value: { type: { name: "String" } } } }, - load: { - serializedName: "load", + host: { + serializedName: "host", + required: true, type: { name: "String" } }, - tokens: { - serializedName: "tokens", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - }, - owns: { - serializedName: "owns", - type: { - name: "Number" - } - }, - hostId: { - serializedName: "hostId", + cassandraStopStart: { + serializedName: "cassandra-stop-start", type: { - name: "String" + name: "Boolean" } }, - rack: { - serializedName: "rack", - type: { - name: "String" - } - } - } - } -}; - -export const ListBackups: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "ListBackups", - modelProperties: { - value: { - serializedName: "value", - readOnly: true, + readwrite: { + serializedName: "readwrite", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "BackupResource" - } - } + name: "Boolean" } } } } }; -export const BackupResourceProperties: coreClient.CompositeMapper = { +export const CommandOutput: coreClient.CompositeMapper = { type: { name: "Composite", - className: "BackupResourceProperties", + className: "CommandOutput", modelProperties: { - timestamp: { - serializedName: "timestamp", + commandOutput: { + serializedName: "commandOutput", type: { - name: "DateTime" + name: "String" } } } @@ -4501,220 +4179,338 @@ export const DataCenterResourceProperties: coreClient.CompositeMapper = { type: { name: "String" } - } - } - } -}; - -export const ServiceResourceListResult: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "ServiceResourceListResult", - modelProperties: { - value: { - serializedName: "value", - readOnly: true, + }, + managedDiskCustomerKeyUri: { + serializedName: "managedDiskCustomerKeyUri", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "ServiceResource" - } - } + name: "String" } - } - } - } -}; - -export const ServiceResourceProperties: coreClient.CompositeMapper = { - serializedName: "ServiceResourceProperties", - type: { - name: "Composite", - className: "ServiceResourceProperties", - uberParent: "ServiceResourceProperties", - additionalProperties: { type: { name: "Object" } }, - polymorphicDiscriminator: { - serializedName: "serviceType", - clientName: "serviceType" - }, - modelProperties: { - creationTime: { - serializedName: "creationTime", - readOnly: true, + }, + backupStorageCustomerKeyUri: { + serializedName: "backupStorageCustomerKeyUri", type: { - name: "DateTime" + name: "String" } }, - instanceSize: { - serializedName: "instanceSize", + sku: { + serializedName: "sku", type: { name: "String" } }, - instanceCount: { - constraints: { - InclusiveMinimum: 0 - }, - serializedName: "instanceCount", + diskSku: { + serializedName: "diskSku", type: { - name: "Number" + name: "String" } }, - serviceType: { - serializedName: "serviceType", - required: true, + diskCapacity: { + serializedName: "diskCapacity", type: { - name: "String" + name: "Number" } }, - status: { - serializedName: "status", - readOnly: true, + availabilityZone: { + serializedName: "availabilityZone", type: { - name: "String" + name: "Boolean" } } } } }; -export const ServiceResourceCreateUpdateParameters: coreClient.CompositeMapper = { +export const CassandraClusterPublicStatus: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ServiceResourceCreateUpdateParameters", + className: "CassandraClusterPublicStatus", modelProperties: { - instanceSize: { - serializedName: "properties.instanceSize", + eTag: { + serializedName: "eTag", type: { name: "String" } }, - instanceCount: { - constraints: { - InclusiveMinimum: 0 - }, - serializedName: "properties.instanceCount", + reaperStatus: { + serializedName: "reaperStatus", type: { - name: "Number" + name: "Composite", + className: "ManagedCassandraReaperStatus" } }, - serviceType: { - serializedName: "properties.serviceType", + connectionErrors: { + serializedName: "connectionErrors", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ConnectionError" + } + } + } + }, + dataCenters: { + serializedName: "dataCenters", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CassandraClusterPublicStatusDataCentersItem" + } + } } } } } }; -export const PeriodicModeProperties: coreClient.CompositeMapper = { +export const ManagedCassandraReaperStatus: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PeriodicModeProperties", + className: "ManagedCassandraReaperStatus", modelProperties: { - backupIntervalInMinutes: { - constraints: { - InclusiveMinimum: 0 - }, - serializedName: "backupIntervalInMinutes", + healthy: { + serializedName: "healthy", type: { - name: "Number" + name: "Boolean" } }, - backupRetentionIntervalInHours: { - constraints: { - InclusiveMinimum: 0 - }, - serializedName: "backupRetentionIntervalInHours", + repairRunIds: { + serializedName: "repairRunIds", type: { - name: "Number" + name: "Dictionary", + value: { type: { name: "String" } } } }, - backupStorageRedundancy: { - serializedName: "backupStorageRedundancy", + repairSchedules: { + serializedName: "repairSchedules", type: { - name: "String" + name: "Dictionary", + value: { type: { name: "String" } } } } } } }; -export const DataTransferServiceResource: coreClient.CompositeMapper = { +export const ConnectionError: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DataTransferServiceResource", + className: "ConnectionError", modelProperties: { - properties: { - serializedName: "properties", + connectionState: { + serializedName: "connectionState", type: { - name: "Composite", - className: "DataTransferServiceResourceProperties" + name: "String" + } + }, + iPFrom: { + serializedName: "iPFrom", + type: { + name: "String" + } + }, + iPTo: { + serializedName: "iPTo", + type: { + name: "String" + } + }, + port: { + serializedName: "port", + type: { + name: "Number" + } + }, + exception: { + serializedName: "exception", + type: { + name: "String" } } } } }; -export const RegionalServiceResource: coreClient.CompositeMapper = { +export const CassandraClusterPublicStatusDataCentersItem: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RegionalServiceResource", + className: "CassandraClusterPublicStatusDataCentersItem", modelProperties: { name: { serializedName: "name", - readOnly: true, type: { name: "String" } }, - location: { - serializedName: "location", - readOnly: true, + seedNodes: { + serializedName: "seedNodes", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "String" + } + } } }, - status: { - serializedName: "status", - readOnly: true, + nodes: { + serializedName: "nodes", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: + "ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems" + } + } } } } } }; -export const SqlDedicatedGatewayServiceResource: coreClient.CompositeMapper = { +export const ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDedicatedGatewayServiceResource", + className: + "ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems", modelProperties: { - properties: { - serializedName: "properties", + address: { + serializedName: "address", type: { - name: "Composite", - className: "SqlDedicatedGatewayServiceResourceProperties" + name: "String" + } + }, + state: { + serializedName: "state", + type: { + name: "String" + } + }, + status: { + serializedName: "status", + type: { + name: "String" + } + }, + load: { + serializedName: "load", + type: { + name: "String" + } + }, + tokens: { + serializedName: "tokens", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + size: { + serializedName: "size", + type: { + name: "Number" + } + }, + hostID: { + serializedName: "hostID", + type: { + name: "String" + } + }, + rack: { + serializedName: "rack", + type: { + name: "String" + } + }, + timestamp: { + serializedName: "timestamp", + type: { + name: "String" + } + }, + diskUsedKB: { + serializedName: "diskUsedKB", + type: { + name: "Number" + } + }, + diskFreeKB: { + serializedName: "diskFreeKB", + type: { + name: "Number" + } + }, + memoryUsedKB: { + serializedName: "memoryUsedKB", + type: { + name: "Number" + } + }, + memoryBuffersAndCachedKB: { + serializedName: "memoryBuffersAndCachedKB", + type: { + name: "Number" + } + }, + memoryFreeKB: { + serializedName: "memoryFreeKB", + type: { + name: "Number" + } + }, + memoryTotalKB: { + serializedName: "memoryTotalKB", + type: { + name: "Number" + } + }, + cpuUsage: { + serializedName: "cpuUsage", + type: { + name: "Number" } } } } }; -export const GraphAPIComputeServiceResource: coreClient.CompositeMapper = { +export const PeriodicModeProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GraphAPIComputeServiceResource", + className: "PeriodicModeProperties", modelProperties: { - properties: { - serializedName: "properties", + backupIntervalInMinutes: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "backupIntervalInMinutes", type: { - name: "Composite", - className: "GraphAPIComputeServiceResourceProperties" + name: "Number" + } + }, + backupRetentionIntervalInHours: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "backupRetentionIntervalInHours", + type: { + name: "Number" + } + }, + backupStorageRedundancy: { + serializedName: "backupStorageRedundancy", + type: { + name: "String" } } } @@ -4733,6 +4529,13 @@ export const DatabaseAccountGetResults: coreClient.CompositeMapper = { name: "String" } }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + }, systemData: { serializedName: "systemData", type: { @@ -5008,18 +4811,18 @@ export const DatabaseAccountGetResults: coreClient.CompositeMapper = { } } }, - diagnosticLogSettings: { - serializedName: "properties.diagnosticLogSettings", - type: { - name: "Composite", - className: "DiagnosticLogSettings" - } - }, disableLocalAuth: { serializedName: "properties.disableLocalAuth", type: { name: "Boolean" } + }, + capacity: { + serializedName: "properties.capacity", + type: { + name: "Composite", + className: "Capacity" + } } } } @@ -5037,6 +4840,13 @@ export const DatabaseAccountCreateUpdateParameters: coreClient.CompositeMapper = name: "String" } }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + }, consistencyPolicy: { serializedName: "properties.consistencyPolicy", type: { @@ -5184,7 +4994,6 @@ export const DatabaseAccountCreateUpdateParameters: coreClient.CompositeMapper = createMode: { defaultValue: "Default", serializedName: "properties.createMode", - required: true, type: { name: "String" } @@ -5226,13 +5035,6 @@ export const DatabaseAccountCreateUpdateParameters: coreClient.CompositeMapper = } } }, - diagnosticLogSettings: { - serializedName: "properties.diagnosticLogSettings", - type: { - name: "Composite", - className: "DiagnosticLogSettings" - } - }, disableLocalAuth: { serializedName: "properties.disableLocalAuth", type: { @@ -5245,53 +5047,12 @@ export const DatabaseAccountCreateUpdateParameters: coreClient.CompositeMapper = name: "Composite", className: "RestoreParameters" } - } - } - } -}; - -export const GraphResourceGetResults: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "GraphResourceGetResults", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "GraphResourceGetPropertiesResource" - } }, - options: { - serializedName: "properties.options", + capacity: { + serializedName: "properties.capacity", type: { name: "Composite", - className: "GraphResourceGetPropertiesOptions" - } - } - } - } -}; - -export const GraphResourceCreateUpdateParameters: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "GraphResourceCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "GraphResource" - } - }, - options: { - serializedName: "properties.options", - type: { - name: "Composite", - className: "CreateUpdateOptions" + className: "Capacity" } } } @@ -5743,89 +5504,41 @@ export const CassandraKeyspaceCreateUpdateParameters: coreClient.CompositeMapper } }; -export const CassandraTableGetResults: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "CassandraTableGetResults", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "CassandraTableGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", - type: { - name: "Composite", - className: "CassandraTableGetPropertiesOptions" - } - } - } - } -}; - -export const CassandraTableCreateUpdateParameters: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "CassandraTableCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "CassandraTableResource" - } - }, - options: { - serializedName: "properties.options", - type: { - name: "Composite", - className: "CreateUpdateOptions" - } - } - } - } -}; - -export const GremlinDatabaseGetResults: coreClient.CompositeMapper = { +export const CassandraTableGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseGetResults", + className: "CassandraTableGetResults", modelProperties: { ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "GremlinDatabaseGetPropertiesResource" + className: "CassandraTableGetPropertiesResource" } }, options: { serializedName: "properties.options", type: { name: "Composite", - className: "GremlinDatabaseGetPropertiesOptions" + className: "CassandraTableGetPropertiesOptions" } } } } }; -export const GremlinDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { +export const CassandraTableCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseCreateUpdateParameters", + className: "CassandraTableCreateUpdateParameters", modelProperties: { ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "GremlinDatabaseResource" + className: "CassandraTableResource" } }, options: { @@ -5839,41 +5552,41 @@ export const GremlinDatabaseCreateUpdateParameters: coreClient.CompositeMapper = } }; -export const GremlinGraphGetResults: coreClient.CompositeMapper = { +export const GremlinDatabaseGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphGetResults", + className: "GremlinDatabaseGetResults", modelProperties: { ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "GremlinGraphGetPropertiesResource" + className: "GremlinDatabaseGetPropertiesResource" } }, options: { serializedName: "properties.options", type: { name: "Composite", - className: "GremlinGraphGetPropertiesOptions" + className: "GremlinDatabaseGetPropertiesOptions" } } } } }; -export const GremlinGraphCreateUpdateParameters: coreClient.CompositeMapper = { +export const GremlinDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphCreateUpdateParameters", + className: "GremlinDatabaseCreateUpdateParameters", modelProperties: { ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "GremlinGraphResource" + className: "GremlinDatabaseResource" } }, options: { @@ -5887,41 +5600,41 @@ export const GremlinGraphCreateUpdateParameters: coreClient.CompositeMapper = { } }; -export const CassandraViewGetResults: coreClient.CompositeMapper = { +export const GremlinGraphGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraViewGetResults", + className: "GremlinGraphGetResults", modelProperties: { ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "CassandraViewGetPropertiesResource" + className: "GremlinGraphGetPropertiesResource" } }, options: { serializedName: "properties.options", type: { name: "Composite", - className: "CassandraViewGetPropertiesOptions" + className: "GremlinGraphGetPropertiesOptions" } } } } }; -export const CassandraViewCreateUpdateParameters: coreClient.CompositeMapper = { +export const GremlinGraphCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraViewCreateUpdateParameters", + className: "GremlinGraphCreateUpdateParameters", modelProperties: { ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "CassandraViewResource" + className: "GremlinGraphResource" } }, options: { @@ -5935,23 +5648,6 @@ export const CassandraViewCreateUpdateParameters: coreClient.CompositeMapper = { } }; -export const ClusterResource: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "ClusterResource", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - properties: { - serializedName: "properties", - type: { - name: "Composite", - className: "ClusterResourceProperties" - } - } - } - } -}; - export const ProxyResource: coreClient.CompositeMapper = { type: { name: "Composite", @@ -5995,20 +5691,6 @@ export const ContinuousModeBackupPolicy: coreClient.CompositeMapper = { } }; -export const DefaultRequestDatabaseAccountCreateUpdateProperties: coreClient.CompositeMapper = { - serializedName: "Default", - type: { - name: "Composite", - className: "DefaultRequestDatabaseAccountCreateUpdateProperties", - uberParent: "DatabaseAccountCreateUpdateProperties", - polymorphicDiscriminator: - DatabaseAccountCreateUpdateProperties.type.polymorphicDiscriminator, - modelProperties: { - ...DatabaseAccountCreateUpdateProperties.type.modelProperties - } - } -}; - export const DatabaseAccountListKeysResult: coreClient.CompositeMapper = { type: { name: "Composite", @@ -6140,32 +5822,53 @@ export const PartitionUsage: coreClient.CompositeMapper = { } }; -export const GraphResourceGetPropertiesResource: coreClient.CompositeMapper = { +export const SqlDatabaseGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GraphResourceGetPropertiesResource", + className: "SqlDatabaseGetPropertiesResource", modelProperties: { - ...GraphResource.type.modelProperties, - ...ExtendedResourceProperties.type.modelProperties + ...SqlDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties, + colls: { + serializedName: "_colls", + type: { + name: "String" + } + }, + users: { + serializedName: "_users", + type: { + name: "String" + } + } } } }; -export const SqlDatabaseGetPropertiesResource: coreClient.CompositeMapper = { +export const RestorableSqlDatabasePropertiesResourceDatabase: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseGetPropertiesResource", + className: "RestorableSqlDatabasePropertiesResourceDatabase", modelProperties: { ...SqlDatabaseResource.type.modelProperties, ...ExtendedResourceProperties.type.modelProperties, colls: { serializedName: "_colls", + readOnly: true, type: { name: "String" } }, users: { serializedName: "_users", + readOnly: true, + type: { + name: "String" + } + }, + self: { + serializedName: "_self", + readOnly: true, type: { name: "String" } @@ -6306,49 +6009,6 @@ export const GremlinGraphGetPropertiesResource: coreClient.CompositeMapper = { } }; -export const CassandraViewGetPropertiesResource: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "CassandraViewGetPropertiesResource", - modelProperties: { - ...CassandraViewResource.type.modelProperties, - ...ExtendedResourceProperties.type.modelProperties - } - } -}; - -export const RestorableSqlDatabasePropertiesResourceDatabase: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "RestorableSqlDatabasePropertiesResourceDatabase", - modelProperties: { - ...SqlDatabaseResource.type.modelProperties, - ...ExtendedResourceProperties.type.modelProperties, - colls: { - serializedName: "_colls", - readOnly: true, - type: { - name: "String" - } - }, - users: { - serializedName: "_users", - readOnly: true, - type: { - name: "String" - } - }, - self: { - serializedName: "_self", - readOnly: true, - type: { - name: "String" - } - } - } - } -}; - export const RestorableSqlContainerPropertiesResourceContainer: coreClient.CompositeMapper = { type: { name: "Composite", @@ -6367,16 +6027,6 @@ export const RestorableSqlContainerPropertiesResourceContainer: coreClient.Compo } }; -export const GraphResourceGetPropertiesOptions: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "GraphResourceGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - export const SqlDatabaseGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", @@ -6467,16 +6117,6 @@ export const GremlinGraphGetPropertiesOptions: coreClient.CompositeMapper = { } }; -export const CassandraViewGetPropertiesOptions: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "CassandraViewGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - export const LocationGetResult: coreClient.CompositeMapper = { type: { name: "Composite", @@ -6643,23 +6283,6 @@ export const SqlRoleAssignmentGetResults: coreClient.CompositeMapper = { } }; -export const BackupResource: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "BackupResource", - modelProperties: { - ...ARMProxyResource.type.modelProperties, - properties: { - serializedName: "properties", - type: { - name: "Composite", - className: "BackupResourceProperties" - } - } - } - } -}; - export const DataCenterResource: coreClient.CompositeMapper = { type: { name: "Composite", @@ -6677,157 +6300,17 @@ export const DataCenterResource: coreClient.CompositeMapper = { } }; -export const ServiceResource: coreClient.CompositeMapper = { +export const ClusterResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ServiceResource", + className: "ClusterResource", modelProperties: { - ...ARMProxyResource.type.modelProperties, + ...ManagedCassandraARMResourceProperties.type.modelProperties, properties: { serializedName: "properties", type: { name: "Composite", - className: "ServiceResourceProperties" - } - } - } - } -}; - -export const DataTransferServiceResourceProperties: coreClient.CompositeMapper = { - serializedName: "DataTransfer", - type: { - name: "Composite", - className: "DataTransferServiceResourceProperties", - uberParent: "ServiceResourceProperties", - additionalProperties: { type: { name: "Object" } }, - polymorphicDiscriminator: - ServiceResourceProperties.type.polymorphicDiscriminator, - modelProperties: { - ...ServiceResourceProperties.type.modelProperties, - locations: { - serializedName: "locations", - readOnly: true, - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "DataTransferRegionalServiceResource" - } - } - } - } - } - } -}; - -export const SqlDedicatedGatewayServiceResourceProperties: coreClient.CompositeMapper = { - serializedName: "SqlDedicatedGateway", - type: { - name: "Composite", - className: "SqlDedicatedGatewayServiceResourceProperties", - uberParent: "ServiceResourceProperties", - additionalProperties: { type: { name: "Object" } }, - polymorphicDiscriminator: - ServiceResourceProperties.type.polymorphicDiscriminator, - modelProperties: { - ...ServiceResourceProperties.type.modelProperties, - sqlDedicatedGatewayEndpoint: { - serializedName: "sqlDedicatedGatewayEndpoint", - type: { - name: "String" - } - }, - locations: { - serializedName: "locations", - readOnly: true, - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlDedicatedGatewayRegionalServiceResource" - } - } - } - } - } - } -}; - -export const GraphAPIComputeServiceResourceProperties: coreClient.CompositeMapper = { - serializedName: "GraphAPICompute", - type: { - name: "Composite", - className: "GraphAPIComputeServiceResourceProperties", - uberParent: "ServiceResourceProperties", - additionalProperties: { type: { name: "Object" } }, - polymorphicDiscriminator: - ServiceResourceProperties.type.polymorphicDiscriminator, - modelProperties: { - ...ServiceResourceProperties.type.modelProperties, - graphApiComputeEndpoint: { - serializedName: "graphApiComputeEndpoint", - type: { - name: "String" - } - }, - locations: { - serializedName: "locations", - readOnly: true, - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "GraphAPIComputeRegionalServiceResource" - } - } - } - } - } - } -}; - -export const DataTransferRegionalServiceResource: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "DataTransferRegionalServiceResource", - modelProperties: { - ...RegionalServiceResource.type.modelProperties - } - } -}; - -export const SqlDedicatedGatewayRegionalServiceResource: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "SqlDedicatedGatewayRegionalServiceResource", - modelProperties: { - ...RegionalServiceResource.type.modelProperties, - sqlDedicatedGatewayEndpoint: { - serializedName: "sqlDedicatedGatewayEndpoint", - readOnly: true, - type: { - name: "String" - } - } - } - } -}; - -export const GraphAPIComputeRegionalServiceResource: coreClient.CompositeMapper = { - type: { - name: "Composite", - className: "GraphAPIComputeRegionalServiceResource", - modelProperties: { - ...RegionalServiceResource.type.modelProperties, - graphApiComputeEndpoint: { - serializedName: "graphApiComputeEndpoint", - readOnly: true, - type: { - name: "String" + className: "ClusterResourceProperties" } } } @@ -6872,12 +6355,6 @@ export const PrivateEndpointConnection: coreClient.CompositeMapper = { export let discriminators = { BackupPolicy: BackupPolicy, - DatabaseAccountCreateUpdateProperties: DatabaseAccountCreateUpdateProperties, - ServiceResourceProperties: ServiceResourceProperties, "BackupPolicy.Periodic": PeriodicModeBackupPolicy, - "BackupPolicy.Continuous": ContinuousModeBackupPolicy, - "DatabaseAccountCreateUpdateProperties.Default": DefaultRequestDatabaseAccountCreateUpdateProperties, - "ServiceResourceProperties.DataTransfer": DataTransferServiceResourceProperties, - "ServiceResourceProperties.SqlDedicatedGateway": SqlDedicatedGatewayServiceResourceProperties, - "ServiceResourceProperties.GraphAPICompute": GraphAPIComputeServiceResourceProperties + "BackupPolicy.Continuous": ContinuousModeBackupPolicy }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts index 8562422d6ebe..9837e7919213 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts @@ -17,7 +17,6 @@ import { FailoverPolicies as FailoverPoliciesMapper, RegionForOnlineOffline as RegionForOnlineOfflineMapper, DatabaseAccountRegenerateKeyParameters as DatabaseAccountRegenerateKeyParametersMapper, - GraphResourceCreateUpdateParameters as GraphResourceCreateUpdateParametersMapper, SqlDatabaseCreateUpdateParameters as SqlDatabaseCreateUpdateParametersMapper, ThroughputSettingsUpdateParameters as ThroughputSettingsUpdateParametersMapper, SqlContainerCreateUpdateParameters as SqlContainerCreateUpdateParametersMapper, @@ -32,15 +31,13 @@ import { TableCreateUpdateParameters as TableCreateUpdateParametersMapper, CassandraKeyspaceCreateUpdateParameters as CassandraKeyspaceCreateUpdateParametersMapper, CassandraTableCreateUpdateParameters as CassandraTableCreateUpdateParametersMapper, - CassandraViewCreateUpdateParameters as CassandraViewCreateUpdateParametersMapper, GremlinDatabaseCreateUpdateParameters as GremlinDatabaseCreateUpdateParametersMapper, GremlinGraphCreateUpdateParameters as GremlinGraphCreateUpdateParametersMapper, NotebookWorkspaceCreateUpdateParameters as NotebookWorkspaceCreateUpdateParametersMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, ClusterResource as ClusterResourceMapper, - RepairPostBody as RepairPostBodyMapper, - DataCenterResource as DataCenterResourceMapper, - ServiceResourceCreateUpdateParameters as ServiceResourceCreateUpdateParametersMapper + CommandPostBody as CommandPostBodyMapper, + DataCenterResource as DataCenterResourceMapper } from "../models/mappers"; export const accept: OperationParameter = { @@ -115,7 +112,7 @@ export const accountName: OperationURLParameter = { export const apiVersion: OperationQueryParameter = { parameterPath: "apiVersion", mapper: { - defaultValue: "2021-07-01-preview", + defaultValue: "2021-10-15", isConstant: true, serializedName: "api-version", type: { @@ -265,22 +262,6 @@ export const partitionKeyRangeId: OperationURLParameter = { } }; -export const graphName: OperationURLParameter = { - parameterPath: "graphName", - mapper: { - serializedName: "graphName", - required: true, - type: { - name: "String" - } - } -}; - -export const createUpdateGraphParameters: OperationParameter = { - parameterPath: "createUpdateGraphParameters", - mapper: GraphResourceCreateUpdateParametersMapper -}; - export const databaseName: OperationURLParameter = { parameterPath: "databaseName", mapper: { @@ -461,10 +442,15 @@ export const createUpdateCassandraTableParameters: OperationParameter = { mapper: CassandraTableCreateUpdateParametersMapper }; -export const viewName: OperationURLParameter = { - parameterPath: "viewName", +export const createUpdateGremlinDatabaseParameters: OperationParameter = { + parameterPath: "createUpdateGremlinDatabaseParameters", + mapper: GremlinDatabaseCreateUpdateParametersMapper +}; + +export const graphName: OperationURLParameter = { + parameterPath: "graphName", mapper: { - serializedName: "viewName", + serializedName: "graphName", required: true, type: { name: "String" @@ -472,16 +458,6 @@ export const viewName: OperationURLParameter = { } }; -export const createUpdateCassandraViewParameters: OperationParameter = { - parameterPath: "createUpdateCassandraViewParameters", - mapper: CassandraViewCreateUpdateParametersMapper -}; - -export const createUpdateGremlinDatabaseParameters: OperationParameter = { - parameterPath: "createUpdateGremlinDatabaseParameters", - mapper: GremlinDatabaseCreateUpdateParametersMapper -}; - export const createUpdateGremlinGraphParameters: OperationParameter = { parameterPath: "createUpdateGremlinGraphParameters", mapper: GremlinGraphCreateUpdateParametersMapper @@ -635,23 +611,7 @@ export const body: OperationParameter = { export const body1: OperationParameter = { parameterPath: "body", - mapper: RepairPostBodyMapper -}; - -export const backupId: OperationURLParameter = { - parameterPath: "backupId", - mapper: { - constraints: { - Pattern: new RegExp("^[0-9]+$"), - MaxLength: 15, - MinLength: 1 - }, - serializedName: "backupId", - required: true, - type: { - name: "String" - } - } + mapper: CommandPostBodyMapper }; export const dataCenterName: OperationURLParameter = { @@ -674,23 +634,3 @@ export const body2: OperationParameter = { parameterPath: "body", mapper: DataCenterResourceMapper }; - -export const createUpdateParameters1: OperationParameter = { - parameterPath: "createUpdateParameters", - mapper: ServiceResourceCreateUpdateParametersMapper -}; - -export const serviceName: OperationURLParameter = { - parameterPath: "serviceName", - mapper: { - constraints: { - MaxLength: 50, - MinLength: 3 - }, - serializedName: "serviceName", - required: true, - type: { - name: "String" - } - } -}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts index e9ef7e80f8e4..19ef89247665 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts @@ -18,8 +18,6 @@ import { ClusterResource, CassandraClustersListBySubscriptionOptionalParams, CassandraClustersListByResourceGroupOptionalParams, - BackupResource, - CassandraClustersListBackupsOptionalParams, CassandraClustersListBySubscriptionResponse, CassandraClustersListByResourceGroupResponse, CassandraClustersGetOptionalParams, @@ -29,13 +27,13 @@ import { CassandraClustersCreateUpdateResponse, CassandraClustersUpdateOptionalParams, CassandraClustersUpdateResponse, - RepairPostBody, - CassandraClustersRequestRepairOptionalParams, - CassandraClustersFetchNodeStatusOptionalParams, - CassandraClustersFetchNodeStatusResponse, - CassandraClustersListBackupsResponse, - CassandraClustersGetBackupOptionalParams, - CassandraClustersGetBackupResponse + CommandPostBody, + CassandraClustersInvokeCommandOptionalParams, + CassandraClustersInvokeCommandResponse, + CassandraClustersDeallocateOptionalParams, + CassandraClustersStartOptionalParams, + CassandraClustersStatusOptionalParams, + CassandraClustersStatusResponse } from "../models"; /// @@ -130,66 +128,6 @@ export class CassandraClustersImpl implements CassandraClusters { } } - /** - * List the backups of this cluster that are available to restore. - * @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 listBackups( - resourceGroupName: string, - clusterName: string, - options?: CassandraClustersListBackupsOptionalParams - ): PagedAsyncIterableIterator { - const iter = this.listBackupsPagingAll( - resourceGroupName, - clusterName, - options - ); - return { - next() { - return iter.next(); - }, - [Symbol.asyncIterator]() { - return this; - }, - byPage: () => { - return this.listBackupsPagingPage( - resourceGroupName, - clusterName, - options - ); - } - }; - } - - private async *listBackupsPagingPage( - resourceGroupName: string, - clusterName: string, - options?: CassandraClustersListBackupsOptionalParams - ): AsyncIterableIterator { - let result = await this._listBackups( - resourceGroupName, - clusterName, - options - ); - yield result.value || []; - } - - private async *listBackupsPagingAll( - resourceGroupName: string, - clusterName: string, - options?: CassandraClustersListBackupsOptionalParams - ): AsyncIterableIterator { - for await (const page of this.listBackupsPagingPage( - resourceGroupName, - clusterName, - options - )) { - yield* page; - } - } - /** * List all managed Cassandra clusters in this subscription. * @param options The options parameters. @@ -498,22 +436,27 @@ export class CassandraClustersImpl implements CassandraClusters { } /** - * Request that repair begin on this cluster as soon as possible. + * 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 of what keyspaces and tables to run repair on. + * @param body Specification which command to run where * @param options The options parameters. */ - async beginRequestRepair( + async beginInvokeCommand( resourceGroupName: string, clusterName: string, - body: RepairPostBody, - options?: CassandraClustersRequestRepairOptionalParams - ): Promise, void>> { + body: CommandPostBody, + options?: CassandraClustersInvokeCommandOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersInvokeCommandResponse + > + > { const directSendOperation = async ( args: coreClient.OperationArguments, spec: coreClient.OperationSpec - ): Promise => { + ): Promise => { return this.client.sendOperationRequest(args, spec); }; const sendOperation = async ( @@ -552,7 +495,7 @@ export class CassandraClustersImpl implements CassandraClusters { const lro = new LroImpl( sendOperation, { resourceGroupName, clusterName, body, options }, - requestRepairOperationSpec + invokeCommandOperationSpec ); return new LroEngine(lro, { resumeFrom: options?.resumeFrom, @@ -561,19 +504,19 @@ export class CassandraClustersImpl implements CassandraClusters { } /** - * Request that repair begin on this cluster as soon as possible. + * 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 of what keyspaces and tables to run repair on. + * @param body Specification which command to run where * @param options The options parameters. */ - async beginRequestRepairAndWait( + async beginInvokeCommandAndWait( resourceGroupName: string, clusterName: string, - body: RepairPostBody, - options?: CassandraClustersRequestRepairOptionalParams - ): Promise { - const poller = await this.beginRequestRepair( + body: CommandPostBody, + options?: CassandraClustersInvokeCommandOptionalParams + ): Promise { + const poller = await this.beginInvokeCommand( resourceGroupName, clusterName, body, @@ -583,25 +526,22 @@ export class CassandraClustersImpl implements CassandraClusters { } /** - * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * 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 beginFetchNodeStatus( + async beginDeallocate( resourceGroupName: string, clusterName: string, - options?: CassandraClustersFetchNodeStatusOptionalParams - ): Promise< - PollerLike< - PollOperationState, - CassandraClustersFetchNodeStatusResponse - > - > { + options?: CassandraClustersDeallocateOptionalParams + ): Promise, void>> { const directSendOperation = async ( args: coreClient.OperationArguments, spec: coreClient.OperationSpec - ): Promise => { + ): Promise => { return this.client.sendOperationRequest(args, spec); }; const sendOperation = async ( @@ -640,7 +580,7 @@ export class CassandraClustersImpl implements CassandraClusters { const lro = new LroImpl( sendOperation, { resourceGroupName, clusterName, options }, - fetchNodeStatusOperationSpec + deallocateOperationSpec ); return new LroEngine(lro, { resumeFrom: options?.resumeFrom, @@ -649,17 +589,19 @@ export class CassandraClustersImpl implements CassandraClusters { } /** - * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * 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 beginFetchNodeStatusAndWait( + async beginDeallocateAndWait( resourceGroupName: string, clusterName: string, - options?: CassandraClustersFetchNodeStatusOptionalParams - ): Promise { - const poller = await this.beginFetchNodeStatus( + options?: CassandraClustersDeallocateOptionalParams + ): Promise { + const poller = await this.beginDeallocate( resourceGroupName, clusterName, options @@ -668,38 +610,103 @@ export class CassandraClustersImpl implements CassandraClusters { } /** - * List the backups of this cluster that are available to restore. + * 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. */ - private _listBackups( + async beginStart( resourceGroupName: string, clusterName: string, - options?: CassandraClustersListBackupsOptionalParams - ): Promise { - return this.client.sendOperationRequest( + 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 }, - listBackupsOperationSpec + 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(); } /** - * Get the properties of an individual backup of this cluster that is available to restore. + * 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 backupId Id of a restorable backup of a Cassandra cluster. * @param options The options parameters. */ - getBackup( + status( resourceGroupName: string, clusterName: string, - backupId: string, - options?: CassandraClustersGetBackupOptionalParams - ): Promise { + options?: CassandraClustersStatusOptionalParams + ): Promise { return this.client.sendOperationRequest( - { resourceGroupName, clusterName, backupId, options }, - getBackupOperationSpec + { resourceGroupName, clusterName, options }, + statusOperationSpec ); } } @@ -855,15 +862,23 @@ const updateOperationSpec: coreClient.OperationSpec = { mediaType: "json", serializer }; -const requestRepairOperationSpec: coreClient.OperationSpec = { +const invokeCommandOperationSpec: coreClient.OperationSpec = { path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/repair", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/invokeCommand", httpMethod: "POST", responses: { - 200: {}, - 201: {}, - 202: {}, - 204: {}, + 200: { + bodyMapper: Mappers.CommandOutput + }, + 201: { + bodyMapper: Mappers.CommandOutput + }, + 202: { + bodyMapper: Mappers.CommandOutput + }, + 204: { + bodyMapper: Mappers.CommandOutput + }, default: { bodyMapper: Mappers.CloudError } @@ -880,23 +895,15 @@ const requestRepairOperationSpec: coreClient.OperationSpec = { mediaType: "json", serializer }; -const fetchNodeStatusOperationSpec: coreClient.OperationSpec = { +const deallocateOperationSpec: coreClient.OperationSpec = { path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/fetchNodeStatus", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/deallocate", httpMethod: "POST", responses: { - 200: { - bodyMapper: Mappers.ClusterNodeStatus - }, - 201: { - bodyMapper: Mappers.ClusterNodeStatus - }, - 202: { - bodyMapper: Mappers.ClusterNodeStatus - }, - 204: { - bodyMapper: Mappers.ClusterNodeStatus - }, + 200: {}, + 201: {}, + 202: {}, + 204: {}, default: { bodyMapper: Mappers.CloudError } @@ -911,14 +918,15 @@ const fetchNodeStatusOperationSpec: coreClient.OperationSpec = { headerParameters: [Parameters.accept], serializer }; -const listBackupsOperationSpec: coreClient.OperationSpec = { +const startOperationSpec: coreClient.OperationSpec = { path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/backups", - httpMethod: "GET", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/start", + httpMethod: "POST", responses: { - 200: { - bodyMapper: Mappers.ListBackups - }, + 200: {}, + 201: {}, + 202: {}, + 204: {}, default: { bodyMapper: Mappers.CloudError } @@ -933,13 +941,13 @@ const listBackupsOperationSpec: coreClient.OperationSpec = { headerParameters: [Parameters.accept], serializer }; -const getBackupOperationSpec: coreClient.OperationSpec = { +const statusOperationSpec: coreClient.OperationSpec = { path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/backups/{backupId}", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/status", httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.BackupResource + bodyMapper: Mappers.CassandraClusterPublicStatus }, default: { bodyMapper: Mappers.CloudError @@ -950,8 +958,7 @@ const getBackupOperationSpec: coreClient.OperationSpec = { Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, - Parameters.clusterName, - Parameters.backupId + Parameters.clusterName ], headerParameters: [Parameters.accept], serializer diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts index 90be6a635638..3963a4478043 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts @@ -19,8 +19,6 @@ import { CassandraResourcesListCassandraKeyspacesOptionalParams, CassandraTableGetResults, CassandraResourcesListCassandraTablesOptionalParams, - CassandraViewGetResults, - CassandraResourcesListCassandraViewsOptionalParams, CassandraResourcesListCassandraKeyspacesResponse, CassandraResourcesGetCassandraKeyspaceOptionalParams, CassandraResourcesGetCassandraKeyspaceResponse, @@ -51,22 +49,7 @@ import { CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams, CassandraResourcesMigrateCassandraTableToAutoscaleResponse, CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams, - CassandraResourcesMigrateCassandraTableToManualThroughputResponse, - CassandraResourcesListCassandraViewsResponse, - CassandraResourcesGetCassandraViewOptionalParams, - CassandraResourcesGetCassandraViewResponse, - CassandraViewCreateUpdateParameters, - CassandraResourcesCreateUpdateCassandraViewOptionalParams, - CassandraResourcesCreateUpdateCassandraViewResponse, - CassandraResourcesDeleteCassandraViewOptionalParams, - CassandraResourcesGetCassandraViewThroughputOptionalParams, - CassandraResourcesGetCassandraViewThroughputResponse, - CassandraResourcesUpdateCassandraViewThroughputOptionalParams, - CassandraResourcesUpdateCassandraViewThroughputResponse, - CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams, - CassandraResourcesMigrateCassandraViewToAutoscaleResponse, - CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams, - CassandraResourcesMigrateCassandraViewToManualThroughputResponse + CassandraResourcesMigrateCassandraTableToManualThroughputResponse } from "../models"; /// @@ -210,74 +193,6 @@ export class CassandraResourcesImpl implements CassandraResources { } } - /** - * Lists the Cassandra materialized views 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. - */ - public listCassandraViews( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - options?: CassandraResourcesListCassandraViewsOptionalParams - ): PagedAsyncIterableIterator { - const iter = this.listCassandraViewsPagingAll( - resourceGroupName, - accountName, - keyspaceName, - options - ); - return { - next() { - return iter.next(); - }, - [Symbol.asyncIterator]() { - return this; - }, - byPage: () => { - return this.listCassandraViewsPagingPage( - resourceGroupName, - accountName, - keyspaceName, - options - ); - } - }; - } - - private async *listCassandraViewsPagingPage( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - options?: CassandraResourcesListCassandraViewsOptionalParams - ): AsyncIterableIterator { - let result = await this._listCassandraViews( - resourceGroupName, - accountName, - keyspaceName, - options - ); - yield result.value || []; - } - - private async *listCassandraViewsPagingAll( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - options?: CassandraResourcesListCassandraViewsOptionalParams - ): AsyncIterableIterator { - for await (const page of this.listCassandraViewsPagingPage( - resourceGroupName, - accountName, - keyspaceName, - options - )) { - yield* page; - } - } - /** * 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. @@ -1383,573 +1298,9 @@ export class CassandraResourcesImpl implements CassandraResources { ); return poller.pollUntilDone(); } - - /** - * Lists the Cassandra materialized views 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. - */ - private _listCassandraViews( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - options?: CassandraResourcesListCassandraViewsOptionalParams - ): Promise { - return this.client.sendOperationRequest( - { resourceGroupName, accountName, keyspaceName, options }, - listCassandraViewsOperationSpec - ); - } - - /** - * Gets the Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - getCassandraView( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesGetCassandraViewOptionalParams - ): Promise { - return this.client.sendOperationRequest( - { resourceGroupName, accountName, keyspaceName, viewName, options }, - getCassandraViewOperationSpec - ); - } - - /** - * Create or update an Azure Cosmos DB Cassandra View - * @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 viewName Cosmos DB view name. - * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. - * @param options The options parameters. - */ - async beginCreateUpdateCassandraView( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, - options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams - ): Promise< - PollerLike< - PollOperationState, - CassandraResourcesCreateUpdateCassandraViewResponse - > - > { - 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, - viewName, - createUpdateCassandraViewParameters, - options - }, - createUpdateCassandraViewOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Create or update an Azure Cosmos DB Cassandra View - * @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 viewName Cosmos DB view name. - * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. - * @param options The options parameters. - */ - async beginCreateUpdateCassandraViewAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, - options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams - ): Promise { - const poller = await this.beginCreateUpdateCassandraView( - resourceGroupName, - accountName, - keyspaceName, - viewName, - createUpdateCassandraViewParameters, - options - ); - return poller.pollUntilDone(); - } - - /** - * Deletes an existing Azure Cosmos DB Cassandra view. - * @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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - async beginDeleteCassandraView( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesDeleteCassandraViewOptionalParams - ): 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, viewName, options }, - deleteCassandraViewOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Deletes an existing Azure Cosmos DB Cassandra view. - * @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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - async beginDeleteCassandraViewAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesDeleteCassandraViewOptionalParams - ): Promise { - const poller = await this.beginDeleteCassandraView( - resourceGroupName, - accountName, - keyspaceName, - viewName, - options - ); - return poller.pollUntilDone(); - } - - /** - * Gets the RUs per second of the Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - getCassandraViewThroughput( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesGetCassandraViewThroughputOptionalParams - ): Promise { - return this.client.sendOperationRequest( - { resourceGroupName, accountName, keyspaceName, viewName, options }, - getCassandraViewThroughputOperationSpec - ); - } - - /** - * Update RUs per second of an Azure Cosmos DB Cassandra view - * @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 viewName Cosmos DB view name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the current - * Cassandra view. - * @param options The options parameters. - */ - async beginUpdateCassandraViewThroughput( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - updateThroughputParameters: ThroughputSettingsUpdateParameters, - options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams - ): Promise< - PollerLike< - PollOperationState< - CassandraResourcesUpdateCassandraViewThroughputResponse - >, - CassandraResourcesUpdateCassandraViewThroughputResponse - > - > { - 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, - viewName, - updateThroughputParameters, - options - }, - updateCassandraViewThroughputOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Update RUs per second of an Azure Cosmos DB Cassandra view - * @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 viewName Cosmos DB view name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the current - * Cassandra view. - * @param options The options parameters. - */ - async beginUpdateCassandraViewThroughputAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - updateThroughputParameters: ThroughputSettingsUpdateParameters, - options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams - ): Promise { - const poller = await this.beginUpdateCassandraViewThroughput( - resourceGroupName, - accountName, - keyspaceName, - viewName, - updateThroughputParameters, - options - ); - return poller.pollUntilDone(); - } - - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - async beginMigrateCassandraViewToAutoscale( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams - ): Promise< - PollerLike< - PollOperationState< - CassandraResourcesMigrateCassandraViewToAutoscaleResponse - >, - CassandraResourcesMigrateCassandraViewToAutoscaleResponse - > - > { - 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, viewName, options }, - migrateCassandraViewToAutoscaleOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - async beginMigrateCassandraViewToAutoscaleAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams - ): Promise { - const poller = await this.beginMigrateCassandraViewToAutoscale( - resourceGroupName, - accountName, - keyspaceName, - viewName, - options - ); - return poller.pollUntilDone(); - } - - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - async beginMigrateCassandraViewToManualThroughput( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams - ): Promise< - PollerLike< - PollOperationState< - CassandraResourcesMigrateCassandraViewToManualThroughputResponse - >, - CassandraResourcesMigrateCassandraViewToManualThroughputResponse - > - > { - 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, viewName, options }, - migrateCassandraViewToManualThroughputOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - async beginMigrateCassandraViewToManualThroughputAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams - ): Promise { - const poller = await this.beginMigrateCassandraViewToManualThroughput( - resourceGroupName, - accountName, - keyspaceName, - viewName, - options - ); - return poller.pollUntilDone(); - } -} -// Operation Specifications -const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); const listCassandraKeyspacesOperationSpec: coreClient.OperationSpec = { path: @@ -2359,211 +1710,3 @@ const migrateCassandraTableToManualThroughputOperationSpec: coreClient.Operation headerParameters: [Parameters.accept], serializer }; -const listCassandraViewsOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views", - httpMethod: "GET", - responses: { - 200: { - bodyMapper: Mappers.CassandraViewListResult - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.keyspaceName - ], - headerParameters: [Parameters.accept], - serializer -}; -const getCassandraViewOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}", - httpMethod: "GET", - responses: { - 200: { - bodyMapper: Mappers.CassandraViewGetResults - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.keyspaceName, - Parameters.viewName - ], - headerParameters: [Parameters.accept], - serializer -}; -const createUpdateCassandraViewOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}", - httpMethod: "PUT", - responses: { - 200: { - bodyMapper: Mappers.CassandraViewGetResults - }, - 201: { - bodyMapper: Mappers.CassandraViewGetResults - }, - 202: { - bodyMapper: Mappers.CassandraViewGetResults - }, - 204: { - bodyMapper: Mappers.CassandraViewGetResults - } - }, - requestBody: Parameters.createUpdateCassandraViewParameters, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.keyspaceName, - Parameters.viewName - ], - headerParameters: [Parameters.accept, Parameters.contentType], - mediaType: "json", - serializer -}; -const deleteCassandraViewOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}", - httpMethod: "DELETE", - responses: { 200: {}, 201: {}, 202: {}, 204: {} }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.keyspaceName, - Parameters.viewName - ], - serializer -}; -const getCassandraViewThroughputOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default", - httpMethod: "GET", - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.keyspaceName, - Parameters.viewName - ], - headerParameters: [Parameters.accept], - serializer -}; -const updateCassandraViewThroughputOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default", - httpMethod: "PUT", - 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.keyspaceName, - Parameters.viewName - ], - headerParameters: [Parameters.accept, Parameters.contentType], - mediaType: "json", - serializer -}; -const migrateCassandraViewToAutoscaleOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/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 - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.keyspaceName, - Parameters.viewName - ], - headerParameters: [Parameters.accept], - serializer -}; -const migrateCassandraViewToManualThroughputOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default/migrateToManualThroughput", - httpMethod: "POST", - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 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.keyspaceName, - Parameters.viewName - ], - headerParameters: [Parameters.accept], - serializer -}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/graphResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/graphResources.ts deleted file mode 100644 index eb437de2e812..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/graphResources.ts +++ /dev/null @@ -1,411 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -import { PagedAsyncIterableIterator } from "@azure/core-paging"; -import { GraphResources } 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 { - GraphResourceGetResults, - GraphResourcesListGraphsOptionalParams, - GraphResourcesListGraphsResponse, - GraphResourcesGetGraphOptionalParams, - GraphResourcesGetGraphResponse, - GraphResourceCreateUpdateParameters, - GraphResourcesCreateUpdateGraphOptionalParams, - GraphResourcesCreateUpdateGraphResponse, - GraphResourcesDeleteGraphResourceOptionalParams -} from "../models"; - -/// -/** Class containing GraphResources operations. */ -export class GraphResourcesImpl implements GraphResources { - private readonly client: CosmosDBManagementClientContext; - - /** - * Initialize a new instance of the class GraphResources class. - * @param client Reference to the service client - */ - constructor(client: CosmosDBManagementClientContext) { - this.client = client; - } - - /** - * Lists the graphs 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. - */ - public listGraphs( - resourceGroupName: string, - accountName: string, - options?: GraphResourcesListGraphsOptionalParams - ): PagedAsyncIterableIterator { - const iter = this.listGraphsPagingAll( - resourceGroupName, - accountName, - options - ); - return { - next() { - return iter.next(); - }, - [Symbol.asyncIterator]() { - return this; - }, - byPage: () => { - return this.listGraphsPagingPage( - resourceGroupName, - accountName, - options - ); - } - }; - } - - private async *listGraphsPagingPage( - resourceGroupName: string, - accountName: string, - options?: GraphResourcesListGraphsOptionalParams - ): AsyncIterableIterator { - let result = await this._listGraphs( - resourceGroupName, - accountName, - options - ); - yield result.value || []; - } - - private async *listGraphsPagingAll( - resourceGroupName: string, - accountName: string, - options?: GraphResourcesListGraphsOptionalParams - ): AsyncIterableIterator { - for await (const page of this.listGraphsPagingPage( - resourceGroupName, - accountName, - options - )) { - yield* page; - } - } - - /** - * Lists the graphs 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. - */ - private _listGraphs( - resourceGroupName: string, - accountName: string, - options?: GraphResourcesListGraphsOptionalParams - ): Promise { - return this.client.sendOperationRequest( - { resourceGroupName, accountName, options }, - listGraphsOperationSpec - ); - } - - /** - * Gets the Graph resource 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 graphName Cosmos DB graph resource name. - * @param options The options parameters. - */ - getGraph( - resourceGroupName: string, - accountName: string, - graphName: string, - options?: GraphResourcesGetGraphOptionalParams - ): Promise { - return this.client.sendOperationRequest( - { resourceGroupName, accountName, graphName, options }, - getGraphOperationSpec - ); - } - - /** - * Create or update an Azure Cosmos DB Graph. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param createUpdateGraphParameters The parameters to provide for the current graph. - * @param options The options parameters. - */ - async beginCreateUpdateGraph( - resourceGroupName: string, - accountName: string, - graphName: string, - createUpdateGraphParameters: GraphResourceCreateUpdateParameters, - options?: GraphResourcesCreateUpdateGraphOptionalParams - ): Promise< - PollerLike< - PollOperationState, - GraphResourcesCreateUpdateGraphResponse - > - > { - 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, - graphName, - createUpdateGraphParameters, - options - }, - createUpdateGraphOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Create or update an Azure Cosmos DB Graph. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param createUpdateGraphParameters The parameters to provide for the current graph. - * @param options The options parameters. - */ - async beginCreateUpdateGraphAndWait( - resourceGroupName: string, - accountName: string, - graphName: string, - createUpdateGraphParameters: GraphResourceCreateUpdateParameters, - options?: GraphResourcesCreateUpdateGraphOptionalParams - ): Promise { - const poller = await this.beginCreateUpdateGraph( - resourceGroupName, - accountName, - graphName, - createUpdateGraphParameters, - options - ); - return poller.pollUntilDone(); - } - - /** - * Deletes an existing Azure Cosmos DB Graph Resource. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param options The options parameters. - */ - async beginDeleteGraphResource( - resourceGroupName: string, - accountName: string, - graphName: string, - options?: GraphResourcesDeleteGraphResourceOptionalParams - ): 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, graphName, options }, - deleteGraphResourceOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Deletes an existing Azure Cosmos DB Graph Resource. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param options The options parameters. - */ - async beginDeleteGraphResourceAndWait( - resourceGroupName: string, - accountName: string, - graphName: string, - options?: GraphResourcesDeleteGraphResourceOptionalParams - ): Promise { - const poller = await this.beginDeleteGraphResource( - resourceGroupName, - accountName, - graphName, - options - ); - return poller.pollUntilDone(); - } -} -// Operation Specifications -const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); - -const listGraphsOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs", - httpMethod: "GET", - responses: { - 200: { - bodyMapper: Mappers.GraphResourcesListResult - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - headerParameters: [Parameters.accept], - serializer -}; -const getGraphOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs/{graphName}", - httpMethod: "GET", - responses: { - 200: { - bodyMapper: Mappers.GraphResourceGetResults - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.graphName - ], - headerParameters: [Parameters.accept], - serializer -}; -const createUpdateGraphOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs/{graphName}", - httpMethod: "PUT", - responses: { - 200: { - bodyMapper: Mappers.GraphResourceGetResults - }, - 201: { - bodyMapper: Mappers.GraphResourceGetResults - }, - 202: { - bodyMapper: Mappers.GraphResourceGetResults - }, - 204: { - bodyMapper: Mappers.GraphResourceGetResults - } - }, - requestBody: Parameters.createUpdateGraphParameters, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.graphName - ], - headerParameters: [Parameters.accept, Parameters.contentType], - mediaType: "json", - serializer -}; -const deleteGraphResourceOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs/{graphName}", - httpMethod: "DELETE", - responses: { 200: {}, 201: {}, 202: {}, 204: {} }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.graphName - ], - serializer -}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts index 244fb9bebb3a..0a8990fb33a8 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts @@ -1527,8 +1527,8 @@ const getGremlinGraphOperationSpec: coreClient.OperationSpec = { Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.graphName, - Parameters.databaseName + Parameters.databaseName, + Parameters.graphName ], headerParameters: [Parameters.accept], serializer @@ -1558,8 +1558,8 @@ const createUpdateGremlinGraphOperationSpec: coreClient.OperationSpec = { Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.graphName, - Parameters.databaseName + Parameters.databaseName, + Parameters.graphName ], headerParameters: [Parameters.accept, Parameters.contentType], mediaType: "json", @@ -1576,8 +1576,8 @@ const deleteGremlinGraphOperationSpec: coreClient.OperationSpec = { Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.graphName, - Parameters.databaseName + Parameters.databaseName, + Parameters.graphName ], serializer }; @@ -1596,8 +1596,8 @@ const getGremlinGraphThroughputOperationSpec: coreClient.OperationSpec = { Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.graphName, - Parameters.databaseName + Parameters.databaseName, + Parameters.graphName ], headerParameters: [Parameters.accept], serializer @@ -1627,8 +1627,8 @@ const updateGremlinGraphThroughputOperationSpec: coreClient.OperationSpec = { Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.graphName, - Parameters.databaseName + Parameters.databaseName, + Parameters.graphName ], headerParameters: [Parameters.accept, Parameters.contentType], mediaType: "json", @@ -1661,8 +1661,8 @@ const migrateGremlinGraphToAutoscaleOperationSpec: coreClient.OperationSpec = { Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.graphName, - Parameters.databaseName + Parameters.databaseName, + Parameters.graphName ], headerParameters: [Parameters.accept], serializer @@ -1694,8 +1694,8 @@ const migrateGremlinGraphToManualThroughputOperationSpec: coreClient.OperationSp Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.graphName, - Parameters.databaseName + 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 0d8149ed5106..f5d67c730604 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/index.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/index.ts @@ -19,12 +19,12 @@ export * from "./collectionPartitionRegion"; export * from "./collectionPartition"; export * from "./partitionKeyRangeId"; export * from "./partitionKeyRangeIdRegion"; -export * from "./graphResources"; 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"; @@ -37,4 +37,3 @@ export * from "./restorableMongodbCollections"; export * from "./restorableMongodbResources"; export * from "./cassandraClusters"; export * from "./cassandraDataCenters"; -export * from "./service"; 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 69a5032178d2..8da82cbcb91d 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts @@ -49,7 +49,10 @@ import { MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams, MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse, MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams, - MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse, + ContinuousBackupRestoreLocation, + MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams, + MongoDBResourcesRetrieveContinuousBackupInformationResponse } from "../models"; /// @@ -1294,6 +1297,116 @@ export class MongoDBResourcesImpl implements MongoDBResources { ); return poller.pollUntilDone(); } + + /** + * 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. + */ + 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 + }, + retrieveContinuousBackupInformationOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs, + lroResourceLocationConfig: "location" + }); + } + + /** + * 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. + */ + 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 = coreClient.createSerializer(Mappers, /* isXml */ false); @@ -1709,3 +1822,38 @@ const migrateMongoDBCollectionToManualThroughputOperationSpec: coreClient.Operat 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.BackupInformation + }, + 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.collectionName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/service.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/service.ts deleted file mode 100644 index 206ed30bc55a..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/service.ts +++ /dev/null @@ -1,414 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -import { PagedAsyncIterableIterator } from "@azure/core-paging"; -import { Service } 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 { - ServiceResource, - ServiceListOptionalParams, - ServiceListResponse, - ServiceResourceCreateUpdateParameters, - ServiceCreateOptionalParams, - ServiceCreateResponse, - ServiceGetOptionalParams, - ServiceGetResponse, - ServiceDeleteOptionalParams -} from "../models"; - -/// -/** Class containing Service operations. */ -export class ServiceImpl implements Service { - private readonly client: CosmosDBManagementClientContext; - - /** - * Initialize a new instance of the class Service class. - * @param client Reference to the service client - */ - constructor(client: CosmosDBManagementClientContext) { - this.client = client; - } - - /** - * Gets the status of service. - * @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 list( - resourceGroupName: string, - accountName: string, - options?: ServiceListOptionalParams - ): PagedAsyncIterableIterator { - const iter = this.listPagingAll(resourceGroupName, accountName, options); - return { - next() { - return iter.next(); - }, - [Symbol.asyncIterator]() { - return this; - }, - byPage: () => { - return this.listPagingPage(resourceGroupName, accountName, options); - } - }; - } - - private async *listPagingPage( - resourceGroupName: string, - accountName: string, - options?: ServiceListOptionalParams - ): AsyncIterableIterator { - let result = await this._list(resourceGroupName, accountName, options); - yield result.value || []; - } - - private async *listPagingAll( - resourceGroupName: string, - accountName: string, - options?: ServiceListOptionalParams - ): AsyncIterableIterator { - for await (const page of this.listPagingPage( - resourceGroupName, - accountName, - options - )) { - yield* page; - } - } - - /** - * Gets the status of service. - * @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. - */ - private _list( - resourceGroupName: string, - accountName: string, - options?: ServiceListOptionalParams - ): Promise { - return this.client.sendOperationRequest( - { resourceGroupName, accountName, options }, - listOperationSpec - ); - } - - /** - * Creates a service. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param createUpdateParameters The Service resource parameters. - * @param options The options parameters. - */ - async beginCreate( - resourceGroupName: string, - accountName: string, - serviceName: string, - createUpdateParameters: ServiceResourceCreateUpdateParameters, - options?: ServiceCreateOptionalParams - ): Promise< - PollerLike, ServiceCreateResponse> - > { - 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, - serviceName, - createUpdateParameters, - options - }, - createOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Creates a service. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param createUpdateParameters The Service resource parameters. - * @param options The options parameters. - */ - async beginCreateAndWait( - resourceGroupName: string, - accountName: string, - serviceName: string, - createUpdateParameters: ServiceResourceCreateUpdateParameters, - options?: ServiceCreateOptionalParams - ): Promise { - const poller = await this.beginCreate( - resourceGroupName, - accountName, - serviceName, - createUpdateParameters, - options - ); - return poller.pollUntilDone(); - } - - /** - * Gets the status of service. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param options The options parameters. - */ - get( - resourceGroupName: string, - accountName: string, - serviceName: string, - options?: ServiceGetOptionalParams - ): Promise { - return this.client.sendOperationRequest( - { resourceGroupName, accountName, serviceName, options }, - getOperationSpec - ); - } - - /** - * Deletes service with the given serviceName. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param options The options parameters. - */ - async beginDelete( - resourceGroupName: string, - accountName: string, - serviceName: string, - options?: ServiceDeleteOptionalParams - ): 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, serviceName, options }, - deleteOperationSpec - ); - return new LroEngine(lro, { - resumeFrom: options?.resumeFrom, - intervalInMs: options?.updateIntervalInMs - }); - } - - /** - * Deletes service with the given serviceName. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param options The options parameters. - */ - async beginDeleteAndWait( - resourceGroupName: string, - accountName: string, - serviceName: string, - options?: ServiceDeleteOptionalParams - ): Promise { - const poller = await this.beginDelete( - resourceGroupName, - accountName, - serviceName, - 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/databaseAccounts/{accountName}/services", - httpMethod: "GET", - responses: { - 200: { - bodyMapper: Mappers.ServiceResourceListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - headerParameters: [Parameters.accept], - serializer -}; -const createOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/services/{serviceName}", - httpMethod: "PUT", - responses: { - 200: { - bodyMapper: Mappers.ServiceResource - }, - 201: { - bodyMapper: Mappers.ServiceResource - }, - 202: { - bodyMapper: Mappers.ServiceResource - }, - 204: { - bodyMapper: Mappers.ServiceResource - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - requestBody: Parameters.createUpdateParameters1, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.serviceName - ], - headerParameters: [Parameters.accept, Parameters.contentType], - mediaType: "json", - serializer -}; -const getOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/services/{serviceName}", - httpMethod: "GET", - responses: { - 200: { - bodyMapper: Mappers.ServiceResource - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.serviceName - ], - headerParameters: [Parameters.accept], - serializer -}; -const deleteOperationSpec: coreClient.OperationSpec = { - path: - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/services/{serviceName}", - httpMethod: "DELETE", - responses: { - 200: {}, - 201: {}, - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, - queryParameters: [Parameters.apiVersion], - urlParameters: [ - Parameters.$host, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.serviceName - ], - headerParameters: [Parameters.accept], - serializer -}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts index 3334b9c3de02..72642eaf23ab 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts @@ -12,8 +12,6 @@ import { ClusterResource, CassandraClustersListBySubscriptionOptionalParams, CassandraClustersListByResourceGroupOptionalParams, - BackupResource, - CassandraClustersListBackupsOptionalParams, CassandraClustersGetOptionalParams, CassandraClustersGetResponse, CassandraClustersDeleteOptionalParams, @@ -21,12 +19,13 @@ import { CassandraClustersCreateUpdateResponse, CassandraClustersUpdateOptionalParams, CassandraClustersUpdateResponse, - RepairPostBody, - CassandraClustersRequestRepairOptionalParams, - CassandraClustersFetchNodeStatusOptionalParams, - CassandraClustersFetchNodeStatusResponse, - CassandraClustersGetBackupOptionalParams, - CassandraClustersGetBackupResponse + CommandPostBody, + CassandraClustersInvokeCommandOptionalParams, + CassandraClustersInvokeCommandResponse, + CassandraClustersDeallocateOptionalParams, + CassandraClustersStartOptionalParams, + CassandraClustersStatusOptionalParams, + CassandraClustersStatusResponse } from "../models"; /// @@ -48,17 +47,6 @@ export interface CassandraClusters { resourceGroupName: string, options?: CassandraClustersListByResourceGroupOptionalParams ): PagedAsyncIterableIterator; - /** - * List the backups of this cluster that are available to restore. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param clusterName Managed Cassandra cluster name. - * @param options The options parameters. - */ - listBackups( - resourceGroupName: string, - clusterName: string, - options?: CassandraClustersListBackupsOptionalParams - ): PagedAsyncIterableIterator; /** * Get the properties of a managed Cassandra cluster. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -157,69 +145,97 @@ export interface CassandraClusters { options?: CassandraClustersUpdateOptionalParams ): Promise; /** - * Request that repair begin on this cluster as soon as possible. + * 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 of what keyspaces and tables to run repair on. + * @param body Specification which command to run where * @param options The options parameters. */ - beginRequestRepair( + beginInvokeCommand( resourceGroupName: string, clusterName: string, - body: RepairPostBody, - options?: CassandraClustersRequestRepairOptionalParams + 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>>; /** - * Request that repair begin on this cluster as soon as possible. + * 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 body Specification of what keyspaces and tables to run repair on. * @param options The options parameters. */ - beginRequestRepairAndWait( + beginDeallocateAndWait( resourceGroupName: string, clusterName: string, - body: RepairPostBody, - options?: CassandraClustersRequestRepairOptionalParams + options?: CassandraClustersDeallocateOptionalParams ): Promise; /** - * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * 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. */ - beginFetchNodeStatus( + beginStart( resourceGroupName: string, clusterName: string, - options?: CassandraClustersFetchNodeStatusOptionalParams - ): Promise< - PollerLike< - PollOperationState, - CassandraClustersFetchNodeStatusResponse - > - >; + options?: CassandraClustersStartOptionalParams + ): Promise, void>>; /** - * Request the status of all nodes in the cluster (as returned by 'nodetool status'). + * 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. */ - beginFetchNodeStatusAndWait( + beginStartAndWait( resourceGroupName: string, clusterName: string, - options?: CassandraClustersFetchNodeStatusOptionalParams - ): Promise; + options?: CassandraClustersStartOptionalParams + ): Promise; /** - * Get the properties of an individual backup of this cluster that is available to restore. + * 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 backupId Id of a restorable backup of a Cassandra cluster. * @param options The options parameters. */ - getBackup( + status( resourceGroupName: string, clusterName: string, - backupId: string, - options?: CassandraClustersGetBackupOptionalParams - ): Promise; + options?: CassandraClustersStatusOptionalParams + ): Promise; } diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts index bfa37d392b22..9623b8474f54 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts @@ -13,8 +13,6 @@ import { CassandraResourcesListCassandraKeyspacesOptionalParams, CassandraTableGetResults, CassandraResourcesListCassandraTablesOptionalParams, - CassandraViewGetResults, - CassandraResourcesListCassandraViewsOptionalParams, CassandraResourcesGetCassandraKeyspaceOptionalParams, CassandraResourcesGetCassandraKeyspaceResponse, CassandraKeyspaceCreateUpdateParameters, @@ -43,21 +41,7 @@ import { CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams, CassandraResourcesMigrateCassandraTableToAutoscaleResponse, CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams, - CassandraResourcesMigrateCassandraTableToManualThroughputResponse, - CassandraResourcesGetCassandraViewOptionalParams, - CassandraResourcesGetCassandraViewResponse, - CassandraViewCreateUpdateParameters, - CassandraResourcesCreateUpdateCassandraViewOptionalParams, - CassandraResourcesCreateUpdateCassandraViewResponse, - CassandraResourcesDeleteCassandraViewOptionalParams, - CassandraResourcesGetCassandraViewThroughputOptionalParams, - CassandraResourcesGetCassandraViewThroughputResponse, - CassandraResourcesUpdateCassandraViewThroughputOptionalParams, - CassandraResourcesUpdateCassandraViewThroughputResponse, - CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams, - CassandraResourcesMigrateCassandraViewToAutoscaleResponse, - CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams, - CassandraResourcesMigrateCassandraViewToManualThroughputResponse + CassandraResourcesMigrateCassandraTableToManualThroughputResponse } from "../models"; /// @@ -87,19 +71,6 @@ export interface CassandraResources { keyspaceName: string, options?: CassandraResourcesListCassandraTablesOptionalParams ): PagedAsyncIterableIterator; - /** - * Lists the Cassandra materialized views 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. - */ - listCassandraViews( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - options?: CassandraResourcesListCassandraViewsOptionalParams - ): PagedAsyncIterableIterator; /** * Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the provided * name. @@ -519,221 +490,4 @@ export interface CassandraResources { tableName: string, options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams ): Promise; - /** - * Gets the Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - getCassandraView( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesGetCassandraViewOptionalParams - ): Promise; - /** - * Create or update an Azure Cosmos DB Cassandra View - * @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 viewName Cosmos DB view name. - * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. - * @param options The options parameters. - */ - beginCreateUpdateCassandraView( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, - options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams - ): Promise< - PollerLike< - PollOperationState, - CassandraResourcesCreateUpdateCassandraViewResponse - > - >; - /** - * Create or update an Azure Cosmos DB Cassandra View - * @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 viewName Cosmos DB view name. - * @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View. - * @param options The options parameters. - */ - beginCreateUpdateCassandraViewAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, - options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams - ): Promise; - /** - * Deletes an existing Azure Cosmos DB Cassandra view. - * @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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - beginDeleteCassandraView( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesDeleteCassandraViewOptionalParams - ): Promise, void>>; - /** - * Deletes an existing Azure Cosmos DB Cassandra view. - * @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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - beginDeleteCassandraViewAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesDeleteCassandraViewOptionalParams - ): Promise; - /** - * Gets the RUs per second of the Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - getCassandraViewThroughput( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesGetCassandraViewThroughputOptionalParams - ): Promise; - /** - * Update RUs per second of an Azure Cosmos DB Cassandra view - * @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 viewName Cosmos DB view name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the current - * Cassandra view. - * @param options The options parameters. - */ - beginUpdateCassandraViewThroughput( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - updateThroughputParameters: ThroughputSettingsUpdateParameters, - options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams - ): Promise< - PollerLike< - PollOperationState< - CassandraResourcesUpdateCassandraViewThroughputResponse - >, - CassandraResourcesUpdateCassandraViewThroughputResponse - > - >; - /** - * Update RUs per second of an Azure Cosmos DB Cassandra view - * @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 viewName Cosmos DB view name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the current - * Cassandra view. - * @param options The options parameters. - */ - beginUpdateCassandraViewThroughputAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - updateThroughputParameters: ThroughputSettingsUpdateParameters, - options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams - ): Promise; - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - beginMigrateCassandraViewToAutoscale( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams - ): Promise< - PollerLike< - PollOperationState< - CassandraResourcesMigrateCassandraViewToAutoscaleResponse - >, - CassandraResourcesMigrateCassandraViewToAutoscaleResponse - > - >; - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - beginMigrateCassandraViewToAutoscaleAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams - ): Promise; - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - beginMigrateCassandraViewToManualThroughput( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams - ): Promise< - PollerLike< - PollOperationState< - CassandraResourcesMigrateCassandraViewToManualThroughputResponse - >, - CassandraResourcesMigrateCassandraViewToManualThroughputResponse - > - >; - /** - * Migrate an Azure Cosmos DB Cassandra view 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 viewName Cosmos DB view name. - * @param options The options parameters. - */ - beginMigrateCassandraViewToManualThroughputAndWait( - resourceGroupName: string, - accountName: string, - keyspaceName: string, - viewName: string, - options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams - ): Promise; } diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/graphResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/graphResources.ts deleted file mode 100644 index 53f1fb181489..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/graphResources.ts +++ /dev/null @@ -1,110 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -import { PagedAsyncIterableIterator } from "@azure/core-paging"; -import { PollerLike, PollOperationState } from "@azure/core-lro"; -import { - GraphResourceGetResults, - GraphResourcesListGraphsOptionalParams, - GraphResourcesGetGraphOptionalParams, - GraphResourcesGetGraphResponse, - GraphResourceCreateUpdateParameters, - GraphResourcesCreateUpdateGraphOptionalParams, - GraphResourcesCreateUpdateGraphResponse, - GraphResourcesDeleteGraphResourceOptionalParams -} from "../models"; - -/// -/** Interface representing a GraphResources. */ -export interface GraphResources { - /** - * Lists the graphs 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. - */ - listGraphs( - resourceGroupName: string, - accountName: string, - options?: GraphResourcesListGraphsOptionalParams - ): PagedAsyncIterableIterator; - /** - * Gets the Graph resource 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 graphName Cosmos DB graph resource name. - * @param options The options parameters. - */ - getGraph( - resourceGroupName: string, - accountName: string, - graphName: string, - options?: GraphResourcesGetGraphOptionalParams - ): Promise; - /** - * Create or update an Azure Cosmos DB Graph. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param createUpdateGraphParameters The parameters to provide for the current graph. - * @param options The options parameters. - */ - beginCreateUpdateGraph( - resourceGroupName: string, - accountName: string, - graphName: string, - createUpdateGraphParameters: GraphResourceCreateUpdateParameters, - options?: GraphResourcesCreateUpdateGraphOptionalParams - ): Promise< - PollerLike< - PollOperationState, - GraphResourcesCreateUpdateGraphResponse - > - >; - /** - * Create or update an Azure Cosmos DB Graph. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param createUpdateGraphParameters The parameters to provide for the current graph. - * @param options The options parameters. - */ - beginCreateUpdateGraphAndWait( - resourceGroupName: string, - accountName: string, - graphName: string, - createUpdateGraphParameters: GraphResourceCreateUpdateParameters, - options?: GraphResourcesCreateUpdateGraphOptionalParams - ): Promise; - /** - * Deletes an existing Azure Cosmos DB Graph Resource. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param options The options parameters. - */ - beginDeleteGraphResource( - resourceGroupName: string, - accountName: string, - graphName: string, - options?: GraphResourcesDeleteGraphResourceOptionalParams - ): Promise, void>>; - /** - * Deletes an existing Azure Cosmos DB Graph Resource. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param graphName Cosmos DB graph resource name. - * @param options The options parameters. - */ - beginDeleteGraphResourceAndWait( - resourceGroupName: string, - accountName: string, - graphName: string, - options?: GraphResourcesDeleteGraphResourceOptionalParams - ): Promise; -} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts index 0d8149ed5106..f5d67c730604 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts @@ -19,12 +19,12 @@ export * from "./collectionPartitionRegion"; export * from "./collectionPartition"; export * from "./partitionKeyRangeId"; export * from "./partitionKeyRangeIdRegion"; -export * from "./graphResources"; 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"; @@ -37,4 +37,3 @@ export * from "./restorableMongodbCollections"; export * from "./restorableMongodbResources"; export * from "./cassandraClusters"; export * from "./cassandraDataCenters"; -export * from "./service"; 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 index aa64372bf837..30673fb40993 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/mongoDBResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/mongoDBResources.ts @@ -41,7 +41,10 @@ import { MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams, MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse, MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams, - MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse, + ContinuousBackupRestoreLocation, + MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams, + MongoDBResourcesRetrieveContinuousBackupInformationResponse } from "../models"; /// @@ -488,4 +491,45 @@ export interface MongoDBResources { ): 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/service.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/service.ts deleted file mode 100644 index c7d0d81613d2..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/service.ts +++ /dev/null @@ -1,107 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -import { PagedAsyncIterableIterator } from "@azure/core-paging"; -import { PollerLike, PollOperationState } from "@azure/core-lro"; -import { - ServiceResource, - ServiceListOptionalParams, - ServiceResourceCreateUpdateParameters, - ServiceCreateOptionalParams, - ServiceCreateResponse, - ServiceGetOptionalParams, - ServiceGetResponse, - ServiceDeleteOptionalParams -} from "../models"; - -/// -/** Interface representing a Service. */ -export interface Service { - /** - * Gets the status of service. - * @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. - */ - list( - resourceGroupName: string, - accountName: string, - options?: ServiceListOptionalParams - ): PagedAsyncIterableIterator; - /** - * Creates a service. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param createUpdateParameters The Service resource parameters. - * @param options The options parameters. - */ - beginCreate( - resourceGroupName: string, - accountName: string, - serviceName: string, - createUpdateParameters: ServiceResourceCreateUpdateParameters, - options?: ServiceCreateOptionalParams - ): Promise< - PollerLike, ServiceCreateResponse> - >; - /** - * Creates a service. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param createUpdateParameters The Service resource parameters. - * @param options The options parameters. - */ - beginCreateAndWait( - resourceGroupName: string, - accountName: string, - serviceName: string, - createUpdateParameters: ServiceResourceCreateUpdateParameters, - options?: ServiceCreateOptionalParams - ): Promise; - /** - * Gets the status of service. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param options The options parameters. - */ - get( - resourceGroupName: string, - accountName: string, - serviceName: string, - options?: ServiceGetOptionalParams - ): Promise; - /** - * Deletes service with the given serviceName. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param options The options parameters. - */ - beginDelete( - resourceGroupName: string, - accountName: string, - serviceName: string, - options?: ServiceDeleteOptionalParams - ): Promise, void>>; - /** - * Deletes service with the given serviceName. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param serviceName Cosmos DB service name. - * @param options The options parameters. - */ - beginDeleteAndWait( - resourceGroupName: string, - accountName: string, - serviceName: string, - options?: ServiceDeleteOptionalParams - ): Promise; -}